{{foreach $rows as $row}} {{$contentItemClass = $row::$contentItemClass;}}
  • {{if method_exists( $row, 'tableIcon' )}}
    {$row->tableIcon()|raw}
    {{endif}}

    {{if $contentItemClass::containerUnread( $row )}} {lang="new"} {{endif}} {{if $row->_locked}} {{endif}} {$row->_title}

    {$row->_description}
    {{if $table->canModerate()}}
    multimodActions( $row ) )"}" data-state=''>
    {{endif}}
  • {{endforeach}}