{% load i18n %}
{{ notice.timesince }} ago
{{ notice.actor|title }} {{ notice.verb }} {% if notice.target %} {% if notice.target.absolute_url %}{% endif %} {{ notice.target|truncatechars:13 }} {% if notice.target.absolute_url %}{% endif %} {% endif %} {% if notice.action_object %} {% trans "on" %} {% if notice.action_object.absolute_url %}{% endif %} {{ notice.action_object|truncatechars:13 }} {% if notice.action_object.absolute_url %}{% endif %} {% endif %}
{% if notice.description %}
{{ notice.description|linebreaksbr }}
{% endif %}
{% for action in notice.data.actions %} {{ action.title }} {% endfor %}