{template="userPhoto" group="global" app="core" params="$item->author(), 'mini', NULL, '', FALSE"}
{{if $container = $item->containerWrapper()}}
{lang="byline_nodate" sprintf="$item->author()->name"}
{lang="in"} {$container->_title}, {datetime="$item->mapped('date')"}
{{else}}
{lang="byline" sprintf="$item->author()->name"} {datetime="$item->mapped('date')"}
{{endif}}
{$item->truncated( TRUE )|raw}
{{if ( $item instanceof \IPS\Content\Ratings and $rating = $item->averageRating() ) or ( isset( $item::$reviewClass ) and $rating = $item->averageReviewRating() )}}
- {template="rating" app="core" params="'small', $rating" group="global"}
{{endif}}
{{if $item::$commentClass}}
{{if $item::$firstCommentRequired}}
- {lang="replies_number" pluralize="$item->mapped('num_comments') - 1"}
{{else}}
- {lang="num_comments" pluralize="$item->mapped('num_comments')"}
{{endif}}
{{endif}}