$themen = $termin['topics'] ? : [] ?>
if ($termin['description'] || count($themen)) : ?>
= formatReady($termin['description']) ?>
if (count($themen)) : ?>
foreach ($themen as $thema) : ?>
= Icon::create('topic', Icon::ROLE_INFO)->asImg(20, ['class' => "text-bottom"]) ?>
= htmlReady($thema['title']) ?>
= formatReady($thema['description']) ?>
endforeach ?>
endif ?>
else : ?>
= _('Keine Beschreibung vorhanden') ?>
endif ?>
foreach($termin['info'] as $type => $info): ?>
if (trim($info)) : ?>
-
if (!is_numeric($type)): ?>
= htmlReady($type) ?>:
endif; ?>
= htmlReady(trim($info)) ?>
endif ?>
endforeach; ?>