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

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 Open Findings
{{ e|truncatechars_html:70 }} {% include "dojo/snippets/tags.html" with tags=e.tags.all %} {{ e.findings_count }}
{% include "dojo/paging_snippet.html" with page=paged_endpoints %}
{% else %}

No endpoints found.

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