{% load i18n %}
{% for collection in collections %}
{% empty %}

{% trans "No collections" %}

{% trans "Get started by creating a new collection." %}

{% trans "Create Collection" %}
{% endfor %}
{% include "links/includes/pagination.html" %}