compact): ?>
tabs; ?> sortBox; ?> limiter; ?> paginator; ?>
backendSelection; ?> filterEditor; ?>
translate('No backend found which is able to list groups') . '
'; return; } if (! isset($groups)) { echo $this->translate('Failed to fetch any groups') . ''; return; } if (count($groups) === 0) { echo $this->translate('No groups found matching the filter') . ''; return; } ?>
translate('Group'); ?> translate('Parent'); ?> translate('Created at'); ?> translate('Last modified'); ?>
escape($group->group_name); ?> parent_name === null ? $this->translate('None', 'user.group.parent') : $this->escape($group->parent_name); ?> created_at === null ? $this->translate('N/A') : date('d/m/Y g:i A', $group->created_at); ?> last_modified === null ? $this->translate('Never') : date('d/m/Y g:i A', $group->last_modified); ?>