{% load i18n %}

{% translate "Scan QR Code" %}

{% translate "Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)" %}

QR Code

{% translate "Can't scan the code? Use this secret key instead:" %} {{ secret_key }}

{% translate "Backup Codes" %}

{% translate "Save these backup codes in a secure place. You can use them to access your account if you lose your authentication device." %}

{% for code in backup_codes %} {{ code }} {% endfor %}

{% translate "Verify Setup" %}

{% translate "Enter the verification code from your authenticator app to complete the setup:" %}

{% csrf_token %}