X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/5c901ee485c3abdf11dec71bdb7534f1f6a9eaa9..35548a2c9ae7efae920ec7c90addad272b5520c3:/src/ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html diff --git a/src/ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html b/src/ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html index 7f3d109..ee54777 100644 --- a/src/ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html +++ b/src/ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html @@ -5,14 +5,18 @@ {% block accounts-content %}

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

-

Are you sure you want to delete this key?

+

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

{% csrf_token %}

+ {{ object.comment }} ({{ object.algorithm}} {{ object.bit_length }})
+ {{ object.md5_hash }} {{ object.key }}
- {% trans "Added at" %} {{ object.created_at }}. -

+ {% trans "Added" %}: {{ object.created_at }}
+ {% trans "Last seen" %}: {{ object.last_seen_at|default:"–" }}
+

+