{{if count ( $login->forms( FALSE, TRUE ) ) > 1}}
{{endif}} {{foreach $login->forms( FALSE, TRUE ) as $k => $form}} {{if $k === '_standard'}} {$form->customTemplate( array( \IPS\Theme::i()->getTemplate( 'global', 'core', 'front' ), 'loginPopupForm' ) )|raw} {{endif}} {{endforeach}} {{if count ( $login->forms( FALSE, TRUE ) ) > 1}}

{lang="sign_in_with_these"}


{{foreach $login->forms( FALSE, TRUE ) as $k => $form}} {{if $k !== '_standard'}}
{$form|raw}
{{endif}} {{endforeach}}
{{endif}}