#if($noLiveStream)
$r.translate("viewer.no.stream")
#else
## height / width does not matter, because the size is streched responsive.
#if($title)
$title
#end
$date
#if($time && $time != "")
$time
#end
#if($location && !${location.isEmpty()})
$r.escapeHtml($location)
#end
#if($description && !${description.isEmpty()})
$r.xssScan($description)
#end
#end