{% extends twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/App/base.html.twig') %}
{# head #}
{% block head_title %}{% if seo_title is defined %}{{seo_title}}{% else %}Tiquetes baratos, hoteles y paquetes turísticos en línea - tuplús {% endif %}{% endblock head_title %}
{% block head_description_content %}{% if seo_description is defined %}{{seo_description}}{% else %}Agencia de viajes en línea en Colombia! Reserva vuelos, hoteles, autos, cruceros y paquetes. Programa tus próximas vacaciones con tuplús{% endif %}{% endblock head_description_content %}
{% block head_meta_title %}{% if seo_meta_title is defined %}{{seo_meta_title}}{% endif %}{% endblock head_meta_title %}
{% block head_keywords %}{% if seo_keywords is defined %}{{seo_keywords}}{% endif %}{% endblock head_keywords %}
{% if is_mobile() %}
{% block head_viewport %}
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<link rel="apple-touch-icon" href="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ios/touch-icon-iphone.png')) }}" >
<link rel="apple-touch-icon" sizes="76x76" href="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ios/touch-icon-ipad.png')) }}" >
<link rel="apple-touch-icon" sizes="120x120" href="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ios/touch-icon-iphone-retina.png')) }}" >
<link rel="apple-touch-icon" sizes="152x152" href="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ios/touch-icon-ipad-retina.png')) }}" >
<link rel="apple-touch-icon" sizes="180x180" href="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ios/touch-icon-iphone-plus-retina.png')) }}" >
{% endblock head_viewport %}
{% endif %}
{% block base_content %}
<!--[if (!IE)|(gt IE 8)]><!-->
{% if app.session.has('operatorId') != 1 and pdfGenerator is not defined %}
{% block header %}
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigStyle() ~'/App/header.html.twig') %}
{% endblock %}
{% else %}
<section></section>
{% endif %}
<div class="js-page-body-toggle">
{% block body %}
{% endblock body %}
</div>
{% if pdfGenerator is not defined %}
{% if app.session.has('operatorId') != 1 and app.session.has('whitemark') != 1 %}
{% block footer %}
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigStyle() ~'/App/footer.html.twig') %}
{% endblock footer %}
{% endif %}
{% block modal %}
{{ parent()}}
{% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/General/Components/callUsModal.html.twig') %}
{% endblock modal %}
<!-- <![endif]-->
<!--[if lte IE 8]>
<body style="background-color: #009BF8;">
<table style="width:600px; table-layout: fixed; margin: auto; background-color: #ffffff; margin-top: 50px;">
<tbody>
<tr>
<td colspan="2" style="text-align: center; padding-top: 25px;">
<img src="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ie8/aviatur_logo.png')) }}" alt=Viajestuplus.com.co" />
</td>
</tr>
<tr>
<td colspan="2" style="text-align: center; font-size: 20px; padding-top: 15px; font-weight: bold;">
Bienvenido!
</td>
</tr>
<tr>
<td colspan="2" style="text-align: center; padding-left: 15px; padding-right: 15px; padding-top: 5px; font-size: 16px;">
Para aprovechar mejor toda la experiencia de AVIATUR.com, sugerimos utilizar un navegador de última generación. Puedes utilizar Microsoft Internet Explorer 9 en adelante o descargar uno de los siguientes navegadores.
</td>
</tr>
<tr>
<td style="text-align: center; padding-top: 25px;"><a href="http://www.google.com/intl/es/chrome/browser/" target="_blank"><img src="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ie8/chrome-logo.png')) }}" alt=Viajestuplus.com.co" /></a></td>
<td style="text-align: center; padding-top: 25px;"><a href="https://www.mozilla.org/es-ES/firefox/new/" target="_blank"><img src="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ie8/firefox-logo.jpg')) }}" alt=Viajestuplus.com.co" /></a></td>
</tr>
<tr>
<td style="text-align: center; padding-bottom: 25px; font-size: 20px;"><a href="http://www.google.com/intl/es/chrome/browser/" target="_blank">Google Chrome</a></td>
<td style="text-align: center; padding-bottom: 25px; font-size: 20px;"><a href="https://www.mozilla.org/es-ES/firefox/new/" target="_blank">Firefox</a></td>
</tr>
</tbody>
</table>
</body>
<![endif]-->
{% endif %}
{% endblock base_content %}
{% block javascripts_bottom %}
{{ parent() }}
{% endblock javascripts_bottom %}