${h.checkbox('password_change',value=True)}
${_('Force user to change his password on the next login')}
${h.checkbox('create_repo_group',value=True, checked=c.default_create_repo_group)}
${_('New group will be created at: `/{path}`').format(path=c.personal_repo_group_name)}
${_('User will be automatically set as this group owner.')}