{% if comments %} {% for comment in comments %}
{{ comment.member }} {{ comment.date_added }}
{{ comment.comment }}
{{ reply.member }} {{ reply.date_added }}
{{ reply.comment }}
Reply {% else %} Reply {% endif %}