{# Confirm the deletion of a user key #} {% extends "index.html" %} {% load i18n %} {% block menu %} {% with "users" as current_category %} {{ block.super }} {% endwith %} {% endblock %} {% block content %}
{% csrf_token %}
{% blocktrans with owner=key_owner.name %} Do you really want to delete the following key from user {{ owner }}? {% endblocktrans %}
{% trans "Name" %} {{ object.name }}
{% trans "Key" %}
{{ object.key }}
{% trans "Comment" %}
{{ object.comment }}
{% trans 'No' %}  
{% endblock content %}