${h.literal(_('Allow access to Kallithea without needing to log in. Anonymous users use %s user permissions.' % (h.link_to('*default*',h.url('admin_permissions_perms')))))}
${h.select('default_repo_perm','',c.repo_perms_choices)}
${h.checkbox('overwrite_default_repo','true')}
${_('Permissions for the Default user on new repositories.')}
${h.select('default_group_perm','',c.group_perms_choices)}
${h.checkbox('overwrite_default_group','true')}
${_('Permissions for the Default user on new repository groups.')}
${h.select('default_user_group_perm','',c.user_group_perms_choices)}
${h.checkbox('overwrite_default_user_group','true')}
${_('Permissions for the Default user on new user groups.')}
${h.select('default_repo_create','',c.repo_create_choices)}
${_('Enable this to allow non-admins to create repositories at the top level.')}${_('Note: This will also give all users API access to create repositories everywhere. That might change in future versions.')}
${h.select('create_on_write','',c.repo_create_on_write_choices)}
${_('With this, write permission to a repository group allows creating repositories inside that group. Without this, group write permissions mean nothing.')}
${h.select('default_user_group_create','',c.user_group_create_choices)}
${_('Enable this to allow non-admins to create user groups.')}
${h.select('default_fork','',c.fork_choices)}
${_('Enable this to allow non-admins to fork repositories.')}