remove blocks

This commit is contained in:
vedatakd 2020-02-10 17:08:09 +03:00
parent 654ec657f0
commit 7ed70ccdb2

View File

@ -1,5 +1,4 @@
<div class="slider-text"> <div class="slider-text">
{% if blocks('ad-item-details-block-area') is null %}
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 offered-field offered-row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 offered-field offered-row">
<h3 class="ad-price"> <h3 class="ad-price">
<b>{{ adv.price.currency(null,'currency',false) }}</b> <b>{{ adv.price.currency(null,'currency',false) }}</b>
@ -68,11 +67,5 @@
{% include "visiosoft.module.advs::ad-detail/partials/social" %} {% include "visiosoft.module.advs::ad-detail/partials/social" %}
</div> </div>
<!-- social-links --> <!-- social-links -->
</div> </div>
{% else %}
{{ blocks('ad-item-details-block-area') }}
{% endif %}
</div> </div>