{{ login_header('Enter your token', '', error) }}
{% include "login/authentication_hidden_inputs.html.twig" %}
{% if has_mobile_user %} {{ url.create_form_nonce(constant('TwoFAS\\TwoFAS\\Http\\Route::ACTION_AUTHENTICATE_CHANNEL')) | raw }}
{% endif %}
{% if (offline_codes_count > 0 and are_offline_codes_enabled) or is_sms_enabled %}

Can't use your 2FAS token?

{% endif %}
{% include 'modals/error-modal.html.twig' %}
{{ login_footer() }}