{% load i18n %} {% for comment in comments %} {% include "collab/collaborative_comments_list_item.html" %} {% empty %}
{% trans "There are no comments yet" %}
{% endfor %}