#if($topic.getDate() && $topic.getDate() != "")
$topic.getDate()
$topic.getTranslatedStatus()
#end
#if($topic.getDate2() && $topic.getDate2() != "")
$topic.getDate2()
#end
#if($topic.getTime() && $topic.getTime() != "")
$topic.getTime()
#if($r.isNull($topic.getDate()))
$topic.getTranslatedStatus()
#end
#end
#if($topic.getLocation() && $topic.getLocation() != "")
$r.escapeHtml($topic.getLocation())
#end
#if($topic.getDetails() && $topic.getDetails() != "")
$r.escapeHtml($topic.getDetails())
#end
#if($r.isNotNull($topic.getRecordingLinkNames()))
#foreach($recordingLinkName in $topic.getRecordingLinkNames())
$r.render($recordingLinkName)
#end
#end
#if($r.isNotEmpty($topic.participants))
#foreach($participant in $topic.participants)
$participant
#end
#end