{{ if date ?? location }}
{{ if date }}
{{ partial:components/atoms/icons/calendar size="size-6" }}
{{ date iso_format="dd D MMMM Y" }} {{ if to and { date | format('Y-m-d') != to | format('Y-m-d') } }} {{ trans key="untill" }}
{{ to iso_format="dd D MMMM YYYY" }}{{ /if }}
{{ if collection == 'events' }}
{{ partial:components/atoms/icons/clock size="size-6" }}
{{ date iso_format="HH:mm" }}{{ if to }} {{ trans key="untill" }} {{ to iso_format="HH:mm" }} {{ /if }}
{{ /if }} {{ /if }} {{ if location }}
{{ if location }}
{{ partial:components/atoms/icons/pin size="size-6" }}
{{ location }}
{{ /if }} {{ if location_route }} {{ trans key="view route" }} {{ /if }}
{{ /if }}
{{ /if }}