@model BTCPayServer.Models.NotificationViewModels.IndexViewModel @{ ViewData["Title"] = "Notifications"; }

@ViewData["Title"]

Settings
@if (Model.Total > 0) {
@foreach (var item in Model.Items) { }
@if (Model.Total > 0) { } Date Message Actions
@item.Created.ToBrowserDate() @item.Body @if (!String.IsNullOrEmpty(item.ActionLink)) { Details - }
} else {

There are no notifications.

}