<#if listComments?? && listComments?has_content> <#list listComments as comment>

#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!}

#i18n{module.extend.comment.comment_info.labelEmail} : ${comment.email!} - #i18n{module.extend.comment.comment_info.labelIpAddress} : ${comment.ipAddress!}

#i18n{module.extend.comment.comment_info.labelComment}

${comment.comment!}

<#if from_url?? && from_url?has_content && from_url != "null"> <#if comment.published> <#else> &from_url=${from_url}" title="#i18n{portal.util.labelDelete}">   #i18n{portal.util.labelDelete}

<#else>

#i18n{module.extend.comment.comment_info.labelNoComment}