{{ _("Notifications") }}
{% if notifications %}
{% for notification in notifications %}
{% endfor %}
{{ _("System") }}:
{% if notification.is_read %}{{ notification.message|safe }} {{ notification.created|timesince }}
{% else %}{{ notification.message|safe }} {{ notification.created|timesince }}
{% endif %}{{ notification.created }}