{% if notes %} {% for note in notes %}
{{ note.name }}
{{ note.description|safe }}
{% if note.hasAlarm %}
{{ alarm_i18n }} {{ note.alarm }}
{% endif %}
{% endfor %} {% endif %}