= htmlReady($topic->title) ?>
$has_content = false ?>
if (
($documents_activated && $topic->folders->first())
|| ($forum_activated && $topic->forum_thread_url)
) : ?>
= _('Materialien') ?>
= $this->render_partial('course/topics/_material.php', ['always_show' => true]) ?>
$has_content = true ?>
endif ?>
if (count($topic->dates) > 0) : ?>
= _('Termine') ?>
= $this->render_partial('course/topics/_dates.php') ?>
$has_content = true ?>
endif ?>
if ($topic->description) : ?>
= _('Beschreibung') ?>
= formatReady($topic->description) ?>
$has_content = true ?>
endif ?>
if (!$has_content) : ?>
= _('Keine weiteren Informationen verfügbar.') ?>
endif ?>