{% import "adminsite/_icons.html" as icons -%} {% block page_title %}{{ title }}{% endblock %} {% for href in admin.stylesheets %} {% endfor %} {% for src in admin.scripts %} {% endfor %} {{ _('Skip to the content') }}
{% if admin.banner %}

{{ admin.banner }}

{% endif %} {% if messages %} {#- Good news fades after a few seconds; a problem stays until it is closed, so nobody misses it for reading slowly. -#}
{% for message in messages %} {% set problem = message.kind == 'error' %}
{{ message.text }}
{% endfor %}
{% endif %} {#- The page sits on a raised panel, so it reads apart from the sidebar. -#}
{% block breadcrumb %}{% endblock %}
{% block header %}{% endblock %}
{% block header_actions %}{% endblock %}
{#- Relative, so text kept for screen readers ("sr-only") is placed inside this scrolling area. Placed against the page instead, a label low in a long form stretched the page and made the whole window scroll. -#}
{% block content %}{% endblock %}