{% extends "photos/base-wide.html" %} {% load humanize %} {% load bootstrap_pagination_tags %} {% load tagging_tags %} {% load photo_tags %} {% load base_tags %} {% block title %}{{ block.super }}{% blocktrans with n=photo_set.name %}{{ n }}{% endblocktrans %}{% endblock %} {% block extra_head %} {{ block.super }} {% if photo_set.description %} {% endif %} {% endblock %} {% block content %}
{% blocktrans count photo_set.image_set.count as photocount %}{{ photocount }} Photo{% plural %}{{ photocount }} Photos{% endblocktrans %}{% if request.user.is_superuser %}
· {{ photo_set.obj_perms }} · {{ photo_set.obj_status }}
{% endif %}
{% blocktrans with d=photo_set.description|safe|urlize|linebreaks %}{{ d }}{% endblocktrans %}
{% photo_set_options request.user photo_set %}
|