{% if action.actor.get_absolute_url %}{{ action.actor }}
{% else %}{{ action.actor }}{% endif %}
{{ action.verb }}
{% if action.target %}
{% if action.target.get_absolute_url %}{{ action.target }}
{% else %}{{ action.target }}{% endif %}
{% endif %}
{{ action.timestamp|timesince }} ago