{% load navigation_tags %}
Vulnerable Endpoints
Filters
{% if extra_help %} {% endif %} {% include "dojo/report_filter_snippet.html" with form=filtered.form title=title%}
{% if endpoints %}
{% include "dojo/paging_snippet.html" with page=endpoints page_size=False %}
{% for e in endpoints %} {% endfor %}
Endpoint Product Open Findings
{{ e|truncatechars_html:70 }} {{ e.product }} {{ e.finding_count_endpoint }}
{% include "dojo/paging_snippet.html" with page=endpoints page_size=False %}
{% endif %}