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