{% load i18n %} {% load oembed_tags %} {% load pagination_tags %} {% load microblogging_tags %} {% load account_tags %} {% autopaginate tweets %} {% if tweets %} {% for tweet in tweets %}
{% if prefix_sender %}{% user_display tweet.sender %}{% endif %} {% render_tweet_text tweet %} {% blocktrans with tweet.sent|timesince as tweet_age %}{{ tweet_age }} ago{% endblocktrans %} {% trans "reply" %}
{% endfor %} {% else %} {% if are_mine %} {% url tweets_you_follow as tweets_url %}

{% blocktrans %}You haven't posted any tweets yet.{% endblocktrans %}

{% else %}

{% blocktrans %}There are currently no tweets to be listed.{% endblocktrans %}

{% endif %} {% endif %} {% paginate %}