#parse ( "/template/includes/actionerrors.vm" )
#applyDecorator("root")
#decoratorParam("helper" $action.helper)
#decoratorParam("mode" "edit")
#decoratorParam("context" "page")
#applyDecorator ("confirm")
#decoratorParam ("formName" "removecommentform")
#decoratorParam ("formAction" "removecomment.action?pageId=$page.id&commentId=$commentId")
$action.getText("alert.remove.comment")
#end
#parse ( "/pages/page-breadcrumbs.vm" )
#end