<#macro comments commentList article>
<#list commentList as comment>
${comment.commentName}
<#if "http://" == comment.commentURL> ${comment.commentName} <#else> ${comment.commentName} <#if comment.isReply> @ ${comment.commentOriginalCommentName} ${comment.commentDate?string("yyyy-MM-dd HH:mm:ss")}
${comment.commentContent}
<#if article.commentable>
<#if article.commentable>
${postCommentsLabel}
<#if !isLoggedIn> <#if !isLoggedIn>
${commentNameLabel}
${commentEmailLabel}
${commentURLLabel}
${commentEmotionsLabel}
${commentContentLabel}
${captchaLabel} validate
<#macro comment_script oId>