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

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

{% include 'ditto/includes/account_list.html' with account_list=account_list service_name='Flickr' only %} {% load l10n %}
  • {{ page_obj.paginator.count|localize }} photo{{ page_obj.paginator.count|pluralize }} tagged with “{{ tag.name }}”
{% 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 %}