{% load spirit_tags i18n tz %}
{% for c in page %}
{{ c.comment_html|safe }}
{% empty %}

{% trans "There are no comments here, yet" %}

{% endfor %}