{% load i18n %} {% if tweets %} {% for tweet in tweets %}
{% if prefix_sender %}{{ tweet.sender }}{% endif %} {{ tweet.html|safe|urlize }} {% 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 %}