- {% if notes is defined and notes is not empty %}
- {% for note in notes %}
- {% block current_note %}
-
- {{ noteView.macro_note(note['note'], []) }}
-
- {% endblock current_note %}
- {% endfor %}
- {% else %}
-
{% trans %}No notes here.{% endtrans %}
- {% endif %}
-
-