{% extends "wagtailadmin/admin_base.html" %} {% load i18n wagtailadmin_tags static wagtailimages_tags wagtailsettings_tags %} {% get_settings use_default_site=True %} {% block titletag %}{% trans "Sign in" %}{% endblock %} {% block bodyclass %}login{% endblock %} {% block furniture %}

{% block branding_login %}{% trans "Account Locked" %}{% endblock %}

{% if cooloff_time %} {% translate "Your account has been locked due to multiple failed login attempts. Please try again later." %} {% else %} {% translate "You account has been locked due to multiple failed login attempts. Please contact our support team for assistance." %} {% endif %}

{% block branding_logo %}
AlertWise Logo
{% endblock %}
{% endblock %}