{# vim: set syntax=htmldjango: #} {% extends "exordium/album.html" %} {% block extraheader %} {% if zip_url and zip_file %} {% endif %} {% endblock %} {% block albumbody %}
{% if error %}

{{ error }}

{% endif %} {% if zip_url and zip_file %}

Download: {{zip_file}}

{% endif %} {% if not error %}

Album Zipfile created with the following contents:

{% for filename in filenames %} {{ filename }}
{% endfor %}
{% endif %} {% if zip_url and zip_file %}

Zipfiles are configured to remain on the server for about 48 hours before being removed. {% if zip_mtime %}This file was generated at: {{ zip_mtime }}{% endif %}

{% endif %}
{% endblock %}