{% for message in messages %}
{% endfor %}
Last updated:
{% if last_updated %}
{{ last_updated|timesince }} ago
{% else %}
Never
{% endif %}
{% if email %}
Last mailed:
{% if last_mailed %}
{{ last_mailed|timesince }} ago
{% else %}
Never
{% endif %}
{% endif %}
{% if tweets %}
{% for tweet in tweets %}
{% endfor %}
{% else %}
{% if last_updated %}
No Friends
{% else %}
No data available yet.
{% endif %}
{% endif %}
@{{ tweet.username|escape }}
{% if tweet.published %}
about {{ tweet.published|timesince }} ago
{% else %}
Never
{% endif %}
{% if tweet.magpie %}
Magpie detected: {{ tweet.magpie.msg|escape }} about {{ tweet.magpie.published|timesince }} ago
{% endif %}