{% extends "default.html" %} {% block title %}Gallery {{ gallery.title }} | gigadata{% endblock %} {% block content %}

{{ gallery.title }}

{{ gallery.description }}

Users

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

Pictures

{% endblock %}