{% extends "wagtailadmin/generic/index.html" %} {% load i18n %} {% block listing %}
{% if collections %}
{% 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 %}