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

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