{% load i18n tz %} {% if notifications %} {% for notification in notifications %}
{{ notification.message }}
{{ notification.created|localtime|timesince }} {% translate "ago" %}
{% endfor %} {% else %}
{% translate "No notifications" %}
{% endif %}