{{ action.timestamp|timesince }} {{ _("ago") }}
{% set actor_url = action.actor.get_absolute_url() or action.actor_url %}
{{ action.actor }}:
{{ action.verb }}
{% if action.action_object %}
{% set object_url = action.action_object.get_absolute_url() or action.action_object_url %}
{{ action.action_object }}
{% endif %}
{% if action.action_object and action.target %}to{% endif %}
{% if action.target %}
{% set target_url = action.target.get_absolute_url() or action.target_url %}
{{ action.target }}
{% endif %}