{% translate "My 2-Factor-Authentication methods" %}
{% translate "To further protect your account, you can add additional authentication methods (2-factor authentication)." %}
{% translate "The system currently supports the setup of FIDO2 keys and TOTP authentication via authenticator apps." %}
{% translate "Once you add a method, it will always be requested when logging in and potential attackers will have a harder time gaining control over your account." %}
{% translate "FIDO2 keys" %}
{% translate "You can use your FIDO2 keys to secure your account." %}
{% translate "Once you added a key to your account you won't be able to log in without using the key." %}
{% translate "To make sure that you don't loose access to your account when you loose your FIDO2 key it is recommended to add multiple keys." %}
{% translate "Make sure to keep your keys at a secure place." %}
{% translate "Key name" %}
{% translate "Last usage" %}
{% translate "Date added" %}
{% translate "Actions" %}
{% for key in keys %}
{{ key.name }}
{{ key.last_usage }}
{{ key.created_at|date:"SHORT_DATE_FORMAT" }}
{% empty %}
{% translate "No FIDO2 keys have been added yet." %}
{% translate "You can use an authenticator application to secure your account with time-based one-time passwords (TOTP)." %}
{% translate "If you connect an authenticator with your account you will be asked to enter the shown digits on your smartphone to log into your account." %}