{% load i18n %} {% if notifications %}
{% for notif in notifications %} {% endfor %}
{% translate "Timestamp" %} {% translate "Title" %} {% translate "Action" %}
{{ notif.timestamp }} {{ notif.title }}
{% else %}
{% translate "No notifications." %}
{% endif %}