{% extends 'flickr/base.html' %} {% load l10n %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% block title %} {{ photoset.title }} {% endblock %}

{% if photoset.description %}

{{ photoset.description|safe }}

{% endif %}
  • {% include 'flickr/includes/photoset_counts.html' with photoset=photoset only %}
  • {{ photoset.view_count }} view{{ photoset.view_count|pluralize }}
  • {{ photoset.comment_count }} comment{{ photoset.comment_count|pluralize }}
  • At Flickr.com
  • {% load ditto_core %} As of {% display_time photoset.fetch_time %}
{% include 'flickr/includes/sorting.html' with request=request order=order only %} {% include 'flickr/includes/photo_columns.html' with request=request photo_list=photo_list order=order page_obj=page_obj perms=perms only %}
{% endblock content %}