getData('nav')->render(); ?>
| = $this->getHtml('ID', 0, 0); ?> | = $this->getHtml('Status') ?> | = $this->getHtml('Name') ?> | = $this->getHtml('Activity') ?> | = $this->getHtml('Created') ?> |
| = $this->printHtml($value->getId()); ?> | = $this->getHtml('Status'. $value->getStatus()); ?> | = $this->printHtml($value->getName1()); ?> | = $this->printHtml($value->getLastActive()->format('Y-m-d H:i:s')); ?> | = $this->printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | ||||