{% extends "base.html" %} {% load navigation_tags %} {% load authorization_tags %} {% load display_tags %} {% load i18n %} {% block content %} {{ block.super }}
{% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %} | {% dojo_sort request 'Product Type' 'name' 'asc' %} | {% trans "Product count" %} | {% trans "Active (Verified) findings" %} | {% trans "Critical product" %} | {% trans "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 %} |
{% trans "No product types found." %}
{% endif %}