$comment): ?> partial('Request/comment-element', ['commentId'=>$comment['id'], 'commentPosition'=>$comment['position'], 'show_specialties'=>$comment['show_specialties'], 'show_meta'=>$comment['show_meta'], 'is_moderator'=>$comment['is_moderator'], 'style'=>'margin-bottom:5px;', 'userId'=>$comment['user_id'], 'userUpdatedAt'=>$comment['user_updated_at'], 'userName'=>ucwords($comment['user_name']), 'userSurname'=>ucwords($comment['user_surname']), 'userExtra'=>$comment['medspec_list'], 'isResponder'=>$comment['is_responder'], 'userNote'=>$comment['remarks_public'], 'commentCreatedAt'=>$comment['created_at'], 'commentText'=>htmlspecialchars($comment['comment']), 'attachments'=>$comment['attachments']]); ?>