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