@using BTCPayServer.Abstractions.Extensions @model BTCPayServer.Components.Notifications.NotificationsViewModel
@foreach (var n in Model.Last5) {
@n.Body
@n.Created.ToTimeAgo()
}