{% extends "cciw/standard.html" %} {% load standardpage %} {% load view_extras %} {% block content %} {% if go_to %}

Go to {{ go_to }}

{% endif %}

Search

Enter tags to search for:

Results

{% if object_list %} {% for tagtarget in object_list %} {% endfor %}
Item Count
{{ tagtarget.render }} x{{ tagtarget.count }}
{% paging_control %}
{% else %}

Nothing found.

{% endif %} {% endblock %}