{#title_address#}
| {#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}
{#title_contact#}
| {#text_tel#}{$INPUT_TEL|replace:"type=\"text\"":"type=\"tel\""} |
{if $fax == '1'}
| {#text_fax#}{$INPUT_FAX|replace:"type=\"text\"":"type=\"tel\""} |
{/if}
{if $INPUT_VVCODE || $VVIMG}
{if $VVIMG}
| {#text_sec_code#}{$VVIMG} |
{/if}
{if $INPUT_VVCODE}
| {#text_sec_code#}{$INPUT_VVCODE} |
{/if}
{/if}
{if "SIGN_CONDITIONS_ON_CHECKOUT"|defined}
{if $PRIVACY_CHECKBOX}{$PRIVACY_CHECKBOX}{/if}
{else}
{if $PRIVACY_CHECKBOX}
{$PRIVACY_CHECKBOX}
{/if}
{/if}