compact): ?>
= $this->translate('Group'); ?> | = $this->translate('Parent'); ?> | = $this->translate('Created at'); ?> | = $this->translate('Last modified'); ?> |
---|---|---|---|
= $this->escape($group->group_name); ?> | = $group->parent_name === null ? $this->translate('None', 'user.group.parent') : $this->escape($group->parent_name); ?> | = $group->created_at === null ? $this->translate('N/A') : date('d/m/Y g:i A', $group->created_at); ?> | = $group->last_modified === null ? $this->translate('Never') : date('d/m/Y g:i A', $group->last_modified); ?> |