{% load i18n slunic_tags %}

{{ object.comment_count }}

{% for object in comments %}
{{ object.content|safe }}
{% endfor %}