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

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