if($room->hasPreview()): ?>
else: ?>
=h($room->getDisplay())?>
endif ?>
if($room->hasSchedule()):
$upcoming = @$upcomingTalksPerRoom[ $room->getSlug() ] ?: [];
// echo var_dump($upcoming);
$current = @$upcoming['current'];
$next = @$upcoming['next']; ?>
if($current && !@$current['special']): ?>
Now (since =date('G:i', @$current['start']) ?>):
=h(@$current['title'] ?: 'none') ?>
endif; if($next && !@$next['special']): ?>
Next (=date('G:i', @$next['start']) ?>):
=h(@$next['title'] ?: 'none') ?>
endif ?>
endif ?>