diff --git a/addons/default/visiosoft/advs-module/resources/views/ad-detail/partials/detail.twig b/addons/default/visiosoft/advs-module/resources/views/ad-detail/partials/detail.twig
index 359812161..57ff63ab2 100644
--- a/addons/default/visiosoft/advs-module/resources/views/ad-detail/partials/detail.twig
+++ b/addons/default/visiosoft/advs-module/resources/views/ad-detail/partials/detail.twig
@@ -1,78 +1,71 @@
- {% if blocks('ad-item-details-block-area') is null %}
+
+
+ {{ adv.price.currency(null,'currency',false) }}
+
+ {{ addBlock('ad-detail/priceField',{'adv':adv})|raw }}
+
+
+
+
+
+
-
- {{ adv.price.currency(null,'currency',false) }}
-
- {{ addBlock('ad-detail/priceField',{'adv':adv})|raw }}
-
+
+
+
+ {{ addBlock('ad-detail/author',{'adv':adv})|raw }}
+
-
+ {{ trans('visiosoft.module.advs::field.offered_by') }}:
+
{{ adv.first_name }} {{ adv.last_name }}
+
+ {{ addBlock('ad-detail/seller/action',{'seller_id':adv.owner_id})|raw }}
+
+
+
+ {{ trans('visiosoft.module.advs::field.ad_id') }}:{{ adv.id }}
+
+
+
+ {{ adv.created_at|date('d/m/Y') }}
+
+
+
+ {{ addBlock('ad-detail/details',{'adv':adv})|raw }}
+ {{ addBlock('ad-detail/widget-details',{'adv':adv})|raw }}
+
+
+ {% if adv.isCorporate == 2 %}
+
+ {% endif %}
+
-
+
+ {% set contactWith = addBlock('ad-detail/contact-with',{'adv':adv}) %}
+ {% if contactWith != "" %}
-
-
- {{ addBlock('ad-detail/author',{'adv':adv})|raw }}
-
-
- {{ trans('visiosoft.module.advs::field.offered_by') }}:
-
{{ adv.first_name }} {{ adv.last_name }}
-
- {{ addBlock('ad-detail/seller/action',{'seller_id':adv.owner_id})|raw }}
+
+
{{ trans('visiosoft.module.advs::field.contact_with') }}:
-
-
- {{ trans('visiosoft.module.advs::field.ad_id') }}:{{ adv.id }}
-
-
-
- {{ adv.created_at|date('d/m/Y') }}
-
-
-
- {{ addBlock('ad-detail/details',{'adv':adv})|raw }}
- {{ addBlock('ad-detail/widget-details',{'adv':adv})|raw }}
-
-
- {% if adv.isCorporate == 2 %}
-
- {% endif %}
+ {{ contactWith|raw }}
+ {% endif %}
+
-
- {% set contactWith = addBlock('ad-detail/contact-with',{'adv':adv}) %}
- {% if contactWith != "" %}
-
-
-
-
{{ trans('visiosoft.module.advs::field.contact_with') }}:
-
- {{ contactWith|raw }}
-
-
- {% endif %}
-
-
-
-
- {% include "visiosoft.module.advs::ad-detail/partials/social" %}
-
-
-
+
+
+ {% include "visiosoft.module.advs::ad-detail/partials/social" %}
-
- {% else %}
- {{ blocks('ad-item-details-block-area') }}
- {% endif %}
-
+
+
\ No newline at end of file