{% if not request.is_ajax and not request.GET.popup %}
{% if settings.icon %}
{% endif %}
{{ settings.initials }}
{% block extra_head %}{% endblock %}
{% for url in js_files %}{% endfor %}
{% for url in css_files %}{% endfor %}
{% endif %}
{% block body %}
{% endblock %}
{% if not request.is_ajax and not request.GET.popup %}
{% endif %}
{% if username_mask %}
{% endif %}
{% if messages %}
{% for message in messages %}
{% if 'error' not in message.tags %}
{{ message|toast }}
{% endif %}
{% endfor %}
{% endif %}
{% if not request.GET.popup %}