{{$reactionItem = $content;}} {{if $content::$firstCommentRequired}} {{$reactionItem = $content->firstComment();}} {{endif}} {{if ( $content instanceof \IPS\Content\Ratings and $content->averageRating() ) || ( isset( $content::$reviewClass ) AND $content->averageReviewRating() ) || $content::$commentClass || ( settings.reputation_enabled and \IPS\IPS::classUsesTrait( $reactionItem, 'IPS\Content\Reactable' ) and \count( $reactionItem->reactions() ) )}} {{endif}}