{% trans "Two-Factor Authentication Backup Tokens" %}
{% if backup_tokens %}
{% if reveal_tokens %}
{% for token in backup_tokens %}
{{ token.token }}
{% endfor %}
{% else %}
{% trans 'Backup tokens have been generated, but are not revealed here for security reasons. Press the button below to generate new ones.' %}
{% endif %}
{% else %}
{% trans 'No backup tokens are available. Press the button below to generate some.' %}
{% endif %}