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