<#setting locale="cs_CZ">
<data>
    <#list participants as participant>
		<participant>
			<name>${participant.name}</name>
			<basePrices>${participant.basePriceLabel!""}</basePrices>
			<servicePrices>${participant.servicePriceLabel!""}</servicePrices>
			<participantingBlocks>${participant.participantingBlocks!""}</participantingBlocks>
			<checkInformation>${participant.checkInformationNumber!""}</checkInformation>
		</participant>
	</#list>
	<event>
		<name>${event.name}</name>
		<date>${event.formattedDateRange!""}</date>
	</event>
	<organizationName>${organizationName}</organizationName>
	<pdfTitle>${pdfTitle}</pdfTitle>
</data>