## -*- coding: utf-8 -*- ${h.form(url('repos_group',group_name=c.repo_group.group_name),method='put')}
${h.text('group_name',class_='medium')}
${h.textarea('group_description',cols=23,rows=5,class_="medium")}
${h.select('group_parent_id','',c.repo_groups,class_="medium")}
${h.checkbox('enable_locking',value="True")} ${_('Enable lock-by-pulling on group. This option will be applied to all other groups and repositories inside')}
${h.submit('save',_('Save'),class_="btn")} ${h.reset('reset',_('Reset'),class_="btn")}
${h.end_form()}