{% load staticfiles %} {{ 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 body %} {% endblock %} {# body #}
{% endblock %} {# content #}
{% include "sopds_footer.html" %}
{% block block-js %}{% endblock %}