{config_load file="$language/lang_$language.conf" section="address_book_process"} {config_load file="$language/lang_$language.conf" section="checkout_new_address"} {config_load file="lang_`$language`.custom"} {config_load file="lang_`$language`.section" section="address_book_process"} {config_load file="lang_`$language`.section" section="checkout_new_address"} {if !isset($smarty.get.action) || $smarty.get.action == 'new'}

{#text_new_address#}

{/if}

{if isset($smarty.get.action) && $smarty.get.action == 'edit'}{#title_edit_address#}{else}{#title_new_address#}{/if} ({#text_must#})

{if $gender == '1'} {/if} {if $company == '1'} {/if}
{#text_gender#}{$INPUT_GENDER}
{#text_firstname#}{$INPUT_FIRSTNAME}
{#text_lastname#}{$INPUT_LASTNAME}
 
{#text_company#}{$INPUT_COMPANY}

{if isset($smarty.get.action) && $smarty.get.action == 'edit'}{#title_edit_address#}{else}{#title_new_address#}{/if} ({#text_must#})

{if $suburb == '1'} {/if} {if $state == '1'} {/if}
{#text_street#}{$INPUT_STREET}
{#text_suburb#}{$INPUT_SUBURB}
{#text_code#}{$INPUT_CODE}
{#text_city#}{$INPUT_CITY}
{#text_country#}{$SELECT_COUNTRY}
{#text_state#}{$INPUT_STATE}
{if isset($new) && $new == '1'}
{$CHECKBOX_PRIMARY}
{/if} {if isset($CHECKBOX_EDIT_ADDRESS)}
{$CHECKBOX_EDIT_ADDRESS}
{/if} {if isset($MAX_ADDRESS_NOTE)}
{$MAX_ADDRESS_NOTE}
{/if}
{if isset($PARAMS)}{$PARAMS}{/if}