{% 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..." %}

{% csrf_token %}

{% endif %} {% for key in status.keys.values|dictsort:"ssh_fingerprint" %} {% endfor %}
{% 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 %}
    {% for domain in key.all_domains %} {% if domain not in key.imported_domains %}
  • {{ domain }}
  • {% elif domain not in key.available_domains %}
  • {{ domain }}
  • {% else %}
  • {{ domain }}
  • {% endif %} {% endfor %}
{% if key.openpgp_fingerprint %} {{ key.openpgp_fingerprint }} {% else %} {% trans "-" %} {% endif %} {% if not key.openpgp_fingerprint %}
{% csrf_token %}
{% else %} {% if not running %}
{% csrf_token %}
{% endif %} {% if key.importable_domains %}
{% csrf_token %}
{% endif %} {% endif %}
{% endblock %} {% block page_js %} {% if running %} {% endif %} {% endblock %}