@using BTCPayServer.Controllers @model BTCPayServer.Controllers.UIServerController.CreateTemporaryFileUrlViewModel @{ ViewData.SetActivePage(ServerNavPages.Services, StringLocalizer["Create temporary file link"]); }
@if (!ViewContext.ModelState.IsValid) {
}
@section PageFootContent { }