{{$useImage = NULL;}}
{template="embedHeader" group="embed" app="core" params="$review, $item->mapped('title'), $review->mapped('date'), $url"}
{template="rating" app="core" params="'veryLarge', $review->mapped('rating')" group="global"} {{if $review->mapped('votes_total')}}

{$review->helpfulLine()|raw}

{{endif}}
{$review->truncated(TRUE)|raw}
{{if settings.reputation_enabled and \IPS\IPS::classUsesTrait( $review, 'IPS\Content\Reactable' ) and \count( $review->reactions() )}}
  • {template="reactionOverview" app="core" group="global" params="$review, TRUE, 'small'"}
{{endif}}