{#heading_create_account#}
{if $error!=''}
{$error}
{#text_must#}
{#title_personal#}
{$FORM_ACTION}
{if $gender=='1'}
{if $company=='1'}
{#title_company#}
{$INPUT_MALE}
{$INPUT_FEMALE}
{/if}
{$INPUT_FEMALE}
{$INPUT_FIRSTNAME}
{if $secondname=='1'}
{#text_secondname#}
{$INPUT_SECONDNAME}
{/if}
{$INPUT_LASTNAME}
{if $birthdate=='1'}
{$INPUT_DOB}
{/if}
{$INPUT_EMAIL}
{#text_company#}
{$INPUT_COMPANY}
{if $vat=='1'}
{#text_ustid#}
{$INPUT_VAT}
{/if}
{$INPUT_STREET}
{if $suburb=='1'}
{#text_suburb#}
{$INPUT_SUBURB}
{/if}
{if $postcode=='1'}
{$INPUT_CODE}
{/if}
{if $country=='1'}
{$SELECT_COUNTRY}{$SELECT_COUNTRY_NOSCRIPT}
{/if}
{if $state=='1'}
{$INPUT_STATE}
{/if}
{if $city=='1'}
{$INPUT_CITY}
{/if}
{if $telephone=='1'}
{#title_password#}
{$INPUT_TEL}
{/if}
{if $fax=='1'}
{#text_fax#}
{$INPUT_FAX}
{/if}
{if $INPUT_CUSTOMERS_EXTRA_FIELDS}
{foreach item=customers_extra_filelds from=$INPUT_CUSTOMERS_EXTRA_FIELDS}
{$customers_extra_filelds.NAME}:
{$customers_extra_filelds.VALUE}
{/foreach}
{/if}
{$INPUT_PASSWORD}
{$INPUT_CONFIRMATION}