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<div id=\"filter-form-root\">
  241. \t\t<button class=\"filter_hide_button rounding\" type=\"button\" id=\"filter_hide_button\">
  242. \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>
  243. \t\t\t<span class=\"filter_hide_button__text\" data-filter-hide-text-show>Фильтры</span>
  244. \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>
  245. \t\t</button>
  246. \t\t<div class=\"filter_hide_block\" id=\"filter_hide_block\">
  247. \t\t\t";
  248.         // line 165
  249.         echo "\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\">
  250. \t\t\t\t<div class=\"profile_filter\">
  251. \t\t\t\t\t<button class=\"profile_filter__mobile_button\" type=\"button\">
  252. \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>
  253. \t\t\t\t\t\t<span class=\"profile_filter__mobile_button__text\">Фильтры</span>
  254. \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>
  255. \t\t\t\t\t</button>
  256. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  257. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  258. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  259. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  260. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  261. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  262. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  263. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  264. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  265. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  266. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  267. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  268. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  269. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  270. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  271. \t\t\t\t</div>
  272. \t\t\t</form>
  273. \t\t</div>
  274. \t\t<div class=\"profile_filter__tags__container fade_slider__container\">
  275. \t\t\t<div class=\"profile_filter__tags d-none fade_slider\" id=\"filter_tags\">
  276. \t\t\t<button class=\"profile_filter__tag\" type=\"button\" data-all>Сбросить фильтры</button>
  277. \t\t\t</div>
  278. \t\t</div>
  279. \t\t<div class=\"profile_filter__line\" id=\"filter_line\">
  280. \t\t\t<div class=\"profile_filter__line__title\">Найдено <span class=\"profile_filter__line__title__count\">";
  281.         // line 199
  282.         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.'199$this->source); })()), "totalCount", [], "any"falsefalsefalse199), "html"nulltrue);
  283.         echo " ";
  284.         echo twig_escape_filter($this->env$this->extensions['App\Twig\ToolsExtension']->inclineNumeral(twig_get_attribute($this->env$this->source, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'199$this->source); })()), "totalCount", [], "any"falsefalsefalse199), ["анкета""анкеты""анкет"]), "html"nulltrue);
  285.         echo "</span></div>
  286. \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>
  287. \t\t\t</button>
  288. \t\t</div>
  289. \t</div>
  290. \t";
  291.         // line 205
  292.         $this->displayBlock('mainList'$context$blocks);
  293.         // line 211
  294.         if (((isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'211$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.'211$this->source); })()), "totalCount", [], "any"falsefalsefalse211) > (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.'211$this->source); })()), "currentPage", [], "any"falsefalsefalse211) * 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.'211$this->source); })()), "currentLimit", [], "any"falsefalsefalse211))))) {
  295.             // line 212
  296.             $this->displayBlock('showMore'$context$blocks);
  297.         }
  298.         // line 217
  299.         echo $this->extensions['Porpaginas\Twig\PorpaginasExtension']->renderPagination($this->env, (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'217$this->source); })()));
  300.         echo "
  301. \t";
  302.         // line 228
  303.         echo "
  304. \t";
  305.         // line 229
  306.         if (((isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'229$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.'229$this->source); })()), "currentPage", [], "any"falsefalsefalse229) >= 2))) {
  307.             // line 230
  308.             echo "\t\t";
  309.             $context["excludeRecommendationProfileIds"] = [];
  310.             // line 231
  311.             echo "\t\t";
  312.             echo twig_include($this->env$context"components/_profile_recommendations.html.twig");
  313.             echo "
  314. \t";
  315.         }
  316.         // line 233
  317.         echo "
  318. \t";
  319.         // line 238
  320.         echo "
  321. \t";
  322.         // line 239
  323.         $context["cities_circle"] = $this->extensions['App\Twig\CityMainPagesLinkageExtension']->cityMainPagesLinkageCircle();
  324.         // line 240
  325.         echo "\t";
  326.         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.'240$this->source); })()))) {
  327.             // line 241
  328.             echo "\t\t<div class=\"city_main_pages_linkage_circle\">
  329. \t\t\t<h3>Также рекомендуем:</h3>
  330. \t\t\t";
  331.             // line 243
  332.             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.'243$this->source); })()), 0, [], "array"falsefalsefalse243))) {
  333.                 echo "<a href=\"";
  334.                 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.'243$this->source); })()), 0, [], "array"falsefalsefalse243), "href", [], "any"falsefalsefalse243), "html"nulltrue);
  335.                 echo "\">";
  336.                 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.'243$this->source); })()), 0, [], "array"falsefalsefalse243), "text", [], "any"falsefalsefalse243), "html"nulltrue);
  337.                 echo "</a>";
  338.             }
  339.             // line 244
  340.             echo "\t\t\t";
  341.             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.'244$this->source); })()), 1, [], "array"falsefalsefalse244))) {
  342.                 echo "<a href=\"";
  343.                 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.'244$this->source); })()), 1, [], "array"falsefalsefalse244), "href", [], "any"falsefalsefalse244), "html"nulltrue);
  344.                 echo "\">";
  345.                 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.'244$this->source); })()), 1, [], "array"falsefalsefalse244), "text", [], "any"falsefalsefalse244), "html"nulltrue);
  346.                 echo "</a>";
  347.             }
  348.             // line 245
  349.             echo "\t\t</div>
  350. \t";
  351.         }
  352.         // line 247
  353.         echo "
  354. \t";
  355.         // line 248
  356.         $context["circle"] = $this->extensions['App\Twig\InnerLinkageCircleExtension']->innerLinkageCircle();
  357.         // line 249
  358.         echo "\t";
  359.         if ( !(null === (isset($context["circle"]) || array_key_exists("circle"$context) ? $context["circle"] : (function () { throw new RuntimeError('Variable "circle" does not exist.'249$this->source); })()))) {
  360.             // line 250
  361.             echo "\t\t<div class=\"inner_linkage_circle\">
  362. \t\t\t<h3>Также интересуются:</h3>
  363. \t\t\t<a href=\"";
  364.             // line 252
  365.             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.'252$this->source); })()), 0, [], "array"falsefalsefalse252), "href", [], "any"falsefalsefalse252), "html"nulltrue);
  366.             echo "\">";
  367.             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.'252$this->source); })()), 0, [], "array"falsefalsefalse252), "text", [], "any"falsefalsefalse252), "html"nulltrue);
  368.             echo "</a>
  369. \t\t\t<a href=\"";
  370.             // line 253
  371.             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.'253$this->source); })()), 1, [], "array"falsefalsefalse253), "href", [], "any"falsefalsefalse253), "html"nulltrue);
  372.             echo "\">";
  373.             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.'253$this->source); })()), 1, [], "array"falsefalsefalse253), "text", [], "any"falsefalsefalse253), "html"nulltrue);
  374.             echo "</a>
  375. \t\t</div>
  376. \t";
  377.         }
  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 205
  386.     public function block_mainList($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""mainList"));
  391.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  392.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainList"));
  393.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  394.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainList"));
  395.         // line 206
  396.         echo "\t\t<div class=\"models-items-row flex-wrap\" id=\"profile-list\">
  397.         \t";
  398.         // line 207
  399.         $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()]));
  400.         // line 208
  401.         echo "\t\t</div>
  402. \t";
  403.         
  404.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  405.         
  406.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  407.         
  408.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  409.     }
  410.     // line 212
  411.     public function block_showMore($context, array $blocks = [])
  412.     {
  413.         $macros $this->macros;
  414.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  415.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  416.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  417.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  418.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  419.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  420.         // line 213
  421.         $this->loadTemplate("ProfileList/_show_more.profiles.html.twig""ProfileList/list.html.twig"213)->display($context);
  422.         
  423.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  424.         
  425.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  426.         
  427.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  428.     }
  429.     // line 258
  430.     public function block_javascripts($context, array $blocks = [])
  431.     {
  432.         $macros $this->macros;
  433.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  434.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  435.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  436.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  437.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  438.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  439.         // line 259
  440.         echo "\t";
  441.         $context["excludeRecommendationProfileIds"] = [];
  442.         // line 260
  443.         echo "\t";
  444.         $this->displayParentBlock("javascripts"$context$blocks);
  445.         echo "
  446. \t";
  447.         // line 261
  448.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("scripts/filters"null"basicConfig");
  449.         // line 262
  450.         $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.'262$this->source); })()), "request", [], "any"falsefalsefalse262), "get", ["_route"], "method"falsefalsefalse262);
  451.         // line 263
  452.         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.'263$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.'263$this->source); })()), "request", [], "any"falsefalsefalse263), "method", [], "any"falsefalsefalse263) == "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.'263$this->source); })()), "request", [], "any"falsefalsefalse263), "isXmlHttpRequest", [], "method"falsefalsefalse263)))) {
  453.             // line 264
  454.             echo "<script>
  455. \t\t\twindow._lD = {
  456. \t\t\t\tformUrl: \"";
  457.             // line 266
  458.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_filters.form", ["city" => twig_get_attribute($this->env$this->source, (isset($context["city"]) || array_key_exists("city"$context) ? $context["city"] : (function () { throw new RuntimeError('Variable "city" does not exist.'266$this->source); })()), "uriIdentity", [], "any"falsefalsefalse266)]), "html"nulltrue);
  459.             echo "\",
  460. \t\t\t\tsetLastViewedListing: '";
  461.             // line 267
  462.             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.'267$this->source); })()), "request", [], "any"falsefalsefalse267), "attributes", [], "any"falsefalsefalse267), "get", ["_route"], "method"falsefalsefalse267), "html"nulltrue);
  463.             echo "',
  464. \t\t\t\tlistingData: [
  465. \t\t\t\t\t['listing', '";
  466.             // line 269
  467.             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.'269$this->source); })()), "html"nulltrue);
  468.             echo "'],
  469. \t\t\t\t\t['listingParams', '";
  470.             // line 270
  471.             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.'270$this->source); })())), "html"nulltrue);
  472.             echo "'.replaceAll('&quot;', '\"')],
  473. \t\t\t\t],
  474. \t\t\t\tcityUrl: \"";
  475.             // line 272
  476.             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.'272$this->source); })()), "uriIdentity", [], "any"falsefalsefalse272), "html"nulltrue);
  477.             echo "\"
  478. \t\t\t}
  479. \t\t\twindow._spb_s = {
  480. \t\t\t\tstations: {";
  481.             // line 276
  482.             $context['_parent'] = $context;
  483.             $context['_seq'] = twig_ensure_traversable($this->extensions['App\Twig\StationsExtension']->stations());
  484.             $context['loop'] = [
  485.               'parent' => $context['_parent'],
  486.               'index0' => 0,
  487.               'index'  => 1,
  488.               'first'  => true,
  489.             ];
  490.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  491.                 $length count($context['_seq']);
  492.                 $context['loop']['revindex0'] = $length 1;
  493.                 $context['loop']['revindex'] = $length;
  494.                 $context['loop']['length'] = $length;
  495.                 $context['loop']['last'] = === $length;
  496.             }
  497.             foreach ($context['_seq'] as $context["_key"] => $context["station"]) {
  498.                 // line 277
  499.                 echo "\"";
  500.                 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"falsefalsefalse277)), "html"nulltrue);
  501.                 echo "\": \"";
  502.                 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"falsefalsefalse277), "uriIdentity", [], "any"falsefalsefalse277), "station" => twig_get_attribute($this->env$this->source$context["station"], "uriIdentity", [], "any"falsefalsefalse277)]), "html"nulltrue);
  503.                 echo "\"";
  504.                 if ( !twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse277)) {
  505.                     echo ",";
  506.                 }
  507.                 ++$context['loop']['index0'];
  508.                 ++$context['loop']['index'];
  509.                 $context['loop']['first'] = false;
  510.                 if (isset($context['loop']['length'])) {
  511.                     --$context['loop']['revindex0'];
  512.                     --$context['loop']['revindex'];
  513.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  514.                 }
  515.             }
  516.             $_parent $context['_parent'];
  517.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['station'], $context['_parent'], $context['loop']);
  518.             $context array_intersect_key($context$_parent) + $_parent;
  519.             // line 279
  520.             echo "}
  521. \t\t\t};
  522. \t\t\tdocument.addEventListener(\"DOMContentLoaded\", () => {
  523. \t\t\t\tnew window._filterLoader({
  524. \t\t\t\t\tformUrl: \"";
  525.             // line 284
  526.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_filters.form", ["city" => twig_get_attribute($this->env$this->source, (isset($context["city"]) || array_key_exists("city"$context) ? $context["city"] : (function () { throw new RuntimeError('Variable "city" does not exist.'284$this->source); })()), "uriIdentity", [], "any"falsefalsefalse284)]), "html"nulltrue);
  527.             echo "\",
  528. \t\t\t\t\tdefaultProfilesCount: \"";
  529.             // line 285
  530.             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.'285$this->source); })()), "totalCount", [], "any"falsefalsefalse285), "html"nulltrue);
  531.             echo "\"
  532. \t\t\t\t});
  533. \t\t\t})
  534. \t\t</script>
  535. \t\t";
  536.         }
  537.         
  538.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  539.         
  540.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  541.         
  542.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  543.     }
  544.     // line 3
  545.     public function macro__get_min($__price1__ null$__price2__ null$__currency__ null, ...$__varargs__)
  546.     {
  547.         $macros $this->macros;
  548.         $context $this->env->mergeGlobals([
  549.             "price1" => $__price1__,
  550.             "price2" => $__price2__,
  551.             "currency" => $__currency__,
  552.             "varargs" => $__varargs__,
  553.         ]);
  554.         $blocks = [];
  555.         ob_start();
  556.         try {
  557.             $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  558.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_get_min"));
  559.             $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  560.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_get_min"));
  561.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  562.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_get_min"));
  563.             // line 4
  564.             echo "\t";
  565.             $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));
  566.             // line 5
  567.             echo "\t";
  568.             $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));
  569.             // line 6
  570.             echo "\t";
  571.             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))) {
  572.                 // line 7
  573.                 echo "\t\t-
  574. \t";
  575.             } elseif ((            // line 8
  576. (isset($context["price1"]) || array_key_exists("price1"$context) ? $context["price1"] : (function () { throw new RuntimeError('Variable "price1" does not exist.'8$this->source); })()) == 999999999)) {
  577.                 // line 9
  578.                 echo "\t\t";
  579.                 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);
  580.                 echo " ";
  581.                 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);
  582.                 echo "
  583. \t";
  584.             } elseif ((            // line 10
  585. (isset($context["price2"]) || array_key_exists("price2"$context) ? $context["price2"] : (function () { throw new RuntimeError('Variable "price2" does not exist.'10$this->source); })()) == 999999999)) {
  586.                 // line 11
  587.                 echo "\t\t";
  588.                 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);
  589.                 echo " ";
  590.                 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);
  591.                 echo "
  592. \t";
  593.             } else {
  594.                 // line 13
  595.                 echo "\t\t";
  596.                 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);
  597.                 echo " ";
  598.                 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);
  599.                 echo "
  600. \t";
  601.             }
  602.             
  603.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  604.             
  605.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  606.             
  607.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  608.             return ('' === $tmp ob_get_contents()) ? '' : new Markup($tmp$this->env->getCharset());
  609.         } finally {
  610.             ob_end_clean();
  611.         }
  612.     }
  613.     // line 17
  614.     public function macro__check_out_price($__price1__ null$__price2__ null$__price3__ null, ...$__varargs__)
  615.     {
  616.         $macros $this->macros;
  617.         $context $this->env->mergeGlobals([
  618.             "price1" => $__price1__,
  619.             "price2" => $__price2__,
  620.             "price3" => $__price3__,
  621.             "varargs" => $__varargs__,
  622.         ]);
  623.         $blocks = [];
  624.         ob_start();
  625.         try {
  626.             $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  627.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_check_out_price"));
  628.             $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  629.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_check_out_price"));
  630.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  631.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_check_out_price"));
  632.             // line 18
  633.             $context["maxPrice"] = 999999999;
  634.             // line 19
  635.             $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); })())));
  636.             // line 20
  637.             $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); })())));
  638.             // line 21
  639.             $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); })())));
  640.             // line 23
  641.             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); })())))) {
  642.                 // line 24
  643.                 echo "1";
  644.             } else {
  645.                 // line 26
  646.                 echo "0";
  647.             }
  648.             
  649.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  650.             
  651.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  652.             
  653.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  654.             return ('' === $tmp ob_get_contents()) ? '' : new Markup($tmp$this->env->getCharset());
  655.         } finally {
  656.             ob_end_clean();
  657.         }
  658.     }
  659.     /**
  660.      * @codeCoverageIgnore
  661.      */
  662.     public function getTemplateName()
  663.     {
  664.         return "ProfileList/list.html.twig";
  665.     }
  666.     /**
  667.      * @codeCoverageIgnore
  668.      */
  669.     public function isTraitable()
  670.     {
  671.         return false;
  672.     }
  673.     /**
  674.      * @codeCoverageIgnore
  675.      */
  676.     public function getDebugInfo()
  677.     {
  678.         return array (  752 => 26,  749 => 24,  747 => 23,  745 => 21,  743 => 20,  741 => 19,  739 => 18,  715 => 17,  691 => 13,  683 => 11,  681 => 10,  674 => 9,  672 => 8,  669 => 7,  666 => 6,  663 => 5,  660 => 4,  636 => 3,  617 => 285,  613 => 284,  606 => 279,  585 => 277,  568 => 276,  562 => 272,  557 => 270,  553 => 269,  548 => 267,  544 => 266,  540 => 264,  538 => 263,  536 => 262,  534 => 261,  529 => 260,  526 => 259,  513 => 258,  500 => 213,  487 => 212,  473 => 208,  471 => 207,  468 => 206,  455 => 205,  436 => 253,  430 => 252,  426 => 250,  423 => 249,  421 => 248,  418 => 247,  414 => 245,  405 => 244,  397 => 243,  393 => 241,  390 => 240,  388 => 239,  385 => 238,  382 => 233,  376 => 231,  373 => 230,  371 => 229,  368 => 228,  363 => 217,  360 => 212,  358 => 211,  356 => 205,  345 => 199,  309 => 165,  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,);
  679.     }
  680.     public function getSourceContext()
  681.     {
  682.         return new Source("{% extends 'grid.html.twig' %}
  683. {% macro _get_min(price1, price2, currency) %}
  684. \t{% set price1 = price1 is defined and price1 > 0 ? price1 : 999999999 %}
  685. \t{% set price2 = price2 is defined and price2 > 0 ? price2 : 999999999 %}
  686. \t{% if price1 == 999999999 and price2 == 999999999 %}
  687. \t\t-
  688. \t{% elseif price1 == 999999999 %}
  689. \t\t{{price2}} {{ currency }}
  690. \t{% elseif price2 == 999999999 %}
  691. \t\t{{price1}} {{ currency }}
  692. \t{% else %}
  693. \t\t{{ min([price1,price2]) }} {{ currency }}
  694. \t{% endif %}
  695. {% endmacro %}
  696. {%- macro _check_out_price(price1, price2, price3) -%}
  697. \t{%- set maxPrice = 999999999 %}
  698. \t{%- set price1 = price1 is defined and price1 > 0 ? price1 : maxPrice -%}
  699. \t{%- set price2 = price2 is defined and price2 > 0 ? price2 : maxPrice -%}
  700. \t{%- set price3 = price3 is defined and price3 > 0 ? price3 : maxPrice -%}
  701. \t{%- if price1 != maxPrice or price2 != maxPrice or price3 != maxPrice -%}
  702. \t\t1
  703. \t{%- else -%}
  704. \t\t0
  705. \t{%- endif -%}
  706. {%- endmacro -%}
  707. {% block title %}{{ seo_title() }}{% endblock %}
  708. {% block metaDescription %}
  709. \t<meta name=\"description\" content=\"{{ seo_description() }}\">
  710. {% endblock %}
  711. {% set listingPage = profiles.currentPage is defined and profiles.currentPage > 1 %}
  712. {% set isFirstPage = profiles.currentPage is defined and profiles.currentPage == 1 %}
  713. {% block canonical %}<link rel=\"canonical\" href=\"{{ canonical_url(actual_main_domain) }}{{ listingPage ? 'page' ~ profiles.currentPage ~ '/' : ''}}\">{% endblock %}
  714. {% block name_page %}girls-list{% endblock %}
  715. {% block current_menu_map %} current{% endblock %}
  716. {% block stylesheet %}
  717. \t{{ parent() }}
  718. \t{{ encore_entry_link_tags(\"scripts/filters\", null, 'basicConfig') }}
  719. {% endblock %}
  720. {% block mainContainer %}
  721. \t{{ knp_menu_render('breadcrumbs', {'template': '_menu/breadcrumbs.html.twig'}) }}
  722. \t<header class=\"list_heading\" role=\"heading\">
  723. \t\t<h1 class=\"border-line list_heading__title\" role=\"heading\">{{ seo_heading() ? seo_heading() : 'Проститутки города Питера' }}</h1>
  724. \t\t<span class=\"list_heading__count\">{{ profiles.totalCount }}</span>
  725. \t</header>
  726. \t{#
  727. \tфича Пустые категории
  728. \t{% if source is defined and source %}
  729. \t\t<div class=\"empty-category level d-flex overflow-hidden mb-4\">
  730. \t\t\t<div class=\"empty-category__icon d-flex align-items-center justify-content-center\">
  731. \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>
  732. \t\t\t</div>
  733. \t\t\t<div class=\"flex-fill px-3 px-sm-4 py-3\">
  734. \t\t\t\t<p class=\"m-0\">
  735. \t\t\t\t\t{% if source == 'county' %}К сожалению, все девушки из округа
  736. \t\t\t\t\t\t<a href=\"{{ category_url }}\">{{ county.name }}</a>
  737. \t\t\t\t\t\tсейчас отдыхают, посмотрите проституток из других округов города
  738. \t\t\t\t\t\t{{ city.name|trans }}.
  739. \t\t\t\t\t{% endif %}
  740. \t\t\t\t\t{% if source == 'district' %}К сожалению, все девушки из района
  741. \t\t\t\t\t\t<a href=\"{{ category_url }}\">{{ district.name }}</a>
  742. \t\t\t\t\t\tсейчас отдыхают, посмотрите проституток из других районов города
  743. \t\t\t\t\t\t{{ city.name|trans }}.
  744. \t\t\t\t\t{% endif %}
  745. \t\t\t\t\t{% if source == 'station' %}К сожалению, все девушки работающие вблизи метро
  746. \t\t\t\t\t\t<a href=\"{{ category_url }}\">{{ station.name }}</a>
  747. \t\t\t\t\t\tсейчас отдыхают, посмотрите проституток у других станций метро в этом районе города
  748. \t\t\t\t\t\t{{ city.name|trans }}.
  749. \t\t\t\t\t{% endif %}
  750. \t\t\t\t\t{% if source == 'approved' or source == 'with_comments' or  source == 'with_video' or source == 'elite' or source == 'with_selfie' %}
  751. \t\t\t\t\t\t{% if source == 'approved' %}
  752. \t\t\t\t\t\t\t{% set source_name = '<a href=\"' ~ path('profile_list.list_approved', {city:city.uriIdentity}) ~ '\">Проверенные анкеты</a>' %}
  753. \t\t\t\t\t\t{% elseif source == 'with_comments' %}
  754. \t\t\t\t\t\t\t{% set source_name = '<a href=\"' ~ path('profile_list.list_with_comments', {city:city.uriIdentity}) ~ '\">Анкеты с отзывами</a>' %}
  755. \t\t\t\t\t\t{% elseif source == 'with_video' %}
  756. \t\t\t\t\t\t\t{% set source_name = '<a href=\"' ~ path('profile_list.list_with_video', {city:city.uriIdentity}) ~ '\">Анкеты с видео</a>' %}
  757. \t\t\t\t\t\t{% elseif source == 'with_selfie' %}
  758. \t\t\t\t\t\t\t{% set source_name = '<a href=\"' ~ path('profile_list.list_with_selfie', {city:city.uriIdentity}) ~ '\">Анкеты с селфи</a>' %}
  759. \t\t\t\t\t\t{% elseif source == 'elite' %}
  760. \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>' %}
  761. \t\t\t\t\t\t{% else %}
  762. \t\t\t\t\t\t\t{% set source_name = '' %}
  763. \t\t\t\t\t\t{% endif %}
  764. \t\t\t\t\t\t{% if source_default == 'approved' %}К сожалению, все
  765. \t\t\t\t\t\t\t<a href=\"{{ category_url }}\">проверенные девушки</a>
  766. \t\t\t\t\t\t\tсейчас отдыхают, посмотрите раздел
  767. \t\t\t\t\t\t\t{{ source_name|raw }}
  768. \t\t\t\t\t\t{% endif %}
  769. \t\t\t\t\t\t{% if source_default == 'with_comments' %}К сожалению, все
  770. \t\t\t\t\t\t\t<a href=\"{{ category_url }}\">девушки, у которых есть отзывы</a>
  771. \t\t\t\t\t\t\tсейчас отдыхают, посмотрите раздел
  772. \t\t\t\t\t\t\t{{ source_name|raw }}
  773. \t\t\t\t\t\t{% endif %}
  774. \t\t\t\t\t\t{% if source_default == 'with_video' %}К сожалению, все
  775. \t\t\t\t\t\t\t<a href=\"{{ category_url }}\">девушки, у которых есть видео</a>
  776. \t\t\t\t\t\t\tсейчас отдыхают, посмотрите раздел
  777. \t\t\t\t\t\t\t{{ source_name|raw }}
  778. \t\t\t\t\t\t{% endif %}
  779. \t\t\t\t\t\t{% if source_default == 'with_selfie' %}
  780. \t\t\t\t\t\t\tК сожалению, все <a href=\"{{ category_url }}\">девушки, у которых есть селфи</a> сейчас отдыхают, посмотрите раздел {{ source_name|raw }}
  781. \t\t\t\t\t\t{% endif %}
  782. \t\t\t\t\t{% endif %}
  783. \t\t\t\t\t{% if source == 'by_params' %}К сожалению, раздел пуст. Посмотрите другие анкеты, которые мы подобрали для Вас.
  784. \t\t\t\t\t{% endif %}
  785. \t\t\t\t\t{% if source == 'service' %}К сожалению, все девушки, которые практикуют услугу
  786. \t\t\t\t\t\t<a href=\"{{ category_url }}\">{{ service.name }}</a>
  787. \t\t\t\t\t\tсейчас отдыхают. Но мы подобрали для Вас девушек которые не против оказать Вам похожие услуги, взгляните!
  788. \t\t\t\t\t{% endif %}
  789. \t\t\t\t\t{% if source == 'city' %}К сожалению, данный раздел пуст. Взгляните на другие анкеты, которые мы нашли для Вас в городе
  790. \t\t\t\t\t\t{{ city.name|trans }}.
  791. \t\t\t\t\t{% endif %}
  792. \t\t\t\t\t{% if source == 'country' %}К сожалению, данный раздел пуст. Взгляните на анкеты которые мы подобрали для Вас.
  793. \t\t\t\t\t{% endif %}
  794. \t\t\t\t\t{% if source == 'massage_service' %}К сожалению, все девушки для которых массаж — это призвание сейчас отдыхают. Посмотрите проституток, которые также готовы сделать Вам массаж.
  795. \t\t\t\t\t{% endif %}
  796. \t\t\t\t</p>
  797. \t\t\t</div>
  798. \t\t</div>
  799. \t{% endif %}#}
  800. \t<div aria-hidden=\"true\" class=\"no-display\" style=\"display: none;\">
  801. \t\t<svg xmlns=\"http://www.w3.org/2000/svg\">
  802. \t\t\t<symbol id=\"close\" viewBox=\"0 0 25 24\">
  803. \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\"/>
  804. \t\t\t</symbol>
  805. \t\t\t<symbol id=\"expand\" viewBox=\"0 0 20 20\">
  806. \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\"/>
  807. \t\t\t</symbol>
  808. \t\t\t<symbol id=\"range-off\" viewBox=\"0 0 25 24\">
  809. \t\t\t\t<rect width=\"24\" height=\"4\" x=\".34\" y=\"10\" fill=\"#A3A3A3\" rx=\"2\"/>
  810. \t\t\t\t<circle cx=\"4.34\" cy=\"12\" r=\"3\" fill=\"#fff\" stroke=\"#A3A3A3\" stroke-width=\"2\"/>
  811. \t\t\t\t<circle cx=\"20.34\" cy=\"12\" r=\"3\" fill=\"#fff\" stroke=\"#A3A3A3\" stroke-width=\"2\"/>
  812. \t\t\t</symbol>
  813. \t\t\t<symbol id=\"range-on\" viewBox=\"0 0 25 24\">
  814. \t\t\t\t<rect width=\"24\" height=\"4\" x=\".34\" y=\"10\" fill=\"#A3A3A3\" rx=\"2\"/>
  815. \t\t\t\t<rect width=\"12\" height=\"4\" x=\"6.34\" y=\"10\" fill=\"#f7901d\" rx=\"2\"/>
  816. \t\t\t\t<circle cx=\"6.34\" cy=\"12\" r=\"3\" fill=\"#fff\" stroke=\"#f7901d\" stroke-width=\"2\"/>
  817. \t\t\t\t<circle cx=\"18.34\" cy=\"12\" r=\"3\" fill=\"#fff\" stroke=\"#f7901d\" stroke-width=\"2\"/>
  818. \t\t\t</symbol>
  819. \t\t\t<symbol id=\"filter\" viewBox=\"0 0 24 24\">
  820. \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\" />
  821. \t\t\t</symbol>
  822. \t\t\t<symbol id=\"filter-arrow\" viewBox=\"0 0 24 24\">
  823. \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\"/>
  824. \t\t\t<symbol>
  825. \t\t</svg>
  826. \t</div>
  827. \t<div id=\"filter-form-root\">
  828. \t\t<button class=\"filter_hide_button rounding\" type=\"button\" id=\"filter_hide_button\">
  829. \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>
  830. \t\t\t<span class=\"filter_hide_button__text\" data-filter-hide-text-show>Фильтры</span>
  831. \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>
  832. \t\t</button>
  833. \t\t<div class=\"filter_hide_block\" id=\"filter_hide_block\">
  834. \t\t\t{# Форма полей фильтрации #}
  835. \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\">
  836. \t\t\t\t<div class=\"profile_filter\">
  837. \t\t\t\t\t<button class=\"profile_filter__mobile_button\" type=\"button\">
  838. \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>
  839. \t\t\t\t\t\t<span class=\"profile_filter__mobile_button__text\">Фильтры</span>
  840. \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>
  841. \t\t\t\t\t</button>
  842. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  843. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  844. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  845. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  846. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  847. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  848. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  849. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  850. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  851. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  852. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  853. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  854. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  855. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  856. \t\t\t\t\t<div class=\"profile_filter__item rounding profile_filter__item--loading\"></div>
  857. \t\t\t\t</div>
  858. \t\t\t</form>
  859. \t\t</div>
  860. \t\t<div class=\"profile_filter__tags__container fade_slider__container\">
  861. \t\t\t<div class=\"profile_filter__tags d-none fade_slider\" id=\"filter_tags\">
  862. \t\t\t<button class=\"profile_filter__tag\" type=\"button\" data-all>Сбросить фильтры</button>
  863. \t\t\t</div>
  864. \t\t</div>
  865. \t\t<div class=\"profile_filter__line\" id=\"filter_line\">
  866. \t\t\t<div class=\"profile_filter__line__title\">Найдено <span class=\"profile_filter__line__title__count\">{{ profiles.totalCount }} {{ profiles.totalCount|incline_numeral(['анкета', 'анкеты', 'анкет']) }}</span></div>
  867. \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>
  868. \t\t\t</button>
  869. \t\t</div>
  870. \t</div>
  871. \t{% block mainList %}
  872. \t\t<div class=\"models-items-row flex-wrap\" id=\"profile-list\">
  873.         \t{% include 'ProfileList/list.profiles.html.twig' with { 'top_profile': profile_top_placement() } %}
  874. \t\t</div>
  875. \t{% endblock %}
  876. \t{%- if profiles and profiles.totalCount > profiles.currentPage * profiles.currentLimit -%}
  877. \t\t{%- block showMore -%}
  878. \t\t\t{%- include 'ProfileList/_show_more.profiles.html.twig' -%}
  879. \t\t{%- endblock showMore -%}
  880. \t{%- endif -%}
  881. \t{{ porpaginas_render(profiles) }}
  882. \t{# {% set stations_circle = station_pages_linkage_circle() %}
  883. \t{% if stations_circle is not null %}
  884. \t\t<div class=\"station-pages-linkage-circle\">
  885. \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 %}
  886. \t\t\t{% if stations_circle[0] is defined and stations_circle[0] is not null
  887. \t\t\t\tand stations_circle[1] is defined and stations_circle[1] is not null %}<i class=\"sep\"></i>{% endif %}
  888. \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 %}
  889. \t\t</div>
  890. \t{% endif %} #}
  891. \t{% if profiles and profiles.currentPage >= 2 %}
  892. \t\t{% set excludeRecommendationProfileIds = [] %}
  893. \t\t{{ include('components/_profile_recommendations.html.twig') }}
  894. \t{% endif %}
  895. \t{# {% if isFirstPage %}
  896. \t{{ include('components/seo_text.html.twig', { \"type\": 'top', \"noindex\": true }) }}
  897. \t{{ include('components/seo_text.html.twig', { \"type\": 'bottom', \"noindex\": true }) }}
  898. \t{% endif %} #}
  899. \t{% set cities_circle = city_main_pages_linkage_circle() %}
  900. \t{% if cities_circle is not null %}
  901. \t\t<div class=\"city_main_pages_linkage_circle\">
  902. \t\t\t<h3>Также рекомендуем:</h3>
  903. \t\t\t{% if cities_circle[0] is not null %}<a href=\"{{ cities_circle[0].href }}\">{{ cities_circle[0].text }}</a>{% endif %}
  904. \t\t\t{% if cities_circle[1] is not null %}<a href=\"{{ cities_circle[1].href }}\">{{ cities_circle[1].text }}</a>{% endif %}
  905. \t\t</div>
  906. \t{% endif %}
  907. \t{% set circle = inner_linkage_circle() %}
  908. \t{% if circle is not null %}
  909. \t\t<div class=\"inner_linkage_circle\">
  910. \t\t\t<h3>Также интересуются:</h3>
  911. \t\t\t<a href=\"{{ circle[0].href }}\">{{ circle[0].text }}</a>
  912. \t\t\t<a href=\"{{ circle[1].href }}\">{{ circle[1].text }}</a>
  913. \t\t</div>
  914. \t{% endif %}
  915. {% endblock %}
  916. {% block javascripts %}
  917. \t{% set excludeRecommendationProfileIds = [] %}
  918. \t{{ parent() }}
  919. \t{{ encore_entry_script_tags('scripts/filters', null, 'basicConfig') }}
  920. \t{%- set route = app.request.get('_route') -%}
  921. \t{%- if 'profile_search.page' not in route and not (app.request.method == 'GET' and app.request.isXmlHttpRequest()) -%}
  922. \t\t<script>
  923. \t\t\twindow._lD = {
  924. \t\t\t\tformUrl: \"{{ path('profile_filters.form', {city: city.uriIdentity}) }}\",
  925. \t\t\t\tsetLastViewedListing: '{{ app.request.attributes.get('_route') }}',
  926. \t\t\t\tlistingData: [
  927. \t\t\t\t\t['listing', '{{ listing }}'],
  928. \t\t\t\t\t['listingParams', '{{ listing_parameters|json_encode() }}'.replaceAll('&quot;', '\"')],
  929. \t\t\t\t],
  930. \t\t\t\tcityUrl: \"{{city.uriIdentity}}\"
  931. \t\t\t}
  932. \t\t\twindow._spb_s = {
  933. \t\t\t\tstations: {
  934. \t\t\t\t\t{%- for station in stations() -%}
  935. \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 %}
  936. \t\t\t\t\t{%- endfor -%}
  937. \t\t\t\t}
  938. \t\t\t};
  939. \t\t\tdocument.addEventListener(\"DOMContentLoaded\", () => {
  940. \t\t\t\tnew window._filterLoader({
  941. \t\t\t\t\tformUrl: \"{{ path('profile_filters.form', {city: city.uriIdentity}) }}\",
  942. \t\t\t\t\tdefaultProfilesCount: \"{{ profiles.totalCount }}\"
  943. \t\t\t\t});
  944. \t\t\t})
  945. \t\t</script>
  946. \t\t{# {% endif %} #}
  947. \t{%- endif -%}
  948. \t{# <script>
  949. \t\tdocument.addEventListener('DOMContentLoaded', function() {
  950. \t\t\t{% if profiles and profiles.totalCount > 0 %}
  951. \t\t\t\t{%- set profilesId = profiles|map(p => p.id)|join(',') -%}
  952. \t\t\t\twindow.increase_shows({
  953. \t\t\t\t\tprofiles: [{{ profilesId }}],
  954. \t\t\t\t\troute: '{{ app.request.attributes.get('_route') }}',
  955. \t\t\t\t})
  956. \t\t\t{% endif %}
  957. \t\t});
  958. \t</script> #}
  959. {% endblock %}""ProfileList/list.html.twig""/app/templates/ProfileList/list.html.twig");
  960.     }
  961. }