{% 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%}
{% /for %}