{% if audit_report["comments"]|length > 0 %} {% for comment in audit_report["comments"] %}
{{comment["name"]}} {{comment["timestamp"]}}

{{comment["comment"]}}

{% endfor %} {% endif %}