{% extends "photos/base.html" %} {% load humanize %} {% load bootstrap_pagination_tags %} {% load tagging_tags %} {% load photo_tags %} {% load perm_tags %} {% block title %}{{ block.super }}{{ photo_set.name }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{{ photo_set.name }}

{% if task_id %}

{% trans "Please wait while we compile the zip file for" %} {{ photo_set.name }}. {% trans 'loading' %}

{% endif %}

{% trans "Zip file ready for download" %}.

{% trans "Download" %} {% trans "here" %}.

{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}