[% USE Whostmgr; %] [% IF Whostmgr.hasroot() %]
[% locale.maketext('Authentication Provider') %] [% locale.maketext('Status ([_1])', '{{ service }}') %]
{{ provider.label }} [% locale.maketext('The provider is not configured.'); %] [% locale.maketext('You cannot enable this provider until you configure it.'); %]
[% locale.maketext('No results found') %]
[% locale.maketext('No providers available.') %]
[% ELSE %]
[% locale.maketext("You do not have access to this interface."); %]
[% END %]