{{if $comment}} {{$idField = $comment::$databaseColumnId;}} {{$quoteData = json_encode( array( 'userid' => $comment->author()->member_id, 'username' => $comment->author()->name, 'timestamp' => $comment->mapped('date'), 'contentapp' => $item::$application, 'contenttype' => $item::$module, 'contentclass' => str_replace( '\\', '_', mb_substr( $comment::$itemClass, 4 ) ) ) );}} {{else}} {{if $item}} {{$class = get_class( $item );}} {{$quoteData = json_encode( array( 'userid' => $item->author()->member_id, 'username' => $item->author()->name, 'timestamp' => $item->mapped('date'), 'contentapp' => $item::$application, 'contenttype' => $item::$module, 'contentclass' => str_replace( '\\', '_', mb_substr( get_class( $item ), 4 ) ) ) );}} {{else}} {{$quoteData = json_encode( array() );}} {{endif}} {{endif}}
{{if $comment}} {{elseif $item}} {{endif}}

{lang="content_deleted"}

{lang="responses_to_report"}

{{foreach $report->reports() as $r}}
{template="userPhoto" app="core" group="global" params="\IPS\Member::load( $r['report_by'] ), 'mini'"}

{lang="report_date_submitted"} {datetime="$r['date_reported']"}

{{if $r['report']}} {$r['report']|raw} {{else}}

{lang="report_no_message"}

{{endif}}
{{endforeach}}
isLastPage()}}data-lastPage{{endif}} data-feedID='report-{$report->id}'>
{{foreach $report->comments() as $modcomment}} {$modcomment->html()|raw} {{endforeach}} {template="commentMultimod" app="core" group="global" params="$report"}
{$report->commentForm()|raw}