{% extends 'base.html' %} {% load i18n %} {% load static %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Back to Collections" %}

{{ collection.name }}

{% if collection.description %}

{{ collection.description }}

{% endif %}
{% trans "Edit Collection" %}
{% for image in collection.images.all %} {% empty %}

{% trans "No images" %}

{% trans "Upload some images to get started." %}

{% endfor %}
{% endblock %} {% block extra_js %} {% endblock %}