${_('Default Settings For New Repositories')}

${h.secure_form(h.route_path('admin_defaults_repositories_update'), request=request)}
${h.select('default_repo_type','hg',c.backends,class_="medium")}
${h.checkbox('default_repo_private',value="True")} ${_('Private repositories are only visible to people explicitly added as collaborators.')}
${h.checkbox('default_repo_enable_statistics',value="True")} ${_('Enable a statistics window on the repository summary page.')}
${h.checkbox('default_repo_enable_downloads',value="True")} ${_('Enable the download option on the repository summary page.')}
${h.checkbox('default_repo_enable_locking',value="True")} ${_('Enable automatic repository locking. Pulling from a repository will lock it, and it is unlocked by pushing back by the same user.')}
${h.submit('save',_('Save'),class_="btn")}
${h.end_form()}