This page displays the most recently added comments and allows to quickly spot and delete spam comments. #if ($action.defaultEncoding.toUpperCase() != "UTF-8")

To run this test, Confluence's default encoding must be set to UTF-8. Confluence's current encoding is $action.defaultEncoding.

#else
#foreach ($comment in $comments) #end
$comment.getCreationDate() $comment.getContent()
#end