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

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 %}
{% if user.is_staff %} {% endif %} {% for pt in pts %} {% if user.is_staff %} {% endif %} {% endfor %}
{% dojo_sort request 'Product Type' 'name' 'asc' %} # of Products # of active findings Actions
{{ pt.name }} {{ pt.products_count }} {{ pt.findings_count }}
{% include "dojo/paging_snippet.html" with page=pts page_size=True %}
{% else %}

No product types found.

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