{{ head_html|safe }}
{{ admin_banner_html|safe }}
{% if slots.header %}
{{ slots.header|safe }}
{% endif %} {% if slots.sidebar %}
{% if slots.main %}{{ slots.main|safe }}{% else %}
No data on file.
{% endif %}
{% else %}
{% if slots.main %}{{ slots.main|safe }}{% else %}
No data on file.
{% endif %}
{% endif %}
{% if slots.footer %}{% endif %} {{ body_end_html|safe }}