{% if comments %} {% for comment in comments %}

{{ text_by }} {{ comment.author }} - {{ comment.date_added }}

{{ comment.comment }}

{% if logged %} {% else %} {{ button_login_reply }} {% endif %}
{% if comment.reply_total %} {% else %} {% endif %}
{% endfor %}
{{ pagination }}
{{ results }}
{% else %} {{ text_no_results }} {% endif %}