getData('accounts') ?? []; $previous = empty($accounts) ? '{/prefix}admin/account/list' : '{/prefix}admin/account/list?{?}&id=' . \reset($accounts)->getId() . '&ptype=-'; $next = empty($accounts) ? '{/prefix}admin/account/list' : '{/prefix}admin/account/list?{?}&id=' . \end($accounts)->getId() . '&ptype=+'; echo $this->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( \sprintf('%3$s %2$s %1$s', $value->getName1(), $value->getName2(), $value->getName3()) ); ?> | = $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'); ?> | ||||