if($reporter && $reported) {
            $data['message'] = '<a href="' .  url('/i/web/profile/' . $reporter['id']) . '">@' .
                $reporter['acct'] . '</a> reported <a href="' . url('/i/web/profile/' . $reported['id']) .
                '">@' . $reported['acct'] . '</a>\'s profile as ' . $report->type . '.';
            }