{% extends "controlpanel/layout.html" %} {% block title %}Control Panel{% endblock %} {% block body_class %}plain-page frontpage admin {{ body_class }}{% endblock %} {% block body %}

Control panel

{% for notice in flashes %}

{{ notice|safe }}

{% endfor %}
{% if __user_config("privileges.admin.can_view_status") %} {% endif %} {% endblock %}