{% extends "base.html" %} {% load i18n %} {% 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="generate_new_codes"{% endblock %} {% block title %} {% blocktrans %}{{ user }}'s devices{% endblocktrans %} {% endblock %} {% block text_title %}

{% trans "Generate new codes" %}

{% endblock %} {% block content %}

{% blocktrans %} Confirming the new codes will invalidate all the previous codes.
Please print this new list and destroy any old lists. {% endblocktrans %}

{% include 'device/code-list.html' %}
{% csrf_token %}

{% trans "or" %} {% trans "cancel" %}

{% endblock %}