{% extends "mfa/recovery_codes/base.html" %} {% load i18n %} {% block content %}
{% blocktranslate 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 %}
{% if unused_codes %} {% endif %}