{% extends "base.html" %} {% block content %}
| Product Type | # 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 %}