{# vim: set syntax=htmldjango: #} {% extends "exordium/album.html" %} {% block extraheader %} {% if zip_url and zip_file %} {% endif %} {% endblock %} {% block albumbody %}
{{ 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 }}{% endif %} {% if zip_url and zip_file %}
{% endfor %}
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 %}