<html data-namespace-typo3-fluid="true"
      xmlns="http://www.w3.org/1999/xhtml" lang="fr"
      xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"
      xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers"
>
    <f:section name="Locations"><f:for each="{newsItem.relatedLocations}" as="location" iteration="iterationLocation">{location.title}<br/>{location.address}<br/>{location.zip} {location.city} {f:if(condition: iterationLocation.isLast, else: '<br/><br/>')}</f:for></f:section>
</html>
