{% 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="generic_device_addition"{% endblock %} {% block extra_header %} {% endblock %} {% block title %} {% blocktrans %}{{ user }}'s devices{% endblocktrans %} {% endblock %} {% block text_title %}

{% trans "Add device" %}

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

{% block device_instructions %}

{% trans "Shared OATH/HOTP key:" %}
{{ formatted_key }}

{% blocktrans %}Enter the shared OATH/HOTP key into your device.

{% endblocktrans %} {% endblock %}

{% blocktrans %} Now, verify your device is configured correctly. Use your device once to generate a one-time password and enter it below. {% endblocktrans %}

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

{% endblock %}