{if $Template->getAttribute('content-header')}

{$Site->getAttribute('title')}

{if $Site->getAttribute('short')}
{$Site->getAttribute('short')}
{/if}
{/if} {if $Template->getAttribute('content-body') && $Site->getAttribute('content')}
{$Site->getAttribute('content')}
{/if}
{foreach $events as $event}
{$event->getTitle()}
{$event->getDescription()}
{if $event->getCalendarId()} {locale group="quiqqer/calendar" var="quiqqer.frontend.calendar.label"} {QUI\Calendar\Handler::getCalendar($event->getCalendarId())->getName()} {/if}
{/foreach}