{% load staticfiles %} {% load cache %} {{ app_title }} {% if breadcrumbs.0 %} / {{ breadcrumbs.0 }} {% endif %}
{% include "sopds_top.html" %}
{% include "sopds_logo.html" %}
{% include "sopds_menu.html" %}
{% include "sopds_breadcrumbs.html" %}
{% if system_message %}
{% include "sopds_messages.html" %}
{% endif %} {% if not user.is_authenticated %}
{# {% include "registration/login.html" %} #}
{% endif %} {% block content %}
{% block ext-body %} {% endblock %} {# ext-body #} {% cache cache_t body cache_id %} {% block body %} {% endblock %} {# body #} {% endcache %}
{% endblock %} {# content #}
{% include "sopds_footer.html" %}
{% block block-js %}{% endblock %}