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

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["isShowTopOnTopSeo"] = (isset($context["isIndexPage"]) || array_key_exists("isIndexPage"$context) ? $context["isIndexPage"] : (function () { throw new RuntimeError('Variable "isIndexPage" does not exist.'133$this->source); })());
  148.         // line 134
  149.         $context["isShowTopOnBottomSeo"] = false;
  150.         // line 135
  151.         $context["isShowBottomSeo"] = (isset($context["isIndexPage"]) || array_key_exists("isIndexPage"$context) ? $context["isIndexPage"] : (function () { throw new RuntimeError('Variable "isIndexPage" 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.         // line 144
  166.         if ((isset($context["isShowTopOnTopSeo"]) || array_key_exists("isShowTopOnTopSeo"$context) ? $context["isShowTopOnTopSeo"] : (function () { throw new RuntimeError('Variable "isShowTopOnTopSeo" does not exist.'144$this->source); })())) {
  167.             // line 145
  168.             echo twig_include($this->env$context"__design/v2023/components/seo-article.html.twig", ["type" => "top""noindex" => true]);
  169.         }
  170.         // line 161
  171.         $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.'161$this->source); })()), "request", [], "any"falsefalsefalse161), "attributes", [], "any"falsefalsefalse161), "get", ["_route"], "method"falsefalsefalse161));
  172.         // line 162
  173.         $context["isFormExist"] = false;
  174.         // line 163
  175.         if ((isset($context["isFormExist"]) || array_key_exists("isFormExist"$context) ? $context["isFormExist"] : (function () { throw new RuntimeError('Variable "isFormExist" does not exist.'163$this->source); })())) {
  176.             // line 164
  177.             echo "<noindex>
  178. \t\t\t<button class=\"filter_hide_button\" type=\"button\" id=\"filter_hide_button\">
  179. \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>
  180. \t\t\t\t<span class=\"filter_hide_button__text\" data-filter-hide-text-show>Показать фильтры</span>
  181. \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>
  182. \t\t\t</button>
  183. \t\t\t<div class=\"filter_hide_block\" id=\"filter_hide_block\">
  184. \t\t\t\t";
  185.             // line 172
  186.             echo "\t\t\t\t";
  187.             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.'172$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"]]);
  188.             // line 179
  189.             echo "
  190. \t\t\t\t\t";
  191.             // line 180
  192.             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.'180$this->source); })()), "vars", [], "any"falsefalsefalse180), "value", [], "any"falsefalsefalse180), "filterListId" => "filter-list"]);
  193.             echo "
  194. \t\t\t\t";
  195.             // line 181
  196.             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.'181$this->source); })()), 'form_end');
  197.             echo "
  198. \t\t\t</div>
  199. \t\t\t<div class=\"profile_filter__tags__container profile_filter__tags__container--mobile fade_slider__container\">
  200. \t\t\t\t<div class=\"profile_filter__tags d-none fade_slider d-none\" id=\"filter_tags\"></div>
  201. \t\t\t</div>
  202. \t\t\t<div class=\"profile_filter__line\" id=\"filter_line\" style=\"display: none\">
  203. \t\t\t\t<div class=\"profile_filter__line__title\">Найдено <span class=\"profile_filter__line__title__count\">";
  204.             // line 189
  205.             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.'189$this->source); })()), "totalCount", [], "any"falsefalsefalse189), "html"nulltrue);
  206.             echo " ";
  207.             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.'189$this->source); })()), "totalCount", [], "any"falsefalsefalse189), ["анкета""анкеты""анкет"]), "html"nulltrue);
  208.             echo "</span></div>
  209. \t\t\t\t<button class=\"profile_filter__line__reset\" type=\"button\" id=\"filter_line_reset\">
  210. \t\t\t\t\tСбросить фильтры
  211. \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>
  212. \t\t\t\t</button>
  213. \t\t\t</div>
  214. \t\t</noindex>
  215. \t";
  216.         }
  217.         // line 197
  218.         echo "
  219. \t";
  220.         // line 198
  221.         $this->displayBlock('mainList'$context$blocks);
  222.         // line 205
  223.         echo "\t
  224. \t";
  225.         // line 206
  226.         if ((isset($context["routeIsHome"]) || array_key_exists("routeIsHome"$context) ? $context["routeIsHome"] : (function () { throw new RuntimeError('Variable "routeIsHome" does not exist.'206$this->source); })())) {
  227.             // line 207
  228.             echo "\t\t";
  229.             if (((isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'207$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.'207$this->source); })()), "totalCount", [], "any"falsefalsefalse207) > (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.'207$this->source); })()), "currentPage", [], "any"falsefalsefalse207) * 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.'207$this->source); })()), "currentLimit", [], "any"falsefalsefalse207))))) {
  230.                 // line 208
  231.                 echo "\t\t\t";
  232.                 $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.'208$this->source); })()), "uriIdentity", [], "any"falsefalsefalse208), "page" => "1"]), ["/page1" => ""]);
  233.                 // line 209
  234.                 echo "
  235. \t\t\t<a class=\"homepage-link-more btn btn-main d-flex-c\" href=\"";
  236.                 // line 210
  237.                 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.'210$this->source); })()), "html"nulltrue);
  238.                 echo "\">
  239. \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>
  240. \t\t\t\t<span>Смотреть всех проституток</span>
  241. \t\t\t</a>
  242. \t\t";
  243.             }
  244.             // line 215
  245.             echo "\t";
  246.         } else {
  247.             // line 216
  248.             echo "\t\t";
  249.             if (((isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'216$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.'216$this->source); })()), "totalCount", [], "any"falsefalsefalse216) > (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.'216$this->source); })()), "currentPage", [], "any"falsefalsefalse216) * 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.'216$this->source); })()), "currentLimit", [], "any"falsefalsefalse216))))) {
  250.                 // line 217
  251.                 echo "\t\t\t";
  252.                 $this->displayBlock('showMore'$context$blocks);
  253.                 // line 220
  254.                 echo "\t\t";
  255.             }
  256.             // line 221
  257.             echo "\t\t";
  258.             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.'221$this->source); })()));
  259.             echo "
  260. \t";
  261.         }
  262.         // line 223
  263.         echo "
  264. \t<div class=\"map-block mb-4 full-w-xs\">
  265. \t\t<picture class=\"map-picture\">
  266. \t\t\t<source srcset=\"";
  267.         // line 227
  268.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/background/map@480.jpg"), "html"nulltrue);
  269.         echo "\" media=\"(max-width: 480px)\">
  270. \t\t\t<source srcset=\"";
  271.         // line 228
  272.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/background/map@930.jpg"), "html"nulltrue);
  273.         echo "\" media=\"(max-width: 960px)\">
  274. \t\t\t<img class=\"map-image\" src=\"";
  275.         // line 229
  276.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/background/map@1380.jpg"), "html"nulltrue);
  277.         echo "\" alt=\"Интим-карта Москвы\" loading=\"lazy\">
  278. \t\t</picture>
  279. \t\t<div class=\"map-block-content d-flex-c\">
  280. \t\t\t<div class=\"map-block-title fw-700 mb-2\">Интим-карта ";
  281.         // line 232
  282.         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.'232$this->source); })()), "name", [], "any"falsefalsefalse232), "genitive"), "html"nulltrue);
  283.         echo "</div>
  284. \t\t\t<div class=\"map-block-text\">Поиск анкет рядом с Вами</div>
  285. \t\t\t<a class=\"map-block-link btn btn-main\" href=\"";
  286.         // line 234
  287.         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.'234$this->source); })()), "uriIdentity", [], "any"falsefalsefalse234)]), "html"nulltrue);
  288.         echo "\">
  289. \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>
  290. \t\t\t\t<span class=\"btn-text\">Искать на карте</span>
  291. \t\t\t</a>
  292. \t\t</div>
  293. \t</div>
  294. \t";
  295.         // line 241
  296.         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.'241$this->source); })()))) {
  297.             // line 242
  298.             echo "\t\t";
  299.             // line 243
  300.             echo "\t\t";
  301.             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.'243$this->source); })()), "hasMasseurs", [], "any"falsefalsefalse243))) {
  302.                 // line 244
  303.                 echo "\t\t<div>
  304. \t\t\t";
  305.                 // line 245
  306.                 $this->loadTemplate("ProfileList/list.masseur.html.twig""ProfileList/list.html.twig"245)->display($context);
  307.                 // line 246
  308.                 echo "\t\t<div>
  309. \t\t";
  310.             }
  311.             // line 248
  312.             echo "
  313. \t\t";
  314.             // line 250
  315.             echo "\t\t";
  316.             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.'250$this->source); })()), "hasSaloons", [], "any"falsefalsefalse250))) {
  317.                 // line 251
  318.                 echo "\t\t<div>
  319. \t\t\t";
  320.                 // line 252
  321.                 $this->loadTemplate("ProfileList/list.saloon.html.twig""ProfileList/list.html.twig"252)->display($context);
  322.                 // line 253
  323.                 echo "\t\t<div>
  324. \t\t";
  325.             }
  326.             // line 255
  327.             echo "\t";
  328.         }
  329.         // line 256
  330.         echo "
  331. \t";
  332.         // line 258
  333.         echo "\t";
  334.         if (((isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'258$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.'258$this->source); })()), "currentPage", [], "any"falsefalsefalse258) >= 2))) {
  335.             // line 259
  336.             echo "\t\t<div id=\"recommendations\">";
  337.             // line 260
  338.             $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.'260$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.'260$this->source); })()), "id", [], "any"falsefalsefalse260); }), ", ");
  339.             // line 261
  340.             $this->loadTemplate("Recommendations/_profile_recommendations.html.twig""ProfileList/list.html.twig"261)->display(twig_array_merge($context, ["componentClass" => "mobile"]));
  341.             // line 262
  342.             echo "</div>
  343. \t";
  344.         }
  345.         // line 264
  346.         echo "
  347. \t";
  348.         // line 266
  349.         if ((((isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'266$this->source); })()) == "homepage") || (        // line 267
  350. (isset($context["mainListingFirstPage"]) || array_key_exists("mainListingFirstPage"$context) ? $context["mainListingFirstPage"] : (function () { throw new RuntimeError('Variable "mainListingFirstPage" does not exist.'267$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.'267$this->source); })()), "request", [], "any"falsefalsefalse267), "get", ["city"], "method"falsefalsefalse267), "id", [], "any"falsefalsefalse267) == twig_get_attribute($this->env$this->source$this->extensions['App\Twig\DefaultCityExtension']->defaultCity(), "id", [], "any"falsefalsefalse267))))) {
  351.             // line 269
  352.             echo "\t\t<div class=\"widget-profiles-by-categories\" id=\"widget_profiles_by_categories\"></div>
  353. \t\t<script>
  354. \t\t\tdocument.addEventListener('DOMContentLoaded', () => {
  355. \t\t\t\tconst widgetElement = document.querySelector('#widget_profiles_by_categories');
  356. \t\t\t\tfunction getProfiles() {
  357. \t\t\t\t\tfetch('";
  358.             // line 275
  359.             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.'275$this->source); })()), "request", [], "any"falsefalsefalse275), "attributes", [], "any"falsefalsefalse275), "get", ["city"$this->extensions['App\Twig\DefaultCityExtension']->defaultCity()], "method"falsefalsefalse275), "uriIdentity", [], "any"falsefalsefalse275)]), "html"nulltrue);
  360.             echo "', {
  361. \t\t\t\t\t\tmethod: 'GET',
  362. \t\t\t\t\t\theaders: {
  363. \t\t\t\t\t\t\t\"X-Requested-With\": \"XMLHttpRequest\"
  364. \t\t\t\t\t\t},
  365. \t\t\t\t\t}).then(response => {
  366. \t\t\t\t\t\tif (response.status < 300) {
  367. \t\t\t\t\t\t\treturn response.text();
  368. \t\t\t\t\t\t} else {
  369. \t\t\t\t\t\t\tconsole.warn(\" \");
  370. \t\t\t\t\t\t\treturn null;
  371. \t\t\t\t\t\t}
  372. \t\t\t\t\t}).then(response => {
  373. \t\t\t\t\t\twidgetElement.innerHTML = response;
  374. \t\t\t\t\t\tconst elementsRoot = [...document.querySelectorAll('#profile-list-new', '#profile-list-approved', '#profile-list-elite')];
  375. \t\t\t\t\t\telementsRoot.forEach(root => {
  376. \t\t\t\t\t\t\tif (root.childElementCount === 0) {
  377. \t\t\t\t\t\t\t\troot.previousElementSibling.remove();
  378. \t\t\t\t\t\t\t\troot.remove();
  379. \t\t\t\t\t\t\t}
  380. \t\t\t\t\t\t});
  381. \t\t\t\t\t});
  382. \t\t\t\t}
  383. \t\t\t\tif ('IntersectionObserver' in window) {
  384. \t\t\t\t\tconst observer = new IntersectionObserver((entries) => {
  385. \t\t\t\t\t\tif (entries[0].isIntersecting) {
  386. \t\t\t\t\t\t\tobserver.disconnect();
  387. \t\t\t\t\t\t\tgetProfiles();
  388. \t\t\t\t\t\t}
  389. \t\t\t\t\t}, { rootMargin: '100px' });
  390. \t\t\t\t\tobserver.observe(widgetElement);
  391. \t\t\t\t} else {
  392. \t\t\t\t\tgetProfiles();
  393. \t\t\t\t}
  394. \t\t\t});
  395. \t\t</script>
  396. \t";
  397.         }
  398.         // line 314
  399.         echo "
  400. \t";
  401.         // line 345
  402.         echo "
  403. \t";
  404.         // line 347
  405.         echo "
  406. \t";
  407.         // line 349
  408.         echo "    ";
  409.         // line 351
  410.         if ((isset($context["isShowTopOnBottomSeo"]) || array_key_exists("isShowTopOnBottomSeo"$context) ? $context["isShowTopOnBottomSeo"] : (function () { throw new RuntimeError('Variable "isShowTopOnBottomSeo" does not exist.'351$this->source); })())) {
  411.             // line 352
  412.             echo twig_include($this->env$context"__design/v2023/components/seo-article.html.twig", ["type" => "top""noindex" => true]);
  413.         }
  414.         // line 354
  415.         if ((isset($context["isShowBottomSeo"]) || array_key_exists("isShowBottomSeo"$context) ? $context["isShowBottomSeo"] : (function () { throw new RuntimeError('Variable "isShowBottomSeo" does not exist.'354$this->source); })())) {
  416.             // line 355
  417.             echo twig_include($this->env$context"__design/v2023/components/seo-article.html.twig", ["type" => "bottom""noindex" => true]);
  418.         }
  419.         // line 357
  420.         if ((isset($context["isIndexPage"]) || array_key_exists("isIndexPage"$context) ? $context["isIndexPage"] : (function () { throw new RuntimeError('Variable "isIndexPage" does not exist.'357$this->source); })())) {
  421.             // line 358
  422.             echo "<noindex><p>Элитные и дешевые <a href=\"https://prostitutkipiter.click/\" target=\"_blank\">проститутки в Питере</a> на сайте Prostitutkipiter.click</p></noindex>";
  423.         }
  424.         
  425.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  426.         
  427.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  428.         
  429.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  430.     }
  431.     // line 198
  432.     public function block_mainList($context, array $blocks = [])
  433.     {
  434.         $macros $this->macros;
  435.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  436.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainList"));
  437.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  438.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainList"));
  439.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  440.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainList"));
  441.         // line 199
  442.         echo "\t\t<ul class=\"profile-list d-grid mb-4 full-w-xs\" id=\"profile-list\">
  443.         \t";
  444.         // line 200
  445.         $this->loadTemplate("ProfileList/list.profiles.html.twig""ProfileList/list.html.twig"200)->display(twig_array_merge($context, ["likeButton" => ($this->extensions['App\Twig\UserExtension']->isUserCustomer(twig_get_attribute($this->env$this->source,         // line 201
  446. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'201$this->source); })()), "user", [], "any"falsefalsefalse201)) == "1")]));
  447.         // line 203
  448.         echo "\t\t</ul>
  449. \t";
  450.         
  451.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  452.         
  453.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  454.         
  455.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  456.     }
  457.     // line 217
  458.     public function block_showMore($context, array $blocks = [])
  459.     {
  460.         $macros $this->macros;
  461.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  462.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  463.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  464.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  465.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  466.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  467.         // line 218
  468.         echo "\t\t\t\t";
  469.         $this->loadTemplate("ProfileList/_show_more.profiles.html.twig""ProfileList/list.html.twig"218)->display($context);
  470.         // line 219
  471.         echo "\t\t\t";
  472.         
  473.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  474.         
  475.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  476.         
  477.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  478.     }
  479.     // line 362
  480.     public function block_javascripts($context, array $blocks = [])
  481.     {
  482.         $macros $this->macros;
  483.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  484.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  485.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  486.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  487.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  488.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  489.         // line 363
  490.         echo "\t";
  491.         $this->displayParentBlock("javascripts"$context$blocks);
  492.         echo "
  493. \t<script>
  494. \t\tconst listingRoute = '";
  495.         // line 365
  496.         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.'365$this->source); })()), "request", [], "any"falsefalsefalse365), "attributes", [], "any"falsefalsefalse365), "get", ["_route"], "method"falsefalsefalse365), "html"nulltrue);
  497.         echo "' == '' ? 'profile_list.list_by_city' : '";
  498.         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.'365$this->source); })()), "request", [], "any"falsefalsefalse365), "attributes", [], "any"falsefalsefalse365), "get", ["_route"], "method"falsefalsefalse365), "html"nulltrue);
  499.         echo "';
  500.         window._lD = {
  501.             setLastViewedListing: listingRoute,
  502.             cityUrl: \"";
  503.         // line 368
  504.         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.'368$this->source); })()), "uriIdentity", [], "any"falsefalsefalse368), "html"nulltrue);
  505.         echo "\",
  506.         };
  507. \t\twindow.siteData = {
  508. \t\t\tcity: \"";
  509.         // line 371
  510.         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.'371$this->source); })()), "request", [], "any"falsefalsefalse371), "attributes", [], "any"falsefalsefalse371), "get", ["city"$this->extensions['App\Twig\DefaultCityExtension']->defaultCity()], "method"falsefalsefalse371), "uriIdentity", [], "any"falsefalsefalse371), "html"nulltrue);
  511.         echo "\",
  512. \t\t\tstations: {";
  513.         // line 373
  514.         $context['_parent'] = $context;
  515.         $context['_seq'] = twig_ensure_traversable($this->extensions['App\Twig\StationsExtension']->stations());
  516.         $context['loop'] = [
  517.           'parent' => $context['_parent'],
  518.           'index0' => 0,
  519.           'index'  => 1,
  520.           'first'  => true,
  521.         ];
  522.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  523.             $length count($context['_seq']);
  524.             $context['loop']['revindex0'] = $length 1;
  525.             $context['loop']['revindex'] = $length;
  526.             $context['loop']['length'] = $length;
  527.             $context['loop']['last'] = === $length;
  528.         }
  529.         foreach ($context['_seq'] as $context["_key"] => $context["station"]) {
  530.             // line 374
  531.             echo "\"";
  532.             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"falsefalsefalse374)), "html"nulltrue);
  533.             echo "\": \"";
  534.             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"falsefalsefalse374), "uriIdentity", [], "any"falsefalsefalse374), "station" => twig_get_attribute($this->env$this->source$context["station"], "uriIdentity", [], "any"falsefalsefalse374)]), "html"nulltrue);
  535.             echo "\"";
  536.             if ( !twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse374)) {
  537.                 echo ",";
  538.             }
  539.             ++$context['loop']['index0'];
  540.             ++$context['loop']['index'];
  541.             $context['loop']['first'] = false;
  542.             if (isset($context['loop']['length'])) {
  543.                 --$context['loop']['revindex0'];
  544.                 --$context['loop']['revindex'];
  545.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  546.             }
  547.         }
  548.         $_parent $context['_parent'];
  549.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['station'], $context['_parent'], $context['loop']);
  550.         $context array_intersect_key($context$_parent) + $_parent;
  551.         // line 376
  552.         echo "}
  553. \t\t};
  554. \t\t";
  555.         // line 388
  556.         echo "
  557. \t\tdocument.addEventListener('header:update', (event) => {
  558. \t\t\tconst userData = event.detail?.data;
  559. \t\t\tif (userData.user && userData.role === 'advertiser') return;
  560. \t\t\t";
  561.         // line 393
  562.         $this->loadTemplate("ProfileList/_favorite-button.partial.script.js""ProfileList/list.html.twig"393)->display($context);
  563.         // line 394
  564.         echo "\t\t})
  565. \t</script>
  566. ";
  567.         
  568.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  569.         
  570.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  571.         
  572.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  573.     }
  574.     /**
  575.      * @codeCoverageIgnore
  576.      */
  577.     public function getTemplateName()
  578.     {
  579.         return "ProfileList/list.html.twig";
  580.     }
  581.     /**
  582.      * @codeCoverageIgnore
  583.      */
  584.     public function isTraitable()
  585.     {
  586.         return false;
  587.     }
  588.     /**
  589.      * @codeCoverageIgnore
  590.      */
  591.     public function getDebugInfo()
  592.     {
  593.         return array (  627 => 394,  625 => 393,  618 => 388,  613 => 376,  592 => 374,  575 => 373,  571 => 371,  565 => 368,  557 => 365,  551 => 363,  538 => 362,  525 => 219,  522 => 218,  509 => 217,  495 => 203,  493 => 201,  492 => 200,  489 => 199,  476 => 198,  462 => 358,  460 => 357,  457 => 355,  455 => 354,  452 => 352,  450 => 351,  448 => 349,  445 => 347,  442 => 345,  438 => 314,  396 => 275,  388 => 269,  386 => 267,  385 => 266,  381 => 264,  377 => 262,  375 => 261,  373 => 260,  371 => 259,  368 => 258,  365 => 256,  362 => 255,  358 => 253,  356 => 252,  353 => 251,  350 => 250,  347 => 248,  343 => 246,  341 => 245,  338 => 244,  335 => 243,  333 => 242,  331 => 241,  321 => 234,  316 => 232,  310 => 229,  306 => 228,  302 => 227,  296 => 223,  290 => 221,  287 => 220,  284 => 217,  281 => 216,  278 => 215,  270 => 210,  267 => 209,  264 => 208,  261 => 207,  259 => 206,  256 => 205,  254 => 198,  251 => 197,  238 => 189,  227 => 181,  223 => 180,  220 => 179,  217 => 172,  208 => 164,  206 => 163,  204 => 162,  202 => 161,  199 => 145,  197 => 144,  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,);
  594.     }
  595.     public function getSourceContext()
  596.     {
  597.         return new Source("{% extends 'ProfileList/grid.html.twig' %}
  598. {# {% extends 'grid.html.twig' %} #}
  599. {%- set linkLangSupport = app.request.locale == 'en' ? '/en' : '' -%}
  600. {%- set excludeRecommendationProfileIds = [] -%} 
  601. {%- set isFirstPage = profiles.currentPage is defined and profiles.currentPage == 1 -%}
  602. {% set isOldDomain = app.request.host == \"prostitutki-moskvy-dosug.com\" %}
  603. {% set listingPage = profiles.currentPage is defined and profiles.currentPage > 1 %}
  604. {# {%- block stylesheet_postload -%}{{ encore_entry_link_tags(\"styles/public-girl-list\") }}{{ parent() }}{%- endblock -%} #}
  605. {%- block preloadAnyData -%}
  606. \t{# {%- set photo = profiles|first|avatar -%}
  607. \t{%- if photo -%}
  608. \t\t<link rel=\"preload\" href=\"{{ responsive_asset(photo.path, 'profile_media', \"200x280\", \"jpg\") }}\" as=\"image\">
  609. \t\t<link rel=\"preload\" as=\"image\"
  610. \t\t\thref=\"{{ responsive_asset(photo.path, 'profile_media', \"200x280\", \"jpg\") }}\"
  611. \t\t\timagesrcset=\"{{ responsive_asset(photo.path, 'profile_media', \"200x280\", \"jpg\") }} 200w,
  612. \t\t\t\t\t\t{{ responsive_asset(photo.path, 'profile_media', \"185x259\", \"jpg\") }} 185w\"
  613. \t\t\timagesizes=\"(max-width: 1740px) 185px, 200px\"
  614. \t\t\tmedia=\"(min-width: 1740px)\" />
  615. \t{%- endif -%} #}
  616. {%- endblock -%}
  617. {%- block metaSpecial -%}
  618. \t{%- set pageNumber = app.request.get('page', 1) -%}
  619. \t{%- if pageNumber > 1 -%}
  620. \t\t<meta name=\"yandex\" content=\"noindex, follow\" />
  621. \t{%- endif -%}
  622. {%- endblock -%}
  623. {%- block mainContainer -%}
  624. \t{%- set isMainCity = city.uriIdentity == default_city().uriIdentity -%}
  625. \t{%- set conditionList = [
  626. \t\t'usluga-massage-professionalnyij',
  627. \t\t'usluga-massage-rasslablyayuschij',
  628. \t\t'usluga-massage-tajskij',
  629. \t\t'usluga-massage-urologicheskij',
  630. \t\t'/new/',
  631. \t\t'/search/',
  632. \t\t'/checked/',
  633. \t\t'/salons/',
  634. \t\t'/usluga-striptiz-ne-profi/',
  635. \t\t'/usluga-striptiz-profi/',
  636. \t\t'/price/high/',
  637. \t\t'/usluga-seks-analnyij/',
  638. \t\t'/hair-color-blonde/',
  639. \t\t'/hair-color-brunette/',
  640. \t\t'/price/low/',
  641. \t\t'/video/',
  642. \t\t'/comments/',
  643. \t\t'/map/',
  644. \t\t'/usluga-massage-klassicheskij/',
  645. \t\t'/nationality-asian/',
  646. \t\t'/usluga-anilingus-delayu/',
  647. \t\t'/usluga-gospozha/',
  648. \t\t'/selfie/',
  649. \t\t'/massagers/',
  650. \t\t'/usluga-massage-vetka-sakuryi/',
  651. \t\t'/okrug/vostochnyj-vao/',
  652. \t\t'/okrug/zapadnyj-zao/',
  653. \t\t'/okrug/severnyj-sao/',
  654. \t\t'/okrug/severo-zapadnyj-szao/',
  655. \t\t'/okrug/tsentralnyij/',
  656. \t\t'/okrug/yugo-vostochnyj-yuvao/',
  657. \t\t'/usluga-minet-bez-rezinki/',
  658. \t\t'/usluga-minet-v-mashine/',
  659. \t\t'/usluga-minet-v-prezervative/',
  660. \t\t'/usluga-minet-glubokij/',
  661. \t\t'/nationality-negress/',
  662. \t\t'/main-district/',
  663. \t\t'/hair-color-light-brown/',
  664. \t\t'/hair-color-red/',
  665. \t\t'/usluga-seks-gruppovoj/',
  666. \t\t'/usluga-strapon/',
  667. \t\t'/usluga-uslugi-semejnoj-pare/',
  668. \t\t'/usluga-fisting-analnyij/',
  669. \t\t'/usluga-fisting-klassicheskij/',
  670. \t\t'/hair-color-brown/',
  671. \t\t'/nationality-kazakh/',
  672. \t\t'/nationality-mulatto/',
  673. \t\t'/nationality-russian/',
  674. \t\t'/nationality-tatar/',
  675. \t\t'/nationality-ukrainian/',
  676. \t\t'/okrug/yugo-zapadnyj-yuzao/',
  677. \t\t'/okrug/zelenograd/',
  678. \t\t'/body-type-athletic/',
  679. \t\t'/body-type-fat/',
  680. \t\t'/usluga-seks-klassicheskij/',
  681. \t\t'/usluga-rolevyie-igryi/',
  682. \t\t'/usluga-eskort/',
  683. \t\t'/usluga-trampling/',
  684. \t\t'/usluga-fetish/',
  685. \t\t'/usluga-bondaj/',
  686. \t\t'/usluga-rabyinya/',
  687. \t\t'/usluga-porka/',
  688. \t\t'/body-type-thin/',
  689. \t\t'/body-type-slim/',
  690. \t\t'/body-type-tight/',
  691. \t\t'/usluga-okonchanie-na-grud/',
  692. \t\t'/usluga-okonchanie-na-litso/',
  693. \t\t'/usluga-kopro-vyidacha/',
  694. \t\t'/usluga-okonchanie-v-rot/',
  695. \t\t'/usluga-kunnilingus/',
  696. \t\t'/usluga-massage-eroticheskij/',
  697. \t\t'/usluga-massage-tochechnyij/',
  698. \t\t'/usluga-igrushki/',
  699. \t\t'/usluga-zolot-dozhd-vyidacha/',
  700. \t\t'/usluga-zolotoj-dozhd-priem/',
  701. \t\t'/usluga-legkaya-dominatsiya/',
  702. \t\t'/metro-',
  703. \t\t'/prostitytki-'
  704. \t\t]
  705. \t%}
  706. \t{%- set onlyThisPageSeoShow = false -%}
  707. \t{%- for str in conditionList -%}
  708. \t\t{%- if str in app.request.pathInfo -%}
  709. \t\t\t{%- set onlyThisPageSeoShow = true -%}
  710. \t\t{%- endif -%}
  711. \t{%- endfor -%}
  712. \t{% set route = app.request.attributes.get('_route') %}
  713. \t{%- set isIndexPage = app.request.pathInfo == '/' -%}
  714. \t{%- set isStationPage = route == \"profile_list.list_by_station\" -%}
  715. \t{% set mainListingFirstPage = route == 'profile_list.list_by_city' %}
  716. \t{# {%- set isShowTopSeo = (isFirstPage and isMainCity and onlyThisPageSeoShow) or isIndexPage -%}
  717. \t{%- set isShowBottomSeo = (isFirstPage and isMainCity and onlyThisPageSeoShow ) or isIndexPage -%} #}
  718. \t{%- set isShowTopOnTopSeo = isIndexPage -%}
  719. \t{%- set isShowTopOnBottomSeo = false -%}
  720. \t{%- set isShowBottomSeo = isIndexPage -%}
  721. \t{{- knp_menu_render('breadcrumbs', {'template': '__design/v2023/_menu/breadcrumbs.html.twig'}) -}}
  722. \t<div class=\"heading d-flex\">
  723. \t\t<h1 class=\"heading-title text-title mr-1\" role=\"heading\">{{- seo_heading() ? seo_heading() : 'Проститутки и индивидуалки Москвы' -}}</h1>
  724. \t\t<span class=\"heading-count clr-main-text fw-700\" data-count-profiles>{{ profiles.totalCount }}</span>
  725. \t</div>
  726. \t{%- if isShowTopOnTopSeo -%}
  727. \t\t{{- include ('__design/v2023/components/seo-article.html.twig', { 'type': 'top', \"noindex\": true }) -}}
  728. \t{%- endif -%}
  729. \t{# <div aria-hidden=\"true\" class=\"no-display\" style=\"display: none;\">
  730. \t\t<svg xmlns=\"http://www.w3.org/2000/svg\">
  731. \t\t\t<symbol id=\"close\" viewBox=\"0 0 25 24\">
  732. \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\"/>
  733. \t\t\t</symbol>
  734. \t\t\t<symbol id=\"expand\" viewBox=\"0 0 25 24\">
  735. \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\"/>
  736. \t\t\t</symbol>
  737. \t\t\t<symbol id=\"range\" viewBox=\"0 0 25 24\">
  738. \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\"/>
  739. \t\t\t</symbol>
  740. \t\t</svg>
  741. \t</div> #}
  742. \t{%- set isArchivePage =  'profile_list.list_archived' in app.request.attributes.get('_route') -%}
  743. \t{%- set isFormExist = false -%}{# profile_filter_form is defined and not isArchivePage #}
  744. \t{%- if isFormExist -%}
  745. \t\t<noindex>
  746. \t\t\t<button class=\"filter_hide_button\" type=\"button\" id=\"filter_hide_button\">
  747. \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>
  748. \t\t\t\t<span class=\"filter_hide_button__text\" data-filter-hide-text-show>Показать фильтры</span>
  749. \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>
  750. \t\t\t</button>
  751. \t\t\t<div class=\"filter_hide_block\" id=\"filter_hide_block\">
  752. \t\t\t\t{# Форма полей фильтрации #}
  753. \t\t\t\t{{ form_start(profile_filter_form, {
  754. \t\t\t\t\t'attr': {
  755. \t\t\t\t\t\t'id': 'filter-form',
  756. \t\t\t\t\t\t'class': 'filter_form',
  757. \t\t\t\t\t\t'data-process-url': path('profile_ctr.increase_shows'),
  758. \t\t\t\t\t\t'data-main-class': 'profile_filter'
  759. \t\t\t\t\t}
  760. \t\t\t\t}) }}
  761. \t\t\t\t\t{{ include('ProfileList/filter/form.partial.twig', {filterData: profile_filter_form.vars.value, filterListId: 'filter-list'}) }}
  762. \t\t\t\t{{ form_end(profile_filter_form) }}
  763. \t\t\t</div>
  764. \t\t\t<div class=\"profile_filter__tags__container profile_filter__tags__container--mobile fade_slider__container\">
  765. \t\t\t\t<div class=\"profile_filter__tags d-none fade_slider d-none\" id=\"filter_tags\"></div>
  766. \t\t\t</div>
  767. \t\t\t<div class=\"profile_filter__line\" id=\"filter_line\" style=\"display: none\">
  768. \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>
  769. \t\t\t\t<button class=\"profile_filter__line__reset\" type=\"button\" id=\"filter_line_reset\">
  770. \t\t\t\t\tСбросить фильтры
  771. \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>
  772. \t\t\t\t</button>
  773. \t\t\t</div>
  774. \t\t</noindex>
  775. \t{% endif %}
  776. \t{% block mainList %}
  777. \t\t<ul class=\"profile-list d-grid mb-4 full-w-xs\" id=\"profile-list\">
  778.         \t{% include 'ProfileList/list.profiles.html.twig' with {
  779. \t\t\t\t'likeButton': is_user_customer(app.user) == '1'
  780. \t\t\t\t} %}
  781. \t\t</ul>
  782. \t{% endblock %}
  783. \t
  784. \t{% if routeIsHome %}
  785. \t\t{% if profiles and profiles.totalCount > profiles.currentPage * profiles.currentLimit %}
  786. \t\t\t{% set linkToProfileList = path('profile_list.list_by_city._pagination', {'city': city.uriIdentity, 'page': '1'})|replace({'/page1': ''}) %}
  787. \t\t\t<a class=\"homepage-link-more btn btn-main d-flex-c\" href=\"{{ linkToProfileList }}\">
  788. \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>
  789. \t\t\t\t<span>Смотреть всех проституток</span>
  790. \t\t\t</a>
  791. \t\t{% endif %}
  792. \t{% else %}
  793. \t\t{% if profiles and profiles.totalCount > profiles.currentPage * profiles.currentLimit %}
  794. \t\t\t{% block showMore %}
  795. \t\t\t\t{% include 'ProfileList/_show_more.profiles.html.twig' %}
  796. \t\t\t{% endblock showMore %}
  797. \t\t{% endif %}
  798. \t\t{{ porpaginas_render(profiles) }}
  799. \t{% endif %}
  800. \t<div class=\"map-block mb-4 full-w-xs\">
  801. \t\t<picture class=\"map-picture\">
  802. \t\t\t<source srcset=\"{{ asset('assets/images/background/map@480.jpg') }}\" media=\"(max-width: 480px)\">
  803. \t\t\t<source srcset=\"{{ asset('assets/images/background/map@930.jpg') }}\" media=\"(max-width: 960px)\">
  804. \t\t\t<img class=\"map-image\" src=\"{{ asset('assets/images/background/map@1380.jpg') }}\" alt=\"Интим-карта Москвы\" loading=\"lazy\">
  805. \t\t</picture>
  806. \t\t<div class=\"map-block-content d-flex-c\">
  807. \t\t\t<div class=\"map-block-title fw-700 mb-2\">Интим-карта {{ city.name|geo_name('genitive') }}</div>
  808. \t\t\t<div class=\"map-block-text\">Поиск анкет рядом с Вами</div>
  809. \t\t\t<a class=\"map-block-link btn btn-main\" href=\"{{ path('map.page', {'city': city.uriIdentity}) }}\">
  810. \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>
  811. \t\t\t\t<span class=\"btn-text\">Искать на карте</span>
  812. \t\t\t</a>
  813. \t\t</div>
  814. \t</div>
  815. \t{% if homepage_city_listings_block is defined and homepage_city_listings_block %}
  816. \t\t{# Массажистки в Москве #}
  817. \t\t{% if feature('has_masseurs') and feature('homepage_city_masseurs_block') and homepage_city_listings_block.hasMasseurs %}
  818. \t\t<div>
  819. \t\t\t{% include 'ProfileList/list.masseur.html.twig' %}
  820. \t\t<div>
  821. \t\t{% endif %}
  822. \t\t{# Интим салоны в Москве #}
  823. \t\t{% if feature('has_saloons') and feature('homepage_city_saloons_block') and homepage_city_listings_block.hasSaloons %}
  824. \t\t<div>
  825. \t\t\t{% include 'ProfileList/list.saloon.html.twig' %}
  826. \t\t<div>
  827. \t\t{% endif %}
  828. \t{% endif %}
  829. \t{# Реки #}
  830. \t{% if profiles and profiles.currentPage >= 2 %}
  831. \t\t<div id=\"recommendations\">
  832. \t\t\t{%- set excludeRecommendationProfileIds = profiles|map(p => p.id)|join(', ') -%}
  833. \t\t\t{%- include 'Recommendations/_profile_recommendations.html.twig' with {componentClass: 'mobile'} -%}
  834. \t\t</div>
  835. \t{% endif %}
  836. \t{% if route == 'homepage' or
  837. \t\t(mainListingFirstPage and app.request.get('city').id == default_city().id)
  838. \t%}
  839. \t\t<div class=\"widget-profiles-by-categories\" id=\"widget_profiles_by_categories\"></div>
  840. \t\t<script>
  841. \t\t\tdocument.addEventListener('DOMContentLoaded', () => {
  842. \t\t\t\tconst widgetElement = document.querySelector('#widget_profiles_by_categories');
  843. \t\t\t\tfunction getProfiles() {
  844. \t\t\t\t\tfetch('{{ path('profile_widget.by_categories', {city: app.request.attributes.get('city', default_city()).uriIdentity}) }}', {
  845. \t\t\t\t\t\tmethod: 'GET',
  846. \t\t\t\t\t\theaders: {
  847. \t\t\t\t\t\t\t\"X-Requested-With\": \"XMLHttpRequest\"
  848. \t\t\t\t\t\t},
  849. \t\t\t\t\t}).then(response => {
  850. \t\t\t\t\t\tif (response.status < 300) {
  851. \t\t\t\t\t\t\treturn response.text();
  852. \t\t\t\t\t\t} else {
  853. \t\t\t\t\t\t\tconsole.warn(\" \");
  854. \t\t\t\t\t\t\treturn null;
  855. \t\t\t\t\t\t}
  856. \t\t\t\t\t}).then(response => {
  857. \t\t\t\t\t\twidgetElement.innerHTML = response;
  858. \t\t\t\t\t\tconst elementsRoot = [...document.querySelectorAll('#profile-list-new', '#profile-list-approved', '#profile-list-elite')];
  859. \t\t\t\t\t\telementsRoot.forEach(root => {
  860. \t\t\t\t\t\t\tif (root.childElementCount === 0) {
  861. \t\t\t\t\t\t\t\troot.previousElementSibling.remove();
  862. \t\t\t\t\t\t\t\troot.remove();
  863. \t\t\t\t\t\t\t}
  864. \t\t\t\t\t\t});
  865. \t\t\t\t\t});
  866. \t\t\t\t}
  867. \t\t\t\tif ('IntersectionObserver' in window) {
  868. \t\t\t\t\tconst observer = new IntersectionObserver((entries) => {
  869. \t\t\t\t\t\tif (entries[0].isIntersecting) {
  870. \t\t\t\t\t\t\tobserver.disconnect();
  871. \t\t\t\t\t\t\tgetProfiles();
  872. \t\t\t\t\t\t}
  873. \t\t\t\t\t}, { rootMargin: '100px' });
  874. \t\t\t\t\tobserver.observe(widgetElement);
  875. \t\t\t\t} else {
  876. \t\t\t\t\tgetProfiles();
  877. \t\t\t\t}
  878. \t\t\t});
  879. \t\t</script>
  880. \t{% endif %}
  881. \t{# {% set circle = app.request.get('_route') == 'profile_list.list_by_provided_service' ? inner_linkage_circle('service') : inner_linkage_circle('prostitutes') %}
  882. \t{% if circle is not null %}
  883. \t\t<div class=\"station-pages-linkage-circle\">
  884. \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 %}
  885. \t\t\t{% if circle[0] is defined and circle[0] is not null
  886. \t\t\t\tand circle[1] is defined and circle[1] is not null %}<i class=\"sep\"></i>{% endif %}
  887. \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 %}
  888. \t\t</div>
  889. \t{% endif %}
  890. \t{% set stations_circle = station_pages_linkage_circle() %}
  891. \t{% if stations_circle is not null %}
  892. \t\t<div class=\"station-pages-linkage-circle\">
  893. \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 %}
  894. \t\t\t{% if stations_circle[0] is defined and stations_circle[0] is not null
  895. \t\t\t\tand stations_circle[1] is defined and stations_circle[1] is not null %}<i class=\"sep\"></i>{% endif %}
  896. \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 %}
  897. \t\t</div>
  898. \t{% endif %}
  899. \t{% set cities_circle = city_main_pages_linkage_circle() %}
  900. \t{% if cities_circle is not null %}
  901. \t\t<div class=\"station-pages-linkage-circle\">
  902. \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 %}
  903. \t\t\t{% if cities_circle[0] is defined and cities_circle[0] is not null
  904. \t\t\t\tand cities_circle[1] is defined and cities_circle[1] is not null %}<i class=\"sep\"></i>{% endif %}
  905. \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 %}
  906. \t\t</div>
  907. \t{% endif %} #}
  908. \t{# {{ include('components/last_girl_list.html.twig') }} #}
  909. \t{# комменты анкет для листинга станции #}
  910.     {# {% include 'ProfileList/station_comments.partial.html.twig' %} #}
  911. \t{%- if isShowTopOnBottomSeo -%}
  912. \t\t{{- include ('__design/v2023/components/seo-article.html.twig', { 'type': 'top', \"noindex\": true }) -}}
  913. \t{%- endif -%}
  914. \t{%- if isShowBottomSeo -%}
  915. \t\t{{- include ('__design/v2023/components/seo-article.html.twig', { 'type': 'bottom', \"noindex\": true }) -}}
  916. \t{%- endif -%}
  917. \t{%- if isIndexPage -%}
  918. \t\t<noindex><p>Элитные и дешевые <a href=\"https://prostitutkipiter.click/\" target=\"_blank\">проститутки в Питере</a> на сайте Prostitutkipiter.click</p></noindex>
  919. \t{%- endif -%}
  920. {% endblock %}
  921. {% block javascripts %}
  922. \t{{parent()}}
  923. \t<script>
  924. \t\tconst listingRoute = '{{ app.request.attributes.get('_route') }}' == '' ? 'profile_list.list_by_city' : '{{ app.request.attributes.get('_route') }}';
  925.         window._lD = {
  926.             setLastViewedListing: listingRoute,
  927.             cityUrl: \"{{city.uriIdentity}}\",
  928.         };
  929. \t\twindow.siteData = {
  930. \t\t\tcity: \"{{ app.request.attributes.get('city', default_city()).uriIdentity }}\",
  931. \t\t\tstations: {
  932.                 {%- for station in stations() -%}
  933.                     \"{{ station.name|trans }}\": \"{{ path('profile_list.list_by_station', {'city': station.city.uriIdentity, 'station': station.uriIdentity}) }}\"{% if not loop.last %},{% endif %}
  934.                 {%- endfor -%}
  935.             }
  936. \t\t};
  937. \t\t{# document.addEventListener('DOMContentLoaded', function() {
  938. \t\t\t{% if profiles and profiles.totalCount > 0 %}
  939. \t\t\t\t{%- set profilesId = profiles|map(p => p.id)|join(',') -%}
  940. \t\t\t\twindow.increase_shows({
  941. \t\t\t\t\tprofiles: [{{ profilesId }}],
  942. \t\t\t\t\troute: '{{ app.request.attributes.get('_route') }}',
  943. \t\t\t\t})
  944. \t\t\t{% endif %}
  945. \t\t}); #}
  946. \t\tdocument.addEventListener('header:update', (event) => {
  947. \t\t\tconst userData = event.detail?.data;
  948. \t\t\tif (userData.user && userData.role === 'advertiser') return;
  949. \t\t\t{% include 'ProfileList/_favorite-button.partial.script.js' %}
  950. \t\t})
  951. \t</script>
  952. {% endblock %}""ProfileList/list.html.twig""/app/templates/ProfileList/list.html.twig");
  953.     }
  954. }