= $this->getData('position-selector')->render('iParent', 'parent', false); ?>
= $this->getData('department-selector')->render('iDepartment', 'department', false); ?>
= $this->getData('editor')->render('position-editor'); ?>
= $this->getData('editor')->getData('text')->render(
'position-editor',
'description',
'iPosition',
$position->descriptionRaw,
$position->description
); ?>