<#macro comments commentList article>

${commentLabel}

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