$def with (user, errorCode) $var title: $_('Modify User') $var page: user
${_('Add a New User') if user.index < 0 else _('Edit User') + (' #') + str(user.index+1)}

$_('Public')$_('= only a viewer with restricted settings.')

$_('User')$_('= instructed user with limited settings.')

$_('Administrator')$_('= system administrator without restrictions.')

$_('Sensor')$_('= only for data input from sensors with restricted settings.')


$_(u'New User Name'):
$_(u'New User Password'):
$_(u'User Category'):
$_(u'Notes about user'):