${h.text('clone_uri',class_="small")}
${_('Optional: URL of a remote repository. If set, the repository will be created as a clone from this URL.')}
${h.textarea('repo_description')}
${_('Keep it short and to the point. Use a README file for longer descriptions.')}
${h.select('repo_group',request.GET.get('parent_group'),c.repo_groups,class_="medium")}
${_('Optionally select a group to put this repository into.')}
${h.checkbox('repo_copy_permissions',value="True")}
${_('Copy permission set from parent repository group.')}
${h.select('repo_type','hg',c.backends,class_="small")}
${_('Type of repository to create.')}
${h.select('repo_landing_rev','',c.landing_revs,class_="medium")}
${_('Default revision for files page, downloads, full text search index and readme generation')}
${h.checkbox('repo_private',value="True")}
${_('Private repositories are only visible to people explicitly added as collaborators.')}