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

    {% block title %} Flickr {% endblock %}

    {% include 'flickr/includes/account_list.html' with account_list=account_list count=page_obj.paginator.count list_type='recent' only %}
    {% include 'flickr/includes/nav_tabs.html' with active='photos' only %} {% 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 %}