{{$commentClass = $item::$commentClass;}} {{if \IPS\IPS::classUsesTrait( $item, 'IPS\Content\Statistics' )}}

{$item->mapped('title')} {lang="num_replies" pluralize="$item->mapped('num_comments')"} {lang="num_views_with_number" pluralize="$item->mapped('views')"}

{{if \IPS\Application::appIsEnabled('cloud')}} {template="analyticsItem" app="cloud" group="analytics" params="$item"} {{endif}}

{lang="active_members"}

{{if count( $members )}}
    {{foreach $members AS $member}}
  • {template="userPhoto" group="global" app="core" params="$member['member'], 'tiny'"}
    {$member['member']->link()|raw}
    {lang="num_comments" pluralize="$member['count']"}
  • {{endforeach}}
{{else}}

{lang="no_content_to_show"}

{{endif}}

{lang="popular_days"}

{{if count( $busy )}} {{else}}

{lang="no_content_to_show"}

{{endif}}

{lang="top_reacted"}

{{if count( $reacted )}}
    {{foreach $reacted AS $react}}
  • {template="userPhoto" group="global" app="core" params="$react['comment']->author(), 'tiny'"}
    {$react['comment']->author()->link()|raw}
    {lang="react_total" pluralize="$react['count']"}
    {$react['comment']->truncated()|raw}
  • {{endforeach}}
{{else}}

{lang="no_content_to_show"}

{{endif}}
{{if count( $images )}}

{lang="images"}

{{foreach $images AS $image}}
{{endforeach}}
{{endif}} {{endif}}