{% extends 'base.html' %} {% load i18n %} {% load static %} {% block content %}

{% trans "Image Collections" %}

{% trans "New Collection" %}
{% 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" %}
{% block extra_js %} {% endblock %} {% endblock %}