${h.text('repo_name',class_="small")}
${h.hidden('repo_type',c.repo_info.repo_type)}
${h.hidden('fork_parent_id',c.repo_info.repo_id)}
${h.select('landing_rev','',c.landing_revs,class_="medium")}
${_('Default revision for files page, downloads, whoosh and readme')}
${h.select('repo_group','',c.repo_groups,class_="medium")}
${_('Optionaly select a group to put this repository into.')}
${h.textarea('description',cols=23,rows=5)}
${_('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.')}
${h.checkbox('copy_permissions',value="True", checked="checked")}
${_('Copy permissions from forked repository')}
${h.checkbox('update_after_clone',value="True")}
${_('Checkout source after making a clone')}
${h.submit('',_('fork this repository'),class_="ui-button")}