' . \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate('LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:' . $row['CType'] . '.title', '') . '';
$ffs = GeneralUtility::makeInstance(FlexFormService::class);
$flex = $ffs->convertFlexFormContentToArray($row['pi_flexform']);
$terms = strip_tags($flex['settings']['terms']);
$url = strip_tags($flex['settings']['url']) ?? '';
$itemContent = '
';
$itemContent .= '

' . \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate('LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:' . $row['CType'] . '.title', '') . ':
';
$itemContent .= '' . \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate('LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:' . $row['CType'] . '.terms', '') . ':' . $terms . '
';
$itemContent .= '' . \TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate('LLL:EXT:mrm_be/Resources/Private/Language/locallang_ttc.xlf:' . $row['CType'] . '.url', '') . ':' . $url . '
';
$drawItem = false;
}
}
}