{% load static %} {% load i18n core_tags lib_tags %}
{% block pagetitle %}{% endblock %}
{% block extra_css %}{% endblock %}
Toggle navigation
Toggle navigation
{% if user.is_admin %}
{% endif %} {% if selection %} {% extensions_menu selection user %}{% core_menu selection user %} {% else %} {% extensions_menu "" user %}{% core_menu "" user %} {% endif %} {% load_optionalmenu user %}
{% if selection %}{% user_menu user selection %}{% else %}{% user_menu user "" %}{% endif %}
{% include "common/top_notifications.html" %}
{% block content %}{% endblock %} {% if LANGUAGE_CODE != "en" %}{% endif %} {% if TEMPLATE_DEBUG %} {% endif %} {% extra_static_content "top" "js" user %} {% block extra_js %}{% endblock %}