{{if $showCover}}
{$blog->coverPhoto()|raw}
{{endif}}
{template="follow" app="core" group="global" params="'blog', 'blog', $blog->_id, \IPS\blog\Entry::containerFollowerCount( $blog )"}
    {{if $showCover}}
  • {lang="blog_entries" pluralize="$blog->_items"}
    {number="$blog->_items"}
  • {lang="blog_comments" pluralize="$blog->_comments"}
    {number="$blog->_comments"}
  • {lang="blog_views" pluralize="$blog->num_views"}
    {{if \IPS\Application::appIsEnabled('cloud') and \IPS\Member::loggedIn()->modPermission('can_view_moderation_log')}} {{$url = "app=cloud&module=analytics&controller=analytics&contentClass=" . get_class($blog) . "&contentId=" . $blog->id;}} {number="$blog->num_views"} {{else}} {number="$blog->num_views"} {{endif}}
  • {{else}}
  • {template="coverPhotoOverlay" app="blog" group="view" location="front" params="$blog"}
  • {{endif}}
{{if !( $blog->owner() instanceof \IPS\Member ) and \count( $blog->contributors() ) AND $showCover}}

{lang="contributors_to_this"}

    {{foreach $blog->contributors() as $idx => $contributor}}
  • name}'> {template="userPhoto" group="global" app="core" params="$contributor['member'], 'mini'"}{$contributor['contributions']}
  • {{endforeach}}
{{endif}}