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