{% extends theme('raw.html') %}
{% set meta = {
'title': _("Administration panel"),
'description': _("%(site)s administration panel", site=config['SITE_TITLE']),
} %}
{% block extra_css %}
{% endblock %}
{% block body %}
{% include theme("banners/feedback.html") %}
{% include theme("header.html") with context %}
{% endblock %}
{% block extra_js %}
{% endblock %}