{% extends "default.html" %} {% import "small-annotation-display.html" as annotation_display %} {% block nav_title %}{{ gallery.title }}{% endblock %} {% block title %}Gallery {{ gallery.title }} | {{ site_name }}{% endblock %} {% block content %}
  • Users
  • {% if have_extended_permission %}
  • Edit
  • {% endif %} {% if have_extended_permission %}
  • Delete Confirm deletion
  • {% endif %}

    {{ gallery.title }}

    owned by {{ gallery.owner.formatted_name }}

    {{ gallery.description }}

    {% if have_permission %}
    Add from query
    {% endif %}

    Pictures

    {% endblock %}