{% load bootstrap_pagination_tags %} {% load photo_tags %} {% load perm_tags %} {% load humanize %}
{% if photo_set.get_cover_photo %} {% blocktrans with n=photo_set.name|truncatechars:123 %}{{ n }}{% endblocktrans %} {% else %} {% blocktrans with n=photo_set.name|truncatechars:123 %}{{ n }}{% endblocktrans %} {% endif %}
{{ photo_set.image_set.count|intcomma }}

{{ photo_set.name }}

{% blocktrans with d=photo_set.description|striptags|truncatewords_html:25|safe %}{{ d }}{% endblocktrans %}
{% if user.profile.is_superuser %}
{{ photo_set.obj_perms }} · {{ photo_set.obj_status }}
{% endif %}
{% photo_set_options request.user photo_set %}