{% load zwitschern %} {% load i18n %}

{% trans "Tweets" %}

{% if viewer.is_authenticated and is_owner %} {% tweet_listing viewer.sent_tweets.all 0 is_owner %} {% else %} {% tweet_listing owner.sent_tweets.all 0 is_owner %} {% endif %}