<#macro comments commentList article>
<#if 0 lt commentList?size>

${commentList?size} ${responses}

    <#list commentList as comment>
  1. ${comment.commentName}
    <#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.commentContent}

<#if article.commentable>

${postCommentsLabel}

<#if !isLoggedIn>

<#if !isLoggedIn>

validate

<#macro comment_script oId>