<div xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers">
    <f:section name="main">
        <f:translate key="{field.label}" default="{field.label}" />: <f:for each="{formValues.{field.name}}" as="item">{item}, </f:for>
    </f:section>
</div>