{{$coverPhoto = $event->coverPhoto();}}
{{if $coverPhoto->file}}
{{if settings.lazy_load_enabled}} {{else}} {{endif}}
{{endif}}
{{if $map !== FALSE AND $event->map( $map[0], $map[1] )}}
{$event->map( $map[0], $map[1] )|raw}
{{endif}}

{{if $event->_end_date}}      {{endif}}

{{if $event->recurring}}

{$event->_recurring_text}


{{endif}}
isAjax() or $truncate ) && $event->content}}data-ipsTruncate data-ipsTruncate-type='remove' data-ipsTruncate-size='5 lines'{{endif}}> {{if $event->content}} {{if \IPS\Request::i()->isAjax() or $truncate}} {$event->truncated()|raw} {{else}} {$event->content|raw} {{endif}} {{endif}}
{{if $event->container()->allow_comments OR $event->container()->allow_reviews OR $event->rsvp}}
{{if $event->container()->allow_comments}}{lang="event_comment_count" pluralize="$event->comments"}{{endif}} {{if $event->container()->allow_comments AND $event->container()->allow_reviews}}·{{endif}} {{if $event->container()->allow_reviews}}{lang="event_review_count" pluralize="$event->reviews"}{{endif}} {{if $event->rsvp }}

{lang="event_rsvp_attendees_list" pluralize="$event->attendeeCount( \IPS\calendar\Event::RSVP_YES )"}

{{if \count( $event->attendees( \IPS\calendar\Event::RSVP_YES, 5 ) )}}
    {{foreach $event->attendees( \IPS\calendar\Event::RSVP_YES, 5 ) as $attendee}}
  • {template="userPhoto" app="core" group="global" params="$attendee, 'tiny'"}
  • {{endforeach}}
{{endif}} {{endif}}
{{endif}}