<@getDatePickerBootstrap idField="date_min" language=locale />
<@getDatePickerBootstrap idField="date_max" language=locale />
<#if announces_list?has_content>
<#assign listSortBy = {
"date_creation":"#i18n{announce.sort_announce.by_date_creation}",
"date_modification":"#i18n{announce.sort_announce.by_date_modification}",
"title_announce":"#i18n{announce.sort_announce.by_title_announce}",
"price_announce":"#i18n{announce.sort_announce.by_price_announce}",
"description_announce":"#i18n{announce.sort_announce.by_description_announce}"
}>
<#assign keys = listSortBy?keys>
#i18n{announce.sort_announce.title} :
<#list announces_list as announce>
<#if announce.hasPictures>
<#list announce.listIdImageResponse as idImageResponse>
<#if idImageResponse_index == 0>
#if>
#list>
<#else>
#if>
<#if announce.category.displayPrice && announce.price?has_content>
${announce.price}
#if>
${announce.datePublication}
${announce.description}
#i18n{announce.list_announces.otherAnnounces}
|
#list>
<#else>
#i18n{announce.list_announces.noAnnounces}
#if>