${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.')}