| {$escaper->escapeHtml($data->getGroupId())} |
{$escaper->escapeHtml($data->getGroupName())} |
{$escaper->escapeHtml($data->getGroupDescr())} |
", $data->getIsActive() ? strtoupper($this->translator->translate('yes')) : strtoupper($this->translator->translate('no')), " |
" . $options . " |
";
}
}
?>