{% load i18n thumbnail %}
{{ object.description|safe }}
{% endif %} {% if object.show_counter %}{% with count=object.pictures.count %}[{% if object.cover not in object.pictures.all %}{{ count|add:"1" }}{% else %}{{ count }}{% endif %} {% ifequal count 1 %}{% trans "picture" %}{% else %}{% trans "pictures" %}{% endifequal %}]{% endwith %}
{% endif %}