{% if application == 'thunderbird' %}
Thunderbird version {{ version }}
{% else %}
K-9 Mail version {{ version }}
{% endif -%}
{% for tag, short_notes in short_notes.items() %}
{{ tag }}:
{%- for note in short_notes %}
- {{ note }}
{%- endfor %}
{% endfor %}
