${_("Enabled and Available Plugins")}
${_("Ordered Enabled Plugins")}
${h.textarea('auth_plugins',cols=120,rows=20,class_="medium")}
${_('List of plugins, separated by commas.' '\nThe order of the plugins is also the order in which ' 'RhodeCode Enterprise will try to authenticate a user.')}
${_('Activate')} | ${_('Plugin Name')} | ${_('Documentation')} | ${_('Plugin ID')} | %for plugin in available_plugins:
---|---|---|---|
${_('enabled') if plugin.get_id() in enabled_plugins else _('disabled')} | ${plugin.get_display_name()} | % if plugin.docs(): docs % endif | ${plugin.get_id()} |