{% extends "base.html" %} {% load i18n %} {% load static_url %} {% 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="device_list"{% endblock %} {% block extra_header %} {% endblock %} {% block title %} {% blocktrans %}{{ user }}'s devices{% endblocktrans %} {% endblock %} {% block text_title %}
{{ device.name }} | {% trans "Rename" %} {% trans "Delete" %} {% if device.device_type == 'paper' %} {% trans "View Codes" %} {% endif %} |
{% trans "You don't have any authentication devices associated with this account." %}
{% endif %}{% trans "Add a new authentication device" %}
{% trans "Report a lost or stolen device" %}
{% blocktrans with "twofactor_faq"|static_url as 2FFAQ %} 2-Factor Auth FAQ {% endblocktrans %}