# {{ $title }} ## {!! $message !!} View Report @if($object_type === 'Status' && $reported_status)

Reported Status

@if(isset($reported_status['content']))
{{ strip_tags(str_replace(["\n", "\r", "\r\n"], ' ', $reported_status['content'])) }}
@endif
View status

Posted {{ now()->parse($reported_status['created_at'])->diffForHumans() }}

@endif @if($reported && isset($reported['id']))

Reported Account

Avatar

{{ $reported['username'] }}

{{ strip_tags(str_replace(["\n", "\r", "\r\n"], ' ', $reported['note'])) }}

{{ $reported['statuses_count'] }} posts

·

{{ $reported['followers_count'] }} followers

·

{{ $reported['following_count'] }} following

·

Joined {{ now()->parse($reported['created_at'])->diffForHumans()}}

@endif @if($reporter && isset($reporter['id']))

Reported By

Avatar

{{ $reporter['username'] }}

{{ strip_tags(str_replace(["\n", "\r", "\r\n"], ' ', $reporter['note'])) }}

{{ $reporter['statuses_count'] }} posts

·

{{ $reporter['followers_count'] }} followers

·

{{ $reporter['following_count'] }} following

·

Joined {{ now()->parse($reporter['created_at'])->diffForHumans()}}

@endif

This is an automated email that is intended for administrators of {{ config('pixelfed.domain.app')}}.
If you received this email by mistake, kindly disregard and delete this email.