<p><?=$block->escapeHtml(__('Your order number is: %1.',sprintf('<a href="%s" class="order-number"><strong>%s</strong></a>',$block->escapeUrl($block->getViewOrderUrl()),$block->getOrderId())),['a','strong'])?></p>
<?phpelse:?>
<p><?=$block->escapeHtml(__('Your order # is: <span>%1</span>.',$block->getOrderId()),['span'])?></p>
<?phpendif;?>
<p><?=$block->escapeHtml(__('We\'ll email you an order confirmation with details and tracking info.'))?></p>
<pclass="field note"data-bind="text: isVirtual ? $t('Enter your billing address to get a tax estimate.') : $t('Enter your destination to get a shipping estimate.')"></p>
<!-- ko foreach: getRegion('address-fieldsets') -->