{config_load file="$language/lang_$language.conf" section="address_book_process"} {config_load file="$language/lang_$language.conf" section="checkout_new_address"}

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

{if !isset($smarty.get.action) || $smarty.get.action == 'new'}

{#text_new_address#}

{/if}
{if $gender == '1'} {/if} {if $company == '1'} {/if} {if $suburb == '1'} {/if} {if $state == '1'} {/if} {if isset($new) && $new == '1'} {/if} {if isset($CHECKBOX_EDIT_ADDRESS)} {/if}
{#text_gender#} {$INPUT_GENDER}
{#text_firstname#} {$INPUT_FIRSTNAME}
{#text_lastname#} {$INPUT_LASTNAME}
 
{#text_company#} {$INPUT_COMPANY}
 
{#text_street#} {$INPUT_STREET}
{#text_suburb#} {$INPUT_SUBURB}
{#text_code#} {$INPUT_CODE}
{#text_city#} {$INPUT_CITY}
{#text_country#} {$SELECT_COUNTRY}
{#text_state#} {$INPUT_STATE}
  {$CHECKBOX_PRIMARY} {#text_standard#}
  {$CHECKBOX_EDIT_ADDRESS} {#text_edit_address_note#}
{if isset($MAX_ADDRESS_NOTE)}
{$MAX_ADDRESS_NOTE}
{/if} {if isset($PARAMS)}{$PARAMS}{/if}