{% for href in admin.stylesheets %}
{% endfor %} {% for src in admin.scripts %} {% endfor %}
{{ _('Skip to the content') }}
{% block header %}{% endblock %}
{{ _('Search') }}
Ctrl K
{% block header_actions %}{% endblock %}
{% 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' %}
shown = false, 6000)"{% endif %} class="alert {% if problem %}alert-error{% else %}alert-success{% endif %} alert-soft">
{{ message.text }}
×
{% endfor %}
{% endif %}
{% block content %}{% endblock %}
Esc
{{ _('Close') }}