## -*- coding: utf-8 -*- <%inherit file="../main.mako" /> <% formular_labels = {'name' : _('Usergroup name') } %> <%def name="buildNavipath()"> ${parent.buildNavipath()}
  • ${_('Administration')}
  • ${_('Usergroup overview')}
  • ${_('Create new usergroup')}
  • ${_('Create new usergroup')}
    ${self.buildFormErrors(formular_labels)}
    ${_('Information about usergroup')}
    % if c.form_errors.get('name'):
    % else:
    % endif