{% extends "base.html" %} {% load navigation_tags %} {% block content %}
| {% dojo_sort request 'Endpoint' 'host' %} | {% dojo_sort request 'Product' 'product' 'asc' %} | Open Findings | Status | ||
|---|---|---|---|---|---|
| {% if show_uri %} | {{ 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 %} |