@using BTCPayServer.Abstractions.Models @model GeneralSettingsViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePage(StoreNavPages.General, "General", Context.GetStoreData().Id); }
@if (!ViewContext.ModelState.IsValid) {
}

General

Payment

@* For whatever reason wrapping the select with this div fixes this Safari bug: https://github.com/btcpayserver/btcpayserver/issues/3699 *@
minutes
percent
days
@if (Model.CanDelete) {

Additional Actions

}
@section PageFootContent { }