${h.checkbox('repo_copy_permissions', value="True", checked="checked")}
${_('Copy permission set from the parent repository group.')}
${h.select('repo_type','hg',c.backends)}
${_('Set the type of repository to create.')}
${h.select('repo_landing_rev','',c.landing_revs,class_="medium")}
${_('The default commit for file pages, 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.')}