{% if favicon_url %} {# A tenant favicon replaces the deployment's icons outright: declaring both leaves the choice to browser heuristics, which score by declared size and can pick the host's sized PNG over the tenant's. One candidate, one outcome. Never |safe — the value is admin-set config, but autoescaping is what keeps a quote in it from breaking out of the attribute. #} {% else %} {% endif %} {% if custom_css_url %}{% endif %} {% if custom_css %}{% endif %} {% block extra_css %}{% endblock %}

Checking session…

Please wait

{% include "account/auth_hero.html" %}
{% if logo_url %} {% elif brand_name %} {{ brand_name }} {% endif %}

{% block title %}{{ page_title|default:"Sign In" }}{% endblock %}

{% block subtitle_block %}{% endblock %}

{% block content %}{% endblock %} {% block switcher %}{% endblock %}
{{ login_methods|json_script:"mat-login-methods" }} {% block page_script %}{% endblock %}