@using Microsoft.AspNetCore.Routing @using Microsoft.AspNetCore.Mvc.TagHelpers @using BTCPayServer.Models @using BTCPayServer.Services @inject DisplayFormatter DisplayFormatter @model BTCPayServer.Plugins.Subscriptions.SubscriptionAppSettings @{ var appId = Context.GetRouteValue("appId"); StoreBrandingViewModel storeBranding = (StoreBrandingViewModel) ViewData["StoreBranding"]; Layout = null; }
@Model.DurationDays day@(Model.DurationDays>1?"s": "") subscription for @DisplayFormatter.Currency(Model.Price, Model.Currency)
@if (!string.IsNullOrEmpty(Model.Description)) {
@Safe.Raw(Model.Description)
}