{% extends "administration/base.html" %} {% load i18n %} {% block page_title %}{% trans "Encryption Keys" %}{% endblock %} {% block content %}
{% trans "Create New Key" %} | {% trans "Import Existing Key" %}
{% trans "User ID(s)" %} | {% trans "Fingerprint" %} | {% trans "Actions" %} |
---|---|---|
{{ key_display.uids|join:", " }} | {{ key_display.fingerprint }} | {% trans "Delete" %} |