{% extends "base.html" %} {% block content %}
{% if prod_list %}
{% if user.is_staff %} {% endif %} {% for prod in prod_list %} {% if user.is_staff %} {% endif %} {% endfor %}
Product Active
findings
Vulnerable
endpoints
Product Type Engagement
{{ prod.name }} {% if prod.findings_count %} {{ prod.findings_count }} {% else %} {{ prod.findings_count }} {% endif %} {{ prod.endpoint_count }} {{ prod.prod_type.name }} Add Engagement
{% include "dojo/paging_snippet.html" with page=prod_list %} {% else %} No products found. {% endif %}
Actions
{% if request.user.is_staff %} Add Product
{% endif %} Generate Report
Filters
{{ prods.form.as_p }}
{% endblock %} {% block postscript %} {% endblock %}