{% if propal.eprNotes is defined and propal.eprNotes|length > 0 %}
{% for note in propal.eprNotes %}
{{note.enoMessage | raw}}
le
{{note.enoHeure|format_datetime('short', 'short', locale='fr')}}
{% endfor %}
{% else %}
Il n'y a pas encore de notes sur cette modification.
{% endif %}