{{if $report->author}}
{template="userPhoto" app="core" group="global" params="\IPS\Member::load( $report->author ), 'small'"}
{member="name" id="$report->author"}  
{{if \IPS\Member::load( $report->author )->mod_posts}}

{lang="moderation_modq"}

{{endif}} {{if \IPS\Member::load( $report->author )->restrict_post}}

{lang="moderation_nopost"}

{{endif}} {{if \IPS\Member::load( $report->author )->temp_ban}}

{lang="moderation_banned"}

{{endif}}
{{if \IPS\Member::loggedIn()->modPermission('mod_see_warn')}} {{endif}} {{else}}
{template="userPhoto" app="core" group="global" params="\IPS\Member::load( 0 ), 'small'"}
{member="name" id="0"}
{{endif}}