{% extends "base/layout.html" %} {% load i18n inlinetrans breadcrumbs messagebox section_tags %} {% block shortcut %} {% endblock %} {% block extrastyles %} {% endblock %} {% block extrascripts %} {% endblock %} {% block headerwrapper %} {% endblock headerwrapper %} {% block breadcrumbswrapper %}{% endblock %} {% block contentwrapper %}
{% with THEME_MEDIA_URL as MEDIA_URL %} {% block languagetools %} {% include "inc.languagetools.html" %} {% endblock %} {% endwith %}
{% block headerblocks %} {% include "inc.headerblocks.html" %} {% endblock %}
{% block useractions %} {% include "inc.useractions.html" %} {% endblock %}
{% block portalactions %} {% include "inc.siteactions.html" %} {% endblock %}
{% if not request.HIDE_MENU %} {% endif %} {% if not request.HIDE_MENU %} {% endif %}
{% messagebox %}
{% block content %} {% endblock %}
{% if not request.HIDE_DECORATIONS %}
{% block footerwrapper %} {% endblock %} {% endif %} {% endblock contentwrapper %}