{% extends 'grid.html.twig' %}
{% block title %}{{ seo_title() }}{% endblock %}
{% block metaDescription %}
<meta name="description" content="{{ seo_description() }}">
{% endblock %}
{% block name_page %}girls-list{% endblock %}
{% block current_menu_map %} current{% endblock %}
{% block mainContainer %}
{% set forYandex = app.request.requestUri == "/" and page_metadata_variant == "yandex" %}
{% set excludeRecommendationProfileIds = [] %}
{{ knp_menu_render('breadcrumbs', {'template': '_menu/breadcrumbs.html.twig'}) }}
<header class="list_heading border-line" role="heading">
<div class="list_heading-inner">
<h1 class="list_heading__title" role="heading">{% if forYandex %}Проститутки Москвы индивидуалки{% else %}{{ seo_heading() }}{% endif %}</h1>
<span class="list_heading__count">{{ profiles.totalCount }}</span>
</div>
</header>
{# {{ include('components/top_seo.html.twig', { 'type': 'main' }) }} #}
{#{% if source is defined and source %}
<div class="empty-category level d-flex overflow-hidden mb-4">
<div class="empty-category__icon d-flex align-items-center justify-content-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 34 30"><path fill="#FF3F40" fill-rule="evenodd" d="M.5 29.25L17 .75l16.5 28.5H.5zm27.8-3L17 6.73 5.7 26.25h22.6zm-12.8-4.5v3h3v-3h-3zm0-9h3v6h-3v-6z" clip-rule="evenodd"/></svg>
</div>
<div class="flex-fill px-3 px-sm-4 py-3">
<p class="m-0">
{% if source == 'county' %}К сожалению, все девушки из округа
<a href="{{ category_url }}">{{ county.name }}</a>
сейчас отдыхают, посмотрите проституток из других округов города
{{ city.name|trans }}.
{% endif %}
{% if source == 'district' %}К сожалению, все девушки из района
<a href="{{ category_url }}">{{ district.name }}</a>
сейчас отдыхают, посмотрите проституток из других районов города
{{ city.name|trans }}.
{% endif %}
{% if source == 'station' %}К сожалению, все девушки работающие вблизи метро
<a href="{{ category_url }}">{{ station.name }}</a>
сейчас отдыхают, посмотрите проституток у других станций метро в этом районе города
{{ city.name|trans }}.
{% endif %}
{% if source == 'approved' or source == 'with_comments' or source == 'with_video' or source == 'elite' or source == 'with_selfie' %}
{% if source == 'approved' %}
{% set source_name = '<a href="' ~ path('profile_list.list_approved', {city:city.uriIdentity}) ~ '">Проверенные анкеты</a>' %}
{% elseif source == 'with_comments' %}
{% set source_name = '<a href="' ~ path('profile_list.list_with_comments', {city:city.uriIdentity}) ~ '">Анкеты с отзывами</a>' %}
{% elseif source == 'with_video' %}
{% set source_name = '<a href="' ~ path('profile_list.list_with_video', {city:city.uriIdentity}) ~ '">Анкеты с видео</a>' %}
{% elseif source == 'with_selfie' %}
{% set source_name = '<a href="' ~ path('profile_list.list_with_selfie', {city:city.uriIdentity}) ~ '">Анкеты с селфи</a>' %}
{% elseif source == 'elite' %}
{% set source_name = '<a href="' ~ path('profile_list.list_for_elite_girls', {city:city.uriIdentity}) ~ '" style="pointer-events:none">Элитные проститутки</a>' %}
{% else %}
{% set source_name = '' %}
{% endif %}
{% if source_default == 'approved' %}К сожалению, все
<a href="{{ category_url }}">проверенные девушки</a>
сейчас отдыхают, посмотрите раздел
{{ source_name|raw }}
{% endif %}
{% if source_default == 'with_comments' %}К сожалению, все
<a href="{{ category_url }}">девушки, у которых есть отзывы</a>
сейчас отдыхают, посмотрите раздел
{{ source_name|raw }}
{% endif %}
{% if source_default == 'with_video' %}К сожалению, все
<a href="{{ category_url }}">девушки, у которых есть видео</a>
сейчас отдыхают, посмотрите раздел
{{ source_name|raw }}
{% endif %}
{% if source_default == 'with_selfie' %}
К сожалению, все <a href="{{ category_url }}">девушки, у которых есть селфи</a> сейчас отдыхают, посмотрите раздел {{ source_name|raw }}
{% endif %}
{% endif %}
{% if source == 'by_params' %}К сожалению, раздел пуст. Посмотрите другие анкеты, которые мы подобрали для Вас.
{% endif %}
{% if source == 'service' %}К сожалению, все девушки, которые практикуют услугу
<a href="{{ category_url }}">{{ service.name }}</a>
сейчас отдыхают. Но мы подобрали для Вас девушек которые не против оказать Вам похожие услуги, взгляните!
{% endif %}
{% if source == 'city' %}К сожалению, данный раздел пуст. Взгляните на другие анкеты, которые мы нашли для Вас в городе
{{ city.name|trans }}.
{% endif %}
{% if source == 'country' %}К сожалению, данный раздел пуст. Взгляните на анкеты которые мы подобрали для Вас.
{% endif %}
{% if source == 'massage_service' %}К сожалению, все девушки для которых массаж — это призвание сейчас отдыхают. Посмотрите проституток, которые также готовы сделать Вам массаж.
{% endif %}
</p>
</div>
</div>
{% endif %}#}
<div class="profiles-items-row" id="profile-list">
{% block profileList %}
{% include 'ProfileList/list.profiles.html.twig' with {'profileList': profiles } %}
{% endblock %}
</div>
{% include 'ProfileList/_show_more.profiles.html.twig' %}
{{ porpaginas_render(profiles) }}
{# {% set cities_circle = city_main_pages_linkage_circle() %}
{% if cities_circle is not null %}
<div class="city-main-pages-linkage-circle">
{% if cities_circle[0] is not null %}<a href="{{ cities_circle[0].href }}" style="text-transform: capitalize;"><i class="prev"></i>{{ cities_circle[0].text }}</a>{% endif %}
<span class="sep"></span>
{% if cities_circle[1] is not null %}<a href="{{ cities_circle[1].href }}" style="text-transform: capitalize;">{{ cities_circle[1].text }}<i class="next"></i></a>{% endif %}
</div>
{% endif %} #}
{# {% if app.request.pathInfo != '/' %}
{% set cities_circle = city_main_pages_linkage_by_countries_circle() %}
{% if cities_circle is not null %}
<div class="city-main-pages-linkage-circle">
{% if cities_circle[0] is not null %}<a href="{{ cities_circle[0].href }}" style="text-transform: capitalize;"><i class="prev"></i>{{ cities_circle[0].text }}</a>{% endif %}
<span class="sep"></span>
{% if cities_circle[1] is not null %}<a href="{{ cities_circle[1].href }}" style="text-transform: capitalize;">{{ cities_circle[1].text }}<i class="next"></i></a>{% endif %}
</div>
{% endif %}
{% endif %} #}
{# {% set districts_circle = districts_linkage_circle() %}
{% if districts_circle is not null %}
<div class="city-main-pages-linkage-circle">
<h3 class="city-main-pages-linkage-circle-title">Также интересуются:</h3>
{% if districts_circle[0] is not null %}<a href="{{ districts_circle[0].href }}" style="text-transform: capitalize;"><i class="prev"></i>{{ districts_circle[0].text }}</a>{% endif %}
<span class="sep"></span>
{% if districts_circle[1] is not null %}<a href="{{ districts_circle[1].href }}" style="text-transform: capitalize;">{{ districts_circle[1].text }}<i class="next"></i></a>{% endif %}
</div>
{% endif %}
{% set stations_circle = station_pages_linkage_circle() %}
{% if stations_circle is not null %}
<div class="city-main-pages-linkage-circle">
<h3 class="city-main-pages-linkage-circle-title">Также интересуются:</h3>
{% if stations_circle[0] is not null %}<a href="{{ stations_circle[0].href }}"><i class="prev"></i>{{ stations_circle[0].text }}</a><br/>{% endif %}
<span class="sep"></span>
{% if stations_circle[1] is not null %}<a href="{{ stations_circle[1].href }}">{{ stations_circle[1].text }}<i class="next"></i></a>{% endif %}
</div>
{% endif %} #}
{# {% set circle = inner_linkage_circle() %}
{% if circle is not null %}
<div class="city-main-pages-linkage-circle">
{% if circle[0] is not null %}<a href="{{ circle[0].href }}"><i class="prev"></i>{{ circle[0].text }}</a>{% endif %}
<span class="sep"></span>
{% if circle[1] is not null %}<a href="{{ circle[1].href }}">{{ circle[1].text }}<i class="next"></i></a>{% endif %}
</div>
{% endif %} #}
{% if profiles and profiles.currentPage >= 2 %}
{{ include('components/_profile_recommendations.html.twig', {'classname': 'recommendations-list-page'}) }}
{% endif %}
{# {% set cityBlagoveshensk = city is defined and city.uriIdentity == 'blagoveshensk' %} #}
{# {% if not cityBlagoveshensk %} #}
{# {{ include('components/big_footer.html.twig') }} #}
{# {% endif %} #}
{{ include('components/seo.partial.twig', {type: 'top'}) }}
{{ include('components/seo.partial.twig', {type: 'bottom'}) }}
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script>
window._strl = {
stations: {
{%- for station in stations() -%}
"{{ station.name|trans }}": "{{ path('profile_list.list_by_station', {'city': station.city.uriIdentity, 'station': station.uriIdentity}) }}"{% if not loop.last %},{% endif %}
{%- endfor -%}
}
};
window._lD = {
setLastViewedListing: '{{ app.request.attributes.get('_route') }}',
cityUrl: "{{city.uriIdentity}}",
};
{# document.addEventListener('DOMContentLoaded', function() {
{% if profiles and profiles.totalCount > 0 %}
{%- set profilesId = profiles|map(p => p.id)|join(',') -%}
window.increase_shows({
profiles: [{{ profilesId }}],
route: '{{ app.request.attributes.get('_route') }}',
})
{% endif %}
}); #}
</script>
{% endblock %}