{% extends "base.html" %} {% block title %}Galleries — Admin{% endblock %} {% block content %}

Gallery Admin

Manage image gallery collections.

View Galleries Add Gallery
{% for g in galleries %} {% else %} {% endfor %}
LabelSlugPath ImagesStatusOrderActions
{{ g.label }} {% if g.description %}
{{ g.description }}{% endif %}
{{ g.slug }} {{ g.path }} {% if not g.exists %}
⚠ Directory missing{% endif %}
{{ g.count }} {% if g.is_active %}✓ Active {% else %}— Disabled{% endif %} {{ g.sort_order }}
No galleries configured. Add the first one.
{% endblock %}