{{ comment_text or "" }}
{% if not comment_list %}

{{ _("Start a new discussion.") }}


{% endif %}
{% for comment in comment_list %} {% include "templates/includes/comments/comment.html" %} {% endfor %}
{{ _("Add Comment") }}