{% for adv in featured_advs %} {% set advPhoto = adv.cover_photo %} Image
{{ adv.name }}
{% if entries('advs').isEnabled('comparisons') %} {% endif %}
{{ adv.price }} {{ adv.currency }} {{ adv.created_at|date("d/m/Y") }} {% if setting_value('visiosoft.module.location::list_page_location') %} {{ adv.city_name }} / {{ adv.country_name }} {% endif %} {% if entries('advs').isEnabled('customfields') %} {% include "visiosoft.module.customfields::cftablerow" %} {% endif %} {% endfor %} {% for adv in advs %} {% if adv.doping != null %} {% else %} {% endif %} {% set advPhoto = adv.cover_photo %} Image
{{ adv.name }}
{% if setting_value('visiosoft.module.location::list_page_location') %} {% endif %} {% if entries('advs').isEnabled('comparisons') %} {% endif %}
{{ adv.price }} {{ adv.currency }} {{ adv.created_at|date("d/m/Y") }} {% if setting_value('visiosoft.module.location::list_page_location') %} {{ adv.city_name }} / {{ adv.country_name }} {% endif %} {% if entries('advs').isEnabled('customfields') %} {% include "visiosoft.module.customfields::cftablerow" %} {% endif %} {% endfor %}