diff --git a/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig b/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig index fe88e4d0b..704e70a4c 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig @@ -5,48 +5,36 @@ {% set showLocation = setting_value('visiosoft.module.location::home_page_location') %} {% set showDate = setting_value('visiosoft.theme.base::date_fields') %} -
{{ adv.cat1_name }} /{{ adv.cat2_name }}
- {% endif %} - {% if showPrice %} -- {{ adv.price != '0' ? currency_format(adv.price,adv.currency) : trans('visiosoft.module.advs::field.free') }} -
- {% endif %} - {% if showLocation %} -{{ adv.country_name }} / {{ adv.city_name }}
- {% endif %} - {% if setting_value('visiosoft.module.advs::market_place') and showDate %} -{{ adv.publish_at.value|date('d/m/Y') }}
- {% endif %} -