{% load i18n static %} {% load check_permissions %}
{{ description.description_html }} {% if user|can_change:comment %} {% translate 'Edit' %} {% endif %} {% if user|can_delete:comment %} {% translate 'Remove' %} {% endif %}
{% blocktranslate count counter=comments|length trimmed %} Comment {% plural %} Comments {% endblocktranslate %} {% if user|can_add_mlgr %} {% translate 'Add' %} {% endif %}
{% if user|can_add_mlgr %}