${_('System Wide Application Permissions')}

${h.secure_form(h.route_path('admin_permissions_application_update'), request=request)}
${h.checkbox('anonymous',True)} Allow Anonymous Access
${h.literal(_('Allow access to RhodeCode Enterprise without requiring users to login. Anonymous users get the %s permission settings.' % (h.link_to('"default user"',h.route_path('admin_permissions_object')))))}
${h.select('default_register','',c.register_choices)}
${h.select('default_password_reset','',c.password_reset_choices)}
${h.textarea('default_register_message', class_="medium", )} ${_('Custom message to be displayed on the registration page. HTML syntax is supported.')}
${h.select('default_extern_activate','',c.extern_activate_choices)}
${h.submit('save',_('Save'),class_="btn")} ${h.reset('reset',_('Reset'),class_="btn")}
${h.end_form()}