<#macro comments commentList article>
<#list commentList as comment>
<#if "http://" == comment.commentURL> <#else>

<#if "http://" == comment.commentURL> ${comment.commentName} <#else> ${comment.commentName} <#if comment.isReply> ${comment.commentOriginalCommentName} ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} ${replyLabel}

${comment.commentContent}
<#if article.commentable>
validate
<#if externalRelevantArticlesDisplayCount?? && 0 != externalRelevantArticlesDisplayCount>
<#macro comment_script oId>