&from_url=${from_url}" title="#i18n{module.extend.comment.comment.labelAddComment}">  #i18n{module.extend.comment.comment.labelAddComment}

<#if (paginator.pagesCount > 1) > <@paginationPageLinks paginator=paginator />
<@paginationItemCount paginator=paginator combo=1 nb_items_per_page=nb_items_per_page/>
<#if listComments?? && listComments?has_content> <#list listComments as comment>
@Extender[${comment.idComment},Comment,rating,{show:"vote"}]@
#i18n{module.extend.comment.comment_info.labelAuthor}
#i18n{module.extend.comment.comment_info.labelName} : ${comment.name!} - #i18n{module.extend.comment.comment_info.labelSendTime} : ${comment.dateComment!}
<#if from_url?? && from_url?has_content && from_url != "null"> <#if comment.published> <#else> <#if allowSubComments> &from_url=${from_url}" title="#i18n{module.extend.comment.comment_info.labelAnswer}">  #i18n{module.extend.comment.comment_info.labelAnswer} &from_url=${from_url}" title="#i18n{portal.util.labelDelete}">   #i18n{portal.util.labelDelete}
#i18n{module.extend.comment.comment_info.labelEmail} : ${comment.email!} - #i18n{module.extend.comment.comment_info.labelIpAddress} : ${comment.ipAddress!}
<#if comment.isAdminComment>
${adminBadge!}
#i18n{module.extend.comment.comment_info.labelComment} <#if comment.published> #i18n{module.extend.comment.comment_info.statePublished} <#else> #i18n{module.extend.comment.comment_info.stateNotPublished} <#assign unpublishedSubComment = comment.firstUnpublishedSubComment > <#if 0 < unpublishedSubComment > &from_url=${from_url}#subcomment_${unpublishedSubComment}"> #i18n{module.extend.comment.comment_info.unpublishedSubComments}
<#if use_bbcode> ${comment.BBCodeComment!} <#else> ${comment.comment!}
<#if comment.listSubComments?? && 0 < comment.listSubComments?size>  #i18n{module.extend.comment.comment_info.displaySubComments}
class="commentComments"> <#list comment.listSubComments as subComment>
#i18n{module.extend.comment.comment_info.labelAuthor}
#i18n{module.extend.comment.comment_info.labelName} : ${subComment.name!} - #i18n{module.extend.comment.comment_info.labelSendTime} : ${subComment.dateComment!}
<#if from_url?? && from_url?has_content && from_url != "null"> <#if subComment.published> <#else> &from_url=${from_url}" title="#i18n{portal.util.labelDelete}">   #i18n{portal.util.labelDelete}
#i18n{module.extend.comment.comment_info.labelEmail} : ${subComment.email!} - #i18n{module.extend.comment.comment_info.labelIpAddress} : ${subComment.ipAddress!}
<#if subComment.isAdminComment>
${adminBadge!}
#i18n{module.extend.comment.comment_info.labelComment} <#if subComment.published> #i18n{module.extend.comment.comment_info.statePublished} <#else> #i18n{module.extend.comment.comment_info.stateNotPublished}
<#if use_bbcode> ${subComment.BBCodeComment!} <#else> ${subComment.comment!}

<#else>
#i18n{module.extend.comment.comment_info.labelNoComment}

<@paginationAdmin paginator=paginator form=1 combo=0 />