var/cache/review/twig/1a/1a8211030ba900daa430d1af59cde3a1.php line 68

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_09c006177d0309b7aaecc091c4a4831a 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.             'title' => [$this'block_title'],
  24.             'metaDescription' => [$this'block_metaDescription'],
  25.             'canonical' => [$this'block_canonical'],
  26.             'name_page' => [$this'block_name_page'],
  27.             'current_menu_map' => [$this'block_current_menu_map'],
  28.             'stylesheet' => [$this'block_stylesheet'],
  29.             'metaSpecial' => [$this'block_metaSpecial'],
  30.             'mainContainer' => [$this'block_mainContainer'],
  31.             'mainList' => [$this'block_mainList'],
  32.             'showMore' => [$this'block_showMore'],
  33.             'javascripts' => [$this'block_javascripts'],
  34.         ];
  35.     }
  36.     protected function doGetParent(array $context)
  37.     {
  38.         // line 1
  39.         return "grid.html.twig";
  40.     }
  41.     protected function doDisplay(array $context, array $blocks = [])
  42.     {
  43.         $macros $this->macros;
  44.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  45.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfileList/list.html.twig"));
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfileList/list.html.twig"));
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfileList/list.html.twig"));
  50.         // line 36
  51.         $context["listingPage"] = (twig_get_attribute($this->env$this->source, ($context["profiles"] ?? null), "currentPage", [], "any"truetruefalse36) && (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.'36$this->source); })()), "currentPage", [], "any"falsefalsefalse36) > 1));
  52.         // line 37
  53.         $context["isFirstPage"] = (twig_get_attribute($this->env$this->source, ($context["profiles"] ?? null), "currentPage", [], "any"truetruefalse37) && (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.'37$this->source); })()), "currentPage", [], "any"falsefalsefalse37) == 1));
  54.         // line 48
  55.         $context["listingPage"] = (twig_get_attribute($this->env$this->source, ($context["profiles"] ?? null), "currentPage", [], "any"truetruefalse48) && (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.'48$this->source); })()), "currentPage", [], "any"falsefalsefalse48) > 1));
  56.         // line 1
  57.         $this->parent $this->loadTemplate("grid.html.twig""ProfileList/list.html.twig"1);
  58.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  59.         
  60.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  61.         
  62.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  63.         
  64.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  65.     }
  66.     // line 30
  67.     public function block_title($context, array $blocks = [])
  68.     {
  69.         $macros $this->macros;
  70.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  71.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  74.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  75.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  76.         echo twig_escape_filter($this->env$this->extensions['App\Twig\SeoExtension']->metaTitle(), "html"nulltrue);
  77.         
  78.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  79.         
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  81.         
  82.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  83.     }
  84.     // line 32
  85.     public function block_metaDescription($context, array $blocks = [])
  86.     {
  87.         $macros $this->macros;
  88.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  89.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  90.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  91.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  92.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  93.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  94.         // line 33
  95.         echo "\t<meta name=\"description\" content=\"";
  96.         echo twig_escape_filter($this->env$this->extensions['App\Twig\SeoExtension']->metaDescription(), "html"nulltrue);
  97.         echo "\">
  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 38
  107.     public function block_canonical($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""canonical"));
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  113.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""canonical"));
  114.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  115.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""canonical"));
  116.         echo "<link rel=\"canonical\" href=\"";
  117.         echo twig_escape_filter($this->env$this->extensions['App\Twig\SeoExtension']->canonicalUrl((isset($context["actual_main_domain"]) || array_key_exists("actual_main_domain"$context) ? $context["actual_main_domain"] : (function () { throw new RuntimeError('Variable "actual_main_domain" does not exist.'38$this->source); })())), "html"nulltrue);
  118.         (((isset($context["listingPage"]) || array_key_exists("listingPage"$context) ? $context["listingPage"] : (function () { throw new RuntimeError('Variable "listingPage" does not exist.'38$this->source); })())) ? (print (twig_escape_filter($this->env, (("page" 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.'38$this->source); })()), "currentPage", [], "any"falsefalsefalse38)) . "/"), "html"nulltrue))) : (print ("")));
  119.         echo "\">";
  120.         
  121.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  122.         
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  124.         
  125.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  126.     }
  127.     // line 40
  128.     public function block_name_page($context, array $blocks = [])
  129.     {
  130.         $macros $this->macros;
  131.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  132.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  133.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  134.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  135.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  136.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  137.         echo "girls-list";
  138.         
  139.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  140.         
  141.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  142.         
  143.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  144.     }
  145.     // line 41
  146.     public function block_current_menu_map($context, array $blocks = [])
  147.     {
  148.         $macros $this->macros;
  149.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  150.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""current_menu_map"));
  151.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  152.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""current_menu_map"));
  153.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  154.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""current_menu_map"));
  155.         echo " current";
  156.         
  157.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  158.         
  159.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  160.         
  161.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  162.     }
  163.     // line 43
  164.     public function block_stylesheet($context, array $blocks = [])
  165.     {
  166.         $macros $this->macros;
  167.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  168.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  169.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  170.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  171.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  172.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  173.         // line 44
  174.         echo "\t";
  175.         $this->displayParentBlock("stylesheet"$context$blocks);
  176.         echo "
  177. \t";
  178.         // line 45
  179.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("scripts/filters"null"basicConfig");
  180.         echo "
  181. ";
  182.         
  183.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  184.         
  185.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  186.         
  187.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  188.     }
  189.     // line 50
  190.     public function block_metaSpecial($context, array $blocks = [])
  191.     {
  192.         $macros $this->macros;
  193.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  194.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaSpecial"));
  195.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  196.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaSpecial"));
  197.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  198.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaSpecial"));
  199.         // line 51
  200.         if ((isset($context["listingPage"]) || array_key_exists("listingPage"$context) ? $context["listingPage"] : (function () { throw new RuntimeError('Variable "listingPage" does not exist.'51$this->source); })())) {
  201.             // line 52
  202.             echo "<meta name=\"yandex\" content=\"noindex, follow\" />";
  203.         }
  204.         
  205.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  206.         
  207.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  208.         
  209.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  210.     }
  211.     // line 56
  212.     public function block_mainContainer($context, array $blocks = [])
  213.     {
  214.         $macros $this->macros;
  215.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  216.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  217.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  218.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  219.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  220.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  221.         // line 57
  222.         echo "\t";
  223.         echo $this->extensions['Knp\Menu\Twig\MenuExtension']->render("breadcrumbs", ["template" => "_menu/breadcrumbs.html.twig"]);
  224.         echo "
  225. \t<header class=\"list_heading\" role=\"heading\">
  226. \t\t<h1 class=\"border-line list_heading__title\" role=\"heading\">";
  227.         // line 59
  228.         echo (($this->extensions['App\Twig\SeoExtension']->pageHeading()) ? ($this->extensions['App\Twig\SeoExtension']->pageHeading()) : ("Проститутки города Питера"));
  229.         echo "</h1>
  230. \t\t<span class=\"list_heading__count\">";
  231.         // line 60
  232.         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.'60$this->source); })()), "totalCount", [], "any"falsefalsefalse60), "html"nulltrue);
  233.         echo "</span>
  234. \t</header>
  235. \t";
  236.         // line 136
  237.         echo "
  238. \t<div aria-hidden=\"true\" class=\"no-display\" style=\"display: none;\">
  239. \t\t<svg xmlns=\"http://www.w3.org/2000/svg\">
  240. \t\t\t<symbol id=\"close\" viewBox=\"0 0 25 24\">
  241. \t\t\t\t<path fill=\"#B5B5B5\" d=\"m17.19 6-4.52 4.51L8.16 6 6.67 7.49l4.51 4.5-4.5 4.52L8.15 18l4.51-4.51L17.2 18l1.48-1.49L14.16 12l4.51-4.51L17.2 6Z\"/>
  242. \t\t\t</symbol>
  243. \t\t\t<symbol id=\"expand\" viewBox=\"0 0 20 20\">
  244. \t\t\t\t<path fill=\"#B5B5B5\" d=\"M15 8.41 13.59 7 10 10.58 6.41 7 5 8.41l5 5 5-5Z\"/>
  245. \t\t\t</symbol>
  246. \t\t\t<symbol id=\"range-off\" viewBox=\"0 0 25 24\">
  247. \t\t\t\t<rect width=\"24\" height=\"4\" x=\".34\" y=\"10\" fill=\"#A3A3A3\" rx=\"2\"/>
  248. \t\t\t\t<circle cx=\"4.34\" cy=\"12\" r=\"3\" fill=\"#fff\" stroke=\"#A3A3A3\" stroke-width=\"2\"/>
  249. \t\t\t\t<circle cx=\"20.34\" cy=\"12\" r=\"3\" fill=\"#fff\" stroke=\"#A3A3A3\" stroke-width=\"2\"/>
  250. \t\t\t</symbol>
  251. \t\t\t<symbol id=\"range-on\" viewBox=\"0 0 25 24\">
  252. \t\t\t\t<rect width=\"24\" height=\"4\" x=\".34\" y=\"10\" fill=\"#A3A3A3\" rx=\"2\"/>
  253. \t\t\t\t<rect width=\"12\" height=\"4\" x=\"6.34\" y=\"10\" fill=\"#f7901d\" rx=\"2\"/>
  254. \t\t\t\t<circle cx=\"6.34\" cy=\"12\" r=\"3\" fill=\"#fff\" stroke=\"#f7901d\" stroke-width=\"2\"/>
  255. \t\t\t\t<circle cx=\"18.34\" cy=\"12\" r=\"3\" fill=\"#fff\" stroke=\"#f7901d\" stroke-width=\"2\"/>
  256. \t\t\t</symbol>
  257. \t\t\t<symbol id=\"filter\" viewBox=\"0 0 24 24\">
  258. \t\t\t\t<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\" />
  259. \t\t\t</symbol>
  260. \t\t\t<symbol id=\"filter-arrow\" viewBox=\"0 0 24 24\">
  261. \t\t\t\t<path d=\"M5.7924 16.6699L4 14.8999L12 6.99992L20 14.8999L18.2076 16.6699L12 10.5399L5.7924 16.6699Z\" fill=\"#B5B5B5\"/>
  262. \t\t\t<symbol>
  263. \t\t</svg>
  264. \t</div>
  265. \t";
  266.         // line 212
  267.         echo "
  268. \t";
  269.         // line 213
  270.         $this->displayBlock('mainList'$context$blocks);
  271.         // line 222
  272.         if (((isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'222$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.'222$this->source); })()), "totalCount", [], "any"falsefalsefalse222) > (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.'222$this->source); })()), "currentPage", [], "any"falsefalsefalse222) * 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.'222$this->source); })()), "currentLimit", [], "any"falsefalsefalse222))))) {
  273.             // line 223
  274.             $this->displayBlock('showMore'$context$blocks);
  275.         }
  276.         // line 228
  277.         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.'228$this->source); })()));
  278.         echo "
  279.     ";
  280.         // line 233
  281.         echo "
  282. \t";
  283.         // line 243
  284.         echo "
  285. \t";
  286.         // line 244
  287.         if (((isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'244$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.'244$this->source); })()), "currentPage", [], "any"falsefalsefalse244) >= 2))) {
  288.             // line 245
  289.             echo "\t\t";
  290.             $context["excludeRecommendationProfileIds"] = [];
  291.             // line 246
  292.             echo "\t\t";
  293.             echo twig_include($this->env$context"components/_profile_recommendations.html.twig");
  294.             echo "
  295. \t";
  296.         }
  297.         // line 248
  298.         echo "
  299. \t";
  300.         // line 253
  301.         echo "
  302. \t";
  303.         // line 254
  304.         $context["cities_circle"] = $this->extensions['App\Twig\CityMainPagesLinkageExtension']->cityMainPagesLinkageCircle();
  305.         // line 255
  306.         echo "\t";
  307.         if ( !(null === (isset($context["cities_circle"]) || array_key_exists("cities_circle"$context) ? $context["cities_circle"] : (function () { throw new RuntimeError('Variable "cities_circle" does not exist.'255$this->source); })()))) {
  308.             // line 256
  309.             echo "\t\t<div class=\"city_main_pages_linkage_circle\">
  310. \t\t\t<h3>Также рекомендуем:</h3>
  311. \t\t\t";
  312.             // line 258
  313.             if ( !(null === twig_get_attribute($this->env$this->source, (isset($context["cities_circle"]) || array_key_exists("cities_circle"$context) ? $context["cities_circle"] : (function () { throw new RuntimeError('Variable "cities_circle" does not exist.'258$this->source); })()), 0, [], "array"falsefalsefalse258))) {
  314.                 echo "<a href=\"";
  315.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["cities_circle"]) || array_key_exists("cities_circle"$context) ? $context["cities_circle"] : (function () { throw new RuntimeError('Variable "cities_circle" does not exist.'258$this->source); })()), 0, [], "array"falsefalsefalse258), "href", [], "any"falsefalsefalse258), "html"nulltrue);
  316.                 echo "\">";
  317.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["cities_circle"]) || array_key_exists("cities_circle"$context) ? $context["cities_circle"] : (function () { throw new RuntimeError('Variable "cities_circle" does not exist.'258$this->source); })()), 0, [], "array"falsefalsefalse258), "text", [], "any"falsefalsefalse258), "html"nulltrue);
  318.                 echo "</a>";
  319.             }
  320.             // line 259
  321.             echo "\t\t\t";
  322.             if ( !(null === twig_get_attribute($this->env$this->source, (isset($context["cities_circle"]) || array_key_exists("cities_circle"$context) ? $context["cities_circle"] : (function () { throw new RuntimeError('Variable "cities_circle" does not exist.'259$this->source); })()), 1, [], "array"falsefalsefalse259))) {
  323.                 echo "<a href=\"";
  324.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["cities_circle"]) || array_key_exists("cities_circle"$context) ? $context["cities_circle"] : (function () { throw new RuntimeError('Variable "cities_circle" does not exist.'259$this->source); })()), 1, [], "array"falsefalsefalse259), "href", [], "any"falsefalsefalse259), "html"nulltrue);
  325.                 echo "\">";
  326.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["cities_circle"]) || array_key_exists("cities_circle"$context) ? $context["cities_circle"] : (function () { throw new RuntimeError('Variable "cities_circle" does not exist.'259$this->source); })()), 1, [], "array"falsefalsefalse259), "text", [], "any"falsefalsefalse259), "html"nulltrue);
  327.                 echo "</a>";
  328.             }
  329.             // line 260
  330.             echo "\t\t</div>
  331. \t";
  332.         }
  333.         // line 262
  334.         echo "
  335. \t";
  336.         // line 263
  337.         $context["circle"] = $this->extensions['App\Twig\InnerLinkageCircleExtension']->innerLinkageCircle();
  338.         // line 264
  339.         echo "\t";
  340.         if ( !(null === (isset($context["circle"]) || array_key_exists("circle"$context) ? $context["circle"] : (function () { throw new RuntimeError('Variable "circle" does not exist.'264$this->source); })()))) {
  341.             // line 265
  342.             echo "\t\t<div class=\"inner_linkage_circle\">
  343. \t\t\t<h3>Также интересуются:</h3>
  344. \t\t\t<a href=\"";
  345.             // line 267
  346.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["circle"]) || array_key_exists("circle"$context) ? $context["circle"] : (function () { throw new RuntimeError('Variable "circle" does not exist.'267$this->source); })()), 0, [], "array"falsefalsefalse267), "href", [], "any"falsefalsefalse267), "html"nulltrue);
  347.             echo "\">";
  348.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["circle"]) || array_key_exists("circle"$context) ? $context["circle"] : (function () { throw new RuntimeError('Variable "circle" does not exist.'267$this->source); })()), 0, [], "array"falsefalsefalse267), "text", [], "any"falsefalsefalse267), "html"nulltrue);
  349.             echo "</a>
  350. \t\t\t<a href=\"";
  351.             // line 268
  352.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["circle"]) || array_key_exists("circle"$context) ? $context["circle"] : (function () { throw new RuntimeError('Variable "circle" does not exist.'268$this->source); })()), 1, [], "array"falsefalsefalse268), "href", [], "any"falsefalsefalse268), "html"nulltrue);
  353.             echo "\">";
  354.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["circle"]) || array_key_exists("circle"$context) ? $context["circle"] : (function () { throw new RuntimeError('Variable "circle" does not exist.'268$this->source); })()), 1, [], "array"falsefalsefalse268), "text", [], "any"falsefalsefalse268), "html"nulltrue);
  355.             echo "</a>
  356. \t\t</div>
  357. \t";
  358.         }
  359.         
  360.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  361.         
  362.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  363.         
  364.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  365.     }
  366.     // line 213
  367.     public function block_mainList($context, array $blocks = [])
  368.     {
  369.         $macros $this->macros;
  370.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  371.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainList"));
  372.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  373.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainList"));
  374.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  375.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainList"));
  376.         // line 214
  377.         echo "\t\t<div class=\"models-items-row flex-wrap\" id=\"profile-list\">
  378.         \t";
  379.         // line 215
  380.         $this->loadTemplate("ProfileList/list.profiles.html.twig""ProfileList/list.html.twig"215)->display(twig_array_merge($context, ["top_profile" => $this->extensions['App\Twig\PaidPlacementsExtension']->currentTopPlacement()]));
  381.         // line 219
  382.         echo "\t\t</div>
  383. \t";
  384.         
  385.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  386.         
  387.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  388.         
  389.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  390.     }
  391.     // line 223
  392.     public function block_showMore($context, array $blocks = [])
  393.     {
  394.         $macros $this->macros;
  395.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  396.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  397.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  398.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  399.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  400.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  401.         // line 224
  402.         $this->loadTemplate("ProfileList/_show_more.profiles.html.twig""ProfileList/list.html.twig"224)->display($context);
  403.         
  404.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  405.         
  406.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  407.         
  408.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  409.     }
  410.     // line 273
  411.     public function block_javascripts($context, array $blocks = [])
  412.     {
  413.         $macros $this->macros;
  414.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  415.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  416.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  417.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  418.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  419.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  420.         // line 274
  421.         echo "\t";
  422.         $context["excludeRecommendationProfileIds"] = [];
  423.         // line 275
  424.         echo "\t";
  425.         $this->displayParentBlock("javascripts"$context$blocks);
  426.         echo "
  427. \t";
  428.         // line 277
  429.         $context["route"] = 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.'277$this->source); })()), "request", [], "any"falsefalsefalse277), "get", ["_route"], "method"falsefalsefalse277);
  430.         // line 278
  431.         if ((!twig_in_filter("profile_search.page", (isset($context["route"]) || array_key_exists("route"$context) ? $context["route"] : (function () { throw new RuntimeError('Variable "route" does not exist.'278$this->source); })())) &&  !((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.'278$this->source); })()), "request", [], "any"falsefalsefalse278), "method", [], "any"falsefalsefalse278) == "GET") && 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.'278$this->source); })()), "request", [], "any"falsefalsefalse278), "isXmlHttpRequest", [], "method"falsefalsefalse278)))) {
  432.             // line 279
  433.             echo "<script>
  434. \t\t\twindow._lD = {
  435. \t\t\t\t";
  436.             // line 282
  437.             echo "\t\t\t\tsetLastViewedListing: '";
  438.             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.'282$this->source); })()), "request", [], "any"falsefalsefalse282), "attributes", [], "any"falsefalsefalse282), "get", ["_route"], "method"falsefalsefalse282), "html"nulltrue);
  439.             echo "',
  440. \t\t\t\tlistingData: [
  441. \t\t\t\t\t['listing', '";
  442.             // line 284
  443.             echo twig_escape_filter($this->env, (isset($context["listing"]) || array_key_exists("listing"$context) ? $context["listing"] : (function () { throw new RuntimeError('Variable "listing" does not exist.'284$this->source); })()), "html"nulltrue);
  444.             echo "'],
  445. \t\t\t\t\t['listingParams', '";
  446.             // line 285
  447.             echo twig_escape_filter($this->envjson_encode((isset($context["listing_parameters"]) || array_key_exists("listing_parameters"$context) ? $context["listing_parameters"] : (function () { throw new RuntimeError('Variable "listing_parameters" does not exist.'285$this->source); })())), "html"nulltrue);
  448.             echo "'.replaceAll('&quot;', '\"')],
  449. \t\t\t\t],
  450. \t\t\t\tcityUrl: \"";
  451.             // line 287
  452.             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.'287$this->source); })()), "uriIdentity", [], "any"falsefalsefalse287), "html"nulltrue);
  453.             echo "\"
  454. \t\t\t}
  455. \t\t\twindow._spb_s = {
  456. \t\t\t\tstations: {";
  457.             // line 291
  458.             $context['_parent'] = $context;
  459.             $context['_seq'] = twig_ensure_traversable($this->extensions['App\Twig\StationsExtension']->stations());
  460.             $context['loop'] = [
  461.               'parent' => $context['_parent'],
  462.               'index0' => 0,
  463.               'index'  => 1,
  464.               'first'  => true,
  465.             ];
  466.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  467.                 $length count($context['_seq']);
  468.                 $context['loop']['revindex0'] = $length 1;
  469.                 $context['loop']['revindex'] = $length;
  470.                 $context['loop']['length'] = $length;
  471.                 $context['loop']['last'] = === $length;
  472.             }
  473.             foreach ($context['_seq'] as $context["_key"] => $context["station"]) {
  474.                 // line 292
  475.                 echo "\"";
  476.                 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"falsefalsefalse292)), "html"nulltrue);
  477.                 echo "\": \"";
  478.                 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"falsefalsefalse292), "uriIdentity", [], "any"falsefalsefalse292), "station" => twig_get_attribute($this->env$this->source$context["station"], "uriIdentity", [], "any"falsefalsefalse292)]), "html"nulltrue);
  479.                 echo "\"";
  480.                 if ( !twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse292)) {
  481.                     echo ",";
  482.                 }
  483.                 ++$context['loop']['index0'];
  484.                 ++$context['loop']['index'];
  485.                 $context['loop']['first'] = false;
  486.                 if (isset($context['loop']['length'])) {
  487.                     --$context['loop']['revindex0'];
  488.                     --$context['loop']['revindex'];
  489.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  490.                 }
  491.             }
  492.             $_parent $context['_parent'];
  493.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['station'], $context['_parent'], $context['loop']);
  494.             $context array_intersect_key($context$_parent) + $_parent;
  495.             // line 294
  496.             echo "}
  497. \t\t\t};
  498. \t\t\t";
  499.             // line 303
  500.             echo "\t\t</script>
  501. \t\t";
  502.         }
  503.         
  504.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  505.         
  506.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  507.         
  508.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  509.     }
  510.     // line 3
  511.     public function macro__get_min($__price1__ null$__price2__ null$__currency__ null, ...$__varargs__)
  512.     {
  513.         $macros $this->macros;
  514.         $context $this->env->mergeGlobals([
  515.             "price1" => $__price1__,
  516.             "price2" => $__price2__,
  517.             "currency" => $__currency__,
  518.             "varargs" => $__varargs__,
  519.         ]);
  520.         $blocks = [];
  521.         ob_start();
  522.         try {
  523.             $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  524.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_get_min"));
  525.             $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  526.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_get_min"));
  527.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  528.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_get_min"));
  529.             // line 4
  530.             echo "\t";
  531.             $context["price1"] = (((array_key_exists("price1"$context) && ((isset($context["price1"]) || array_key_exists("price1"$context) ? $context["price1"] : (function () { throw new RuntimeError('Variable "price1" does not exist.'4$this->source); })()) > 0))) ? ((isset($context["price1"]) || array_key_exists("price1"$context) ? $context["price1"] : (function () { throw new RuntimeError('Variable "price1" does not exist.'4$this->source); })())) : (999999999));
  532.             // line 5
  533.             echo "\t";
  534.             $context["price2"] = (((array_key_exists("price2"$context) && ((isset($context["price2"]) || array_key_exists("price2"$context) ? $context["price2"] : (function () { throw new RuntimeError('Variable "price2" does not exist.'5$this->source); })()) > 0))) ? ((isset($context["price2"]) || array_key_exists("price2"$context) ? $context["price2"] : (function () { throw new RuntimeError('Variable "price2" does not exist.'5$this->source); })())) : (999999999));
  535.             // line 6
  536.             echo "\t";
  537.             if ((((isset($context["price1"]) || array_key_exists("price1"$context) ? $context["price1"] : (function () { throw new RuntimeError('Variable "price1" does not exist.'6$this->source); })()) == 999999999) && ((isset($context["price2"]) || array_key_exists("price2"$context) ? $context["price2"] : (function () { throw new RuntimeError('Variable "price2" does not exist.'6$this->source); })()) == 999999999))) {
  538.                 // line 7
  539.                 echo "\t\t-
  540. \t";
  541.             } elseif ((            // line 8
  542. (isset($context["price1"]) || array_key_exists("price1"$context) ? $context["price1"] : (function () { throw new RuntimeError('Variable "price1" does not exist.'8$this->source); })()) == 999999999)) {
  543.                 // line 9
  544.                 echo "\t\t";
  545.                 echo twig_escape_filter($this->env, (isset($context["price2"]) || array_key_exists("price2"$context) ? $context["price2"] : (function () { throw new RuntimeError('Variable "price2" does not exist.'9$this->source); })()), "html"nulltrue);
  546.                 echo " ";
  547.                 echo twig_escape_filter($this->env, (isset($context["currency"]) || array_key_exists("currency"$context) ? $context["currency"] : (function () { throw new RuntimeError('Variable "currency" does not exist.'9$this->source); })()), "html"nulltrue);
  548.                 echo "
  549. \t";
  550.             } elseif ((            // line 10
  551. (isset($context["price2"]) || array_key_exists("price2"$context) ? $context["price2"] : (function () { throw new RuntimeError('Variable "price2" does not exist.'10$this->source); })()) == 999999999)) {
  552.                 // line 11
  553.                 echo "\t\t";
  554.                 echo twig_escape_filter($this->env, (isset($context["price1"]) || array_key_exists("price1"$context) ? $context["price1"] : (function () { throw new RuntimeError('Variable "price1" does not exist.'11$this->source); })()), "html"nulltrue);
  555.                 echo " ";
  556.                 echo twig_escape_filter($this->env, (isset($context["currency"]) || array_key_exists("currency"$context) ? $context["currency"] : (function () { throw new RuntimeError('Variable "currency" does not exist.'11$this->source); })()), "html"nulltrue);
  557.                 echo "
  558. \t";
  559.             } else {
  560.                 // line 13
  561.                 echo "\t\t";
  562.                 echo twig_escape_filter($this->envmin([(isset($context["price1"]) || array_key_exists("price1"$context) ? $context["price1"] : (function () { throw new RuntimeError('Variable "price1" does not exist.'13$this->source); })()), (isset($context["price2"]) || array_key_exists("price2"$context) ? $context["price2"] : (function () { throw new RuntimeError('Variable "price2" does not exist.'13$this->source); })())]), "html"nulltrue);
  563.                 echo " ";
  564.                 echo twig_escape_filter($this->env, (isset($context["currency"]) || array_key_exists("currency"$context) ? $context["currency"] : (function () { throw new RuntimeError('Variable "currency" does not exist.'13$this->source); })()), "html"nulltrue);
  565.                 echo "
  566. \t";
  567.             }
  568.             
  569.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  570.             
  571.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  572.             
  573.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  574.             return ('' === $tmp ob_get_contents()) ? '' : new Markup($tmp$this->env->getCharset());
  575.         } finally {
  576.             ob_end_clean();
  577.         }
  578.     }
  579.     // line 17
  580.     public function macro__check_out_price($__price1__ null$__price2__ null$__price3__ null, ...$__varargs__)
  581.     {
  582.         $macros $this->macros;
  583.         $context $this->env->mergeGlobals([
  584.             "price1" => $__price1__,
  585.             "price2" => $__price2__,
  586.             "price3" => $__price3__,
  587.             "varargs" => $__varargs__,
  588.         ]);
  589.         $blocks = [];
  590.         ob_start();
  591.         try {
  592.             $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  593.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_check_out_price"));
  594.             $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  595.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_check_out_price"));
  596.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  597.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_check_out_price"));
  598.             // line 18
  599.             $context["maxPrice"] = 999999999;
  600.             // line 19
  601.             $context["price1"] = (((array_key_exists("price1"$context) && ((isset($context["price1"]) || array_key_exists("price1"$context) ? $context["price1"] : (function () { throw new RuntimeError('Variable "price1" does not exist.'19$this->source); })()) > 0))) ? ((isset($context["price1"]) || array_key_exists("price1"$context) ? $context["price1"] : (function () { throw new RuntimeError('Variable "price1" does not exist.'19$this->source); })())) : ((isset($context["maxPrice"]) || array_key_exists("maxPrice"$context) ? $context["maxPrice"] : (function () { throw new RuntimeError('Variable "maxPrice" does not exist.'19$this->source); })())));
  602.             // line 20
  603.             $context["price2"] = (((array_key_exists("price2"$context) && ((isset($context["price2"]) || array_key_exists("price2"$context) ? $context["price2"] : (function () { throw new RuntimeError('Variable "price2" does not exist.'20$this->source); })()) > 0))) ? ((isset($context["price2"]) || array_key_exists("price2"$context) ? $context["price2"] : (function () { throw new RuntimeError('Variable "price2" does not exist.'20$this->source); })())) : ((isset($context["maxPrice"]) || array_key_exists("maxPrice"$context) ? $context["maxPrice"] : (function () { throw new RuntimeError('Variable "maxPrice" does not exist.'20$this->source); })())));
  604.             // line 21
  605.             $context["price3"] = (((array_key_exists("price3"$context) && ((isset($context["price3"]) || array_key_exists("price3"$context) ? $context["price3"] : (function () { throw new RuntimeError('Variable "price3" does not exist.'21$this->source); })()) > 0))) ? ((isset($context["price3"]) || array_key_exists("price3"$context) ? $context["price3"] : (function () { throw new RuntimeError('Variable "price3" does not exist.'21$this->source); })())) : ((isset($context["maxPrice"]) || array_key_exists("maxPrice"$context) ? $context["maxPrice"] : (function () { throw new RuntimeError('Variable "maxPrice" does not exist.'21$this->source); })())));
  606.             // line 23
  607.             if (((((isset($context["price1"]) || array_key_exists("price1"$context) ? $context["price1"] : (function () { throw new RuntimeError('Variable "price1" does not exist.'23$this->source); })()) != (isset($context["maxPrice"]) || array_key_exists("maxPrice"$context) ? $context["maxPrice"] : (function () { throw new RuntimeError('Variable "maxPrice" does not exist.'23$this->source); })())) || ((isset($context["price2"]) || array_key_exists("price2"$context) ? $context["price2"] : (function () { throw new RuntimeError('Variable "price2" does not exist.'23$this->source); })()) != (isset($context["maxPrice"]) || array_key_exists("maxPrice"$context) ? $context["maxPrice"] : (function () { throw new RuntimeError('Variable "maxPrice" does not exist.'23$this->source); })()))) || ((isset($context["price3"]) || array_key_exists("price3"$context) ? $context["price3"] : (function () { throw new RuntimeError('Variable "price3" does not exist.'23$this->source); })()) != (isset($context["maxPrice"]) || array_key_exists("maxPrice"$context) ? $context["maxPrice"] : (function () { throw new RuntimeError('Variable "maxPrice" does not exist.'23$this->source); })())))) {
  608.                 // line 24
  609.                 echo "1";
  610.             } else {
  611.                 // line 26
  612.                 echo "0";
  613.             }
  614.             
  615.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  616.             
  617.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  618.             
  619.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  620.             return ('' === $tmp ob_get_contents()) ? '' : new Markup($tmp$this->env->getCharset());
  621.         } finally {
  622.             ob_end_clean();
  623.         }
  624.     }
  625.     /**
  626.      * @codeCoverageIgnore
  627.      */
  628.     public function getTemplateName()
  629.     {
  630.         return "ProfileList/list.html.twig";
  631.     }
  632.     /**
  633.      * @codeCoverageIgnore
  634.      */
  635.     public function isTraitable()
  636.     {
  637.         return false;
  638.     }
  639.     /**
  640.      * @codeCoverageIgnore
  641.      */
  642.     public function getDebugInfo()
  643.     {
  644.         return array (  721 => 26,  718 => 24,  716 => 23,  714 => 21,  712 => 20,  710 => 19,  708 => 18,  684 => 17,  660 => 13,  652 => 11,  650 => 10,  643 => 9,  641 => 8,  638 => 7,  635 => 6,  632 => 5,  629 => 4,  605 => 3,  590 => 303,  585 => 294,  564 => 292,  547 => 291,  541 => 287,  536 => 285,  532 => 284,  526 => 282,  522 => 279,  520 => 278,  518 => 277,  513 => 275,  510 => 274,  497 => 273,  484 => 224,  471 => 223,  457 => 219,  455 => 215,  452 => 214,  439 => 213,  420 => 268,  414 => 267,  410 => 265,  407 => 264,  405 => 263,  402 => 262,  398 => 260,  389 => 259,  381 => 258,  377 => 256,  374 => 255,  372 => 254,  369 => 253,  366 => 248,  360 => 246,  357 => 245,  355 => 244,  352 => 243,  349 => 233,  344 => 228,  341 => 223,  339 => 222,  337 => 213,  334 => 212,  303 => 136,  298 => 60,  294 => 59,  288 => 57,  275 => 56,  261 => 52,  259 => 51,  246 => 50,  231 => 45,  226 => 44,  213 => 43,  188 => 41,  163 => 40,  135 => 38,  119 => 33,  106 => 32,  81 => 30,  67 => 1,  65 => 48,  63 => 37,  61 => 36,  45 => 1,);
  645.     }
  646.     public function getSourceContext()
  647.     {
  648.         return new Source("{% extends 'grid.html.twig' %}
  649. {% macro _get_min(price1, price2, currency) %}
  650. \t{% set price1 = price1 is defined and price1 > 0 ? price1 : 999999999 %}
  651. \t{% set price2 = price2 is defined and price2 > 0 ? price2 : 999999999 %}
  652. \t{% if price1 == 999999999 and price2 == 999999999 %}
  653. \t\t-
  654. \t{% elseif price1 == 999999999 %}
  655. \t\t{{price2}} {{ currency }}
  656. \t{% elseif price2 == 999999999 %}
  657. \t\t{{price1}} {{ currency }}
  658. \t{% else %}
  659. \t\t{{ min([price1,price2]) }} {{ currency }}
  660. \t{% endif %}
  661. {% endmacro %}
  662. {%- macro _check_out_price(price1, price2, price3) -%}
  663. \t{%- set maxPrice = 999999999 %}
  664. \t{%- set price1 = price1 is defined and price1 > 0 ? price1 : maxPrice -%}
  665. \t{%- set price2 = price2 is defined and price2 > 0 ? price2 : maxPrice -%}
  666. \t{%- set price3 = price3 is defined and price3 > 0 ? price3 : maxPrice -%}
  667. \t{%- if price1 != maxPrice or price2 != maxPrice or price3 != maxPrice -%}
  668. \t\t1
  669. \t{%- else -%}
  670. \t\t0
  671. \t{%- endif -%}
  672. {%- endmacro -%}
  673. {% block title %}{{ seo_title() }}{% endblock %}
  674. {% block metaDescription %}
  675. \t<meta name=\"description\" content=\"{{ seo_description() }}\">
  676. {% endblock %}
  677. {% set listingPage = profiles.currentPage is defined and profiles.currentPage > 1 %}
  678. {% set isFirstPage = profiles.currentPage is defined and profiles.currentPage == 1 %}
  679. {% block canonical %}<link rel=\"canonical\" href=\"{{ canonical_url(actual_main_domain) }}{{ listingPage ? 'page' ~ profiles.currentPage ~ '/' : ''}}\">{% endblock %}
  680. {% block name_page %}girls-list{% endblock %}
  681. {% block current_menu_map %} current{% endblock %}
  682. {% block stylesheet %}
  683. \t{{ parent() }}
  684. \t{{ encore_entry_link_tags(\"scripts/filters\", null, 'basicConfig') }}
  685. {% endblock %}
  686. {% set listingPage = profiles.currentPage is defined and profiles.currentPage > 1 %}
  687. {%- block metaSpecial -%}
  688. \t{%- if listingPage -%}
  689. \t\t<meta name=\"yandex\" content=\"noindex, follow\" />
  690. \t{%- endif -%}
  691. {%- endblock -%}
  692. {% block mainContainer %}
  693. \t{{ knp_menu_render('breadcrumbs', {'template': '_menu/breadcrumbs.html.twig'}) }}
  694. \t<header class=\"list_heading\" role=\"heading\">
  695. \t\t<h1 class=\"border-line list_heading__title\" role=\"heading\">{{ seo_heading() ? seo_heading() : 'Проститутки города Питера' }}</h1>
  696. \t\t<span class=\"list_heading__count\">{{ profiles.totalCount }}</span>
  697. \t</header>
  698. \t{#
  699. \tфича Пустые категории
  700. \t{% if source is defined and source %}
  701. \t\t<div class=\"empty-category level d-flex overflow-hidden mb-4\">
  702. \t\t\t<div class=\"empty-category__icon d-flex align-items-center justify-content-center\">
  703. \t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewbox=\"0 0 34 30\"><path fill=\"#FF3F40\" fill-rule=\"evenodd\" d=\"M.5 29.25L17 .75l16.5 28.5H.5zm27.8-3L17 6.73 5.7 26.25h22.6zm-12.8-4.5v3h3v-3h-3zm0-9h3v6h-3v-6z\" clip-rule=\"evenodd\"/></svg>
  704. \t\t\t</div>
  705. \t\t\t<div class=\"flex-fill px-3 px-sm-4 py-3\">
  706. \t\t\t\t<p class=\"m-0\">
  707. \t\t\t\t\t{% if source == 'county' %}К сожалению, все девушки из округа
  708. \t\t\t\t\t\t<a href=\"{{ category_url }}\">{{ county.name }}</a>
  709. \t\t\t\t\t\tсейчас отдыхают, посмотрите проституток из других округов города
  710. \t\t\t\t\t\t{{ city.name|trans }}.
  711. \t\t\t\t\t{% endif %}
  712. \t\t\t\t\t{% if source == 'district' %}К сожалению, все девушки из района
  713. \t\t\t\t\t\t<a href=\"{{ category_url }}\">{{ district.name }}</a>
  714. \t\t\t\t\t\tсейчас отдыхают, посмотрите проституток из других районов города
  715. \t\t\t\t\t\t{{ city.name|trans }}.
  716. \t\t\t\t\t{% endif %}
  717. \t\t\t\t\t{% if source == 'station' %}К сожалению, все девушки работающие вблизи метро
  718. \t\t\t\t\t\t<a href=\"{{ category_url }}\">{{ station.name }}</a>
  719. \t\t\t\t\t\tсейчас отдыхают, посмотрите проституток у других станций метро в этом районе города
  720. \t\t\t\t\t\t{{ city.name|trans }}.
  721. \t\t\t\t\t{% endif %}
  722. \t\t\t\t\t{% if source == 'approved' or source == 'with_comments' or  source == 'with_video' or source == 'elite' or source == 'with_selfie' %}
  723. \t\t\t\t\t\t{% if source == 'approved' %}
  724. \t\t\t\t\t\t\t{% set source_name = '<a href=\"' ~ path('profile_list.list_approved', {city:city.uriIdentity}) ~ '\">Проверенные анкеты</a>' %}
  725. \t\t\t\t\t\t{% elseif source == 'with_comments' %}
  726. \t\t\t\t\t\t\t{% set source_name = '<a href=\"' ~ path('profile_list.list_with_comments', {city:city.uriIdentity}) ~ '\">Анкеты с отзывами</a>' %}
  727. \t\t\t\t\t\t{% elseif source == 'with_video' %}
  728. \t\t\t\t\t\t\t{% set source_name = '<a href=\"' ~ path('profile_list.list_with_video', {city:city.uriIdentity}) ~ '\">Анкеты с видео</a>' %}
  729. \t\t\t\t\t\t{% elseif source == 'with_selfie' %}
  730. \t\t\t\t\t\t\t{% set source_name = '<a href=\"' ~ path('profile_list.list_with_selfie', {city:city.uriIdentity}) ~ '\">Анкеты с селфи</a>' %}
  731. \t\t\t\t\t\t{% elseif source == 'elite' %}
  732. \t\t\t\t\t\t\t{% set source_name = '<a href=\"' ~ path('profile_list.list_for_elite_girls', {city:city.uriIdentity}) ~ '\" style=\"pointer-events:none\">Элитные проститутки</a>' %}
  733. \t\t\t\t\t\t{% else %}
  734. \t\t\t\t\t\t\t{% set source_name = '' %}
  735. \t\t\t\t\t\t{% endif %}
  736. \t\t\t\t\t\t{% if source_default == 'approved' %}К сожалению, все
  737. \t\t\t\t\t\t\t<a href=\"{{ category_url }}\">проверенные девушки</a>
  738. \t\t\t\t\t\t\tсейчас отдыхают, посмотрите раздел
  739. \t\t\t\t\t\t\t{{ source_name|raw }}
  740. \t\t\t\t\t\t{% endif %}
  741. \t\t\t\t\t\t{% if source_default == 'with_comments' %}К сожалению, все
  742. \t\t\t\t\t\t\t<a href=\"{{ category_url }}\">девушки, у которых есть отзывы</a>
  743. \t\t\t\t\t\t\tсейчас отдыхают, посмотрите раздел
  744. \t\t\t\t\t\t\t{{ source_name|raw }}
  745. \t\t\t\t\t\t{% endif %}
  746. \t\t\t\t\t\t{% if source_default == 'with_video' %}К сожалению, все
  747. \t\t\t\t\t\t\t<a href=\"{{ category_url }}\">девушки, у которых есть видео</a>
  748. \t\t\t\t\t\t\tсейчас отдыхают, посмотрите раздел
  749. \t\t\t\t\t\t\t{{ source_name|raw }}
  750. \t\t\t\t\t\t{% endif %}
  751. \t\t\t\t\t\t{% if source_default == 'with_selfie' %}
  752. \t\t\t\t\t\t\tК сожалению, все <a href=\"{{ category_url }}\">девушки, у которых есть селфи</a> сейчас отдыхают, посмотрите раздел {{ source_name|raw }}
  753. \t\t\t\t\t\t{% endif %}
  754. \t\t\t\t\t{% endif %}
  755. \t\t\t\t\t{% if source == 'by_params' %}К сожалению, раздел пуст. Посмотрите другие анкеты, которые мы подобрали для Вас.
  756. \t\t\t\t\t{% endif %}
  757. \t\t\t\t\t{% if source == 'service' %}К сожалению, все девушки, которые практикуют услугу
  758. \t\t\t\t\t\t<a href=\"{{ category_url }}\">{{ service.name }}</a>
  759. \t\t\t\t\t\tсейчас отдыхают. Но мы подобрали для Вас девушек которые не против оказать Вам похожие услуги, взгляните!
  760. \t\t\t\t\t{% endif %}
  761. \t\t\t\t\t{% if source == 'city' %}К сожалению, данный раздел пуст. Взгляните на другие анкеты, которые мы нашли для Вас в городе
  762. \t\t\t\t\t\t{{ city.name|trans }}.
  763. \t\t\t\t\t{% endif %}
  764. \t\t\t\t\t{% if source == 'country' %}К сожалению, данный раздел пуст. Взгляните на анкеты которые мы подобрали для Вас.
  765. \t\t\t\t\t{% endif %}
  766. \t\t\t\t\t{% if source == 'massage_service' %}К сожалению, все девушки для которых массаж — это призвание сейчас отдыхают. Посмотрите проституток, которые также готовы сделать Вам массаж.
  767. \t\t\t\t\t{% endif %}
  768. \t\t\t\t</p>
  769. \t\t\t</div>
  770. \t\t</div>
  771. \t{% endif %}#}
  772. \t<div aria-hidden=\"true\" class=\"no-display\" style=\"display: none;\">
  773. \t\t<svg xmlns=\"http://www.w3.org/2000/svg\">
  774. \t\t\t<symbol id=\"close\" viewBox=\"0 0 25 24\">
  775. \t\t\t\t<path fill=\"#B5B5B5\" d=\"m17.19 6-4.52 4.51L8.16 6 6.67 7.49l4.51 4.5-4.5 4.52L8.15 18l4.51-4.51L17.2 18l1.48-1.49L14.16 12l4.51-4.51L17.2 6Z\"/>
  776. \t\t\t</symbol>
  777. \t\t\t<symbol id=\"expand\" viewBox=\"0 0 20 20\">
  778. \t\t\t\t<path fill=\"#B5B5B5\" d=\"M15 8.41 13.59 7 10 10.58 6.41 7 5 8.41l5 5 5-5Z\"/>
  779. \t\t\t</symbol>
  780. \t\t\t<symbol id=\"range-off\" viewBox=\"0 0 25 24\">
  781. \t\t\t\t<rect width=\"24\" height=\"4\" x=\".34\" y=\"10\" fill=\"#A3A3A3\" rx=\"2\"/>
  782. \t\t\t\t<circle cx=\"4.34\" cy=\"12\" r=\"3\" fill=\"#fff\" stroke=\"#A3A3A3\" stroke-width=\"2\"/>
  783. \t\t\t\t<circle cx=\"20.34\" cy=\"12\" r=\"3\" fill=\"#fff\" stroke=\"#A3A3A3\" stroke-width=\"2\"/>
  784. \t\t\t</symbol>
  785. \t\t\t<symbol id=\"range-on\" viewBox=\"0 0 25 24\">
  786. \t\t\t\t<rect width=\"24\" height=\"4\" x=\".34\" y=\"10\" fill=\"#A3A3A3\" rx=\"2\"/>
  787. \t\t\t\t<rect width=\"12\" height=\"4\" x=\"6.34\" y=\"10\" fill=\"#f7901d\" rx=\"2\"/>
  788. \t\t\t\t<circle cx=\"6.34\" cy=\"12\" r=\"3\" fill=\"#fff\" stroke=\"#f7901d\" stroke-width=\"2\"/>
  789. \t\t\t\t<circle cx=\"18.34\" cy=\"12\" r=\"3\" fill=\"#fff\" stroke=\"#f7901d\" stroke-width=\"2\"/>
  790. \t\t\t</symbol>
  791. \t\t\t<symbol id=\"filter\" viewBox=\"0 0 24 24\">
  792. \t\t\t\t<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\" />
  793. \t\t\t</symbol>
  794. \t\t\t<symbol id=\"filter-arrow\" viewBox=\"0 0 24 24\">
  795. \t\t\t\t<path d=\"M5.7924 16.6699L4 14.8999L12 6.99992L20 14.8999L18.2076 16.6699L12 10.5399L5.7924 16.6699Z\" fill=\"#B5B5B5\"/>
  796. \t\t\t<symbol>
  797. \t\t</svg>
  798. \t</div>
  799. \t{# <div id=\"filter-form-root\">
  800. \t\t<button class=\"filter_hide_button rounding\" type=\"button\" id=\"filter_hide_button\">
  801. \t\t\t<svg class=\"filter_hide_button__icon\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><use xlink:href=\"#filter\"></use></svg>
  802. \t\t\t<span class=\"filter_hide_button__text\" data-filter-hide-text-show>Фильтры</span>
  803. \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>
  804. \t\t</button>
  805. \t\t<div class=\"filter_hide_block\" id=\"filter_hide_block\">
  806. \t\t\t{# Форма полей фильтрации #!}
  807. \t\t\t<form name=\"profile_filter_form\" method=\"post\" action=\"/filter/\" class=\"filter_form\" id=\"filter-form\" data-process-url=\"/profile_ctr/increase-shows/\" data-main-class=\"profile_filter\">
  808. \t\t\t\t<div class=\"profile_filter\">
  809. \t\t\t\t\t<button class=\"profile_filter__mobile_button\" type=\"button\">
  810. \t\t\t\t\t\t<svg class=\"profile_filter__mobile_button__icon\" fill=\"#666\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><use xlink:href=\"#filter\"></use></svg>
  811. \t\t\t\t\t\t<span class=\"profile_filter__mobile_button__text\">Фильтры</span>
  812. \t\t\t\t\t\t<svg class=\"profile_filter__mobile_button__icon profile_filter__mobile_button__icon-arrow\" fill=\"#666\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" style=\"transform:rotate(180deg)\"><use xlink:href=\"#filter-arrow\"></use></svg>
  813. \t\t\t\t\t</button>
  814. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  815. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  816. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  817. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  818. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  819. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  820. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  821. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  822. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  823. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  824. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  825. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  826. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  827. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  828. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  829. \t\t\t\t</div>
  830. \t\t\t</form>
  831. \t\t</div>
  832. \t\t<div class=\"profile_filter__tags__container fade_slider__container\">
  833. \t\t\t<div class=\"profile_filter__tags d-none fade_slider\" id=\"filter_tags\">
  834. \t\t\t<button class=\"profile_filter__tag\" type=\"button\" data-all>Сбросить фильтры</button>
  835. \t\t\t</div>
  836. \t\t</div>
  837. \t\t<div class=\"profile_filter__line\" id=\"filter_line\">
  838. \t\t\t<div class=\"profile_filter__line__title\">Найдено <span class=\"profile_filter__line__title__count\">{{ profiles.totalCount }} {{ profiles.totalCount|incline_numeral(['анкета', 'анкеты', 'анкет']) }}</span></div>
  839. \t\t\t<button class=\"profile_filter__line__reset\" type=\"button\" id=\"filter_line_reset\">Сбросить фильтры <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=\"#f7901d\"/></svg>
  840. \t\t\t</button>
  841. \t\t</div>
  842. \t</div> #}
  843. \t{% block mainList %}
  844. \t\t<div class=\"models-items-row flex-wrap\" id=\"profile-list\">
  845.         \t{% include 'ProfileList/list.profiles.html.twig' with {
  846. \t\t\t\t'top_profile': profile_top_placement()
  847. \t\t\t\t}
  848. \t\t\t%}
  849. \t\t</div>
  850. \t{% endblock %}
  851. \t{%- if profiles and profiles.totalCount > profiles.currentPage * profiles.currentLimit -%}
  852. \t\t{%- block showMore -%}
  853. \t\t\t{%- include 'ProfileList/_show_more.profiles.html.twig' -%}
  854. \t\t{%- endblock showMore -%}
  855. \t{%- endif -%}
  856. \t{{ porpaginas_render(profiles) }}
  857.     {# {% if app.request.get('_route') == 'profile_list.list_by_city' and app.request.pathInfo == '/'  %}
  858.         <div class=\"text-static\"><p><noindex>Проверенные ВИП индивидуалки и <a href=\"https://moswoms.com/\" target=\"_blank\">проститутки в Москве</a>. Заказать можно на Мосвом</noindex></p></div>
  859.     {% endif %} #}
  860. \t{# {% set stations_circle = station_pages_linkage_circle() %}
  861. \t{% if stations_circle is not null %}
  862. \t\t<div class=\"station-pages-linkage-circle\">
  863. \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 %}
  864. \t\t\t{% if stations_circle[0] is defined and stations_circle[0] is not null
  865. \t\t\t\tand stations_circle[1] is defined and stations_circle[1] is not null %}<i class=\"sep\"></i>{% endif %}
  866. \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 %}
  867. \t\t</div>
  868. \t{% endif %} #}
  869. \t{% if profiles and profiles.currentPage >= 2 %}
  870. \t\t{% set excludeRecommendationProfileIds = [] %}
  871. \t\t{{ include('components/_profile_recommendations.html.twig') }}
  872. \t{% endif %}
  873. \t{# {% if isFirstPage %}
  874. \t{{ include('components/seo_text.html.twig', { \"type\": 'top', \"noindex\": true }) }}
  875. \t{{ include('components/seo_text.html.twig', { \"type\": 'bottom', \"noindex\": true }) }}
  876. \t{% endif %} #}
  877. \t{% set cities_circle = city_main_pages_linkage_circle() %}
  878. \t{% if cities_circle is not null %}
  879. \t\t<div class=\"city_main_pages_linkage_circle\">
  880. \t\t\t<h3>Также рекомендуем:</h3>
  881. \t\t\t{% if cities_circle[0] is not null %}<a href=\"{{ cities_circle[0].href }}\">{{ cities_circle[0].text }}</a>{% endif %}
  882. \t\t\t{% if cities_circle[1] is not null %}<a href=\"{{ cities_circle[1].href }}\">{{ cities_circle[1].text }}</a>{% endif %}
  883. \t\t</div>
  884. \t{% endif %}
  885. \t{% set circle = inner_linkage_circle() %}
  886. \t{% if circle is not null %}
  887. \t\t<div class=\"inner_linkage_circle\">
  888. \t\t\t<h3>Также интересуются:</h3>
  889. \t\t\t<a href=\"{{ circle[0].href }}\">{{ circle[0].text }}</a>
  890. \t\t\t<a href=\"{{ circle[1].href }}\">{{ circle[1].text }}</a>
  891. \t\t</div>
  892. \t{% endif %}
  893. {% endblock %}
  894. {% block javascripts %}
  895. \t{% set excludeRecommendationProfileIds = [] %}
  896. \t{{ parent() }}
  897. \t{# {{ encore_entry_script_tags('scripts/filters', null, 'basicConfig') }} #}
  898. \t{%- set route = app.request.get('_route') -%}
  899. \t{%- if 'profile_search.page' not in route and not (app.request.method == 'GET' and app.request.isXmlHttpRequest()) -%}
  900. \t\t<script>
  901. \t\t\twindow._lD = {
  902. \t\t\t\t{# formUrl: \"{{ path('profile_filters.form', {city: city.uriIdentity}) }}\", #}
  903. \t\t\t\tsetLastViewedListing: '{{ app.request.attributes.get('_route') }}',
  904. \t\t\t\tlistingData: [
  905. \t\t\t\t\t['listing', '{{ listing }}'],
  906. \t\t\t\t\t['listingParams', '{{ listing_parameters|json_encode() }}'.replaceAll('&quot;', '\"')],
  907. \t\t\t\t],
  908. \t\t\t\tcityUrl: \"{{city.uriIdentity}}\"
  909. \t\t\t}
  910. \t\t\twindow._spb_s = {
  911. \t\t\t\tstations: {
  912. \t\t\t\t\t{%- for station in stations() -%}
  913. \t\t\t\t\t\t\"{{ station.name|trans }}\": \"{{ path('profile_list.list_by_station', {'city': station.city.uriIdentity, 'station': station.uriIdentity}) }}\"{% if not loop.last %},{% endif %}
  914. \t\t\t\t\t{%- endfor -%}
  915. \t\t\t\t}
  916. \t\t\t};
  917. \t\t\t{# document.addEventListener(\"DOMContentLoaded\", () => {
  918. \t\t\t\tnew window._filterLoader({
  919. \t\t\t\t\tformUrl: \"{{ path('profile_filters.form', {city: city.uriIdentity}) }}\",
  920. \t\t\t\t\tdefaultProfilesCount: \"{{ profiles.totalCount }}\"
  921. \t\t\t\t});
  922. \t\t\t}) #}
  923. \t\t</script>
  924. \t\t{# {% endif %} #}
  925. \t{%- endif -%}
  926. \t{# <script>
  927. \t\tdocument.addEventListener('DOMContentLoaded', function() {
  928. \t\t\t{% if profiles and profiles.totalCount > 0 %}
  929. \t\t\t\t{%- set profilesId = profiles|map(p => p.id)|join(',') -%}
  930. \t\t\t\twindow.increase_shows({
  931. \t\t\t\t\tprofiles: [{{ profilesId }}],
  932. \t\t\t\t\troute: '{{ app.request.attributes.get('_route') }}',
  933. \t\t\t\t})
  934. \t\t\t{% endif %}
  935. \t\t});
  936. \t</script> #}
  937. {% endblock %}""ProfileList/list.html.twig""/app/templates/ProfileList/list.html.twig");
  938.     }
  939. }