{% if not comment_list %}

{{ _("No comments yet. ") }}

{% endif %} {% if not is_communication %}
{{ _("Add a comment") }}
{{ _("Ctrl+Enter to add comment") }}
{% endif %}
{% for comment in comment_list %} {% include "templates/includes/comments/comment.html" %} {% endfor %}