{{ head_html|safe }}
{{ admin_banner_html|safe }}
{% if slots.main %}{{ slots.main|safe }}{% else %}
No form assigned to this page.
{% endif %}
{% if slots.footer %}
{{ slots.footer|safe }}
{% endif %}
{{ body_end_html|safe }}