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