{% load static %} {% load i18n %} {{ title }} {% block head_extensions %}{% endblock %} {% block modal %}{% endblock %}
{{ title }}
{% with bar=menubar %}{% include 'themes/'|add:settings.page_theme|add:'/menubar.html' %}{% endwith %} {% include 'themes/'|add:settings.page_theme|add:'/navigationbar.html' %} {% with bar=actionbar abar=True %}{% include 'themes/'|add:settings.page_theme|add:'/menubar.html' %}{% endwith %}
{% if messages %}
{% for message in messages %} {% if message.tags == "success" %}

{{ message|safe }}

{% else %} {% if message.tags == "info" %}

{{ message|safe }}

{% else %}

{{ message|safe }}

{% endif %} {% endif %} {% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% with bar=bottombar bottom=True %}{% include 'themes/'|add:settings.page_theme|add:'/menubar.html' %}{% endwith %}
{% if messages %} {% endif %}