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