@model BTCPayServer.Storage.ViewModels.ChooseStorageViewModel @{ ViewData.SetActivePage(ServerNavPages.Files, "Storage"); }

@ViewData["Title"]

@if (Model.ShowChangeWarning) {
If you change your configured storage provider, your current files will become inaccessible.
}
@if (!ViewContext.ModelState.IsValid) {
}
@section PageFootContent { }