{config_load file="$language/lang_$language.conf" section="checkout_shipping_address"} {config_load file="$language/lang_$language.conf" section="checkout_navigation"} {config_load file="lang_`$language`.custom"} {config_load file="lang_`$language`.section" section="checkout_shipping_address"}

{#heading_address#}

{if $error_message}
{$error_message}
{/if} {if !isset($NEW_ADDRESS)}

{#title_old_addresses#}

{#text_old_addresses#}

    {foreach item=module_data from=$BLOCK_ADDRESS_ARRAY}
    {$module_data.FORM_ACTION} {if isset($module_data.BUTTON_EDIT)}{$module_data.BUTTON_EDIT}{/if}{if isset($module_data.BUTTON_CONTINUE)}{$module_data.BUTTON_CONTINUE}{/if} {$module_data.FORM_END}
    {/foreach}
{$BUTTON_BACK}
{$BUTTON_NEW}
{else} {$FORM_ACTION} {if $MODULE_new_address} {$MODULE_new_address} {/if}
{$BUTTON_BACK}
{$BUTTON_CONTINUE}
{$FORM_END} {/if}