@using BTCPayServer.Plugins.Subscriptions @using BTCPayServer.Services @model CreateOfferingViewModel @{ ViewData.SetLayoutModel(new LayoutModel(nameof(SubscriptionsPlugin), StringLocalizer["New offering"])); }
@if (!ViewContext.ModelState.IsValid) {
}