{% load staticfiles %} {% include "style/search.html" %} {% if results|length %} {% for collection in results %} {% endfor %}
Found {{ results|length }} collections
{{ forloop.counter }}. {{ collection.name }}
Containers: {{ collection.containers.count }}
Modified Date {{ collection.modify_date }}
{% else %}
Your search yielded no results
{% endif %} {% include "main/controls_scripts.html" %}