{# Altered login form that includes the 2FA authentication. #} {% import 'macros/form.html' as form %} {% set username_error = true if error_summary %} {% set password_error = true if error_summary %} {% set is_2fa_enabled = h.is_2fa_enabled() %}
{{ _('The form contains invalid entries:') }}