{# empty Twig template#}
<form action ="#" class="search__engine clearfix search-flight js-searchForm js-searchFormFlight" style="padding:10px;" >
{% if cookieLastSearch is defined and cookieLastSearch != null and cookieLastSearch['origin1'] is defined%}
<div style="display:none">
<p id="js-cookieLastSearch-origin">{{ cookieLastSearch['origin1'] }}</p>
<p id="js-cookieLastSearch-destination">{{ cookieLastSearch['destination1'] }}</p>
<p id="js-cookieLastSearch-originLabel">{{ cookieLastSearch['originLabel1'] }}</p>
<p id="js-cookieLastSearch-destinationLabel">{{ cookieLastSearch['destinationLabel1'] }}</p>
<p id="js-cookieLastSearch-date1">{{ cookieLastSearch['date1'] }}</p>
<p id="js-cookieLastSearch-date2">{% if cookieLastSearch['date2'] is defined %}{{ cookieLastSearch['date2'] }}{% endif %}</p>
<p id="js-cookieLastSearch-adults">{{ cookieLastSearch['adults'] }}</p>
<p id="js-cookieLastSearch-children">{{ cookieLastSearch['children'] }}</p>
<p id="js-cookieLastSearch-infants">{{ cookieLastSearch['infants'] }}</p>
</div>
{% endif %}
{# START .search-header #}
<div class="search__header clearfix">
<div class="search__btn-group_blog btn-group" role="group" aria-label="Select flight type">
{% if validateExplore is defined and validateExplore == true %}
<div class="search__btn-group_blog btn-group" role="group" aria-label="Select flight type" style="margin-bottom: 4px;">
<button type="button" id="explore-blog" class="btn btn--inactive tooltips" data-date="1" data-type="explore" title="Explorar">
<span class="tooltips-content hidden-all show-availengine">Presupuesto</span>
<i class="icon icon_banknote hidden-palm show-availengine"></i>
<span class="hide-availengine">
Presupuesto
</span>
<div style="display:none">
<input type="checkbox" name="applyBudget" id="applyBudget">
</div>
</button>
</div>
{% endif %}
<button type="button" id="vuelta" class="btn-flight-blog tooltips" data-date="1" data-type="roundtrip" title="Ida y Vuelta">
<span class="tooltips-content hidden-all show-availengine">Ida y Vuelta</span>
<span class="hide-availengine">
Ida y Vuelta
</span>
</button>
<button type="button" id="ida" class="btn-flight-blog btn--inactive tooltips" data-date="1" data-type="oneway" title="Solo Ida">
<span class="tooltips-content hidden-all show-availengine">Solo Ida</span>
<span class="hide-availengine">
Solo Ida
</span>
</button>
<button type="button" id="multidest" class="btn-flight-blog btn--inactive tooltips" title="Multidestino">
<span class="tooltips-content hidden-all show-availengine">Multidestino</span>
<span class="hide-availengine">
Multidestino
</span>
</button>
</div>
</div>
{# END .search-header #}
{# START .search-body #}
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/Blog/Components/search_flight_body.html.twig') %}
{# END .search-body #}
{# START .search-show #}
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/Blog/Components/search_flight_show.html.twig') %}
{# END .search-show #}
{# START .search-footer #}
{#{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/Search/Flight/flightSearch_engine_options.html.twig') %}#}
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/Search/Flight/flightSearch_engine_footer.html.twig') %}
{# END .search-footer #}
{# SUBMIT #}
<div class="clearfix">
<span id="js-responsive-submit-palm"></span>
<div class="form-group js-responsive-submit">
<input type="button" value="Buscar" class="search__footer__submit btn btn--full btn--submit {% block package_submit_btn_2 %}js-searchButton{% endblock %}">
</div>
</div>
{# <script src="https://q.bstatic.com/static/affiliate_base/js/search_extension.js" integrity="sha384-Z3mOVEeJEa5ZoPB9OX9Ig752Jp/fF2mlV8QvZfeb8sn1nqr8r9Db1iK2pBIgc63T" crossorigin="anonymous" async defer></script> #}
</form>