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

    {% block title %} The most common Flickr tags {% endblock %}

    {% if tag_list|length == 0 %}

    There are no tags in use.

    {% else %} {% load l10n %}
      {% for tag in tag_list %}
    1. {{ tag.name }} ({{ tag.num_times|localize }})
    2. {% endfor %}
    {% endif %} {% endblock content %}