• {% if notificationCount > 0 %}{{ notificationCount }}{% endif %}
    {% trans "Notifications" %}
    {% if notifications|length > 0 %}
    {% endif %} {% for notification in notifications %} {% if notification.notificationId %} {{ notification.subject }} - {{ notification.releaseDt }} {% else %} {{ notification.subject }} - {{ notification.releaseDt }} {% endif %} {% endfor %} {% if currentUser.featureEnabled("notification.centre") %}
    {% trans "Notification Centre" %} {% endif %}