{% trans %}user.settings.2fa_settings{% endtrans %}
{{ form_start(tfa_form) }}
  1. {% trans %}tfa_google.step.download{% endtrans %}
  2. {% trans %}tfa_google.step.scan{% endtrans %}
  3. {% trans %}tfa_google.step.input_code{% endtrans %}
  4. {% trans %}tfa_google.step.download_backup{% endtrans %}

{% trans %}tfa_google.manual_setup.type{% endtrans %}: TOTP

{% trans %}tfa_google.manual_setup.username{% endtrans %}: {{ tfa_google.username }}

{% trans %}tfa_google.manual_setup.secret{% endtrans %}: {{ tfa_google.secret }}

{% trans %}tfa_google.manual_setup.digit_count{% endtrans %}: 6

{{ form_row(tfa_form.google_confirmation) }}
{{ form_row(tfa_form.submit) }} {{ form_row(tfa_form.cancel) }} {{ form_end(tfa_form) }}