{% for section in sections %}

{{section.label}}

{{section.commentHtml|safe}}
{% if section.files %}

Attachments

{% endif %} {% if not forloop.last %}
{% endif %} {% endfor %}