{% extends "mfa/recovery_codes/index.html" %} {% load i18n %} {% load allauth %} {% load allauth_ui %} {% block content %} {% translate "Recovery Codes" as heading %} {% blocktranslate asvar subheading count unused_count=unused_codes|length %}There is {{ unused_count }} out of {{ total_count }} recovery codes available.{% plural %}There are {{ unused_count }} out of {{ total_count }} recovery codes available.{% endblocktranslate %} {% #container heading=heading subheading=subheading %}