{% extends "cciw/standard.html" %} {% load standardpage %} {% block content %} {% if object_list %} {% for tagtarget in object_list %} {% endfor %}
Item Count
{{ tagtarget.render }} x{{ tagtarget.count }}
{% else %}

No items found.

{% endif %} {% endblock %}