{% load static %} {% load i18n %} {% load partials %} {% load ui %} {% block head %} {% include 'ui/favicon.html' %} {% if script_template %}{% include script_template %}{% endif %} {% block title %}{{ title }}{% endblock %} {% endblock %} {% block body %}
{% if has_panel %}
{% endif %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% block overview_header %}

{{ title }}

{% if header_template %}{% include header_template %}{% endif %} {% endblock %}
{% if page %} {% endif %}
{% if overview_template %}{% include overview_template %}{% endif %}
{% if detail_header_template %}{% include detail_header_template %}{% endif %}
{% if detail_data_template %}{% include detail_data_template %}{% endif %}
{% endblock %}