<#if listComments?? && listComments?has_content>
  #i18n{module.extend.comment.comment.labelViewComments} <#if addCommentPosition = 0>   #i18n{module.extend.comment.comment.labelAddComment} <#elseif addCommentPosition = 1 || addCommentPosition = 3> <#include "/skin/plugins/extend/modules/comment/add_comment.html" />
<#list listComments as comment>
#i18n{module.extend.comment.view_comments.labelPosted} ${comment.dateComment!} #i18n{module.extend.comment.view_comments.labelBy} ${comment.name!} <#if comment.isAdminComment>
${adminBadge!}
@Extender[${comment.idComment},Comment,rating,{show:"vote"}]@

${comment.name!} <#if use_bbcode> ${comment.BBCodeComment!} <#else> ${comment.comment!}

<#if 0 < comment.numberSubComments > #i18n{module.extend.comment.comment.labelViewSubComments} (${comment.numberSubComments})
  #i18n{module.extend.comment.comment.labelViewComments} <#if addCommentPosition = 0>   #i18n{module.extend.comment.comment.labelAddComment} <#elseif addCommentPosition = 2 || addCommentPosition = 3> <#include "/skin/plugins/extend/modules/comment/add_comment.html" />