${_("Enabled and Available Plugins")}
${_("Enabled Plugins")}
${h.textarea('auth_plugins',cols=23,rows=5,class_="medium")}
${_('Add a list of plugins, separated by commas. ' 'The order of the plugins is also the order in which ' 'RhodeCode Enterprise will try to authenticate a user.')}
${_('Available Built-in Plugins')}
-
%for plugin in available_plugins:
- %endfor