{% extends "site_base.html" %} {% load i18n %} {% load staticfiles %} {% load compress %} {% load thumbnail %} {% block title %}{{ title }}{% endblock %} {% block content_class %}gallery{% endblock %} {% block body_class %}gallery{% endblock body_class %} {% block htmlprop %} {% endblock htmlprop %} {% block metas %} {% include "rblog/_base_metas.html" %} {% endblock metas %} {% block metas_seo %} {% include "rblog/_base_metas_seo.html" %} {% endblock metas_seo %} {% block breadcrumbs %} {% include "rgallery/_base_breadcrumbs.html" %} {% endblock %} {% block css %} {{ block.super }} {% compress css %} {% endcompress %} {% endblock %} {% block content %}

{{ _('Gallery') }}

{% include "rgallery/_dropzone.html" %}

{% firstof settings.RGALLERY_DESCRIPTION description %}

{% include "rgallery/_tags.html" %} {% include "rgallery/_cookiemenu.html" %} {% if user.is_superuser %} {% endif %} {% include "rgallery/_base_pagination.html" %} {% include "rgallery/_videomodal.html" %} {% endblock content %} {% block js %} {{ block.super }} {% endblock %}