<#macro comments commentList article>

${commentLabel}

<#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>
${replyLabel}
<#if article.commentable>
${commentNameLabel}
${commentEmailLabel}
${commentURLLabel}
${commentEmotionsLabel}
${commentContentLabel}
${captchaLabel} validate
<#macro comment_script oId>