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

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

    {{ page_obj.paginator.count|localize }} photo{{ page_obj.paginator.count|pluralize }}

    {% 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 %}