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

{{ name }} {% if request.user.is_staff %} {% endif %}

{% include "dojo/filter_snippet.html" with form=filtered.form %}
{% if endpoints %}
{% include "dojo/paging_snippet.html" with page=endpoints page_size=True %}
{% for e in endpoints %} {% if show_uri %} {% endfor %}
{% dojo_sort request 'Endpoint' 'host' %} {% dojo_sort request 'Product' 'product' 'asc' %} Open Findings Status
{{ e }} {% else %} {{ e.host_no_port }} {% endif %} {% if e.tags %} {% for tag in e.tags %} {{ tag }} {% endfor %} {% endif %} {{ e.product }} {% for tag in e.product.tags %} {{ tag }} {% endfor %} {% if e.finding_count > 0 %} {% if tab_product %} {{ e.finding_count_endpoint }} {% else %} {{ e.finding_count_endpoint }} {% endif %} {% else %} No Open, Active Findings {% endif %} {% if e.remediated%} Remediated {% else %} Vulnerable {% endif %}
{% include "dojo/paging_snippet.html" with page=endpoints page_size=True %}
{% else %}
No endpoints
{% endif %}
{% endblock %} {% block postscript %} {% include "dojo/filter_js_snippet.html" %} {% endblock %}