{{ 'NOTIFICATIONS.TITLE' | translate }} @if (notifications.length) { }
@if (notifications.length) { @for (notification of paginatedNotifications; track notification) { } } @else {

{{ 'NOTIFICATIONS.NO_MESSAGE' | translate }}

}
@if (hasMoreNotifications()) {
}