{{if method_exists( $row, 'tableIcon' )}}
{$row->tableIcon()|raw}
{{endif}}
{{if $contentItemClass::containerUnread( $row )}}
{lang="new"}
{{endif}}
{{if $row->_locked}}
{{endif}}
{$row->_title}
{$row->_description}
-
{number="$row->_items"}
{lang="node_content_items" pluralize="$row->_items"}
-
{number="$row->_comments"}
{lang="node_content_comments" pluralize="$row->_comments"}
-
{number="$row->_reviews"}
{lang="node_content_reviews" pluralize="$row->_reviews"}
{{if $table->canModerate()}}
multimodActions( $row ) )"}" data-state=''>
{{endif}}
{{endforeach}}