{% extends "shatailadmin/generic/index.html" %} {% load i18n shatailadmin_tags %} {% block listing %}
{% if collections %} {% minimum_collection_depth collections as min_depth %} {% for collection in collections %} {% endfor %}
{% trans "Name" %}
{% else %} {% url 'shatailadmin_collections:add' as add_collection_url %}

{% blocktrans trimmed %}No collections have been created. Why not add one?{% endblocktrans %}

{% endif %}
{% endblock %}