{% load i18n %}{% if action.actor.get_absolute_url %}{{ action.actor }}
{% else %}{{ action.actor }}{% endif %}
{{ action.verb }}
{% if action.action_object %}
{% if action.action_object.get_absolute_url %}{{ action.action_object }}
{% else %}{{ action.action_object }}{% endif %}
{% endif %}
{% if action.action_object and action.target %}to{% endif %}
{% if action.target %}
{% if action.target.get_absolute_url %}{{ action.target }}
{% else %}{{ action.target }}{% endif %}
{% endif %}
{{ action.timestamp|timesince }} {% trans "ago" %}