<#macro comments commentList article>
<#list commentList as comment>
<#if "http://" == comment.commentURL> ${comment.commentName} <#else> ${comment.commentName} <#if comment.isReply>  @ ${comment.commentOriginalCommentName} <#if article.commentable>
${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")} ${replyLabel}
${comment.commentName}
${comment.commentContent}
<#if article.commentable>
<#if !isLoggedIn> <#if !isLoggedIn>
${commentName1Label}
${commentEmail1Label}
${commentURL1Label}
${commentContent1Label}
${captcha1Label} validate
<#macro comment_script oId>