- |
- {% 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 %}
-
- {% elif domain not in key.available_domains %}
-
- {% else %}
-
- {% endif %}
- {{ domain }}
-
- {% endfor %}
-
- |
-
- {% if key.openpgp_fingerprint %}
-
- {{ key.openpgp_fingerprint }}
-
- {% else %}
- {% trans "-" %}
- {% endif %}
- |
-
- {% if not key.openpgp_fingerprint %}
-
- {% else %}
- {% if not running %}
-
+
+
+
+ | {% trans "Service" %} |
+ {% trans "Domains" %} |
+ {% trans "OpenPGP Fingerprint" %} |
+ |
+
+
+
+ {% for key in status.keys.values|dictsort:"ssh_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 %}
+
+ {% elif domain not in key.available_domains %}
+
+ {% else %}
+
{% endif %}
- {% if key.importable_domains %}
-
+ {% endfor %}
+
+ |
+
+ {% if key.openpgp_fingerprint %}
+
+ {{ key.openpgp_fingerprint }}
+
+ {% else %}
+ {% trans "-" %}
+ {% endif %}
+ |
+
+ {% if not key.openpgp_fingerprint %}
+
- {% endif %}
- {% endif %}
- |
-
- {% endfor %}
-
-
-
-
+
+
+ {% else %}
+ {% if not running %}
+
+ {% endif %}
+ {% if key.importable_domains %}
+
+ {% endif %}
+ {% endif %}
+ |
+
+ {% endfor %}
+