{% extends "default.html" %} {% block title %}Users of {{ gallery.title }} | {{ site_name }}{% endblock %} {% block content %}

Users: {{ gallery.title }}

{{ gallery.description }}

{% if have_permission %}
{% endif %}

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

{% endblock %}