{{ t["nav_title"] }}

{% match flash %} {% when Some with (msg) %}
{{ msg }}
{% when None %} {% endmatch %} {% match selected_key %} {% when Some with (key) %}

{{ key.name }}

{{ t["index_type_label"] }} {{ key.key_type }} {{ t["index_fingerprint_label"] }} {{ key.fingerprint }} {{ t["index_comment_label"] }} {{ key.comment }} {{ t["index_private_key_label"] }} {% if key.has_private %}{{ t["index_present"] }}{% else %}{{ t["index_missing"] }}{% endif %}
{{ key.public_key_content }}
{% if !host_groups.is_empty() %}
{{ t["index_used_by_hosts"] }} {% for host in host_groups %} {{ host }} {% endfor %}
{% endif %}
{{ t["index_export"] }}
{% when None %}
{{ t["index_select_key"] }}
{% endmatch %}

{{ t["index_generate_heading"] }}

{{ t["index_import_heading"] }}