{% extends "base.html" %} {% load i18n %} {% load static_url %} {% load gargoyle_tags %} {% comment %} Copyright 2012 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %} {% blocktrans %}{{ user }}'s devices{% endblocktrans %} {% endblock %} {% block text_title %}

{% trans "Add a new authentication device" %}

{% endblock %} {% block content %}
{% csrf_token %}

{% ifswitch PAPER_DEVICE request %}

{% endifswitch %}

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

{% blocktrans with "twofactor_faq"|static_url as 2FFAQ %} The 2-Factor Auth FAQ has details on compatible devices. {% endblocktrans %}

{% endblock %}