{$dialog_id = 's-transfer-info-'|cat:$transfer.id}

{sprintf('[`Transfer %s`]', $transfer.string_id)}

{if $printable_docs}
{/if}
[`Source stock`]
{if !$transfer.stock_from.name} [`New arrival`] {else} {$transfer.stock_from.name|escape} {/if}
[`Destination stock`]
{$transfer.stock_to.name|escape}
[`Products`]
{foreach $transfer.skus as $sku} {/foreach}
{$sku.product_name|escape} {$sku.name|escape} x {$sku.transfer.count}
{* @event backend_stocks.%plugin_id%.transfer_info *} {foreach $backend_stocks_hook as $_}{$_.transfer_info|default:''}{/foreach}
{if $transfer.status === shopTransferModel::STATUS_SENT} [`or`] [`close`] {else} {/if}