{config_load file="$language/lang_$language.conf" section="address_book_process"}
{config_load file="lang_`$language`.custom"}
{config_load file="lang_`$language`.section" section="address_book_process"}
{#title_address#} ({#text_must#})
{if $gender == '1'}
| {#text_gender#}{$INPUT_GENDER} |
{/if}
| {#text_firstname#}{$INPUT_FIRSTNAME} |
| {#text_lastname#}{$INPUT_LASTNAME} |
{if $company == '1'}
| |
| {#text_company#}{$INPUT_COMPANY} |
{/if}
{#title_address#} ({#text_must#})
| {#text_street#}{$INPUT_STREET} |
{if $suburb == '1'}
| {#text_suburb#}{$INPUT_SUBURB} |
{/if}
| {#text_code#}{$INPUT_CODE} |
| {#text_city#}{$INPUT_CITY} |
| {#text_country#}{$SELECT_COUNTRY} |
{if $state == '1'}
| {#text_state#}{$INPUT_STATE} |
{/if}
{if isset($new) && $new == '1'}
| {$CHECKBOX_PRIMARY} |
|
{/if}