{% load tree_comments i18n %}
{% include "tree_comments/form.html" %}
{% if comment_list %} {% for comment in comment_list %} {% include "tree_comments/comment.html" with comment=comment %} {% endfor %} {% else %}

{% trans "No comments yet." %}

{% endif %}