{% extends "base.html" %} {% block title %}Login{% endblock %} {% block content %}

Login

{% if error %}

{{ error }}

{% endif %}
{% if show_mfa_input %} {% if mfa_provider_names|length > 1 %} {% endif %} {% endif %} {% if csrftoken and csrf_cookie_name %} {% endif %} {% if captcha %}
{{ captcha.form_html | safe }}
{% endif %}
{% endblock %}