<#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!}
<#if registeredUserEmail?? > <#if comment.email == registeredUserEmail && comment.numberSubComments <= 0 > <#if canDeleteComments?has_content && canDeleteComments>
@Extender[${comment.idComment},Comment,rating,{show:"vote"}]@

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

<#if 0 < comment.numberSubComments >
<#if comment.listSubComments?? && 0 < comment.listSubComments?size && displaySubComments>

#i18n{module.extend.comment.comment_info.publishedSubComments} (${comment.numberSubComments})

class="commentComments"> <#list comment.listSubComments as subComment>
#i18n{module.extend.comment.view_comments.labelPosted} ${subComment.dateComment!} #i18n{module.extend.comment.view_comments.labelBy} ${subComment.name!}

<#if subComment.isAdminComment>
${adminBadge!}
<#if registeredUserEmail?? > <#if subComment.email == registeredUserEmail && subComment.numberSubComments <= 0 > <#if canDeleteComments?has_content && canDeleteComments>

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

<#if allowSubComments && myLuteceUser??>
<#if returnToCommentList?? && returnToCommentList> <#if from_url?? && from_url?has_content && from_url != "null"> <#if !commentConfig.enabledAuthMode>
<#else> <#if commentConfig.enabledAuthMode> <#else>
<#if is_active_captcha>
${captcha!}
<#if addCommentPosition = 0>
  #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" />