@using BTCPayServer.Services.PaymentRequests @model BTCPayServer.Models.PaymentRequestViewModels.UpdatePaymentRequestViewModel @addTagHelper *, Meziantou.AspNetCore.BundleTagHelpers @(string.IsNullOrEmpty(Model.Id) ? "Create" : "Edit") Payment Request * * * @if (string.IsNullOrEmpty(Model.Id)) { } else { } Save @if (!string.IsNullOrEmpty(Model.Id)) { View Invoices } Back to list @section Scripts { }