{{foreach $blogs AS $blog}}
  • {$blog->_title} {{if $showSmall && !($blog->owner() instanceof \IPS\Member)}}   {lang="byline_nodate" sprintf="\IPS\Member::loggedIn()->language()->addToStack( 'blogs_groupblog_name_' . $blog->id )"}{{endif}}

    • {$blog->_items}
      {lang="blog_entries" pluralize="$blog->_items"}
    • {$blog->_comments}
      {lang="blog_comments" pluralize="$blog->_comments"}
    • {$blog->num_views}
      {lang="blog_views" pluralize="$blog->num_views"}
    {{if $blog->latestEntry()}}

    {lang="most_recent_entry"}

    {{if $blog->latestEntry()->unread()}} {{endif}} {$blog->latestEntry()->name}
    • {datetime="$blog->latestEntry()->date"}
    • {{if \IPS\Settings::i()->blog_enable_rating}}
    • {template="rating" app="core" params="'small', $blog->latestEntry()->averageRating(), 5, $blog->latestEntry()->memberRating()" group="global"}
    • {{endif}} {{if !$blog->latestEntry()->num_comments}}
    • {lang="num_comments" pluralize="$blog->latestEntry()->num_comments"}
    • {{else}}
    • {lang="num_comments" pluralize="$blog->latestEntry()->num_comments"}
    • {{endif}}
    {{endif}}
  • {{endforeach}}