{# @var user \App\Entity\UserSystem\User #} {% import "helper.twig" as helper %}
{% 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
{% trans %}tfa_backup.remaining_tokens{% endtrans %}: {{ user.backupCodes | length }}
{% trans %}tfa_backup.generation_date{% endtrans %}: {{ user.backupCodesGenerationDate | format_datetime }}
{% trans %}tfa_u2f.explanation{% endtrans %}
{% if user.legacyU2FKeys is not empty or user.webauthnKeys is not empty %} {% trans %}tfa_u2f.table_caption{% endtrans %}: {% else %}{% trans %}tfa_u2f.no_keys_registered{% endtrans %}
{% endif %} {% if not user.samlUser %} {% trans %}tfa_u2f.add_new_key{% endtrans %} {% endif %}{% trans %}tfa_trustedDevices.explanation{% endtrans %}