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

{{ name }}

{% include "dojo/filter_snippet.html" with form=filtered.form %}
{% if endpoints %}
{% include "dojo/paging_snippet.html" with page=endpoints page_size=True %}
{% if not product_tab or product_tab and product_tab.product|has_object_permission:"Endpoint_Edit" %} {% endif %} {% if host_view %} {% else %} {% endif %} {% if not product_tab %} {% endif %} {% for e in endpoints %} {% if not product_tab or product_tab and product_tab.product|has_object_permission:"Endpoint_Edit" %} {% endif %} {% if host_view %} {% if not product_tab %} {% endif %} {% endfor %}
{% dojo_sort request 'Host' 'host' %}{% dojo_sort request 'Endpoint' 'endpoint' %}{% dojo_sort request 'Product' 'product' 'asc' %}Active Verified Findings Status
{{ e.host }} {% else %} {{ e }}{% if e.is_broken %} 🚩{% endif %} {% endif %} {% include "dojo/snippets/tags.html" with tags=e.tags.all %} {{ e.product }} {% include "dojo/snippets/tags.html" with tags=e.product.tags.all %} {% if host_view %} {{ e.host_active_findings_count }} {% else %} {% if e.active_findings_count > 0 %} {{ e.active_findings_count }} {% else %} 0 {% endif %} {% endif %} {% if host_view %} {{ e.host_mitigated_endpoints_count }} / {{ e.host_endpoints_count }} mitigated endpoints {% else %} {% if e.mitigated %} Mitigated {% else %} {% if e.active_findings_count > 0 %} Vulnerable {% else %} No active verified findings {% endif %} {% endif %} {% endif %}
{% include "dojo/paging_snippet.html" with page=endpoints page_size=True %}
{% else %} {% if host_view %}
No hosts
{% else %}
No endpoints
{% endif %} {% endif %}
{% endblock %} {% block postscript %} {{ block.super }} {% include "dojo/filter_js_snippet.html" %} {% endblock %}