{% if replies %}
{% for reply in replies %}

{{ text_by }} {{ reply.author }} - {{ reply.date_added }}

{{ reply.comment }}

{% endfor %}
{% endif %}
{% if not replies %} {% elseif next %} {% else %} {% endif %}