{{ 'TwoFactorAuth_RecoveryCodesExplanation'|translate }}
{{ 'TwoFactorAuth_RecoveryCodesSecurity'|translate }}
{% if codes|length > 0 %}
{% for code in codes %}
{{ code|upper|split('', 4)|join('-') }}
{% endfor %}
{% else %}
{{ 'TwoFactorAuth_RecoveryCodesAllUsed'|translate }}
{% endif %}