{% extends "ssh_keys/base.html" %} {% load i18n %} {% block accounts-content %}

{% trans "Confirm deleting an SSH key" %}

{% trans "Are you sure you want to delete this key?" %}

{% csrf_token %}

{{ object.key }}
{% trans "Added at" %} {{ object.created_at }}.

{% endblock %}