{% if notes %} {% for note in notes %} {% if note.hasAlarm %} {{ alarm_i18n }} {{ note.alarm }} {% endif %}

{{ note.name }}

{{ note.description|safe }}
{% endfor %} {% endif %}