{{$rowIds = array();}} {{foreach $rows as $row}} {{$idField = $row::$databaseColumnId;}} {{$rowIds[] = $row->$idField;}} {{endforeach}} {{$iposted = $table ? $table->contentPostedIn : array();}} {{foreach $rows as $row}} {{$idField = $row::$databaseColumnId;}}
  • {{if member.member_id}}
    {{if $row->unread()}} {{else}} {{if \in_array( $row->$idField, $iposted )}} {{else}}   {{endif}} {{endif}}
    {{endif}}
    {{if $row->groupsPosted}} {template="groupPostedBadges" group="global" app="core" location="front" params="$row->groupsPosted, 'topic_posted_in_groups', 'ipsResponsive_hidePhone ipsMargin_left ipsPos_right'"} {{endif}}

    {{if $row->locked()}} {{endif}} {{if $row->isFutureDate() || $row->mapped('pinned') || $row->mapped('featured') || $row->hidden() === -1 || $row->hidden() === 1}} {{if $row->isFutureDate()}} {{endif}} {{if $row->hidden() === -1}} {{elseif $row->hidden() === 1}} {{endif}} {{if $row->mapped('pinned')}} {{endif}} {{if $row->mapped('featured')}} {{endif}} {{endif}} {{if $row->prefix()}} {template="prefix" group="global" app="core" params="$row->prefix( TRUE ), $row->prefix()"} {{endif}} {{if $row->_title or $row->_title == 0}}{$row->_title}{{else}}{lang="content_deleted"}{{endif}} {{if $row->commentPageCount() > 1}} {$row->commentPagination( array(), 'miniPagination' )|raw} {{endif}}

    {{if \count( $row->customFieldsForDisplay('listing') )}}
    {{foreach $row->customFieldsForDisplay('listing') as $fieldId => $fieldValue}} {{if $fieldValue}} {$fieldValue|raw} {{endif}} {{endforeach}}
    {{endif}}
    {{if $table and $table->canModerate()}}
    multimodActions( $row ) )"}" data-state='{{if $row->tableStates()}}{$row->tableStates()}{{endif}}'>
    {{endif}}
  • {{endforeach}}