{{ twoFactorProvider.methodTranslation|trans }}

{% if authenticationError %} {% endif %} {% if availableTwoFactorProviders|length > 1 %}

{{ "choose_provider"|trans({}, 'SchebTwoFactorBundle') }}:

{% for provider in availableTwoFactorProviders %} {{ provider.methodTranslation|trans }} {% endfor %}
{% endif %} {% form_theme form 'Form/beagle_theme.html.twig' %} {{ form(form) }} {{ 'cancel'|trans({}, 'SchebTwoFactorBundle') }}