{% extends 'public/middle_box.html' %} {% load i18n %} {% load static %} {% load aa_customizer_tags %} {% block page_title %}{% translate "Login" %}{% endblock %} {% block middle_box_content %} {# Optional logo, title, and subtitle from the Custom Branding admin #} {% customizer_login_branding %} {# EVE SSO login button #} {% translate 'Login with Eve SSO' %} {% if AA_CUSTOMIZER.login_extra_html %}
{{ AA_CUSTOMIZER.login_extra_html|safe }}
{% endif %} {% endblock %}