{% load static from staticfiles %}{% load get_static_prefix from static %} {% block title %}{{ config.TITLE_NAME }}{% endblock %} {% include 'admin/js.inc.html' %} {{ head_content|safe }} {% block body %}
{% if current_sub_menus %} {% endif %}
{% include 'admin/browser-check.inc.html' %} {{content|safe}}
{% if messages %}
{% for m in messages %}

{{m.message}}

{% endfor %}
{% endif %} {% endblock %} {% if user %} {% endif %}