getData('accounts') ?? []; $previous = empty($accounts) ? '{/prefix}admin/account/list' : '{/prefix}admin/account/list?{?}&id=' . \reset($accounts)->getId() . '&ptype=p'; $next = empty($accounts) ? '{/prefix}admin/account/list' : '{/prefix}admin/account/list?{?}&id=' . \end($accounts)->getId() . '&ptype=n'; echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Status'); ?> | = $this->getHtml('Name'); ?> | = $this->getHtml('Activity'); ?> | = $this->getHtml('Created'); ?> |
| = $value->getId(); ?> | = $this->getHtml('Status'. $value->getStatus()); ?> | = $this->printHtml( \sprintf('%3$s %2$s %1$s', $value->name1, $value->name2, $value->name3) ); ?> | = $this->printHtml($value->getLastActive()->format('Y-m-d H:i:s')); ?> | = $this->printHtml($value->createdAt->format('Y-m-d H:i:s')); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | ||||