@inject BTCPayServer.Services.BTCPayServerEnvironment Env @model BTCPayServer.Forms.Models.FormViewModel @{ Layout = null; ViewData["Title"] = Model.FormName; ViewData["StoreBranding"] = Model.StoreBranding; }
@if (!string.IsNullOrEmpty(Model.StoreName) || !string.IsNullOrEmpty(Model.StoreBranding.LogoFileId)) { } else {

@ViewData["Title"]

}
@if (!ViewContext.ModelState.IsValid) {
}
@if (string.IsNullOrEmpty(Model.AspAction)) {
} else {
}