{'sectionInvoiceData'|translate}

{block "invoice-phone"}
{/block}


{get_contexts country=1 assign="contexts"}

{if findModule('currencies') && $body.acn == 'add'}
{get_contexts currency=1 assign="contexts"} {if $body.data.currency} {$selected_currency = $body.data.currency} {else} {$selected_currency = $contexts.currency->getDefaultId()} {/if}
{/if} {if findModule('translations') && $body.acn == 'add'}
{get_contexts language=1 assign="contexts"} {if $body.data.id_language} {$selected_language = $body.data.id_language} {else} {$selected_language = $contexts.language->getDefaultId()} {/if}
{/if} {if findModule('currencies') && $body.acn != 'add'}
{* Change order currency *}
{/if} {if findModule('translations') && $body.acn != 'add'}
{get_contexts language=1 assign="contexts"}
{/if}
{* Delivery details *}

{if !$body.delivery_editable} {/if} {'sectionDeliveryData'|translate} {if $order->hasSameAddress()} {'sameAsInvoice'|translate}{/if}

{get_contexts country=1 assign="contexts"}
{block "delivery-phone"}
{/block}
{include '../utils/smartform.tpl'}