<#include "navigation_menu.html">
#i18n{announce.search_form.title}
<@getDatePickerBootstrap idField="date_min" language=locale /> <@getDatePickerBootstrap idField="date_max" language=locale /> <#if (paginator.pagesCount > 1) >
Pages: <@pagination paginator=paginator />
<#if announces_list?has_content> <#list announces_list as announce>
<#if announce.hasPictures> <#list announce.listIdImageResponse as idImageResponse> <#if idImageResponse_index == 0> <#else> <#if announce.category.displayPrice && announce.price?has_content>
${announce.price}
${announce.dateCreation}
${announce.description}
#i18n{announce.list_announces.otherAnnounces}
<#else> #i18n{announce.list_announces.noAnnounces}