templates/partials/global/booking_top.html.twig line 1

Open in your IDE?
  1. {% if idhotel is not defined %}
  2.     {% set idhotel = '' %}
  3. {% endif %}
  4. <section class="booking-top {% if hotel is defined %} js-fixed {% endif %} {% if hotel is defined %} has-mirai {% endif %}">
  5.     <div class="booking-top has-one-room" action="" id="hotel-form" data-promo="{{ 'promo.promocode'|trans }}">
  6.         <div data-mirai-engine="mirai_be" data-lang="{{ app.request.locale }}" data-mobile-display="form" data-idchain="501349" data-idhotel="{{ idhotel }}"></div>
  7.         {% if needsMiraiScript is defined and needsMiraiScript %}
  8.             <script type="text/javascript"
  9.                     src="https://js.mirai.com/mirai-loader/mirai.loader.js">
  10.             </script>
  11.         {% endif %}
  12.     </div>
  13. </section>