<#macro comments commentList article>
${commentList?size} Comments Contributed by Visitors
    <#list commentList as comment>
  1. <#if "http://" == comment.commentURL> ${comment.commentName} <#else> ${comment.commentName} / ${comment.commentDate?string("HH:mm:ss")} @ ${comment.commentDate?string("yyyy-MM-dd")} ${commentList?size - comment_index}#
    leehow

    <#if comment.isReply> @${comment.commentOriginalCommentName}
    ${comment.commentContent}

<#if article.commentable>
Leave Comments Here...

${Required}

${Required}&${Secrecy}

${WithYou}

validate

${QuickSubmission}

<#else>
The Comments Closed...
<#macro comment_script oId>