<#include "navigation_menu.html">
<#if isExtendInstalled?? && isExtendInstalled && announce.published && !announce.suspended && !announce.suspendedByUser> @ExtenderParameter[${announce.id},announce,opengraph]@ <#if allow_access>
${announce.title}
<#if user_is_author>
#i18n{announce.view_announce.actions.title}: #i18n{announce.my_announces.actionTitleModify} #i18n{announce.my_announces.actionTitleDelete} <#if !announce.suspendedByUser> #i18n{announce.my_announces.actionTitleSuspend} <#else> #i18n{announce.my_announces.actionTitleEnable}
<#if user?exists && user.name == announce.userName> <#if !announce.published && !announce.suspended>
#i18n{announce.view_announce.message.notPublishedYet}
<#else> <#if announce.suspendedByUser>
#i18n{announce.view_announce.message.suspendedByUser}
<#elseif announce.suspended>
#i18n{announce.view_announce.message.suspended}
<#if isExtendInstalled?? && isExtendInstalled && announce.published && !announce.suspended && !announce.suspendedByUser>
@Extender[${announce.id},announce,opengraph,{footer:false, header:false}]@ @Extender[${announce.id},announce,hit,{show:true}]@ @Extender[${announce.id},announce,rating,{show:"all"}]@
<#if announce.category.displayPrice>
${announce.price}
${announce.contactInformation}
${announce.description}
<#list list_responses as response> <#if response.toStringValueResponse?has_content || response.file??> <#if entrySave?exists && entrySave.idEntry!=response.entry.idEntry>
<#if isImage?? && isImage> <#assign isImage = false> <#if !entrySave?exists || entrySave.idEntry!=response.entry.idEntry> <#assign entrySave=response.entry>
<#if response.file?? && response.file.idFile > 0> <#assign isImage = true>
  • <#else> ${response.toStringValueResponse} <#else> <#if isImage?? && isImage>
  • <#else>
    ${response.toStringValueResponse}
<#if isExtendInstalled?? && isExtendInstalled && announce.published && !announce.suspended && !announce.suspendedByUser > @Extender[${announce.id},announce,comment]@ @Extender[${announce.id},announce,feedback]@ @Extender[${announce.id},announce,opengraph,{footer:true}]@
<#else>
#i18n{announce.view_announce.unvailableTitle}
#i18n{announce.view_announce.message.unvailable}