getData('positions') ?? []; $previous = empty($positions) ? '{/prefix}organization/position/list' : '{/prefix}organization/position/list?{?}&id=' . \reset($positions)->getId() . '&ptype=p'; $next = empty($positions) ? '{/prefix}organization/position/list' : '{/prefix}organization/position/list?{?}&id=' . \end($positions)->getId() . '&ptype=n'; echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Name') ?> | = $this->getHtml('Parent') ?> | = $this->getHtml('Department') ?> | |
| = $this->printHtml($value->getId()); ?> | = $this->printHtml($value->getName()); ?> | = $this->printHtml($value->getParent()->getName()); ?> | = $this->printHtml($value->getDepartment()->getName()); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | ||||