@using BTCPayServer.Security @model BTCPayServer.Plugins.LiquidPlus.Models.CustomLiquidAssetsViewModel @{ ViewData["Title"] = "Custom Liquid Assets"; } @if (Model.PendingChanges) {
There are saved changes to the custom liquid assets that have not yet been applied. Restart BTCPay Server to load these changes.
}
@if (!Model.Items.Any()) {

No custom assets set up

} @for (var index = 0; index < Model.Items.Count; index++) {
}