{% extends "base.html" %} {% block title %}{{ 'Add' if not g else 'Edit' }} Gallery{% endblock %} {% block content %}

{{ 'Add Gallery' if not g else ('Edit ' ~ g.label) }}

Back to Galleries
{% if g %}
Slug cannot be changed after creation.
{% endif %}
Directory will be auto-created if it doesn't exist. Can hold plain image files, .zip archives (one photo per zip, Digital Showroom-style — great for pointing straight at a TIC-fed file area's storage path), or a mix of both.
Lower numbers appear first.
Cancel
{% endblock %}