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

    {$row->mapped('title')} {{if $row->anonymous}} {{else}} {{if $row->reply == 1}} {{endif}} {{if $row->reply == 2}} {{endif}} {{endif}} {{if $row->recipient_type == 'user'}} {{else}} {{$names = \IPS\Member::loggedIn()->language()->formatList( $row->groupNames() );}} {{endif}} {{if $row->enabled}} {lang="active"} {{else}} {lang="inactive"} {{endif}} {{if ! $row->viewed}} {lang="alert_not_viewed"} {{else}} {lang="alert_viewed_times" sprintf="$row->viewed" pluralize="$row->viewed"} {{endif}} {{if $row->author()->member_id === member.member_id AND $row->reply > 0 and ( $count = $row->membersRepliedCount() )}} id}" seoTemplate="alert" csrf="true"}">{lang="alert_users_have_replied" sprintf="$count" pluralize="$count"} {{endif}}

    {lang="byline" sprintf="$row->author()->name"}{datetime="$row->start" dateonly="true"}{{if $row->end}} - {datetime="$row->end" dateonly="true"}{{endif}}

    {{$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}}