###Custom print subordinate comment macro Start
#macro(PrintChilds $CommentItemY)
#foreach($CommentItemX in $Module.GetComments($CommentItemY.ID))
#if($CommentItemX.ParentID == $CommentItemY.ID)
-
#end
#end
#end
###Custom print subordinate comment macro end
#if($EnabledComment == 1)
#if( $LoginComment ==0 || $Module.Userid > 0)
#else
You need to login in order to comment
#end
#else
#end