{if isset($smarty.get.action) && $smarty.get.action == 'edit'}{#title_edit_address#}{else}{#title_new_address#}{/if} ({#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}
{if isset($CHECKBOX_EDIT_ADDRESS)}
| {$CHECKBOX_EDIT_ADDRESS} |
|
{/if}
{if isset($MAX_ADDRESS_NOTE)}
{/if}