{{ t["nav_title"] }}

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

{{ t["config_heading"] }}

{% for entry in entries %}
{{ entry.host_pattern }} {% match entry.identity_file %} {% when Some with (idf) %} {{ t["config_key_prefix"] }}{{ idf }} {% when None %} {% endmatch %}
{{ t["config_edit"] }}
{% for (key, value) in entry.fields %}
{{ key }} {{ value }}
{% endfor %}
{% endfor %} {% if entries.is_empty() %}
{{ t["config_no_entries"] }}
{% endif %}

{{ t["config_restore_heading"] }}