= _('Beschreibung und Hinweise') ?>
if ((string)$room->description !== ''): ?>
= htmlReady($room->description) ?>
endif ?>
if ($room->room_type): ?>
- = htmlReady($room->room_type) ?>
endif ?>
-
= sprintf(
ngettext('%d Sitzplatz', '%d Sitzplätze', intval($room->seats)), intval($room->seats)
) ?>
if ($grouped_properties): ?>
= $this->render_partial(
'resources/resource/_standard_properties_display_part.php',
[
'property_groups' => $grouped_properties
]
) ?>
endif ?>
$resource_folder = $room->getFolder(); ?>
if ($resource_folder && $resource_folder->getFiles()): ?>