{% extends 'base.html.twig' %}
{% block stylesheets %}
{{ parent() }}
<link rel="stylesheet" href="{{ asset('css/resort-list.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/spoiler.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/card-with-icon.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/tour-list.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/rating-list.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/excursion-list.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/accordion.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/small-card-with-caption-list.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/season-tour-list.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/top-countries-list.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/collections-tiles.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/navigation.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/information.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/facts.css') }}??v=26-01-2024-1" type="text/css">
<link rel="stylesheet" href="{{ asset('css/hot-list.css') }}??v=26-01-2024-1" type="text/css">
{% endblock %}
{% block ldjson %}
{{ parent() }}
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "{{ 'Поиск туров'|trans }}",
"item": "{{ siteUrl }}/search/"
},{
"@type": "ListItem",
"position": 2,
"name": "{{ 'Туры'|trans }} в {{ page.info.countryNameVn }}",
"item": "{{ siteUrl }}{{ path('app_country_search', { country: page.info.countryTr }) }}"
},{
"@type": "ListItem",
"position": 3,
"name": "{{ page.info.name }}"
}]
}
</script>
{% endblock %}
{% block body %}
{% include 'geo/parts/navigation-block.html.twig' %}
{% include 'geo/parts/info-block.html.twig' %}
{% include 'geo/parts/about-geo-block.html.twig' %}
{# {% include 'geo/parts/hots-block.html.twig' %}#}
<div class="container">
{% include 'geo/parts/resort-list-small.html.twig' with {'cities': page.cities} %}
{% include 'geo/parts/spoiler.html.twig' with {'cities': cities} %}
</div>
{% include 'geo/parts/popular-hotels.html.twig' %}
<div id="hot"></div>
<div class="outer-anchor" data-anchor="hot"></div>
{# {% include 'geo/parts/tour-list2.html.twig' with {'data': page.hot, 'title': 'hot'|trans, 'statusHot': 1, 'block': 'hot'} %}#}
{% include 'geo/parts/hots-block.html.twig' with {'dataBudget': page.hotBudget, 'dataOptimal': page.hot, 'dataLux': page.hotLux, 'title': 'hot'|trans, 'statusHot': 1, 'block': 'hot'} %}
{% include 'geo/parts/tour-list2.html.twig' with {'data': page.qualityPrice, 'title': 'qualityPrice'|trans, 'block': 'qprice'} %}
{% include 'geo/parts/facts-block.html.twig' %}
{# {% include 'geo/parts/tour-list2.html.twig' with {'data': page.cheapest, 'title': 'cheapest'|trans, 'block': 'min'} %}#}
{% if route == 'app_country_search' %}
{% include 'selection/parts/tiles-list.html.twig' %}
{% endif %}
{% include 'geo/parts/recomended-block.html.twig' %}
{# {% include 'geo/parts/excursion-list.html.twig' with {'excursions': page.excursions} %} #}
<div class="container">
<div class="container__row">
<div class="container__col">
{% include 'geo/parts/accordion.html.twig' with {'faq': page.faq} %}
</div>
{% if page.weather is defined and page.weather.0 is defined %}
<div class="container__col">
{% include 'geo/parts/accordion2.html.twig' with {'weather': page.weather.0} %}
</div>
{% endif %}
</div>
</div>
{% include 'geo/parts/best-hotels.html.twig' with {'data': page.bestHotels, 'block': 'hotels'} %}
<div class="container">
{% include 'geo/parts/resort-list.html.twig' with {'cities': page.similarCities} %}
</div>
{% include 'geo/parts/description.html.twig' %}
{% include 'geo/parts/text-blocks.html.twig' %}
{% if route == "app_city_search" and countries|length > 0 %}
{% include 'geo/parts/top-countries-list.html.twig' %}
{% endif %}
{% include 'geo/parts/seo-url-blocks.html.twig' %}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{#<script src="{{ asset('js/') }}"></script>#}
{% endblock %}