{% for tweet in tweets %}
  1. {{tweet.user.screen_name}} {{tweet.text|urlize|twitter_at_linkify}}
  2. {% endfor %}