{% if data|length > 0 %}
<div class="container">
<div class="container__header">
<h2 class="container__header-title">
{{ title }} {% if statusHot is defined and route in ['app_country_search_departure_city', 'app_city_search_departure_city'] %}{{ 'из'|trans }} {{ departureCity.nameRd }}{% endif %}
</h2>
</div>
{% include 'geo/parts/tour.html.twig' with {'items': data} %}
</div>
{% endif %}