{txt key=TEXT_PAGE_TITLE_LOGIN}

{$message}

{txt key=TEXT_RETURNING}

{form type=form name=login action='dynamic' link_params='page_action=login' method=post conn=SSL} {form type=hidden name=action value=login} {form type=hidden name=link_target value=index}

{txt key=TEXT_TXT_RETURNING}

{txt key=text_email} {form type=text name=email maxlength='50'}  
{txt key=text_password} {form type=password name=password maxlength='30'} {button text=$smarty.const.BUTTON_LOGIN file='login.gif' type='form'}
  {txt key=text_link_lostpassword}
{form type=formend}
{form type=form name=create_account action='dynamic' link_params='page_action=login' method=post conn=SSL} {form type=hidden name=action value=add_customer} {form type=hidden name=page value='customer'} {form type=hidden name=default_address[address_class] value=default}

{txt key=TEXT_NEW_CUSTOMER}

{txt key=TEXT_PERSONAL}:

{if $show_gender eq 1} {/if} {if $show_birthdate eq 1} {/if}
{txt key=TEXT_GENDER}: {form type=select name=default_address[customers_gender] value=$gender_data default=$default_address.customers_gender note=*}
{txt key=TEXT_FIRSTNAME}: {form type=text name=default_address[customers_firstname] value=$default_address.customers_firstname note=*}
{txt key=TEXT_LASTNAME}: {form type=text name=default_address[customers_lastname] value=$default_address.customers_lastname note=*}
{txt key=TEXT_BIRTHDATE}: {form type=text name=default_address[customers_dob] value=$default_address.customers_dob note=*} {txt key=TEXT_BIRTHDATE_INFO}
{txt key=TEXT_EMAIL}: {form type=text name=cust_info[customers_email_address] value=$cust_info.customers_email_address note=*}
{txt key=TEXT_EMAIL_CONFIRM}: {form type=text name=cust_info[customers_email_address_confirm] value=$cust_info.customers_email_address_confirm note=*}
{if $show_company eq 1}

{txt key=TEXT_COMPANY}:

{if $show_vat eq 1} {/if}
{txt key=TEXT_COMPANY_NAME}: {form type=text name=default_address[customers_company] value=$default_address.customers_company}
{txt key=TEXT_COMPANY_NAME_2}: {form type=text name=default_address[customers_company_2] value=$default_address.customers_company_2}
{txt key=TEXT_COMPANY_NAME_3}: {form type=text name=default_address[customers_company_3] value=$default_address.customers_company_3}
{txt key=TEXT_VAT_ID}: {form type=text name=cust_info[customers_vat_id] value=$cust_info.customers_vat_id} {txt key=TEXT_VAT_INFO}
{/if}

{txt key=TEXT_ADDRESS}:

{if $show_suburb eq 1} {/if}
{txt key=TEXT_STREET}: {form type=text name=default_address[customers_street_address] value=$default_address.customers_street_address note=*}
{txt key=TEXT_SUBURB}: {form type=text name=default_address[customers_suburb] value=$default_address.customers_suburb}
{txt key=TEXT_CODE}: {form type=text name=default_address[customers_postcode] value=$default_address.customers_postcode note=*}
{txt key=TEXT_CITY}: {form type=text name=default_address[customers_city] value=$default_address.customers_city note=*}
{txt key=TEXT_COUNTRY}: {form type=select name=default_address[customers_country_code] value=$country_data default=$smarty.const._STORE_COUNTRY note=*}

{txt key=TEXT_CONTACT}:

{txt key=TEXT_PHONE}: {form type=text name=default_address[customers_phone] value=$default_address.customers_phone}
{txt key=TEXT_FAX}: {form type=text name=default_address[customers_fax] value=$default_address.customers_fax}

{txt key=TEXT_PASSWORD}:

{txt key=TEXT_TXT_NEW_CUSTOMER} {if $smarty.const._STORE_ALLOW_GUEST_ORDERS == 'true'}{txt key=TEXT_TXT_NEW_CUSTOMER_GUEST}{/if}

{txt key=TEXT_PASSWORD_ENTRY}: {form type=password name=cust_info[customers_password] value=$cust_info.customers_password}
{txt key=TEXT_PASSWORD_ENTRY_CONFIRM}: {form type=password name=cust_info[customers_password_confirm] value=$cust_info.customers_password_confirm}
{if $show_privacy eq 1} {content cont_id=2 is_id='false'}
{form type=checkbox name=privacy value=1} {txt key=TEXT_PRIVACY_ACCEPT}
{txt key=TEXT_PRIVACY_TEXT} {$_content_2.content_popup_link}
{/if} {hook key=login_create_account_tpl}

{button text=$smarty.const.BUTTON_NEXT file='next.gif' type='form'}

{txt key=TEXT_MUST}

{form type=formend}