{% macro attachments(comment) %} {% if comment.attachments %}
Pièces-jointes
{% for a in comment.attachments %} {% endfor %}
NomTaille
{{ a.name }} {{ a.size | humanize(unit='o') }}
{% endif %} {% endmacro %}