{% for tweet in tweets %}
{{tweet.content}}
{% if tweet.type != BBDirectMessage %}{{tweet.date | date_format: "h:mm a" }} from {{tweet.sourceClientLink}}{%else%}{{tweet.date | date_format: "h:mm a" }}{%/if%}
{% if tweet.type != BBDirectMessage %}
{%if tweet.isFavorite %}
{%else%}
Favorite {%/if%}
{%if tweet.isOwn == false%}
DM
{%/if%}
Retweet
{%/if%}
{% /for %}