{% extends 'twitter/base.html' %} {% block breadcrumbs %} {% 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/annual_tweet_counts.html' with type='favorites' user=account.user 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 %}