{% extends "base.html" %} {% load navigation_tags %} {% block content %}
| {% dojo_sort request 'Product Type' 'name' 'asc' %} | # of Products | # of active findings | {% if user.is_staff %}Actions | {% endif %}
|---|---|---|---|
| {{ pt.name }} | {{ pt.products_count }} | {{ pt.findings_count }} | {% if user.is_staff %}{% endif %} |
No product types found.
{% endif %}