{{if $club = $event->container()->club()}} {{if settings.clubs and settings.clubs_header == 'full'}} {template="header" app="core" group="clubs" params="$club, $event->container()"} {{endif}}
{{endif}}
{$event->coverPhoto()|raw}
{template="userPhoto" app="core" group="global" params="$event->author(), 'tiny'"}
{{if $event->container()->allow_reviews}}
{template="rating" group="global" location="front" app="core" params="'large', $event->averageReviewRating(), \IPS\Settings::i()->reviews_rating_out_of, $event->memberReviewRating()"}   ({lang="num_reviews" pluralize="$event->reviews"})
{{endif}}
{$event->container()->_title}
{{if $event->hidden() === 1 and $event->canUnhide()}} {{endif}} {template="contentItemMessages" group="global" app="core" params="$event->getMessages(), $event"}
{{if $event->rsvp || $address || $event->map( 270, 270 ) || $event->online || $event->_livetopic_id }}
{{endif}}

{lang="event_details"}

{{if \count( $event->tags() ) OR ( $event->canEdit() AND $event::canTag( NULL, $event->container() ) )}}
{template="tags" group="global" app="core" params="$event->tags(), FALSE, FALSE, ( $event->canEdit() AND ( \count( $event->tags() ) OR $event::canTag( NULL, $event->container() ) ) ) ? $event->url() : NULL"}
{{endif}}
{{if $event->recurring}}

{$event->_recurring_text}

{{endif}}
{template="richText" group="global" app="core" location="global" params="$event->content(), array('ipsType_normal', 'ipsClear', 'ipsType_break')"}
{{if $event->_album}}

{lang="event_images"}

{$event->_album|raw}
{{endif}} {{if $event->editLine()}}
{$event->editLine()|raw}
{{endif}}
{{if \IPS\IPS::classUsesTrait( $event, 'IPS\Content\Reactable' ) and settings.reputation_enabled}} {template="reputation" app="core" group="global" params="$event"} {{endif}}
{{if $event->rsvp || $address || $event->map( 270, 270 ) || ( $event->online and $event->url and !$event->hasPassed() ) || $event->_livetopic_id}}
{{endif}}
{{if $commentsAndReviews}}
{{if $event->container()->allow_reviews && $event->container()->allow_comments}}

{lang="user_feedback"}

{{endif}}
{$commentsAndReviews|raw}
{{endif}}
{{if $event->container()->club()}}
{{endif}}