{% 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 }} time{%if t > 1 %}s {%endif%}
  • {% endfor %}
{% else %}

No tweets found, get tweeting!

{% endif %}