{% blocktranslate count counter=comments|length %} Comment {% plural %} Comments {% endblocktranslate %}
{% for comment in comments %}
#
{{ comment.comment_title }} :
{% for description in comment.descriptions.all %}
{% endfor %}
{% endfor %}