@model BTCPayServer.Models.NotificationViewModels.IndexViewModel @{ ViewData["Title"] = "Notifications"; }
@if (TempData.HasStatusMessage()) {
}

@ViewData["Title"]


Generate Test Notification
@foreach (var item in Model.Items) { @* TODO: Multiselect akin to Gmail *@ }
Date Message  
@item.Created.ToBrowserDate() @item.Body @if (!String.IsNullOrEmpty(item.ActionLink)) { Action } else {   }