@model BTCPayServer.Models.StoreViewModels.CreateStoreViewModel
@if (!ViewContext.ModelState.IsValid) {
}
@if (Model.CanEditPreferredExchange) {
The recommended price source gets chosen based on the default currency.
}