{% extends "default.html" %} {% block nav_title %}{{ gallery.title }}{% endblock %} {% block title %}Users of {{ gallery.title }} | {{ site_name }}{% endblock %} {% set back_url = "/gallery/" + gallery.id|string %} {% block content %} {% if have_permission %}
{% endif %}

Besides the owner, these users can also add and remove resources from this gallery:

{% endblock %}