{$smarty.const.DEFAULT_SYSTEM_NAME}{$use_login_welcome_message}

{if $dataPanel.username.label}

{$dataPanel.username.element} {if $errors.username} {/if}

{$dataPanel.password.element} {if $errors.password} {/if}

{/if} {if $dataPanel.antispam.label}

{$dataPanel.antispam.element} {if $errors.antispam} {$errors.antispam} {/if}

{/if} {if $dataPanel.smartcard.label}
{$dataPanel.smartcard.element}
{/if} {if $dataPanel.session_timeout.label}
{$dataPanel.session_timeout.element} {if $errors.session_timeout} {$errors.session_timeout} {/if}
{/if} {if $dataPanel.current_language.label}
{$dataPanel.current_language.element} {if $errors.current_language} {$errors.current_language} {/if}
{/if} {if $dataPanel.current_theme.label}
{$dataPanel.current_theme.element} {if $errors.current_theme} {$errors.current_theme} {/if}
{/if}

{foreach item=elem from=$actionPanel} {$elem.element} {/foreach}

{if $notices}
{foreach item=noticeMsg from=$notices}
{$noticeMsg}
{/foreach}
{/if}

{$dataPanel.register_new.element} {$dataPanel.forget_pass.element}