{% if comment_text %}
{{ comment_text }}
{% endif %} {% if not comment_list %}

{{ _("No comments yet. Start a new discussion.") }}

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