{% extends "base.html" %} {% block title %}{{ gallery.label }} — File Admin{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{{ gallery.label }} ({{ total_images }} files)

{{ gallery.description }}

Galleries View Public Page

{% if total_images == 0 %}

No files in this gallery yet. Upload some above.

{% else %}
{% for img in images %}
{{ img }}
{{ img }}
{% endfor %}
{% if total_pages > 1 %} {% endif %} {% endif %}
{% endblock %}