{% extends "base_site.html" %} {% block _content %}{{ block.super }}

{{ item }}

{% if user and user_is_current_user_admin %} Add new gallery item | Edit {% endif %}

{% endblock _content %}