{% unless comments.compact_view %}
{% for comment in comments.comments %}
  • {{comment.username}}
  • {% if comment.user_registered_date %}
  • {{ "comments.users_registered_date" | t }}: {{ comment.user_registered_date | date }}
  • {% endif %}
{{comment.msg_txt}}
{% unless comment.reply | empty %}
{{ "comments.replier" | t }} {{comment.replier_nickname}} :
{{comment.reply}}
{% endunless %}
[ {{ "comments.reply_to_comment" | t }} ]

{% endfor %}
{{ "comments.comments_xml" | t }}: RSS | Atom
{% else %}
{% for comment in comments.comments %}
{{comment.message_abbr}} {{ "comments.read_more" | t }}

{% endfor %}
{% endunless %}