mirror of
https://github.com/werkraum-media/thuecat.git
synced 2025-01-06 03:06:13 +01:00
9 lines
357 B
HTML
9 lines
357 B
HTML
|
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||
|
<div class="parking">
|
||
|
<f:for each="{parkingFacilitiesNearBy}" as="parkingFacility">
|
||
|
{parkingFacility.title}
|
||
|
{f:render(partial: 'Address', arguments: {address: parkingFacility.address})}
|
||
|
</f:for>
|
||
|
</div>
|
||
|
</html>
|