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

Description

@Safe.Raw(Model.Description)
}