{% extends 'twitter/base.html' %} {% block breadcrumbs %}
This user is private.
{% with tweet.get_previous as previous_tweet %} {% with tweet.get_next as next_tweet %} {% if previous_tweet or next_tweet %} {% if previous_tweet %} ← Previous {% endif %} {% if next_tweet %} Next → {% endif %} {% endif %} {% endwith %} {% endwith %}