{% for tweet in tweets %}
{{tweet.author.fullName}}
{{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%}
{%/if%}
{%if tweet.isOwn == false%}
{%/if%}
{%/if%}
{% /for %}