{if empty($stocks)}
{sprintf('[`Add at least one stock in your store settings.`]', '?action=settings#/stock')}
{else}
[`New transfer`]
[`Source stock`]
[`Destination stock`]
{* @event backend_stocks.%plugin_id%.transfer *}
{foreach $backend_stocks_hook as $_}{$_.transfer|default:''}{/foreach}
{/if}