{% extends "base.html" %} {% block content %}
{% if pts %}
{% if user.is_staff %} {% endif %} {% for pt in pts %} {% if user.is_staff %} {% endif %} {% endfor %}
Product Type # of Products # of active findings Actions
{{ pt.name }} {{ pt.products_count }} {{ pt.findings_count }}
{% include "dojo/paging_snippet.html" with page=prod_list %} {% else %}

No product types found.

{% endif %}
Actions
{% if request.user.is_staff %} New Product Type {% endif %}
Filters
{{ ptl.form.as_p }}
{% endblock %} {% block postscript %} {% endblock %}