getData('groups') ?? []; $previous = empty($groups) ? '{/prefix}admin/group/list' : '{/prefix}admin/group/list?{?}&id=' . \reset($groups)->getId() . '&ptype=-'; $next = empty($groups) ? '{/prefix}admin/group/list' : '{/prefix}admin/group/list?{?}&id=' . \end($groups)->getId() . '&ptype=+'; echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Status') ?> | = $this->getHtml('Name') ?> | = $this->getHtml('Members') ?> | |
| = $this->printHtml($value->getId()); ?> | = $this->getHtml('Status'. $value->getStatus()); ?> | = $this->printHtml($value->getName()); ?> | ||
| = $this->getHtml('Empty', '0', '0'); ?> | ||||