{% extends 'flickr/base.html' %} {% load l10n %} {% block breadcrumbs %}
  • Home
  • Flickr
  • Tags
  • {{ tag.name }}
  • {% endblock %} {% block content %}

    {% block title %} Photos tagged with “{{ tag.name}}” {% endblock %}

    {{ page_obj.paginator.count|localize }} photo{{ page_obj.paginator.count|pluralize }} {% if account_list|length == 1 %} by {{ account_list.0.user.name }} {% else %} by {{ account_list|length }} user{{ account_list|length|pluralize }}: {% endif %}

    {% if account_list|length > 1 %} {% endif %}
    {% include 'flickr/includes/sorting.html' with request=request order=order only %} {% include 'flickr/includes/photo_list.html' with request=request photo_list=photo_list order=order page_obj=page_obj perms=perms only %}
    {% endblock content %}