join {form name=joinForm} {if $diaplayAccountType==true} {/if} {foreach from=$questionArray key='section' item='questions'} {if !empty($section) }{/if} {foreach from=$questions item='question'} {if $question.name=='password'} {/if} {/foreach} {if !empty($section)}{/if} {/foreach} {if $isLastStep} {if $display_photo} {/if} {if $display_terms_of_use} {/if} {/if}
{label name='accountType'} {input name='accountType'}
{error name='accountType'}
{question_description_lang name="accountType"}
{label name=$question.name} {input name=$question.name}
{error name=$question.name}
{question_description_lang name=$question.name}
{label name='repeatPassword'} {input name='repeatPassword'}
{error name='repeatPassword'}
{question_description_lang name='repeatPassword'}
{text key="base+questions_section_user_photo_label"}
{label name='userPhoto'} {input name='userPhoto'}
{error name='userPhoto'}
{question_description_lang name='user_photo'}
{text key="base+questions_section_terms_of_use_label"}
{label name='termOfUse'} {input name='termOfUse'}
{error name='termOfUse'}
{input name='captchaField'}
{error name='captchaField'}
{submit name='joinSubmit'}
{/form}