{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block page_head %} {% if running %} {% endif %} {% endblock %} {% block configuration %} {% if running %}
{% trans "Publishing key to keyserver..." %}
{% endif %}{% trans "Service" %} | {% trans "Domains" %} | {% trans "OpenPGP Fingerprint" %} | |
---|---|---|---|
{% if key.service == 'ssh' %} {% trans "Secure Shell" %} {% elif key.service == 'https' %} {% trans "Web Server" %} {% else %} {% trans "Other" %} {% endif %} |
|
{% if key.openpgp_fingerprint %} {{ key.openpgp_fingerprint }} {% else %} {% trans "-" %} {% endif %} | {% if not key.openpgp_fingerprint %} {% else %} {% if not running %} {% endif %} {% if key.importable_domains %} {% endif %} {% endif %} |