{{channel ? ('Channel ' + loopDirectionCaption) : loopDirectionCaption}}

Channel Peer: {{channel.remote_alias | titlecase}}

Channel ID: {{channel.chan_id}}

{{inputFormLabel}}
Range: {{minQuote.amount | number}}-{{maxQuote.amount | number}} Sats Amount is required. Amount must be greater than or equal to {{minQuote.amount | number}}. Amount must be less than or equal to {{maxQuote.amount | number}}. Confirmation target is required. Confirmation target must be a positive number. Percentage is required. Percentage must be a positive number.
Fast info_outline
{{quoteFormLabel}}

closeLocal balance amount is insufficient for swap.

{{addressFormLabel}}
Node Local Address External Address Address is required.
{{loopDirectionCaption}} Status
{{(!loopStatus) ? ('Waiting for ' + loopDirectionCaption + ' request...') : (loopStatus.id_bytes) ? (loopDirectionCaption + ' request details') : (loopDirectionCaption + ' error details')}}{{(loopStatus && loopStatus?.id_bytes) ? 'check' : 'close'}}

{{(loopStatus && loopStatus.error) ? (loopDirectionCaption + ' failed.') : (loopStatus && loopStatus.id_bytes && channel) ? (loopDirectionCaption + ' request placed successfully. You can check the status of the request on the \'Loop\' menu.') : (loopDirectionCaption + ' request placed successfully.')}}