<div class="navigation_container">
<div class="container">
<div class="navigation_list">
{% if(page.hot is defined and page.hot is not empty) %}
<a data-href="hot" href="#hot" class="navigation_item">{{ 'Горящие туры'|trans }}</a>
{% endif %}
{% if factsBlocks is defined and factsBlocks|length > 0 %}
<a data-href="facts" href="#facts" class="navigation_item">{{ 'Интересные факты'|trans }}</a>
{% endif %}
{% if selections is defined and selections|length > 0 %}
<a data-href="selection" href="#selection" class="navigation_item">{{ 'Подборки'|trans }}</a>
{% endif %}
{% if(page.friends is not empty or page.romantic is not empty or page.family is not empty or page.peaceful is not empty) %}
<a data-href="recommend" href="#recommend" class="navigation_item">{{ 'Мы рекомендуем'|trans }}</a>
{% endif %}
<a data-href="months" href="#months" class="navigation_item">{{ 'Туры по месяцам'|trans }}</a>
{% if(page.bestHotels is defined and page.bestHotels is not empty and page.bestHotels|first is not empty ) %}
<a data-href="best" href="#best" class="navigation_item">{{ 'Лучшие отели'|trans }}</a>
{% endif %}
{% if route == 'app_country_search' %}
<a data-href="best" href="{{ path('app_country_cities', {'country': country}) }}" class="navigation_item">{{ 'Курорты'|trans }}</a>
{% endif %}
</div>
</div>
</div>