@foreach (var notificationTuple in this.notifications)
{
this.ExtendNotification(notificationTuple)"
@onclick="() => this.OpenNofitication(notificationTuple)"
@onclick:stopPropagation="true">
@if (!string.IsNullOrWhiteSpace(notificationTuple.Notification.Description))
{
@notificationTuple.Notification.Description
}