{# vim: set syntax=htmldjango: #} {% extends "exordium/album.html" %} {% load render_table from django_tables2 %} {% block albumbody %}
{{ error }}
{% else %}Album Zipfile created with the following contents:
{% for filename in filenames %} {{ filename }}{% endif %} {% if zip_url and zip_file %}
{% endfor %}
Download: {{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 %}