Last Status Update
{% if status_spit %}{{ status_spit.text }}
{% else %}
No status
{% endif %}{{ request.context.username }}'s spits
{% if can_follow or following %}
{% endif %}
-
{% for spit in spits %}
- {{ spit.text }} at {{ friendly(spit.created) }} {% endfor %}