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

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

{% endif %}
{% endblock %}