<#macro comments commentList article> <#if article.commentable>

${postCommentsLabel}

<#if !isLoggedIn> <#if !isLoggedIn>
validate
<#else>

${notAllowCommentLabel}

<#if commentList?size == 0>

${noCommentLabel}

<#else>

${commentLabel}

<#list commentList as comment> <#include "common-comment.ftl"/>
<#macro comment_script oId>