{style} .ow_avatar_crop_result { display: none; } {/style} {literal} {/literal} {if isset($backUrl)}

{text key="base+back"}

{if !empty($changePasswordUrl) }
{decorator name="button" id="change_password_button" langLabel='base+change_password'}
{/if}
{/if}
{if isset($editSynchronizeHook)} {block_decorator name="box" addClass="ow_center" iconClass='ow_ic_update' langLabel='base+edit_remote_field_synchronize_title' style="overflow:hidden;"} {foreach from=$editSynchronizeHook item='item'} {$item} {/foreach} {/block_decorator} {block_decorator name="box" type="empty" addClass="ow_center" style="padding:15px;"} {text key="base+join_or"} {/block_decorator} {/if}
{form name=editForm} {if $displayAccountType}
{label name='accountType'}
{input name='accountType'}
{error name='accountType'}
{/if} {foreach from=$questionArray key='section' item='questions' name='section'} {if !empty($section) }
{/if} {foreach from=$questions item='question' name='question'} {if $question.name=='password'}
{label name=$question.name}
{input name='repeatPassword'}
{error name=$question.name}
{else}
{label name=$question.name}
{input name=$question.name}
{error name=$question.name}
{/if} {/foreach} {/foreach} {if isset($display_parent_email) && $display_parent_email}
{label name='parentEmail'}
{input name='parentEmail'}
{error name='parentEmail'}
{/if}
{label name='avatar'}
{error name='avatar'}
{if $adminMode}
{if !$isUserApproved && !$isEditedUserModerator} {decorator name="button" class="delete_user_by_moderator ow_ic_delete ow_red ow_negative" langLabel='base+delete_profile'} {/if}
{if !$isUserApproved} {decorator name="button" class="write_message_button ow_green ow_positive" langLabel='base+write_message'} {submit name='saveAndApprove'} {/if}
{else} {if !$isAdmin}
{/if} {/if} {if $passwordRequiredProfile}
{label name='oldPasswordCheck'}
{input name='oldPasswordCheck'}
{error name='oldPasswordCheck'}
{/if} {if !$adminMode && !$isAdmin && $approveEnabled}
{text key="base+edit_profile_warning"}
{/if}
{submit name='editSubmit'}
{/form}