{% if selections|length > 0 %}
<div id="selection"></div>
<div class="container">
<div class="container__header container-selections">
<h2 class="container__header-title" data-anchor="selection">
{{ 'Подборки'|trans }}
{% if route in ['app_country_search', 'app_city_search'] %}
{{ 'отелей'|trans }} {{ page.info.nameRd }}
{% endif %}
</h2>
</div>
{% include 'selection/parts/tiles.html.twig' %}
</div>
{% endif %}