var/cache/review/twig/62/62a359aaeebac0b82ecb7b1e20d4f0d4.php line 67

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* ProfileList/list.html.twig */
  14. class __TwigTemplate_e173a29e29304ddfac1bf9964067db8a extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'preloadAnyData' => [$this'block_preloadAnyData'],
  24.             'metaSpecial' => [$this'block_metaSpecial'],
  25.             'mainContainer' => [$this'block_mainContainer'],
  26.             'mainList' => [$this'block_mainList'],
  27.             'showMore' => [$this'block_showMore'],
  28.             'javascripts' => [$this'block_javascripts'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 1
  34.         return "ProfileList/grid.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  40.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfileList/list.html.twig"));
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfileList/list.html.twig"));
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfileList/list.html.twig"));
  45.         // line 4
  46.         $context["linkLangSupport"] = (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'4$this->source); })()), "request", [], "any"falsefalsefalse4), "locale", [], "any"falsefalsefalse4) == "en")) ? ("/en") : (""));
  47.         // line 5
  48.         $context["excludeRecommendationProfileIds"] = [];
  49.         // line 6
  50.         $context["isFirstPage"] = (twig_get_attribute($this->env$this->source, ($context["profiles"] ?? null), "currentPage", [], "any"truetruefalse6) && (twig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'6$this->source); })()), "currentPage", [], "any"falsefalsefalse6) == 1));
  51.         // line 7
  52.         $context["isOldDomain"] = (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'7$this->source); })()), "request", [], "any"falsefalsefalse7), "host", [], "any"falsefalsefalse7) == "prostitutki-moskvy-dosug.com");
  53.         // line 8
  54.         $context["listingPage"] = (twig_get_attribute($this->env$this->source, ($context["profiles"] ?? null), "currentPage", [], "any"truetruefalse8) && (twig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'8$this->source); })()), "currentPage", [], "any"falsefalsefalse8) > 1));
  55.         // line 1
  56.         $this->parent $this->loadTemplate("ProfileList/grid.html.twig""ProfileList/list.html.twig"1);
  57.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  58.         
  59.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  60.         
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  62.         
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  64.     }
  65.     // line 12
  66.     public function block_preloadAnyData($context, array $blocks = [])
  67.     {
  68.         $macros $this->macros;
  69.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  70.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""preloadAnyData"));
  71.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""preloadAnyData"));
  73.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  74.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""preloadAnyData"));
  75.         
  76.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  77.         
  78.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  79.         
  80.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  81.     }
  82.     // line 26
  83.     public function block_metaSpecial($context, array $blocks = [])
  84.     {
  85.         $macros $this->macros;
  86.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  87.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaSpecial"));
  88.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  89.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaSpecial"));
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  91.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaSpecial"));
  92.         // line 27
  93.         $context["pageNumber"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'27$this->source); })()), "request", [], "any"falsefalsefalse27), "get", ["page"1], "method"falsefalsefalse27);
  94.         // line 28
  95.         if (((isset($context["pageNumber"]) || array_key_exists("pageNumber"$context) ? $context["pageNumber"] : (function () { throw new RuntimeError('Variable "pageNumber" does not exist.'28$this->source); })()) > 1)) {
  96.             // line 29
  97.             echo "<meta name=\"yandex\" content=\"noindex, follow\" />";
  98.         }
  99.         
  100.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  101.         
  102.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  103.         
  104.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  105.     }
  106.     // line 33
  107.     public function block_mainContainer($context, array $blocks = [])
  108.     {
  109.         $macros $this->macros;
  110.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  111.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  113.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  114.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  115.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  116.         // line 34
  117.         $context["isMainCity"] = (twig_get_attribute($this->env$this->source, (isset($context["city"]) || array_key_exists("city"$context) ? $context["city"] : (function () { throw new RuntimeError('Variable "city" does not exist.'34$this->source); })()), "uriIdentity", [], "any"falsefalsefalse34) == twig_get_attribute($this->env$this->source$this->extensions['App\Twig\DefaultCityExtension']->defaultCity(), "uriIdentity", [], "any"falsefalsefalse34));
  118.         // line 36
  119.         $context["conditionList"] = ["usluga-massage-professionalnyij""usluga-massage-rasslablyayuschij""usluga-massage-tajskij""usluga-massage-urologicheskij""/new/""/search/""/checked/""/salons/""/usluga-striptiz-ne-profi/""/usluga-striptiz-profi/""/price/high/""/usluga-seks-analnyij/""/hair-color-blonde/""/hair-color-brunette/""/price/low/""/video/""/comments/""/map/""/usluga-massage-klassicheskij/""/nationality-asian/""/usluga-anilingus-delayu/""/usluga-gospozha/""/selfie/""/massagers/""/usluga-massage-vetka-sakuryi/""/okrug/vostochnyj-vao/""/okrug/zapadnyj-zao/""/okrug/severnyj-sao/""/okrug/severo-zapadnyj-szao/""/okrug/tsentralnyij/""/okrug/yugo-vostochnyj-yuvao/""/usluga-minet-bez-rezinki/""/usluga-minet-v-mashine/""/usluga-minet-v-prezervative/""/usluga-minet-glubokij/""/nationality-negress/""/main-district/""/hair-color-light-brown/""/hair-color-red/""/usluga-seks-gruppovoj/""/usluga-strapon/""/usluga-uslugi-semejnoj-pare/""/usluga-fisting-analnyij/""/usluga-fisting-klassicheskij/""/hair-color-brown/""/nationality-kazakh/""/nationality-mulatto/""/nationality-russian/""/nationality-tatar/""/nationality-ukrainian/""/okrug/yugo-zapadnyj-yuzao/""/okrug/zelenograd/""/body-type-athletic/""/body-type-fat/""/usluga-seks-klassicheskij/""/usluga-rolevyie-igryi/""/usluga-eskort/""/usluga-trampling/""/usluga-fetish/""/usluga-bondaj/""/usluga-rabyinya/""/usluga-porka/""/body-type-thin/""/body-type-slim/""/body-type-tight/""/usluga-okonchanie-na-grud/""/usluga-okonchanie-na-litso/""/usluga-kopro-vyidacha/""/usluga-okonchanie-v-rot/""/usluga-kunnilingus/""/usluga-massage-eroticheskij/""/usluga-massage-tochechnyij/""/usluga-igrushki/""/usluga-zolot-dozhd-vyidacha/""/usluga-zolotoj-dozhd-priem/""/usluga-legkaya-dominatsiya/""/metro-""/prostitytki-"];
  120.         // line 118
  121.         $context["onlyThisPageSeoShow"] = false;
  122.         // line 119
  123.         $context['_parent'] = $context;
  124.         $context['_seq'] = twig_ensure_traversable((isset($context["conditionList"]) || array_key_exists("conditionList"$context) ? $context["conditionList"] : (function () { throw new RuntimeError('Variable "conditionList" does not exist.'119$this->source); })()));
  125.         foreach ($context['_seq'] as $context["_key"] => $context["str"]) {
  126.             // line 120
  127.             if (twig_in_filter($context["str"], twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'120$this->source); })()), "request", [], "any"falsefalsefalse120), "pathInfo", [], "any"falsefalsefalse120))) {
  128.                 // line 121
  129.                 $context["onlyThisPageSeoShow"] = true;
  130.             }
  131.         }
  132.         $_parent $context['_parent'];
  133.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['str'], $context['_parent'], $context['loop']);
  134.         $context array_intersect_key($context$_parent) + $_parent;
  135.         // line 125
  136.         $context["route"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'125$this->source); })()), "request", [], "any"falsefalsefalse125), "attributes", [], "any"falsefalsefalse125), "get", ["_route"], "method"falsefalsefalse125);
  137.         // line 126
  138.         $context["isIndexPage"] = (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'126$this->source); })()), "request", [], "any"falsefalsefalse126), "pathInfo", [], "any"falsefalsefalse126) == "/");
  139.         // line 127
  140.         $context["isStationPage"] = ((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'127$this->source); })()) == "profile_list.list_by_station");
  141.         // line 129
  142.         $context["mainListingFirstPage"] = ((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'129$this->source); })()) == "profile_list.list_by_city");
  143.         // line 130
  144.         echo "
  145. \t";
  146.         // line 133
  147.         $context["isShowTopSeo"] = ( !(isset($context["isOldDomain"]) || array_key_exists("isOldDomain"$context) ? $context["isOldDomain"] : (function () { throw new RuntimeError('Variable "isOldDomain" does not exist.'133$this->source); })()) && (isset($context["isFirstPage"]) || array_key_exists("isFirstPage"$context) ? $context["isFirstPage"] : (function () { throw new RuntimeError('Variable "isFirstPage" does not exist.'133$this->source); })()));
  148.         // line 134
  149.         $context["isShowTopOnBottomSeo"] = ( !(isset($context["isOldDomain"]) || array_key_exists("isOldDomain"$context) ? $context["isOldDomain"] : (function () { throw new RuntimeError('Variable "isOldDomain" does not exist.'134$this->source); })()) && (isset($context["isFirstPage"]) || array_key_exists("isFirstPage"$context) ? $context["isFirstPage"] : (function () { throw new RuntimeError('Variable "isFirstPage" does not exist.'134$this->source); })()));
  150.         // line 135
  151.         $context["isShowBottomSeo"] = ( !(isset($context["isOldDomain"]) || array_key_exists("isOldDomain"$context) ? $context["isOldDomain"] : (function () { throw new RuntimeError('Variable "isOldDomain" does not exist.'135$this->source); })()) && (isset($context["isFirstPage"]) || array_key_exists("isFirstPage"$context) ? $context["isFirstPage"] : (function () { throw new RuntimeError('Variable "isFirstPage" does not exist.'135$this->source); })()));
  152.         // line 137
  153.         echo $this->extensions['Knp\Menu\Twig\MenuExtension']->render("breadcrumbs", ["template" => "__design/v2023/_menu/breadcrumbs.html.twig"]);
  154.         // line 139
  155.         echo "<div class=\"heading d-flex\">
  156. \t\t<h1 class=\"heading-title text-title mr-1\" role=\"heading\">";
  157.         // line 140
  158.         echo (($this->extensions['App\Twig\SeoExtension']->pageHeading()) ? ($this->extensions['App\Twig\SeoExtension']->pageHeading()) : ("Проститутки и индивидуалки Москвы"));
  159.         echo "</h1>
  160. \t\t<span class=\"heading-count clr-main-text fw-700\" data-count-profiles>";
  161.         // line 141
  162.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'141$this->source); })()), "totalCount", [], "any"falsefalsefalse141), "html"nulltrue);
  163.         echo "</span>
  164. \t</div>
  165. \t";
  166.         // line 157
  167.         $context["isArchivePage"] = twig_in_filter("profile_list.list_archived"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'157$this->source); })()), "request", [], "any"falsefalsefalse157), "attributes", [], "any"falsefalsefalse157), "get", ["_route"], "method"falsefalsefalse157));
  168.         // line 158
  169.         $context["isFormExist"] = false;
  170.         // line 159
  171.         if ((isset($context["isFormExist"]) || array_key_exists("isFormExist"$context) ? $context["isFormExist"] : (function () { throw new RuntimeError('Variable "isFormExist" does not exist.'159$this->source); })())) {
  172.             // line 160
  173.             echo "<noindex>
  174. \t\t\t<button class=\"filter_hide_button\" type=\"button\" id=\"filter_hide_button\">
  175. \t\t\t\t<svg class=\"filter_hide_button__icon\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.96 6h10l-5 6.3-5-6.3Zm-2.75-.39L9.96 13v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-6l5.74-7.39A1 1 0 0 0 18.91 4H5.01a1 1 0 0 0-.8 1.61Z\" /></svg>
  176. \t\t\t\t<span class=\"filter_hide_button__text\" data-filter-hide-text-show>Показать фильтры</span>
  177. \t\t\t\t<svg class=\"filter_hide_button__rotate\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.45 9.87a.84.84 0 0 1 1.24 0l3.3 3.5 3.32-3.5a.84.84 0 0 1 1.23 0c.34.36.34.95 0 1.3l-3.92 4.16a.84.84 0 0 1-1.24 0l-3.93-4.15a.96.96 0 0 1 0-1.31Z\" /></svg>
  178. \t\t\t</button>
  179. \t\t\t<div class=\"filter_hide_block\" id=\"filter_hide_block\">
  180. \t\t\t\t";
  181.             // line 168
  182.             echo "\t\t\t\t";
  183.             echo             $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["profile_filter_form"]) || array_key_exists("profile_filter_form"$context) ? $context["profile_filter_form"] : (function () { throw new RuntimeError('Variable "profile_filter_form" does not exist.'168$this->source); })()), 'form_start', ["attr" => ["id" => "filter-form""class" => "filter_form""data-process-url" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_ctr.increase_shows"), "data-main-class" => "profile_filter"]]);
  184.             // line 175
  185.             echo "
  186. \t\t\t\t\t";
  187.             // line 176
  188.             echo twig_include($this->env$context"ProfileList/filter/form.partial.twig", ["filterData" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile_filter_form"]) || array_key_exists("profile_filter_form"$context) ? $context["profile_filter_form"] : (function () { throw new RuntimeError('Variable "profile_filter_form" does not exist.'176$this->source); })()), "vars", [], "any"falsefalsefalse176), "value", [], "any"falsefalsefalse176), "filterListId" => "filter-list"]);
  189.             echo "
  190. \t\t\t\t";
  191.             // line 177
  192.             echo             $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["profile_filter_form"]) || array_key_exists("profile_filter_form"$context) ? $context["profile_filter_form"] : (function () { throw new RuntimeError('Variable "profile_filter_form" does not exist.'177$this->source); })()), 'form_end');
  193.             echo "
  194. \t\t\t</div>
  195. \t\t\t<div class=\"profile_filter__tags__container profile_filter__tags__container--mobile fade_slider__container\">
  196. \t\t\t\t<div class=\"profile_filter__tags d-none fade_slider d-none\" id=\"filter_tags\"></div>
  197. \t\t\t</div>
  198. \t\t\t<div class=\"profile_filter__line\" id=\"filter_line\" style=\"display: none\">
  199. \t\t\t\t<div class=\"profile_filter__line__title\">Найдено <span class=\"profile_filter__line__title__count\">";
  200.             // line 185
  201.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'185$this->source); })()), "totalCount", [], "any"falsefalsefalse185), "html"nulltrue);
  202.             echo " ";
  203.             echo twig_escape_filter($this->env$this->extensions['App\Twig\ToolsExtension']->inclineNumeral(twig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'185$this->source); })()), "totalCount", [], "any"falsefalsefalse185), ["анкета""анкеты""анкет"]), "html"nulltrue);
  204.             echo "</span></div>
  205. \t\t\t\t<button class=\"profile_filter__line__reset\" type=\"button\" id=\"filter_line_reset\">
  206. \t\t\t\t\tСбросить фильтры
  207. \t\t\t\t\t<svg class=\"profile_filter__line__reset_icon\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14 14\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.7 1.7A1 1 0 0 0 12.3.3L7 5.58 1.7.29A1 1 0 0 0 .3 1.71L5.58 7l-5.3 5.3a1 1 0 1 0 1.42 1.4L7 8.42l5.3 5.3a1 1 0 0 0 1.4-1.42L8.42 7l5.3-5.3Z\" fill=\"#ED0C34\"/></svg>
  208. \t\t\t\t</button>
  209. \t\t\t</div>
  210. \t\t</noindex>
  211. \t";
  212.         }
  213.         // line 193
  214.         echo "
  215. \t";
  216.         // line 194
  217.         $this->displayBlock('mainList'$context$blocks);
  218.         // line 201
  219.         echo "\t
  220. \t";
  221.         // line 202
  222.         if ((isset($context["routeIsHome"]) || array_key_exists("routeIsHome"$context) ? $context["routeIsHome"] : (function () { throw new RuntimeError('Variable "routeIsHome" does not exist.'202$this->source); })())) {
  223.             // line 203
  224.             echo "\t\t";
  225.             if (((isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'203$this->source); })()) && (twig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'203$this->source); })()), "totalCount", [], "any"falsefalsefalse203) > (twig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'203$this->source); })()), "currentPage", [], "any"falsefalsefalse203) * twig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'203$this->source); })()), "currentLimit", [], "any"falsefalsefalse203))))) {
  226.                 // line 204
  227.                 echo "\t\t\t";
  228.                 $context["linkToProfileList"] = twig_replace_filter($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_list.list_by_city._pagination", ["city" => twig_get_attribute($this->env$this->source, (isset($context["city"]) || array_key_exists("city"$context) ? $context["city"] : (function () { throw new RuntimeError('Variable "city" does not exist.'204$this->source); })()), "uriIdentity", [], "any"falsefalsefalse204), "page" => "1"]), ["/page1" => ""]);
  229.                 // line 205
  230.                 echo "
  231. \t\t\t<a class=\"homepage-link-more btn btn-main d-flex-c\" href=\"";
  232.                 // line 206
  233.                 echo twig_escape_filter($this->env, (isset($context["linkToProfileList"]) || array_key_exists("linkToProfileList"$context) ? $context["linkToProfileList"] : (function () { throw new RuntimeError('Variable "linkToProfileList" does not exist.'206$this->source); })()), "html"nulltrue);
  234.                 echo "\">
  235. \t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"#fff\" d=\"m16.56 22.04-.06.08-.07.1-.09.06-.17.06-.12.02-.02.16-.04.06h-.11l-.02-.24-.1-.03-.26-.02-.11-.07v-.1s.07-.16.2-.13c.09-.1.04-.25.04-.25l-.06-.16-.09-.14v-.2l.01-.19v-.11s-.05-.17-.08-.22q-.03-.1 0-.16c.02-.13 0-.29 0-.29l-.06-.16s-.23-.64-.35-.8a6 6 0 0 1-.68-1.4c-.08-.41-.22-.96-.24-1.03-.09-.16-.44-.7-.48-1.02-.11-.36-.64-1.96-.82-2.27a11 11 0 0 1-.45-1.21c-.06-.05-.1.03-.1.03l-.25.03-.13.01h-.1l-.04.1s-.13.83-.35 1.23c-.14.45-.85 2.52-.87 2.68-.04.22-.15.6-.55 1.07-.1.2-.3.7-.37 1.05-.14.4-.32.59-.37.7-.12.23-.79 1.4-.85 1.73-.03.21 0 .33 0 .33l-.05.1-.04.08v.22l.03.07.02.1-.02.08-.07.04s-.18.27-.13.39l.03.24.03.06v.18l-.05.09-.73.01c-.03 0-.13-.1-.13-.1l-.1-.1-.07-.07-.06-.02-.01-.07.03-.09.05-.09s.27-.44.32-.62c0 0 .02-.14.07-.18v-.36l.03-.06.05-.07s.24-.53.28-1.01c.06-.54.3-2.1.55-2.36.18-.3.42-.88.5-.96.07-.2.36-.93.4-1.2.05-.34.11-.8.11-.98 0-.35.03-1.08.05-1.22.04-.19.17-1.06.24-1.2q.1-.25.08-.24H9.7v-.14l-.04-.18-.01-.22.01-.1.02-.08-.02-.18.04-.08.06-.1.01-.1.06-.14.05-.14s.07-.25.12-.32l-.01-.15s-.08-.14-.07-.2c-.04-.08-.45-.63-.51-.73-.1-.14-.44-.7-.53-.88-.1-.2-.13-.22-.13-.22s-.06-.14-.02-.2l.02-.18.03-.05.06-.07.03-.07.16-.36c0-.03.17-.4.21-.47.07-.12.4-.9.5-1.05l.2-.4.07-.2.08-.12.01-.08-.11.05-.17.06-.1-.03-.04-.1.08.02.09-.05-.12-.04-.06-.1.07.01h.12l-.07-.06-.1-.1-.02-.13.09.06.1.06.01-.06-.1-.09s-.17-.08-.24-.23-.06-.2-.06-.2.1.17.18.19.11-.04.11-.04l.1-.11.05-.08-.08.02-.06-.1h.14l.03-.05H9.9l-.08-.05.02-.07.05.04.08-.05.08-.2V3.1s-.08-.29.08-.55c.08-.23.18-.43.18-.43l.06-.27.08-.23.05-.16s.17-.25.37-.32q.35-.15.62-.15c.13.03.14.05.14.05s.1-.12.37 0c.18.07.7.28.79.4.1.14.35.56.47.9.12.4.21.55.21.55l.03.11-.01.1-.04-.09-.05-.1.03.21s.12.32 0 .56l-.05-.02s-.03.12-.06.15l-.1.1-.03.13c-.02.03-.08.17-.08.2s-.09.14-.09.14-.16.13-.27.15c.03.06.31.27.28.46l-.06.38c0 .11.05.17.05.17s.3.4.46.5.5.38.58.65c0 0 .11.14.04.2-.01 0 .03.43-.14.54 0 0-.34.12-.46 0l.06.53c.01.04.01.24-.03.36.02.13.34 1.12.46 1.23.1.16.52 1.37.48 2.02.04.34.25 1.25.24 1.64.03.14.15.92.07 1.46 0 .14.07.74.14.87a1 1 0 0 1 .08.36l.06.23s.13.46.24.6c.08.15.38.67.4 1.18l.3 1.78c.02.05.04.41.16.75l.1.2.03.1.01.12.01.14.04.1.06.12.03.12.03.07s.08.15.1.36c0 .1.04.15.04.15zM10.9 8.64a6 6 0 0 1-.49-1.46c-.02-.1-.1-.3-.1-.3l-.03.04s-.16.28-.3.4-.3.56-.3.56q-.02.02.04.14c.04.07.16.4.22.61.04.17.33.85.4 1 .07.07.14.3.17.4.06-.09.3-.15.3-.15l.03-.06.04-.05.01-.07.01-.12.04-.08.11-.13c.08-.15-.04-.54-.15-.74\"/></svg>
  236. \t\t\t\t<span>Смотреть всех проституток Москвы</span>
  237. \t\t\t</a>
  238. \t\t";
  239.             }
  240.             // line 211
  241.             echo "\t";
  242.         } else {
  243.             // line 212
  244.             echo "\t\t";
  245.             if (((isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'212$this->source); })()) && (twig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'212$this->source); })()), "totalCount", [], "any"falsefalsefalse212) > (twig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'212$this->source); })()), "currentPage", [], "any"falsefalsefalse212) * twig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'212$this->source); })()), "currentLimit", [], "any"falsefalsefalse212))))) {
  246.                 // line 213
  247.                 echo "\t\t\t";
  248.                 $this->displayBlock('showMore'$context$blocks);
  249.                 // line 216
  250.                 echo "\t\t";
  251.             }
  252.             // line 217
  253.             echo "\t\t";
  254.             echo $this->extensions['Porpaginas\Twig\PorpaginasExtension']->renderPagination($this->env, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'217$this->source); })()));
  255.             echo "
  256. \t";
  257.         }
  258.         // line 219
  259.         echo "
  260. \t<div class=\"map-block mb-4 full-w-xs\">
  261. \t\t<picture class=\"map-picture\">
  262. \t\t\t<source srcset=\"";
  263.         // line 223
  264.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/background/map@480.jpg"), "html"nulltrue);
  265.         echo "\" media=\"(max-width: 480px)\">
  266. \t\t\t<source srcset=\"";
  267.         // line 224
  268.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/background/map@930.jpg"), "html"nulltrue);
  269.         echo "\" media=\"(max-width: 960px)\">
  270. \t\t\t<img class=\"map-image\" src=\"";
  271.         // line 225
  272.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/background/map@1380.jpg"), "html"nulltrue);
  273.         echo "\" alt=\"Интим-карта Москвы\" loading=\"lazy\">
  274. \t\t</picture>
  275. \t\t<div class=\"map-block-content d-flex-c\">
  276. \t\t\t<div class=\"map-block-title fw-700 mb-2\">Интим-карта ";
  277.         // line 228
  278.         echo twig_escape_filter($this->env$this->extensions['BigIdea\Bundle\GeographicalNamesInflectionBundle\Twig\GeographicalNamesInflectionTwigExtension']->geoNameInflection(twig_get_attribute($this->env$this->source, (isset($context["city"]) || array_key_exists("city"$context) ? $context["city"] : (function () { throw new RuntimeError('Variable "city" does not exist.'228$this->source); })()), "name", [], "any"falsefalsefalse228), "genitive"), "html"nulltrue);
  279.         echo "</div>
  280. \t\t\t<div class=\"map-block-text\">Поиск анкет рядом с Вами</div>
  281. \t\t\t<a class=\"map-block-link btn btn-main\" href=\"";
  282.         // line 230
  283.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("map.page", ["city" => twig_get_attribute($this->env$this->source, (isset($context["city"]) || array_key_exists("city"$context) ? $context["city"] : (function () { throw new RuntimeError('Variable "city" does not exist.'230$this->source); })()), "uriIdentity", [], "any"falsefalsefalse230)]), "html"nulltrue);
  284.         echo "\">
  285. \t\t\t\t<svg class=\"btn-icon\" width=\"25\" height=\"25\" fill=\"none\"><path fill-rule=\"evenodd\" d=\"M4.674 8.944c0-4.314 3.512-7.826 7.826-7.826s7.826 3.512 7.826 7.826c0 5.448-6.809 13.049-7.102 13.372l-.724.802-.724-.802c-.293-.323-7.102-7.924-7.102-13.372Zm1.957 0c0 3.462 3.736 8.667 5.869 11.22 1.712-2.064 5.87-7.474 5.87-11.22a5.874 5.874 0 0 0-5.87-5.87 5.874 5.874 0 0 0-5.87 5.87Zm5.869 0c.812 0 1.467-.656 1.467-1.468 0-.812-.655-1.467-1.467-1.467s-1.467.665-1.467 1.467c0 .812.655 1.468 1.467 1.468Zm-2.935 2.445c0-.978 1.957-1.467 2.935-1.467s2.935.489 2.935 1.467v.118a3.88 3.88 0 0 1-2.935 1.35 3.88 3.88 0 0 1-2.935-1.35v-.118Z\" clip-rule=\"evenodd\"/></svg>
  286. \t\t\t\t<span class=\"btn-text\">Искать на карте</span>
  287. \t\t\t</a>
  288. \t\t</div>
  289. \t</div>
  290. \t";
  291.         // line 237
  292.         if ((array_key_exists("homepage_city_listings_block"$context) && (isset($context["homepage_city_listings_block"]) || array_key_exists("homepage_city_listings_block"$context) ? $context["homepage_city_listings_block"] : (function () { throw new RuntimeError('Variable "homepage_city_listings_block" does not exist.'237$this->source); })()))) {
  293.             // line 238
  294.             echo "\t\t";
  295.             // line 239
  296.             echo "\t\t";
  297.             if ((($this->extensions['Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension']->isActive("has_masseurs") && $this->extensions['Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension']->isActive("homepage_city_masseurs_block")) && twig_get_attribute($this->env$this->source, (isset($context["homepage_city_listings_block"]) || array_key_exists("homepage_city_listings_block"$context) ? $context["homepage_city_listings_block"] : (function () { throw new RuntimeError('Variable "homepage_city_listings_block" does not exist.'239$this->source); })()), "hasMasseurs", [], "any"falsefalsefalse239))) {
  298.                 // line 240
  299.                 echo "\t\t<div>
  300. \t\t\t";
  301.                 // line 241
  302.                 $this->loadTemplate("ProfileList/list.masseur.html.twig""ProfileList/list.html.twig"241)->display($context);
  303.                 // line 242
  304.                 echo "\t\t<div>
  305. \t\t";
  306.             }
  307.             // line 244
  308.             echo "
  309. \t\t";
  310.             // line 246
  311.             echo "\t\t";
  312.             if ((($this->extensions['Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension']->isActive("has_saloons") && $this->extensions['Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension']->isActive("homepage_city_saloons_block")) && twig_get_attribute($this->env$this->source, (isset($context["homepage_city_listings_block"]) || array_key_exists("homepage_city_listings_block"$context) ? $context["homepage_city_listings_block"] : (function () { throw new RuntimeError('Variable "homepage_city_listings_block" does not exist.'246$this->source); })()), "hasSaloons", [], "any"falsefalsefalse246))) {
  313.                 // line 247
  314.                 echo "\t\t<div>
  315. \t\t\t";
  316.                 // line 248
  317.                 $this->loadTemplate("ProfileList/list.saloon.html.twig""ProfileList/list.html.twig"248)->display($context);
  318.                 // line 249
  319.                 echo "\t\t<div>
  320. \t\t";
  321.             }
  322.             // line 251
  323.             echo "\t";
  324.         }
  325.         // line 252
  326.         echo "
  327. \t";
  328.         // line 254
  329.         echo "\t";
  330.         if (((isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'254$this->source); })()) && (twig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'254$this->source); })()), "currentPage", [], "any"falsefalsefalse254) >= 2))) {
  331.             // line 255
  332.             echo "\t\t<div id=\"recommendations\">";
  333.             // line 256
  334.             $context["excludeRecommendationProfileIds"] = twig_join_filter(twig_array_map($this->env, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'256$this->source); })()), function ($__p__) use ($context$macros) { $context["p"] = $__p__; return twig_get_attribute($this->env$this->source, (isset($context["p"]) || array_key_exists("p"$context) ? $context["p"] : (function () { throw new RuntimeError('Variable "p" does not exist.'256$this->source); })()), "id", [], "any"falsefalsefalse256); }), ", ");
  335.             // line 257
  336.             $this->loadTemplate("Recommendations/_profile_recommendations.html.twig""ProfileList/list.html.twig"257)->display(twig_array_merge($context, ["componentClass" => "mobile"]));
  337.             // line 258
  338.             echo "</div>
  339. \t";
  340.         }
  341.         // line 260
  342.         echo "
  343. \t";
  344.         // line 262
  345.         if ((((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'262$this->source); })()) == "homepage") || (        // line 263
  346. (isset($context["mainListingFirstPage"]) || array_key_exists("mainListingFirstPage"$context) ? $context["mainListingFirstPage"] : (function () { throw new RuntimeError('Variable "mainListingFirstPage" does not exist.'263$this->source); })()) && (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'263$this->source); })()), "request", [], "any"falsefalsefalse263), "get", ["city"], "method"falsefalsefalse263), "id", [], "any"falsefalsefalse263) == twig_get_attribute($this->env$this->source$this->extensions['App\Twig\DefaultCityExtension']->defaultCity(), "id", [], "any"falsefalsefalse263))))) {
  347.             // line 265
  348.             echo "\t\t<div class=\"widget-profiles-by-categories\" id=\"widget_profiles_by_categories\"></div>
  349. \t\t<script>
  350. \t\t\tdocument.addEventListener('DOMContentLoaded', () => {
  351. \t\t\t\tconst widgetElement = document.querySelector('#widget_profiles_by_categories');
  352. \t\t\t\tfunction getProfiles() {
  353. \t\t\t\t\tfetch('";
  354.             // line 271
  355.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_widget.by_categories", ["city" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'271$this->source); })()), "request", [], "any"falsefalsefalse271), "attributes", [], "any"falsefalsefalse271), "get", ["city"$this->extensions['App\Twig\DefaultCityExtension']->defaultCity()], "method"falsefalsefalse271), "uriIdentity", [], "any"falsefalsefalse271)]), "html"nulltrue);
  356.             echo "', {
  357. \t\t\t\t\t\tmethod: 'GET',
  358. \t\t\t\t\t\theaders: {
  359. \t\t\t\t\t\t\t\"X-Requested-With\": \"XMLHttpRequest\"
  360. \t\t\t\t\t\t},
  361. \t\t\t\t\t}).then(response => {
  362. \t\t\t\t\t\tif (response.status < 300) {
  363. \t\t\t\t\t\t\treturn response.text();
  364. \t\t\t\t\t\t} else {
  365. \t\t\t\t\t\t\tconsole.warn(\" \");
  366. \t\t\t\t\t\t\treturn null;
  367. \t\t\t\t\t\t}
  368. \t\t\t\t\t}).then(response => {
  369. \t\t\t\t\t\twidgetElement.innerHTML = response;
  370. \t\t\t\t\t\tconst elementsRoot = [...document.querySelectorAll('#profile-list-new', '#profile-list-approved', '#profile-list-elite')];
  371. \t\t\t\t\t\telementsRoot.forEach(root => {
  372. \t\t\t\t\t\t\tif (root.childElementCount === 0) {
  373. \t\t\t\t\t\t\t\troot.previousElementSibling.remove();
  374. \t\t\t\t\t\t\t\troot.remove();
  375. \t\t\t\t\t\t\t}
  376. \t\t\t\t\t\t});
  377. \t\t\t\t\t});
  378. \t\t\t\t}
  379. \t\t\t\tif ('IntersectionObserver' in window) {
  380. \t\t\t\t\tconst observer = new IntersectionObserver((entries) => {
  381. \t\t\t\t\t\tif (entries[0].isIntersecting) {
  382. \t\t\t\t\t\t\tobserver.disconnect();
  383. \t\t\t\t\t\t\tgetProfiles();
  384. \t\t\t\t\t\t}
  385. \t\t\t\t\t}, { rootMargin: '100px' });
  386. \t\t\t\t\tobserver.observe(widgetElement);
  387. \t\t\t\t} else {
  388. \t\t\t\t\tgetProfiles();
  389. \t\t\t\t}
  390. \t\t\t});
  391. \t\t</script>
  392. \t";
  393.         }
  394.         // line 310
  395.         echo "
  396. \t";
  397.         // line 341
  398.         echo "
  399. \t";
  400.         // line 343
  401.         echo "
  402. \t";
  403.         // line 345
  404.         echo "    ";
  405.         // line 347
  406.         if ((isset($context["isShowTopOnBottomSeo"]) || array_key_exists("isShowTopOnBottomSeo"$context) ? $context["isShowTopOnBottomSeo"] : (function () { throw new RuntimeError('Variable "isShowTopOnBottomSeo" does not exist.'347$this->source); })())) {
  407.             // line 348
  408.             echo twig_include($this->env$context"__design/v2023/components/seo-article.html.twig", ["type" => "top""noindex" => true]);
  409.         }
  410.         // line 350
  411.         if ((isset($context["isShowBottomSeo"]) || array_key_exists("isShowBottomSeo"$context) ? $context["isShowBottomSeo"] : (function () { throw new RuntimeError('Variable "isShowBottomSeo" does not exist.'350$this->source); })())) {
  412.             // line 351
  413.             echo twig_include($this->env$context"__design/v2023/components/seo-article.html.twig", ["type" => "bottom""noindex" => true]);
  414.         }
  415.         // line 353
  416.         if ((isset($context["isIndexPage"]) || array_key_exists("isIndexPage"$context) ? $context["isIndexPage"] : (function () { throw new RuntimeError('Variable "isIndexPage" does not exist.'353$this->source); })())) {
  417.             // line 354
  418.             echo "<noindex><p>Элитные и дешевые <a href=\"https://prostitutkipiter.click/\" target=\"_blank\">проститутки в Питере</a> на сайте Prostitutkipiter.click</p></noindex>";
  419.         }
  420.         
  421.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  422.         
  423.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  424.         
  425.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  426.     }
  427.     // line 194
  428.     public function block_mainList($context, array $blocks = [])
  429.     {
  430.         $macros $this->macros;
  431.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  432.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainList"));
  433.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  434.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainList"));
  435.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  436.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainList"));
  437.         // line 195
  438.         echo "\t\t<ul class=\"profile-list d-grid mb-4 full-w-xs\" id=\"profile-list\">
  439.         \t";
  440.         // line 196
  441.         $this->loadTemplate("ProfileList/list.profiles.html.twig""ProfileList/list.html.twig"196)->display(twig_array_merge($context, ["likeButton" => ($this->extensions['App\Twig\UserExtension']->isUserCustomer(twig_get_attribute($this->env$this->source,         // line 197
  442. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'197$this->source); })()), "user", [], "any"falsefalsefalse197)) == "1")]));
  443.         // line 199
  444.         echo "\t\t</ul>
  445. \t";
  446.         
  447.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  448.         
  449.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  450.         
  451.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  452.     }
  453.     // line 213
  454.     public function block_showMore($context, array $blocks = [])
  455.     {
  456.         $macros $this->macros;
  457.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  458.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  459.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  460.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  461.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  462.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  463.         // line 214
  464.         echo "\t\t\t\t";
  465.         $this->loadTemplate("ProfileList/_show_more.profiles.html.twig""ProfileList/list.html.twig"214)->display($context);
  466.         // line 215
  467.         echo "\t\t\t";
  468.         
  469.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  470.         
  471.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  472.         
  473.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  474.     }
  475.     // line 358
  476.     public function block_javascripts($context, array $blocks = [])
  477.     {
  478.         $macros $this->macros;
  479.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  480.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  481.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  482.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  483.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  484.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  485.         // line 359
  486.         echo "\t";
  487.         $this->displayParentBlock("javascripts"$context$blocks);
  488.         echo "
  489. \t<script>
  490. \t\tconst listingRoute = '";
  491.         // line 361
  492.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'361$this->source); })()), "request", [], "any"falsefalsefalse361), "attributes", [], "any"falsefalsefalse361), "get", ["_route"], "method"falsefalsefalse361), "html"nulltrue);
  493.         echo "' == '' ? 'profile_list.list_by_city' : '";
  494.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'361$this->source); })()), "request", [], "any"falsefalsefalse361), "attributes", [], "any"falsefalsefalse361), "get", ["_route"], "method"falsefalsefalse361), "html"nulltrue);
  495.         echo "';
  496.         window._lD = {
  497.             setLastViewedListing: listingRoute,
  498.             cityUrl: \"";
  499.         // line 364
  500.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["city"]) || array_key_exists("city"$context) ? $context["city"] : (function () { throw new RuntimeError('Variable "city" does not exist.'364$this->source); })()), "uriIdentity", [], "any"falsefalsefalse364), "html"nulltrue);
  501.         echo "\",
  502.         };
  503. \t\twindow.siteData = {
  504. \t\t\tcity: \"";
  505.         // line 367
  506.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'367$this->source); })()), "request", [], "any"falsefalsefalse367), "attributes", [], "any"falsefalsefalse367), "get", ["city"$this->extensions['App\Twig\DefaultCityExtension']->defaultCity()], "method"falsefalsefalse367), "uriIdentity", [], "any"falsefalsefalse367), "html"nulltrue);
  507.         echo "\",
  508. \t\t\tstations: {";
  509.         // line 369
  510.         $context['_parent'] = $context;
  511.         $context['_seq'] = twig_ensure_traversable($this->extensions['App\Twig\StationsExtension']->stations());
  512.         $context['loop'] = [
  513.           'parent' => $context['_parent'],
  514.           'index0' => 0,
  515.           'index'  => 1,
  516.           'first'  => true,
  517.         ];
  518.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  519.             $length count($context['_seq']);
  520.             $context['loop']['revindex0'] = $length 1;
  521.             $context['loop']['revindex'] = $length;
  522.             $context['loop']['length'] = $length;
  523.             $context['loop']['last'] = === $length;
  524.         }
  525.         foreach ($context['_seq'] as $context["_key"] => $context["station"]) {
  526.             // line 370
  527.             echo "\"";
  528.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source$context["station"], "name", [], "any"falsefalsefalse370)), "html"nulltrue);
  529.             echo "\": \"";
  530.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_list.list_by_station", ["city" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["station"], "city", [], "any"falsefalsefalse370), "uriIdentity", [], "any"falsefalsefalse370), "station" => twig_get_attribute($this->env$this->source$context["station"], "uriIdentity", [], "any"falsefalsefalse370)]), "html"nulltrue);
  531.             echo "\"";
  532.             if ( !twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse370)) {
  533.                 echo ",";
  534.             }
  535.             ++$context['loop']['index0'];
  536.             ++$context['loop']['index'];
  537.             $context['loop']['first'] = false;
  538.             if (isset($context['loop']['length'])) {
  539.                 --$context['loop']['revindex0'];
  540.                 --$context['loop']['revindex'];
  541.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  542.             }
  543.         }
  544.         $_parent $context['_parent'];
  545.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['station'], $context['_parent'], $context['loop']);
  546.         $context array_intersect_key($context$_parent) + $_parent;
  547.         // line 372
  548.         echo "}
  549. \t\t};
  550. \t\t";
  551.         // line 384
  552.         echo "
  553. \t\tdocument.addEventListener('header:update', (event) => {
  554. \t\t\tconst userData = event.detail?.data;
  555. \t\t\tif (userData.user && userData.role === 'advertiser') return;
  556. \t\t\t";
  557.         // line 389
  558.         $this->loadTemplate("ProfileList/_favorite-button.partial.script.js""ProfileList/list.html.twig"389)->display($context);
  559.         // line 390
  560.         echo "\t\t})
  561. \t</script>
  562. ";
  563.         
  564.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  565.         
  566.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  567.         
  568.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  569.     }
  570.     /**
  571.      * @codeCoverageIgnore
  572.      */
  573.     public function getTemplateName()
  574.     {
  575.         return "ProfileList/list.html.twig";
  576.     }
  577.     /**
  578.      * @codeCoverageIgnore
  579.      */
  580.     public function isTraitable()
  581.     {
  582.         return false;
  583.     }
  584.     /**
  585.      * @codeCoverageIgnore
  586.      */
  587.     public function getDebugInfo()
  588.     {
  589.         return array (  624 => 390,  622 => 389,  615 => 384,  610 => 372,  589 => 370,  572 => 369,  568 => 367,  562 => 364,  554 => 361,  548 => 359,  535 => 358,  522 => 215,  519 => 214,  506 => 213,  492 => 199,  490 => 197,  489 => 196,  486 => 195,  473 => 194,  459 => 354,  457 => 353,  454 => 351,  452 => 350,  449 => 348,  447 => 347,  445 => 345,  442 => 343,  439 => 341,  435 => 310,  393 => 271,  385 => 265,  383 => 263,  382 => 262,  378 => 260,  374 => 258,  372 => 257,  370 => 256,  368 => 255,  365 => 254,  362 => 252,  359 => 251,  355 => 249,  353 => 248,  350 => 247,  347 => 246,  344 => 244,  340 => 242,  338 => 241,  335 => 240,  332 => 239,  330 => 238,  328 => 237,  318 => 230,  313 => 228,  307 => 225,  303 => 224,  299 => 223,  293 => 219,  287 => 217,  284 => 216,  281 => 213,  278 => 212,  275 => 211,  267 => 206,  264 => 205,  261 => 204,  258 => 203,  256 => 202,  253 => 201,  251 => 194,  248 => 193,  235 => 185,  224 => 177,  220 => 176,  217 => 175,  214 => 168,  205 => 160,  203 => 159,  201 => 158,  199 => 157,  193 => 141,  189 => 140,  186 => 139,  184 => 137,  182 => 135,  180 => 134,  178 => 133,  175 => 130,  173 => 129,  171 => 127,  169 => 126,  167 => 125,  160 => 121,  158 => 120,  154 => 119,  152 => 118,  150 => 36,  148 => 34,  135 => 33,  121 => 29,  119 => 28,  117 => 27,  104 => 26,  80 => 12,  66 => 1,  64 => 8,  62 => 7,  60 => 6,  58 => 5,  56 => 4,  40 => 1,);
  590.     }
  591.     public function getSourceContext()
  592.     {
  593.         return new Source("{% extends 'ProfileList/grid.html.twig' %}
  594. {# {% extends 'grid.html.twig' %} #}
  595. {%- set linkLangSupport = app.request.locale == 'en' ? '/en' : '' -%}
  596. {%- set excludeRecommendationProfileIds = [] -%} 
  597. {%- set isFirstPage = profiles.currentPage is defined and profiles.currentPage == 1 -%}
  598. {% set isOldDomain = app.request.host == \"prostitutki-moskvy-dosug.com\" %}
  599. {% set listingPage = profiles.currentPage is defined and profiles.currentPage > 1 %}
  600. {# {%- block stylesheet_postload -%}{{ encore_entry_link_tags(\"styles/public-girl-list\") }}{{ parent() }}{%- endblock -%} #}
  601. {%- block preloadAnyData -%}
  602. \t{# {%- set photo = profiles|first|avatar -%}
  603. \t{%- if photo -%}
  604. \t\t<link rel=\"preload\" href=\"{{ responsive_asset(photo.path, 'profile_media', \"200x280\", \"jpg\") }}\" as=\"image\">
  605. \t\t<link rel=\"preload\" as=\"image\"
  606. \t\t\thref=\"{{ responsive_asset(photo.path, 'profile_media', \"200x280\", \"jpg\") }}\"
  607. \t\t\timagesrcset=\"{{ responsive_asset(photo.path, 'profile_media', \"200x280\", \"jpg\") }} 200w,
  608. \t\t\t\t\t\t{{ responsive_asset(photo.path, 'profile_media', \"185x259\", \"jpg\") }} 185w\"
  609. \t\t\timagesizes=\"(max-width: 1740px) 185px, 200px\"
  610. \t\t\tmedia=\"(min-width: 1740px)\" />
  611. \t{%- endif -%} #}
  612. {%- endblock -%}
  613. {%- block metaSpecial -%}
  614. \t{%- set pageNumber = app.request.get('page', 1) -%}
  615. \t{%- if pageNumber > 1 -%}
  616. \t\t<meta name=\"yandex\" content=\"noindex, follow\" />
  617. \t{%- endif -%}
  618. {%- endblock -%}
  619. {%- block mainContainer -%}
  620. \t{%- set isMainCity = city.uriIdentity == default_city().uriIdentity -%}
  621. \t{%- set conditionList = [
  622. \t\t'usluga-massage-professionalnyij',
  623. \t\t'usluga-massage-rasslablyayuschij',
  624. \t\t'usluga-massage-tajskij',
  625. \t\t'usluga-massage-urologicheskij',
  626. \t\t'/new/',
  627. \t\t'/search/',
  628. \t\t'/checked/',
  629. \t\t'/salons/',
  630. \t\t'/usluga-striptiz-ne-profi/',
  631. \t\t'/usluga-striptiz-profi/',
  632. \t\t'/price/high/',
  633. \t\t'/usluga-seks-analnyij/',
  634. \t\t'/hair-color-blonde/',
  635. \t\t'/hair-color-brunette/',
  636. \t\t'/price/low/',
  637. \t\t'/video/',
  638. \t\t'/comments/',
  639. \t\t'/map/',
  640. \t\t'/usluga-massage-klassicheskij/',
  641. \t\t'/nationality-asian/',
  642. \t\t'/usluga-anilingus-delayu/',
  643. \t\t'/usluga-gospozha/',
  644. \t\t'/selfie/',
  645. \t\t'/massagers/',
  646. \t\t'/usluga-massage-vetka-sakuryi/',
  647. \t\t'/okrug/vostochnyj-vao/',
  648. \t\t'/okrug/zapadnyj-zao/',
  649. \t\t'/okrug/severnyj-sao/',
  650. \t\t'/okrug/severo-zapadnyj-szao/',
  651. \t\t'/okrug/tsentralnyij/',
  652. \t\t'/okrug/yugo-vostochnyj-yuvao/',
  653. \t\t'/usluga-minet-bez-rezinki/',
  654. \t\t'/usluga-minet-v-mashine/',
  655. \t\t'/usluga-minet-v-prezervative/',
  656. \t\t'/usluga-minet-glubokij/',
  657. \t\t'/nationality-negress/',
  658. \t\t'/main-district/',
  659. \t\t'/hair-color-light-brown/',
  660. \t\t'/hair-color-red/',
  661. \t\t'/usluga-seks-gruppovoj/',
  662. \t\t'/usluga-strapon/',
  663. \t\t'/usluga-uslugi-semejnoj-pare/',
  664. \t\t'/usluga-fisting-analnyij/',
  665. \t\t'/usluga-fisting-klassicheskij/',
  666. \t\t'/hair-color-brown/',
  667. \t\t'/nationality-kazakh/',
  668. \t\t'/nationality-mulatto/',
  669. \t\t'/nationality-russian/',
  670. \t\t'/nationality-tatar/',
  671. \t\t'/nationality-ukrainian/',
  672. \t\t'/okrug/yugo-zapadnyj-yuzao/',
  673. \t\t'/okrug/zelenograd/',
  674. \t\t'/body-type-athletic/',
  675. \t\t'/body-type-fat/',
  676. \t\t'/usluga-seks-klassicheskij/',
  677. \t\t'/usluga-rolevyie-igryi/',
  678. \t\t'/usluga-eskort/',
  679. \t\t'/usluga-trampling/',
  680. \t\t'/usluga-fetish/',
  681. \t\t'/usluga-bondaj/',
  682. \t\t'/usluga-rabyinya/',
  683. \t\t'/usluga-porka/',
  684. \t\t'/body-type-thin/',
  685. \t\t'/body-type-slim/',
  686. \t\t'/body-type-tight/',
  687. \t\t'/usluga-okonchanie-na-grud/',
  688. \t\t'/usluga-okonchanie-na-litso/',
  689. \t\t'/usluga-kopro-vyidacha/',
  690. \t\t'/usluga-okonchanie-v-rot/',
  691. \t\t'/usluga-kunnilingus/',
  692. \t\t'/usluga-massage-eroticheskij/',
  693. \t\t'/usluga-massage-tochechnyij/',
  694. \t\t'/usluga-igrushki/',
  695. \t\t'/usluga-zolot-dozhd-vyidacha/',
  696. \t\t'/usluga-zolotoj-dozhd-priem/',
  697. \t\t'/usluga-legkaya-dominatsiya/',
  698. \t\t'/metro-',
  699. \t\t'/prostitytki-'
  700. \t\t]
  701. \t%}
  702. \t{%- set onlyThisPageSeoShow = false -%}
  703. \t{%- for str in conditionList -%}
  704. \t\t{%- if str in app.request.pathInfo -%}
  705. \t\t\t{%- set onlyThisPageSeoShow = true -%}
  706. \t\t{%- endif -%}
  707. \t{%- endfor -%}
  708. \t{% set route = app.request.attributes.get('_route') %}
  709. \t{%- set isIndexPage = app.request.pathInfo == '/' -%}
  710. \t{%- set isStationPage = route == \"profile_list.list_by_station\" -%}
  711. \t{% set mainListingFirstPage = route == 'profile_list.list_by_city' %}
  712. \t{# {%- set isShowTopSeo = (isFirstPage and isMainCity and onlyThisPageSeoShow) or isIndexPage -%}
  713. \t{%- set isShowBottomSeo = (isFirstPage and isMainCity and onlyThisPageSeoShow ) or isIndexPage -%} #}
  714. \t{%- set isShowTopSeo = not isOldDomain and isFirstPage -%}
  715. \t{%- set isShowTopOnBottomSeo = not isOldDomain and isFirstPage -%}
  716. \t{%- set isShowBottomSeo = not isOldDomain and isFirstPage -%}
  717. \t{{- knp_menu_render('breadcrumbs', {'template': '__design/v2023/_menu/breadcrumbs.html.twig'}) -}}
  718. \t<div class=\"heading d-flex\">
  719. \t\t<h1 class=\"heading-title text-title mr-1\" role=\"heading\">{{- seo_heading() ? seo_heading() : 'Проститутки и индивидуалки Москвы' -}}</h1>
  720. \t\t<span class=\"heading-count clr-main-text fw-700\" data-count-profiles>{{ profiles.totalCount }}</span>
  721. \t</div>
  722. \t{# <div aria-hidden=\"true\" class=\"no-display\" style=\"display: none;\">
  723. \t\t<svg xmlns=\"http://www.w3.org/2000/svg\">
  724. \t\t\t<symbol id=\"close\" viewBox=\"0 0 25 24\">
  725. \t\t\t\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.46 6.7a1 1 0 0 0-1.42-1.4l-5.29 5.29-5.3-5.3a1 1 0 0 0-1.4 1.42L11.33 12l-5.3 5.3a1 1 0 1 0 1.42 1.4l5.29-5.29 5.3 5.3a1 1 0 0 0 1.4-1.42L14.17 12l5.3-5.3Z\" fill=\"#A3A3A3\"/>
  726. \t\t\t</symbol>
  727. \t\t\t<symbol id=\"expand\" viewBox=\"0 0 25 24\">
  728. \t\t\t\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.54 8.3a1 1 0 0 1 1.42 0l5.29 5.29 5.3-5.3a1 1 0 1 1 1.4 1.42l-6 6a1 1 0 0 1-1.4 0l-6-6a1 1 0 0 1 0-1.42Z\" fill=\"#A3A3A3\"/>
  729. \t\t\t</symbol>
  730. \t\t\t<symbol id=\"range\" viewBox=\"0 0 25 24\">
  731. \t\t\t\t<path d=\"M21.5 11h-1.18a2.98 2.98 0 0 0-5.64 0h-4.36a2.98 2.98 0 0 0-5.64 0H3.5a1 1 0 1 0 0 2h1.18a2.98 2.98 0 0 0 5.64 0h4.36a2.98 2.98 0 0 0 5.64 0h1.18a1 1 0 0 0 0-2Zm-14 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm10 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\"/>
  732. \t\t\t</symbol>
  733. \t\t</svg>
  734. \t</div> #}
  735. \t{%- set isArchivePage =  'profile_list.list_archived' in app.request.attributes.get('_route') -%}
  736. \t{%- set isFormExist = false -%}{# profile_filter_form is defined and not isArchivePage #}
  737. \t{%- if isFormExist -%}
  738. \t\t<noindex>
  739. \t\t\t<button class=\"filter_hide_button\" type=\"button\" id=\"filter_hide_button\">
  740. \t\t\t\t<svg class=\"filter_hide_button__icon\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.96 6h10l-5 6.3-5-6.3Zm-2.75-.39L9.96 13v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-6l5.74-7.39A1 1 0 0 0 18.91 4H5.01a1 1 0 0 0-.8 1.61Z\" /></svg>
  741. \t\t\t\t<span class=\"filter_hide_button__text\" data-filter-hide-text-show>Показать фильтры</span>
  742. \t\t\t\t<svg class=\"filter_hide_button__rotate\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.45 9.87a.84.84 0 0 1 1.24 0l3.3 3.5 3.32-3.5a.84.84 0 0 1 1.23 0c.34.36.34.95 0 1.3l-3.92 4.16a.84.84 0 0 1-1.24 0l-3.93-4.15a.96.96 0 0 1 0-1.31Z\" /></svg>
  743. \t\t\t</button>
  744. \t\t\t<div class=\"filter_hide_block\" id=\"filter_hide_block\">
  745. \t\t\t\t{# Форма полей фильтрации #}
  746. \t\t\t\t{{ form_start(profile_filter_form, {
  747. \t\t\t\t\t'attr': {
  748. \t\t\t\t\t\t'id': 'filter-form',
  749. \t\t\t\t\t\t'class': 'filter_form',
  750. \t\t\t\t\t\t'data-process-url': path('profile_ctr.increase_shows'),
  751. \t\t\t\t\t\t'data-main-class': 'profile_filter'
  752. \t\t\t\t\t}
  753. \t\t\t\t}) }}
  754. \t\t\t\t\t{{ include('ProfileList/filter/form.partial.twig', {filterData: profile_filter_form.vars.value, filterListId: 'filter-list'}) }}
  755. \t\t\t\t{{ form_end(profile_filter_form) }}
  756. \t\t\t</div>
  757. \t\t\t<div class=\"profile_filter__tags__container profile_filter__tags__container--mobile fade_slider__container\">
  758. \t\t\t\t<div class=\"profile_filter__tags d-none fade_slider d-none\" id=\"filter_tags\"></div>
  759. \t\t\t</div>
  760. \t\t\t<div class=\"profile_filter__line\" id=\"filter_line\" style=\"display: none\">
  761. \t\t\t\t<div class=\"profile_filter__line__title\">Найдено <span class=\"profile_filter__line__title__count\">{{ profiles.totalCount }} {{ profiles.totalCount|incline_numeral(['анкета', 'анкеты', 'анкет']) }}</span></div>
  762. \t\t\t\t<button class=\"profile_filter__line__reset\" type=\"button\" id=\"filter_line_reset\">
  763. \t\t\t\t\tСбросить фильтры
  764. \t\t\t\t\t<svg class=\"profile_filter__line__reset_icon\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14 14\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.7 1.7A1 1 0 0 0 12.3.3L7 5.58 1.7.29A1 1 0 0 0 .3 1.71L5.58 7l-5.3 5.3a1 1 0 1 0 1.42 1.4L7 8.42l5.3 5.3a1 1 0 0 0 1.4-1.42L8.42 7l5.3-5.3Z\" fill=\"#ED0C34\"/></svg>
  765. \t\t\t\t</button>
  766. \t\t\t</div>
  767. \t\t</noindex>
  768. \t{% endif %}
  769. \t{% block mainList %}
  770. \t\t<ul class=\"profile-list d-grid mb-4 full-w-xs\" id=\"profile-list\">
  771.         \t{% include 'ProfileList/list.profiles.html.twig' with {
  772. \t\t\t\t'likeButton': is_user_customer(app.user) == '1'
  773. \t\t\t\t} %}
  774. \t\t</ul>
  775. \t{% endblock %}
  776. \t
  777. \t{% if routeIsHome %}
  778. \t\t{% if profiles and profiles.totalCount > profiles.currentPage * profiles.currentLimit %}
  779. \t\t\t{% set linkToProfileList = path('profile_list.list_by_city._pagination', {'city': city.uriIdentity, 'page': '1'})|replace({'/page1': ''}) %}
  780. \t\t\t<a class=\"homepage-link-more btn btn-main d-flex-c\" href=\"{{ linkToProfileList }}\">
  781. \t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"#fff\" d=\"m16.56 22.04-.06.08-.07.1-.09.06-.17.06-.12.02-.02.16-.04.06h-.11l-.02-.24-.1-.03-.26-.02-.11-.07v-.1s.07-.16.2-.13c.09-.1.04-.25.04-.25l-.06-.16-.09-.14v-.2l.01-.19v-.11s-.05-.17-.08-.22q-.03-.1 0-.16c.02-.13 0-.29 0-.29l-.06-.16s-.23-.64-.35-.8a6 6 0 0 1-.68-1.4c-.08-.41-.22-.96-.24-1.03-.09-.16-.44-.7-.48-1.02-.11-.36-.64-1.96-.82-2.27a11 11 0 0 1-.45-1.21c-.06-.05-.1.03-.1.03l-.25.03-.13.01h-.1l-.04.1s-.13.83-.35 1.23c-.14.45-.85 2.52-.87 2.68-.04.22-.15.6-.55 1.07-.1.2-.3.7-.37 1.05-.14.4-.32.59-.37.7-.12.23-.79 1.4-.85 1.73-.03.21 0 .33 0 .33l-.05.1-.04.08v.22l.03.07.02.1-.02.08-.07.04s-.18.27-.13.39l.03.24.03.06v.18l-.05.09-.73.01c-.03 0-.13-.1-.13-.1l-.1-.1-.07-.07-.06-.02-.01-.07.03-.09.05-.09s.27-.44.32-.62c0 0 .02-.14.07-.18v-.36l.03-.06.05-.07s.24-.53.28-1.01c.06-.54.3-2.1.55-2.36.18-.3.42-.88.5-.96.07-.2.36-.93.4-1.2.05-.34.11-.8.11-.98 0-.35.03-1.08.05-1.22.04-.19.17-1.06.24-1.2q.1-.25.08-.24H9.7v-.14l-.04-.18-.01-.22.01-.1.02-.08-.02-.18.04-.08.06-.1.01-.1.06-.14.05-.14s.07-.25.12-.32l-.01-.15s-.08-.14-.07-.2c-.04-.08-.45-.63-.51-.73-.1-.14-.44-.7-.53-.88-.1-.2-.13-.22-.13-.22s-.06-.14-.02-.2l.02-.18.03-.05.06-.07.03-.07.16-.36c0-.03.17-.4.21-.47.07-.12.4-.9.5-1.05l.2-.4.07-.2.08-.12.01-.08-.11.05-.17.06-.1-.03-.04-.1.08.02.09-.05-.12-.04-.06-.1.07.01h.12l-.07-.06-.1-.1-.02-.13.09.06.1.06.01-.06-.1-.09s-.17-.08-.24-.23-.06-.2-.06-.2.1.17.18.19.11-.04.11-.04l.1-.11.05-.08-.08.02-.06-.1h.14l.03-.05H9.9l-.08-.05.02-.07.05.04.08-.05.08-.2V3.1s-.08-.29.08-.55c.08-.23.18-.43.18-.43l.06-.27.08-.23.05-.16s.17-.25.37-.32q.35-.15.62-.15c.13.03.14.05.14.05s.1-.12.37 0c.18.07.7.28.79.4.1.14.35.56.47.9.12.4.21.55.21.55l.03.11-.01.1-.04-.09-.05-.1.03.21s.12.32 0 .56l-.05-.02s-.03.12-.06.15l-.1.1-.03.13c-.02.03-.08.17-.08.2s-.09.14-.09.14-.16.13-.27.15c.03.06.31.27.28.46l-.06.38c0 .11.05.17.05.17s.3.4.46.5.5.38.58.65c0 0 .11.14.04.2-.01 0 .03.43-.14.54 0 0-.34.12-.46 0l.06.53c.01.04.01.24-.03.36.02.13.34 1.12.46 1.23.1.16.52 1.37.48 2.02.04.34.25 1.25.24 1.64.03.14.15.92.07 1.46 0 .14.07.74.14.87a1 1 0 0 1 .08.36l.06.23s.13.46.24.6c.08.15.38.67.4 1.18l.3 1.78c.02.05.04.41.16.75l.1.2.03.1.01.12.01.14.04.1.06.12.03.12.03.07s.08.15.1.36c0 .1.04.15.04.15zM10.9 8.64a6 6 0 0 1-.49-1.46c-.02-.1-.1-.3-.1-.3l-.03.04s-.16.28-.3.4-.3.56-.3.56q-.02.02.04.14c.04.07.16.4.22.61.04.17.33.85.4 1 .07.07.14.3.17.4.06-.09.3-.15.3-.15l.03-.06.04-.05.01-.07.01-.12.04-.08.11-.13c.08-.15-.04-.54-.15-.74\"/></svg>
  782. \t\t\t\t<span>Смотреть всех проституток Москвы</span>
  783. \t\t\t</a>
  784. \t\t{% endif %}
  785. \t{% else %}
  786. \t\t{% if profiles and profiles.totalCount > profiles.currentPage * profiles.currentLimit %}
  787. \t\t\t{% block showMore %}
  788. \t\t\t\t{% include 'ProfileList/_show_more.profiles.html.twig' %}
  789. \t\t\t{% endblock showMore %}
  790. \t\t{% endif %}
  791. \t\t{{ porpaginas_render(profiles) }}
  792. \t{% endif %}
  793. \t<div class=\"map-block mb-4 full-w-xs\">
  794. \t\t<picture class=\"map-picture\">
  795. \t\t\t<source srcset=\"{{ asset('assets/images/background/map@480.jpg') }}\" media=\"(max-width: 480px)\">
  796. \t\t\t<source srcset=\"{{ asset('assets/images/background/map@930.jpg') }}\" media=\"(max-width: 960px)\">
  797. \t\t\t<img class=\"map-image\" src=\"{{ asset('assets/images/background/map@1380.jpg') }}\" alt=\"Интим-карта Москвы\" loading=\"lazy\">
  798. \t\t</picture>
  799. \t\t<div class=\"map-block-content d-flex-c\">
  800. \t\t\t<div class=\"map-block-title fw-700 mb-2\">Интим-карта {{ city.name|geo_name('genitive') }}</div>
  801. \t\t\t<div class=\"map-block-text\">Поиск анкет рядом с Вами</div>
  802. \t\t\t<a class=\"map-block-link btn btn-main\" href=\"{{ path('map.page', {'city': city.uriIdentity}) }}\">
  803. \t\t\t\t<svg class=\"btn-icon\" width=\"25\" height=\"25\" fill=\"none\"><path fill-rule=\"evenodd\" d=\"M4.674 8.944c0-4.314 3.512-7.826 7.826-7.826s7.826 3.512 7.826 7.826c0 5.448-6.809 13.049-7.102 13.372l-.724.802-.724-.802c-.293-.323-7.102-7.924-7.102-13.372Zm1.957 0c0 3.462 3.736 8.667 5.869 11.22 1.712-2.064 5.87-7.474 5.87-11.22a5.874 5.874 0 0 0-5.87-5.87 5.874 5.874 0 0 0-5.87 5.87Zm5.869 0c.812 0 1.467-.656 1.467-1.468 0-.812-.655-1.467-1.467-1.467s-1.467.665-1.467 1.467c0 .812.655 1.468 1.467 1.468Zm-2.935 2.445c0-.978 1.957-1.467 2.935-1.467s2.935.489 2.935 1.467v.118a3.88 3.88 0 0 1-2.935 1.35 3.88 3.88 0 0 1-2.935-1.35v-.118Z\" clip-rule=\"evenodd\"/></svg>
  804. \t\t\t\t<span class=\"btn-text\">Искать на карте</span>
  805. \t\t\t</a>
  806. \t\t</div>
  807. \t</div>
  808. \t{% if homepage_city_listings_block is defined and homepage_city_listings_block %}
  809. \t\t{# Массажистки в Москве #}
  810. \t\t{% if feature('has_masseurs') and feature('homepage_city_masseurs_block') and homepage_city_listings_block.hasMasseurs %}
  811. \t\t<div>
  812. \t\t\t{% include 'ProfileList/list.masseur.html.twig' %}
  813. \t\t<div>
  814. \t\t{% endif %}
  815. \t\t{# Интим салоны в Москве #}
  816. \t\t{% if feature('has_saloons') and feature('homepage_city_saloons_block') and homepage_city_listings_block.hasSaloons %}
  817. \t\t<div>
  818. \t\t\t{% include 'ProfileList/list.saloon.html.twig' %}
  819. \t\t<div>
  820. \t\t{% endif %}
  821. \t{% endif %}
  822. \t{# Реки #}
  823. \t{% if profiles and profiles.currentPage >= 2 %}
  824. \t\t<div id=\"recommendations\">
  825. \t\t\t{%- set excludeRecommendationProfileIds = profiles|map(p => p.id)|join(', ') -%}
  826. \t\t\t{%- include 'Recommendations/_profile_recommendations.html.twig' with {componentClass: 'mobile'} -%}
  827. \t\t</div>
  828. \t{% endif %}
  829. \t{% if route == 'homepage' or
  830. \t\t(mainListingFirstPage and app.request.get('city').id == default_city().id)
  831. \t%}
  832. \t\t<div class=\"widget-profiles-by-categories\" id=\"widget_profiles_by_categories\"></div>
  833. \t\t<script>
  834. \t\t\tdocument.addEventListener('DOMContentLoaded', () => {
  835. \t\t\t\tconst widgetElement = document.querySelector('#widget_profiles_by_categories');
  836. \t\t\t\tfunction getProfiles() {
  837. \t\t\t\t\tfetch('{{ path('profile_widget.by_categories', {city: app.request.attributes.get('city', default_city()).uriIdentity}) }}', {
  838. \t\t\t\t\t\tmethod: 'GET',
  839. \t\t\t\t\t\theaders: {
  840. \t\t\t\t\t\t\t\"X-Requested-With\": \"XMLHttpRequest\"
  841. \t\t\t\t\t\t},
  842. \t\t\t\t\t}).then(response => {
  843. \t\t\t\t\t\tif (response.status < 300) {
  844. \t\t\t\t\t\t\treturn response.text();
  845. \t\t\t\t\t\t} else {
  846. \t\t\t\t\t\t\tconsole.warn(\" \");
  847. \t\t\t\t\t\t\treturn null;
  848. \t\t\t\t\t\t}
  849. \t\t\t\t\t}).then(response => {
  850. \t\t\t\t\t\twidgetElement.innerHTML = response;
  851. \t\t\t\t\t\tconst elementsRoot = [...document.querySelectorAll('#profile-list-new', '#profile-list-approved', '#profile-list-elite')];
  852. \t\t\t\t\t\telementsRoot.forEach(root => {
  853. \t\t\t\t\t\t\tif (root.childElementCount === 0) {
  854. \t\t\t\t\t\t\t\troot.previousElementSibling.remove();
  855. \t\t\t\t\t\t\t\troot.remove();
  856. \t\t\t\t\t\t\t}
  857. \t\t\t\t\t\t});
  858. \t\t\t\t\t});
  859. \t\t\t\t}
  860. \t\t\t\tif ('IntersectionObserver' in window) {
  861. \t\t\t\t\tconst observer = new IntersectionObserver((entries) => {
  862. \t\t\t\t\t\tif (entries[0].isIntersecting) {
  863. \t\t\t\t\t\t\tobserver.disconnect();
  864. \t\t\t\t\t\t\tgetProfiles();
  865. \t\t\t\t\t\t}
  866. \t\t\t\t\t}, { rootMargin: '100px' });
  867. \t\t\t\t\tobserver.observe(widgetElement);
  868. \t\t\t\t} else {
  869. \t\t\t\t\tgetProfiles();
  870. \t\t\t\t}
  871. \t\t\t});
  872. \t\t</script>
  873. \t{% endif %}
  874. \t{# {% set circle = app.request.get('_route') == 'profile_list.list_by_provided_service' ? inner_linkage_circle('service') : inner_linkage_circle('prostitutes') %}
  875. \t{% if circle is not null %}
  876. \t\t<div class=\"station-pages-linkage-circle\">
  877. \t\t\t{% if circle[0] is defined and circle[0] is not null %}<a href=\"{{ circle[0].href }}\"><i class=\"prev\"></i>{{ circle[0].text }}</a>{% endif %}
  878. \t\t\t{% if circle[0] is defined and circle[0] is not null
  879. \t\t\t\tand circle[1] is defined and circle[1] is not null %}<i class=\"sep\"></i>{% endif %}
  880. \t\t\t{% if circle[1] is defined and circle[1] is not null %}<a href=\"{{ circle[1].href }}\">{{ circle[1].text }}<i class=\"next\"></i></a>{% endif %}
  881. \t\t</div>
  882. \t{% endif %}
  883. \t{% set stations_circle = station_pages_linkage_circle() %}
  884. \t{% if stations_circle is not null %}
  885. \t\t<div class=\"station-pages-linkage-circle\">
  886. \t\t\t{% if stations_circle[0] is defined and stations_circle[0] is not null %}<a href=\"{{ stations_circle[0].href }}\"><i class=\"prev\"></i>{{ stations_circle[0].text }}</a>{% endif %}
  887. \t\t\t{% if stations_circle[0] is defined and stations_circle[0] is not null
  888. \t\t\t\tand stations_circle[1] is defined and stations_circle[1] is not null %}<i class=\"sep\"></i>{% endif %}
  889. \t\t\t{% if stations_circle[1] is defined and stations_circle[1] is not null %}<a href=\"{{ stations_circle[1].href }}\">{{ stations_circle[1].text }}<i class=\"next\"></i></a>{% endif %}
  890. \t\t</div>
  891. \t{% endif %}
  892. \t{% set cities_circle = city_main_pages_linkage_circle() %}
  893. \t{% if cities_circle is not null %}
  894. \t\t<div class=\"station-pages-linkage-circle\">
  895. \t\t\t{% if cities_circle[0] is defined and cities_circle[0] is not null %}<a href=\"{{ cities_circle[0].href }}\"><i class=\"prev\"></i>{{ cities_circle[0].text }}</a>{% endif %}
  896. \t\t\t{% if cities_circle[0] is defined and cities_circle[0] is not null
  897. \t\t\t\tand cities_circle[1] is defined and cities_circle[1] is not null %}<i class=\"sep\"></i>{% endif %}
  898. \t\t\t{% if cities_circle[1] is defined and cities_circle[1] is not null %}<a href=\"{{ cities_circle[1].href }}\">{{ cities_circle[1].text }}<i class=\"next\"></i></a>{% endif %}
  899. \t\t</div>
  900. \t{% endif %} #}
  901. \t{# {{ include('components/last_girl_list.html.twig') }} #}
  902. \t{# комменты анкет для листинга станции #}
  903.     {# {% include 'ProfileList/station_comments.partial.html.twig' %} #}
  904. \t{%- if isShowTopOnBottomSeo -%}
  905. \t\t{{- include ('__design/v2023/components/seo-article.html.twig', { 'type': 'top', \"noindex\": true }) -}}
  906. \t{%- endif -%}
  907. \t{%- if isShowBottomSeo -%}
  908. \t\t{{- include ('__design/v2023/components/seo-article.html.twig', { 'type': 'bottom', \"noindex\": true }) -}}
  909. \t{%- endif -%}
  910. \t{%- if isIndexPage -%}
  911. \t\t<noindex><p>Элитные и дешевые <a href=\"https://prostitutkipiter.click/\" target=\"_blank\">проститутки в Питере</a> на сайте Prostitutkipiter.click</p></noindex>
  912. \t{%- endif -%}
  913. {% endblock %}
  914. {% block javascripts %}
  915. \t{{parent()}}
  916. \t<script>
  917. \t\tconst listingRoute = '{{ app.request.attributes.get('_route') }}' == '' ? 'profile_list.list_by_city' : '{{ app.request.attributes.get('_route') }}';
  918.         window._lD = {
  919.             setLastViewedListing: listingRoute,
  920.             cityUrl: \"{{city.uriIdentity}}\",
  921.         };
  922. \t\twindow.siteData = {
  923. \t\t\tcity: \"{{ app.request.attributes.get('city', default_city()).uriIdentity }}\",
  924. \t\t\tstations: {
  925.                 {%- for station in stations() -%}
  926.                     \"{{ station.name|trans }}\": \"{{ path('profile_list.list_by_station', {'city': station.city.uriIdentity, 'station': station.uriIdentity}) }}\"{% if not loop.last %},{% endif %}
  927.                 {%- endfor -%}
  928.             }
  929. \t\t};
  930. \t\t{# document.addEventListener('DOMContentLoaded', function() {
  931. \t\t\t{% if profiles and profiles.totalCount > 0 %}
  932. \t\t\t\t{%- set profilesId = profiles|map(p => p.id)|join(',') -%}
  933. \t\t\t\twindow.increase_shows({
  934. \t\t\t\t\tprofiles: [{{ profilesId }}],
  935. \t\t\t\t\troute: '{{ app.request.attributes.get('_route') }}',
  936. \t\t\t\t})
  937. \t\t\t{% endif %}
  938. \t\t}); #}
  939. \t\tdocument.addEventListener('header:update', (event) => {
  940. \t\t\tconst userData = event.detail?.data;
  941. \t\t\tif (userData.user && userData.role === 'advertiser') return;
  942. \t\t\t{% include 'ProfileList/_favorite-button.partial.script.js' %}
  943. \t\t})
  944. \t</script>
  945. {% endblock %}""ProfileList/list.html.twig""/app/templates/ProfileList/list.html.twig");
  946.     }
  947. }