<template alpha="1" backgroundColor="#eeeff1" fontFamily="Roboto, sans-serif" name="template_event_cell">
    <vcontainer alpha="1" fontFamily="Roboto, sans-serif" marginTop="0" marginBottom="20" marginLeft="0" marginRight="0" paddingRight="0" paddingTop="0" paddingBottom="0" paddingLeft="0" borderWidth="0" borderColor="#757575" cornerRadius="5" backgroundColor="#FFFFFF">
        <image height="170" mode="AspectFill" bind="eventImage"/>
        <hcontainer wpercentage="1" alpha="1" fontFamily="Roboto, sans-serif" marginTop="5" marginBottom="5" marginLeft="0" marginRight="0" paddingRight="0" paddingTop="0" paddingBottom="0" paddingLeft="0">
            <label textColor="#000000" fontSize="14" fontFamily="Lato-Bold,sans-serif-black" marginLeft="5" width="50" text="Time" bind="eventStart" dateFormat="dd MMM"/>
            <label textColor="#000000" fontSize="14" fontFamily="HelveticaNeue-Regular" width="45" text="|" bind="eventStart" dateFormat="yyyy '|'"/>
            <label textColor="#000000" fontSize="14" fontFamily="HelveticaNeue-Bold,Roboto Condensed Bold, sans-serif-black" width="100" text="Time" bind="eventStart" dateStyle="Medium" dateFormat="hh:mm 'hs'"/>
        </hcontainer>
        <label textColor="#154F9B" fontSize="18" fontFamily="Roboto Condensed Bold, sans-serif-condensed,HelveticaNeue-Medium" alpha="1" marginBottom="8" marginTop="4" marginLeft="5" text="Event name" bind="eventName"/>
    </vcontainer>
</template>