{% extends "base.html" %} {% load humanize %} {% block content %}

Generate Product Endpoint Report

Filters
{% include "dojo/filter_snippet.html" with form=filtered.form %}

Report Options
{% include "dojo/filter_snippet.html" with form=report_form submit='report' %}
{% if filtered %}
{% for e in endpoints %} {% endfor %}
Endpoint Product Open Findings
{{ e|truncatechars:70 }} {% if e.tags %} {% for tag in e.tags %} {{ tag }} {% endfor %} {% endif %} {{ e.product }} {{ e.finding_count_endpoint }}
{% include "dojo/paging_snippet.html" with page=paged_endpoints %}
{% else %}

No endpoints found.

{% endif %}
{% endblock %} {% block postscript %} {% include "dojo/filter_js_snippet.html" %} {% endblock %}