{if !is_null($Event)}
{$EventStart->format('d')}.
{assign var="monthIndex" value=$EventStart->format('n')-1}
{$EventLocale['months'][$monthIndex]}
{$Event->text}
{$EventLocale['days'][$EventStart->format('w')]}, {$EventStart->format('d.m.o H:i')} – {if $EventStart->format('d.m.o') == $EventEnd->format('d.m.o')} {$EventEnd->format('H:i')} {else}
{$EventLocale['days'][$EventEnd->format('w')]}, {$EventEnd->format('d.m.o H:i')} {/if}
{$EventLocale['details']}
{$Site->getAttribute('content')}
{else}
{$EventLocale['eventNotFound']}
{/if}