{include file="$tpl_dir./breadcrumb.tpl"} {include file="$tpl_dir./errors.tpl"}

{l s='Change your delivery address for this order' mod='ant_changeaddress'}

{if $current_address} {if isset($confirmation)}

{l s='Your delivery address has been updated' mod='ant_changeaddress'}

{/if}

{$mode[$cookie->id_lang]}

{l s='For reasons of tarification, you cannot change the delivery mode' mod='ant_changeaddress'}

{if $delivery_mode == "DOM"}

{elseif $delivery_mode == "BPR" || $delivery_mode == "A2P"}

    {if !empty($current_address)} {foreach from=$current_address name=address item=line}
  • {$line}
  • {/foreach} {/if}
{/if}

{l s='Back to my commands' mod='ant_changeaddress'} {if $delivery_mode == "DOM"} {l s='Add a new address' mod='ant_changeaddress'} {/if}

{if $delivery_mode == "BPR" || $delivery_mode == "A2P"}

{/if} {/if}