{% load i18n static %} {% load formica %}

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

{% for comment in comments %}
#{{ forloop.counter }} {# TODO: handle multiple descriptions? #} {% with description=comment.descriptions.first %}
[{{ description.language.code }}] {{ description.description }}
{% endwith %}
{% endfor %}