{% for comment in comments %}

{{ comment.from.name }}

{{ comment.message }}

{% if comment.comments %} {% endif %}
{% endfor %}