{% extends "base.html" %} {% block title %}Galleries — Admin{% endblock %} {% block content %}
Manage image gallery collections.
| Label | Slug | Path | Images | Status | Order | Actions |
|---|---|---|---|---|---|---|
| {{ 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. | ||||||