@using BTCPayServer.Storage.Models @model BTCPayServer.Storage.ViewModels.ChooseStorageViewModel @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services, "Storage"); }

@ViewData["PageTitle"]

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