{{
`${row.item.pair}${
row.item.open_order_id === undefined || row.item.open_order_id === null ? '' : '*'
}`
}}
{{ row.item.trade_id }}
{{
botStore.activeBot.botApiVersion > 2.0 && row.item.trading_mode !== 'spot'
? '| ' + (row.item.is_short ? 'Short' : 'Long')
: ''
}}
{{ formatPriceWithDecimals(row.item.stake_amount) }}
{{ row.item.trading_mode !== 'spot' ? `(${row.item.leverage}x)` : '' }}
{{ confirmExitText }}