{% extends 'twitter/base.html' %} {% load l10n %} {% block breadcrumbs %}
  • Home
  • Twitter
  • Likes
  • {% endblock %} {% block content %}

    {% block title %} Twitter likes {% endblock %}

    {% include 'twitter/includes/account_list.html' with account_list=account_list count=page_obj.paginator.count list_type='favorites' only %}
    {% include 'twitter/includes/nav_tabs.html' with active='favorites' only %} {% include 'twitter/includes/tweet_list.html' with tweet_list=tweet_list page_obj=page_obj perms=perms only %}
    {% endblock content %}