{% extends "base.html" %} {% from "includes/common_macros.html" import for_contributors_sidebar %} {% set title = _('Media Gallery') %} {% if submitted %} {% set classes = 'submitted' %} {% endif %} {% set scripts = ('wiki', 'gallery') %} {% set crumbs = [(None, _('Media Gallery'))] %} {% block masthead %}
{{ breadcrumbs(crumbs, id='main-breadcrumbs') }}
{% endblock %} {% block contentwrap %}
{% with media_list=media %} {% include 'gallery/includes/media_list.html' %} {% endwith %}
{% if user.is_authenticated %} {% include 'gallery/includes/upload_media_form.html' %} {% endif %} {% endblock %}