src/Aviatur/TwigBundle/Resources/views/aviatur/Flux/Hotel/Hotel/index_hotel.html.twig line 1

Open in your IDE?
  1. {% extends twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/Search/General/search_index.html.twig') %}
  2. {% set contentType = app.request.get('content') %}
  3. {% block head_title %}Hoteles en muchos lugares o destinos alrededor del mundo{% endblock head_title %}
  4. {% block head_meta_title %}Hoteles en muchos lugares o destinos alrededor del mundo{% endblock head_meta_title %}
  5. {% block head_description_content %}Encuentre hoteles con noches disponibles. Solo es escoger la ciudad y reservar la habitación, pagando en línea o en el destino en América, Europa, África, Asia…{% endblock head_description_content %}
  6. {% block head_meta_label %}
  7.     {% if app.session.has('operatorId') != 1 %}
  8.         <meta name="robots" content="index, follow">
  9.         {% if '?itm' in app.request.uri %}
  10.             {% set urlCanonical = app.request.uri|split('?itm') %}
  11.             <link rel="canonical" href="{{urlCanonical[0]}}" />
  12.         {% endif %}
  13.         {% if '?utm' in app.request.uri %}
  14.             {% set urlCanonical = app.request.uri|split('?utm') %}
  15.             <link rel="canonical" href="{{urlCanonical[0]}}" />
  16.         {% endif %}
  17.     {% endif %}
  18. {% endblock head_meta_label %}
  19. {% block javascripts %}
  20.     {#PIXELES INFORMATION#}
  21.     {% if pixel_info.partner_datalayer is defined and app.session.has('whitemark') != 1 %}
  22.         {% set pixel_info_search = pixel_info.partner_datalayer %}
  23.     {% endif %}
  24.     {% if pixel_info.dataxpand is defined %}
  25.         {% set pixel_info_dataxpand = pixel_info.dataxpand %}
  26.     {% endif %}
  27.     {% if pixel_info.facebook is defined %}
  28.         {% set pixel_info_facebook = pixel_info.facebook %}
  29.     {% endif %}
  30.     {% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/App/pixels/pixels.html.twig') %}
  31. {% endblock %}
  32. {% block  promo_content %}
  33.     <div class="wrapper">
  34.         {% if app.user != "" and (is_granted('ROLE_AVIATUR_ADMIN_ADMIN_PROMO_PRODUCT_CREATE_'~agencyId) or is_granted('ROLE_SUPER_ADMIN') ) %}
  35.             <a href="{{ path('aviatur_content_airline_new', {'content':'tiquetes-baratos-a'}) }}" class="btn js-createContent">Crear Artículo</a>
  36.         {% endif %}
  37.         {% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/Hotel/Hotel/hotel_engine.html.twig') %}
  38.     </div>
  39. {% endblock %}