templates/geo/parts/hot-block.html.twig line 1

Open in your IDE?
  1. <div id="hot"></div>
  2. <div class="outer-anchor" data-anchor="hot"></div>
  3. {% if((page.hotBudget is defined and page.hotBudget is not empty) or (page.hot is defined and page.hot is not empty) or (page.hotLux is defined and page.hotLux is not empty)) %}
  4. {#    {% include 'geo/parts/tour-list2.html.twig' with {'data': page.hot, 'title': 'hot'|trans, 'statusHot': 1, 'block': 'hot'} %}#}
  5.     {% include 'geo/parts/hots-block.html.twig' with {'dataBudget': page.hotBudget, 'dataOptimal': page.hot, 'dataLux': page.hotLux, 'title': 'hot'|trans, 'statusHot': 1, 'block': 'hot'} %}
  6. {% endif %}
  7.     {% include 'geo/parts/tour-list2.html.twig' with {'data': page.qualityPrice, 'title': 'qualityPrice'|trans, 'block': 'qprice'} %}
  8.     {% include 'geo/parts/facts-block.html.twig' %}
  9. {#    {% include 'geo/parts/tour-list2.html.twig' with {'data': page.cheapest, 'title': 'cheapest'|trans, 'block': 'min'} %}#}
  10.     {% if route == 'app_country_search' %}
  11.         {% include 'selection/parts/tiles-list.html.twig' %}
  12.     {% endif %}