{{ msg }}
{% endfor %}
{% endwith %}
{# Sticky notice rail: shown on per-site pages (g.current_site is
set) when action_required or status notices are active. The
`ignore missing` guard keeps the page renderable when the
admin_notices plugin is disabled and the template is absent. #}
{% if g.current_site %}
{% include "admin/_notice_rail.html" ignore missing %}
{% endif %}
{% block content %}{% endblock %}