AliothPress
{{ t('twofa.login_title') }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{{ t('twofa.login_intro') }}
{{ t('twofa.login_code_label') }}
{{ t('twofa.login_recovery_hint') }}
{{ t('twofa.login_trust_label') }}
{{ t('twofa.login_submit') }}
{% if email_available %}
{{ t('twofa.login_email_send') }}
{% endif %}
{{ t('twofa.login_back') }}