${h.text('repo_name',class_="small")}
${h.text('clone_uri',class_="medium")}
${_('Optional http[s] url from which repository should be cloned.')}
${h.select('repo_group','',c.repo_groups,class_="medium")}
${_('Optional select a group to put this repository into.')}
${h.select('landing_rev','',c.landing_revs,class_="medium")}
${_('Default revision for files page, downloads, whoosh and readme')}
${h.textarea('description')}
${_('Keep it short and to the point. Use a README file for longer descriptions.')}
${h.checkbox('private',value="True")}
${_('Private repositories are only visible to people explicitly added as collaborators.')}
<%include file="../admin/repos/repo_edit_perms.html"/>
${h.submit('save',_('Save'),class_="ui-button")}
${h.reset('reset',_('Reset'),class_="ui-button")}