{config_load file="$language/lang_$language.conf" section="checkout_payment_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_payment_address"} {config_load file="lang_`$language`.section" section="checkout_navigation"}
{if isset($NO_SHIPPING)} {else} {/if} {*

{#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}
{$module_data.FIRSTNAME} {$module_data.LASTNAME}, {$module_data.CITY} {if isset($module_data.BUTTON_EDIT)}{$module_data.BUTTON_EDIT}{/if} {if isset($module_data.BUTTON_CONTINUE)}{$module_data.BUTTON_CONTINUE}{/if} {$module_data.ADDRESS_LABEL|replace:"
":", "}
{$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}