{% load i18n %}

{% blocktranslate count counter=comments|length %} Comment {% plural %} Comments {% endblocktranslate %}

{% for comment in comments %}
# {{ comment.comment_title }} : {% for description in comment.descriptions.all %}
[{{ description.language }}] {{ description.description }}
{% endfor %}
{% endfor %}
{% translate "+ Add a new comment" %}