{% load static i18n %} {% for notification in objects %}

{{ notification.actor.username }}

{{notification.message}} {% trans 'at' %} : {{ notification.action_resource.resource.name }}

{{ notification.datetime|timesince }} {% trans "ago" %}

{% endfor %}