{% load i18n %}

{% trans "Notifications" %}

{% if notifications %} {% else %}

{% trans 'No notifications.' %}

{% endif %}