@(comment: Comment, isResponse: Boolean = false)(implicit request: RequestHeader)
  • @if(comment.isHighlighted && !comment.isBlocked){
    Guardian pick
    }
    @comment.profile.displayName @if(comment.profile.isContributor){Contributor} @if(comment.profile.isStaff){Guardian Staff}
    @********************* Responding to... @@Kaelig  |  *********************@
    @if(comment.isBlocked){ This comment was removed by a moderator because it didn't abide by our community standards. Replies may also be deleted. For more detail see our FAQs. }else{ @withJsoup(BulletCleaner(comment.body))( InBodyLinkCleaner("in body link")(Edition(request)) ) }
    @if(!comment.isBlocked){ }
    @if(comment.responses.nonEmpty){ }