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

{% blocktranslate count counter=description|length %} Description {% plural %} Descriptions {% endblocktranslate %}     {% translate 'Add' %}

{% for description in descriptions %}
#{{ forloop.counter }}
[{{ description.language.code }}] {{ description.description }}
{% endfor %}