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

    {% block title %} Tweets liked by {{ account.user.name }} {% endblock %} {{ account.user }}

    {% include 'twitter/includes/user.html' with user=account.user account=account perms=perms only %}
    {% include 'twitter/includes/nav_tabs.html' with user=account.user active='favorites' only %} {% if account.user.is_private %}

    This user is private.

    {% endif %} {% include 'twitter/includes/tweet_list.html' with tweet_list=tweet_list page_obj=page_obj perms=perms only %}
    {% endblock content %}