{% load i18n %}
{% for collection in collections %}
{% with images=collection.images.all|slice:":1" %} {% for image in images %} {{ collection.name }} {% empty %}
{% trans "No images yet" %}
{% endfor %} {% endwith %}
{{ collection.images.count }}

{{ collection.name }}

{% if collection.description %}

{{ collection.description }}

{% else %}

 

{% endif %}
{% empty %}

{% trans "No collections" %}

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

{% trans "Create Collection" %}
{% endfor %}
{% if is_paginated %} {% endif %}