[s`Connected accounts`]
{$linked_adapters = []}
{$other_adapters = []}
{foreach $auth_adapters as $a}
{if $wa->user("{$a->getId()}_id")}
{$linked_adapters[] = $a}
{else}
{$other_adapters[] = $a}
{/if}
{/foreach}
{if $linked_adapters}
{foreach $linked_adapters as $a}
{$a->getName()}
{/foreach}
{/if}
{if $other_adapters}
[s`Connect this account to your social network accounts so next time you can log in without entering your password:`]
{/if}
{/if}
{$wa->globals('isMyAccount', true)}