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

{% trans "Delete device?" %}

{% endblock %} {% block content %}

{% blocktrans %}Are you sure that you want to delete the following authentication device?{% endblocktrans %}

{{ name }}

{% csrf_token %}

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

{% endblock %}