'.\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']);
$dynamicContent = "";
$dynContentCounter = 0;
while(1){
$dynContentCounter++;
if(!isset($flex['text'.$dynContentCounter])) break;
$dynamicContent .= 'Zitat '.$dynContentCounter.':
Text: '.($flex["text".$dynContentCounter] != '' ? '✓' : '×').'
Bild: '.($flex["image".$dynContentCounter] != 0 ? '✓' : '×').'
Name: '.($flex["name".$dynContentCounter] != '' ? '✓' : '×').'';
}
$dynamicContent .= "";
$itemContent .= '