{% extends "base.html" %} {% load i18n url_with_token %} {% comment %} Copyright 2012 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block html_extra %}data-qa-id="paper_device_addition"{% endblock %} {% block title %} {% blocktrans %}{{ user }}'s devices{% endblocktrans %} {% endblock %} {% block text_title %}
{% trans "Print this list of backup codes and keep them safe." %}
{% include 'device/code-list.html' %}
{% if token and not needs_renewal %} {% trans "Continue" %} {% else %} {% trans "Go back" %} {% endif %} {% if generation_enabled %} {% trans "Generate new codes" %} {% endif %}
{% endblock %}