{% extends "base.html" %} {% load navigation_tags %} {% load authorization_tags %} {% load display_tags %} {% block content %} {{ block.super }}
{% dojo_sort request 'Product Type' 'name' 'asc' %} | Product count | Active (Verified) findings | Critical product | Key product | |
---|---|---|---|---|---|
{{ pt.name }} | {{ pt.prod_count }} | {{ pt.active_findings_count }} ({{ pt.active_verified_findings_count }}) | {% if pt.critical_product %} {% else %} {% endif %} | {% if pt.key_product %} {% else %} {% endif %} |
No product types found.
{% endif %}