[% USE BaseDefault; #This is always for webmail so we can pass a webmail parameter SET external_auth_modules = execute("ExternalAuthentication","configured_modules",{appname=>'webmaild'}).data; %]

{{ locale.maketext("Manage External Authentication for “[_1]”", username) }}

[% locale.maketext('The user has no linked external accounts.') %]
[% FOREACH module IN external_auth_modules %]
[% module.display_name %]
[% locale.maketext('Action') %]
[% END %]