{% load i18n %} {% if paper_devices_needing_renewal %}

{% blocktrans %}Your printed list of backup codes is nearly used up. Please print a new list for the following devices.{% endblocktrans %}

{% for device in paper_devices_needing_renewal %}

{{ device.name }} {% trans 'Generate New Codes' %}

{% endfor %}
{% endif %}