getData('employees'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Name'); ?> | = $this->getHtml('Unit'); ?> | = $this->getHtml('Position'); ?> | = $this->getHtml('Department'); ?> | = $this->getHtml('Status'); ?> | |
| = $value->getId(); ?> | = $this->printHtml( \sprintf('%3$s %2$s %1$s', $value->profile->account->name1, $value->profile->account->name2, $value->profile->account->name3) ); ?> | = $this->printHtml($value->getNewestHistory()->getUnit()->name); ?> | = $this->printHtml($value->getNewestHistory()->getPosition()->name); ?> | = $this->printHtml($value->getNewestHistory()->getDepartment()->name); ?> | = !($value->getNewestHistory() instanceof NullEmployeeHistory) ? $this->getHtml('Active') : $this->getHtml('Inactive'); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | ||||||