{{if $club = $image->container()->club()}} {{if settings.clubs and settings.clubs_header == 'full'}} {template="header" app="core" group="clubs" params="$club, $image->container()"} {{endif}}
{{endif}}
{template="imageFrame" group="view" app="gallery" params="$image"}
{{if $image->hasPreviousOrNext() }} {{$prev = array_reverse( array_slice( $image->fetchNextOrPreviousImages( 9, 'ASC' ), 0, 4 ) );}} {{$next = $image->fetchNextOrPreviousImages( 9, 'DESC' );}}
{{endif}}
{template="imageInfo" group="view" params="$image"}
{{if $commentsAndReviews}}
{{if ( $image->directContainer()->allow_reviews && $image->container()->allow_reviews ) && ( $image->directContainer()->allow_comments && $image->container()->allow_comments ) }}

{lang="user_feedback"}

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