{{if !\IPS\Request::i()->isAjax()}}
{lang='sign_in_short'}
{{if \IPS\Settings::i()->allow_reg}}
{lang="dont_have_an_account"}
{lang="sign_up"}
.
{{endif}}
{{endif}}
{{if $error !== NULL}} {template="message" group="global" location="global" params="$error, 'error'"}
{{endif}} {{foreach $forms as $k => $form}} {{if $k === '_standard'}} {$form|raw} {{endif}} {{endforeach}}
{{if count ( $forms ) > 1}}
{lang='sign_in_faster'}
{{if count ( $forms ) > 2}}
{lang='sign_in_connect'}
{{endif}}
{{foreach $forms as $k => $form}} {{if $k !== '_standard'}}
{$form|raw}
{{endif}} {{endforeach}}
{{endif}}
{{if !\IPS\Request::i()->isAjax()}}
{{endif}}