{config_load file="$language/lang.conf" section="create_account"} {$FORM_ACTION} {if $error!=''}
close
{$error}
{/if}
{#heading_checkout#}
close
{#text_must#}
{if $gender=='1'}
{$INPUT_MALE}{$INPUT_FEMALE}
{/if}
{$INPUT_FIRSTNAME}
{if $secondname=='1'}
{$INPUT_SECONDNAME}
{/if}
{$INPUT_LASTNAME}
{if $birthdate=='1'}
{$INPUT_DOB}
{/if}
{$INPUT_EMAIL}
{if $company=='1'}
{$INPUT_COMPANY}
{if $vat=='1'}
{$INPUT_VAT}
{/if} {/if} {if $street_address=='1'}
{$INPUT_STREET}
{/if} {if $suburb=='1'}
{$INPUT_SUBURB}
{/if} {if $postcode=='1'}
{$INPUT_CODE}
{/if} {if $city=='1'}
{$INPUT_CITY}
{/if} {if $state=='1'}
{$INPUT_STATE}
{/if} {if $country=='1'}
{$SELECT_COUNTRY}{$SELECT_COUNTRY_NOSCRIPT}
{/if} {if $telephone=='1'}
{$INPUT_TEL}
{/if} {if $fax=='1'}
{$INPUT_FAX}
{/if} {if $INPUT_CUSTOMERS_EXTRA_FIELDS} {foreach item=customers_extra_filelds from=$INPUT_CUSTOMERS_EXTRA_FIELDS}
{$customers_extra_filelds.VALUE}
{/foreach} {/if}
{$INPUT_PASSWORD}
{$INPUT_CONFIRMATION}
{if $virtual=='false'} {config_load file="$language/lang.conf" section="checkout_shipping"}
{#text_shipping#}
{$SHIPPING_BLOCK}
{/if} {config_load file="$language/lang.conf" section="checkout_payment"}
{#text_payment#}
{if $GV_COVER!='true'} {$PAYMENT_BLOCK} {$module_gift} {else}
close
{#text_gccover#}
{/if}

{#title_comments#}

{$COMMENTS}

{if $conditions=='true'}

{#title_agb#} {$AGB_LINK}

{$AGB}

{$AGB_checkbox} {#text_accept_agb#}

{/if}
{#text_continue#} {#title_continue#}
{$BUTTON_CONTINUE}
{$FORM_END}