@using BTCPayServer.Services.PaymentRequests @using System.Globalization @model BTCPayServer.Models.PaymentRequestViewModels.UpdatePaymentRequestViewModel @addTagHelper *, BundlerMinifier.TagHelpers @(string.IsNullOrEmpty(Model.Id) ? "Create" : "Edit") Payment Request @if (TempData.HasStatusMessage()) { } * * * @if (string.IsNullOrEmpty(Model.Id)) { } else { } Save @if (!string.IsNullOrEmpty(Model.Id)) { View Invoices Clone } Back to list @section Scripts { }