{% load spirit_tags i18n %}
{% for c in comments %}
{% post_render_comment comment=c %}
{% empty %}

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

{% endfor %}