{% if setting_value('visiosoft.theme.base::price_fields') %}
{{ latestAd.price }} {{ latestAd.currency }}
{% endif %}
{% if setting_value('visiosoft.module.location::home_page_location') %}
{{ latestAd.city_name }}, {{ latestAd.country_name }}
{% endif %}
{% if setting_value('visiosoft.theme.base::date_fields') %}
{{ latestAd.created_at|date('d/m/Y') }}
{% endif %}