<#if list_comment?has_content> <#assign rootId = 0>
<#list list_comment as comment_submit_lutece_user> <#assign rootId = rootId + 1>
<#if comment_submit_lutece_user.comment_submit.isOfficialAnswer()> #i18n{suggest.manageCommentSubmit.officialAnswer} <#if comment_submit_lutece_user.lutece_user?exists> #i18n{suggest.suggestListSubmit.postByUser} : <#if comment_submit_lutece_user.avatar?has_content> <#else> <#if comment_submit_lutece_user.lutece_user?exists> ${comment_submit_lutece_user.lutece_user} <#else> ${comment_submit_lutece_user.lutece_user.getUserInfo("user.name.given")} ${comment_submit_lutece_user.lutece_user.getUserInfo("user.name.family")} | ${comment_submit_lutece_user.comment_submit.dateComment?string("dd/MM/yyyy HH:mm:ss")}
${suggest.parseBbcodeValue(comment_submit_lutece_user.comment_submit.value)}
 
<#if comment_submit_lutece_user.list_sub_comment?has_content> <#list comment_submit_lutece_user.list_sub_comment as comment_comment>

<#if comment_comment.comment_submit.isOfficialAnswer()> #i18n{suggest.manageCommentSubmit.officialAnswer} | <#if comment_comment.lutece_user?exists> <#if comment_comment.avatar?has_content> avatar provided by gravatar.com <#else> <#if comment_comment.lutece_user?exists> ${comment_comment.lutece_user} <#else> ${comment_comment.lutece_user.getUserInfo("user.name.given")} ${comment_comment.lutece_user.getUserInfo("user.name.family")} | ${comment_comment.comment_submit.dateComment?string("dd/MM/yyyy HH:mm:ss")}

${suggest.parseBbcodeValue(comment_comment.comment_submit.value)}

 #i18n{suggest.suggestListSubmit.labelPageTop}