@model BTCPayServer.Models.NotificationViewModels.IndexViewModel @{ ViewData["Title"] = "Notifications"; } @ViewData["Title"] Settings @if (Model.Total > 0) { Actions Mark seen Mark unseen Delete @if (Model.Total > 0) { } Date Message Actions @foreach (var item in Model.Items) { @item.Created.ToBrowserDate() @item.Body @if (!String.IsNullOrEmpty(item.ActionLink)) { Details - } Mark } } else { There are no notifications. }
There are no notifications.