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

    {% block title %} Photo albums by {{ user.name }} {% endblock %}

    {% include 'flickr/includes/user.html' with user=flickr_user account=account perms=perms only %}
    {% include 'flickr/includes/nav_tabs.html' with user=flickr_user active='photosets' only %} {% include 'flickr/includes/photoset_list.html' with photoset_list=photoset_list only %}
    {% endblock content %}