{{foreach $rows as $row}}
  • {template="userPhoto" app="core" group="global" params="$row->author(), 'tiny'"}

    {{if $row->mapped('title')}}{$row->mapped('title')}{{else}}{lang="content_deleted"}{{endif}}    {{if $row->active}} {lang="active"} {{else}} {lang="inactive"} {{endif}}

    {lang="byline" sprintf="$row->author()->name"}{datetime="$row->__get( $row::$databaseColumnMap['date'] )" dateonly="true"}

    {{$truncateAttributes = array('data-ipsTruncate', 'data-ipsTruncate-size="4 lines"', 'data-ipsTruncate-type="hide"');}} {template="richText" group="global" app="core" location="global" params="$row->content(), array('ipsType_medium'), array(), $truncateAttributes"}
    {{if $table->canModerate()}} {{endif}}
  • {{endforeach}}