{% if notes is defined and notes is not empty %}
{% for conversation in notes %}
{{ noteView.macro_note(conversation['note'], conversation['replies']) }}
{% endfor %} {% else %}
{% endif %}
{% endfor %} {% else %}