{% for tweet in tweets %}

{{ tweet.user.name }} @{{ tweet.user.screen_name }} {{ tweet.created_at|time }}
{{ tweet|enrich }}

{% endfor %}