{{if !\IPS\Request::i()->isAjax()}}

{lang="edit_history_title"}

{{endif}} {{if count($editHistory) }}
{{foreach $editHistory as $edit}}
{template="userPhoto" app="core" group="global" params="\IPS\Member::load( $edit['member'] ), 'mini'"}

{expression="\IPS\Member::load( $edit['member'] )->link()" raw="true"}

{datetime="$edit['time']"} {{if $edit['reason']}}
{$edit['reason']} {{endif}}

{$edit['new']|raw}
{{endforeach}}
{template="userPhoto" app="core" group="global" params="$comment->author(), 'mini'"}

{$comment->author()->link()|raw}

{datetime="$comment->mapped('date')"}

{$edit['old']|raw}
{{endif}}