{% extends 'ProfileList/grid.html.twig' %}
{% set linkLangSupport = app.request.locale == 'en' ? '/en' : '' %}
{%- block metaSpecial -%}
{%- if saloons and saloons.currentPage >= 2 -%}
<meta name="yandex" content="noindex, nofollow" />
{%- endif -%}
{%- endblock -%}
{%- block mainContainer -%}
{%- set isIndexPage = app.request.pathInfo == '/' -%}
{%- set firstPage = saloons.currentPage == 1 -%}
{%- set isShowTopSeo = true -%}
{%- set isShowBottomSeo = true -%}
{{- knp_menu_render('breadcrumbs', {'template': '__design/v2023/_menu/breadcrumbs.html.twig'}) -}}
<div class="heading d-flex">
<h1 class="heading-title text-title mr-1" role="heading">{{ seo_heading() ? seo_heading() : 'Интим салоны в ' ~ city.name|geo_name('предложный') }}</h1>
<span class="heading-count clr-main-text fw-700" data-count-profiles>{{ saloons.totalCount }}</span>
</div>
{%- block mainList -%}
<ul class="profile-list profile-list--saloon d-grid mb-4" id="profile-list">
{%- include 'SaloonList/list.saloons.html.twig' -%}
</ul>
{%- endblock -%}
{# {% include 'ShowMore/_show_more.saloons.html.twig' %} #}
{%- if saloons and saloons.totalCount > saloons.currentPage * saloons.currentLimit -%}
{%- block showMore -%}
{%- include 'SaloonList/_show_more.saloons.html.twig' -%}
{%- endblock showMore -%}
{%- endif -%}
{{- porpaginas_render(saloons) -}}
{# <div class="new-questionare">
{{ include('components/last_girl_list.html.twig') }}
</div> #}
{{- include('__design/v2023/components/seo-article.html.twig', { 'type': 'top', "noindex": true }) -}}
{{ include ('__design/v2023/components/seo-article.html.twig', { 'type': 'bottom', "noindex": true }) -}}
{%- endblock -%}
{% block javascripts %}
{{parent()}}
<script>
window._lD = {
setLastViewedListing: '{{ app.request.attributes.get('_route') }}',
cityUrl: "{{city.uriIdentity}}",
};
</script>
{%- endblock -%}