{% load media_loaders %}
{% if tweets %}

Tweets to Retweets

Tweet Distribution over the Past 7 Days

People you @'ed

    {% for a, t in atters.iteritems %}
  • {{a}} : {{ t.count }} time{%if t.count > 1 %}s {%endif%}
  • {% endfor %}
{% else %}

No tweets found, get tweeting!

{% endif %}