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

Product Type List

{% include "dojo/filter_snippet.html" with form=ptl.form %}
{% if pts %}
{% include "dojo/paging_snippet.html" with page=pts page_size=True %}
{% for pt in pts %} {% endfor %}
{% 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 %}
{% include "dojo/paging_snippet.html" with page=pts page_size=True %}
{% else %}

No product types found.

{% endif %}
{% endblock %} {% block postscript %} {{ block.super }} {% include "dojo/filter_js_snippet.html" %} {% endblock %}