{% blocktranslate count counter=description|length trimmed %} Description {% plural %} Descriptions {% endblocktranslate %} {% if user|can_add_mlgr %} {% translate 'Add' %} {% endif %}
{% for description in descriptions %}
#{{ forloop.counter }}
{% endfor %}
{{ description.description_html }}{% if user|can_change:description %} {% endif %} {% if user|can_delete:description %} {% endif %}