{% extends "administration/base.html" %} {% load i18n %} {% block page_title %}{% trans "Encryption Keys" %}{% endblock %} {% block content %}

{% trans "Create New Key" %}  |  {% trans "Import Existing Key" %}

{% for key_display in keys %} {% endfor %}
{% trans "User ID(s)" %} {% trans "Fingerprint" %} {% trans "Actions" %}
{{ key_display.uids|join:", " }} {{ key_display.fingerprint }} {% trans "Delete" %}
{% endblock %}