var/cache/review/twig/e4/e43129cc38b50a261580ad6c165bdf8d.php line 71

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. /* ProfileSearch/list.html.twig */
  14. class __TwigTemplate_85c7dcbf6aec0bee326cc73f860e3b70 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.             'bodyClasses' => [$this'block_bodyClasses'],
  26.             'name_page' => [$this'block_name_page'],
  27.             'navbar_class_search_profiles' => [$this'block_navbar_class_search_profiles'],
  28.             'mainContainer' => [$this'block_mainContainer'],
  29.             'profileList' => [$this'block_profileList'],
  30.             'showMore' => [$this'block_showMore'],
  31.         ];
  32.     }
  33.     protected function doGetParent(array $context)
  34.     {
  35.         // line 1
  36.         return "ProfileList/list.html.twig";
  37.     }
  38.     protected function doDisplay(array $context, array $blocks = [])
  39.     {
  40.         $macros $this->macros;
  41.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  42.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfileSearch/list.html.twig"));
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfileSearch/list.html.twig"));
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfileSearch/list.html.twig"));
  47.         $this->parent $this->loadTemplate("ProfileList/list.html.twig""ProfileSearch/list.html.twig"1);
  48.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  49.         
  50.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  51.         
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  53.         
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  55.     }
  56.     // line 3
  57.     public function block_title($context, array $blocks = [])
  58.     {
  59.         $macros $this->macros;
  60.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  61.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  62.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  63.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  64.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  65.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  66.         echo twig_escape_filter($this->env$this->extensions['App\Twig\SeoExtension']->metaTitle(), "html"nulltrue);
  67.         
  68.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  69.         
  70.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  71.         
  72.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  73.     }
  74.     // line 5
  75.     public function block_metaDescription($context, array $blocks = [])
  76.     {
  77.         $macros $this->macros;
  78.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  79.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  82.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  84.         // line 6
  85.         echo "    <meta name=\"description\" content=\"";
  86.         echo twig_escape_filter($this->env$this->extensions['App\Twig\SeoExtension']->metaDescription(), "html"nulltrue);
  87.         echo "\">
  88. ";
  89.         
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  91.         
  92.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  93.         
  94.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  95.     }
  96.     // line 9
  97.     public function block_bodyClasses($context, array $blocks = [])
  98.     {
  99.         $macros $this->macros;
  100.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  101.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyClasses"));
  102.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  103.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyClasses"));
  104.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  105.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyClasses"));
  106.         echo "search-page";
  107.         
  108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  109.         
  110.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  111.         
  112.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  113.     }
  114.     // line 10
  115.     public function block_name_page($context, array $blocks = [])
  116.     {
  117.         $macros $this->macros;
  118.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  119.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  120.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  121.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  122.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  123.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  124.         echo "search";
  125.         
  126.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  127.         
  128.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  129.         
  130.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  131.     }
  132.     // line 11
  133.     public function block_navbar_class_search_profiles($context, array $blocks = [])
  134.     {
  135.         $macros $this->macros;
  136.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  137.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""navbar_class_search_profiles"));
  138.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  139.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""navbar_class_search_profiles"));
  140.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  141.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""navbar_class_search_profiles"));
  142.         echo "active";
  143.         
  144.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  145.         
  146.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  147.         
  148.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  149.     }
  150.     // line 13
  151.     public function block_mainContainer($context, array $blocks = [])
  152.     {
  153.         $macros $this->macros;
  154.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  155.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  156.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  157.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  158.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  159.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  160.         // line 14
  161.         echo "    ";
  162.         echo $this->extensions['Knp\Menu\Twig\MenuExtension']->render("breadcrumbs", ["template" => "_menu/breadcrumbs.html.twig"]);
  163.         echo "
  164.     <h1 role=\"heading\" class=\"border-line\">";
  165.         // line 15
  166.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("%ofTitle% %ofCity% %ofName%", ["%ofCity%" => $this->extensions['BigIdea\Bundle\GeographicalNamesInflectionBundle\Twig\GeographicalNamesInflectionTwigExtension']->geoNameInflection(twig_get_attribute($this->env$this->source, (isset($context["city"]) || array_key_exists("city"$context) ? $context["city"] : (function () { throw new RuntimeError('Variable "city" does not exist.'15$this->source); })()), "name", [], "any"falsefalsefalse15), "genitive"), "%ofTitle%" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Проститутки", [], "basic"), "%ofName%" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("по параметрам", [], "basic")], "messages");
  167.         // line 17
  168.         echo "</h1>
  169.     ";
  170.         // line 18
  171.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'18$this->source); })()), 'form_start', ["attr" => ["class" => "search-block"]]);
  172.         echo "
  173.         <div class=\"main-info rounding\">
  174.             <div class=\"info\">
  175.                <div class=\"wrap\">
  176.                    <div class=\"basic-parameters\">
  177.                        <h3>Основные параметры</h3>
  178.                        <div class=\"group\">
  179.                            <label>";
  180.         // line 25
  181.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Возраст", [], "profile");
  182.         echo "</label>
  183.                            <div class=\"elements\">
  184.                                ";
  185.         // line 27
  186.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'27$this->source); })()), "age", [], "any"falsefalsefalse27), "min", [], "any"falsefalsefalse27), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "От"]]);
  187.         echo "
  188.                                <span>-</span>
  189.                                ";
  190.         // line 29
  191.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'29$this->source); })()), "age", [], "any"falsefalsefalse29), "max", [], "any"falsefalsefalse29), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "До"]]);
  192.         echo "
  193.                            </div>
  194.                        </div>
  195.                        <div class=\"group\">
  196.                            <label>";
  197.         // line 33
  198.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Грудь", [], "profile");
  199.         echo "</label>
  200.                            <div class=\"elements\">
  201.                                ";
  202.         // line 35
  203.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'35$this->source); })()), "breast_size", [], "any"falsefalsefalse35), "min", [], "any"falsefalsefalse35), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "От"]]);
  204.         echo "
  205.                                <span>-</span>
  206.                                ";
  207.         // line 37
  208.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'37$this->source); })()), "breast_size", [], "any"falsefalsefalse37), "max", [], "any"falsefalsefalse37), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "До"]]);
  209.         echo "
  210.                            </div>
  211.                        </div>
  212.                        <div class=\"group\">
  213.                            <label>";
  214.         // line 41
  215.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Рост", [], "profile");
  216.         echo "</label>
  217.                            <div class=\"elements\">
  218.                                ";
  219.         // line 43
  220.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'43$this->source); })()), "height", [], "any"falsefalsefalse43), "min", [], "any"falsefalsefalse43), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "От"]]);
  221.         echo "
  222.                                <span>-</span>
  223.                                ";
  224.         // line 45
  225.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'45$this->source); })()), "height", [], "any"falsefalsefalse45), "max", [], "any"falsefalsefalse45), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "До"]]);
  226.         echo "
  227.                            </div>
  228.                        </div>
  229.                        <div class=\"group\">
  230.                            <label>";
  231.         // line 49
  232.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Вес", [], "profile");
  233.         echo "</label>
  234.                            <div class=\"elements\">
  235.                                ";
  236.         // line 51
  237.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'51$this->source); })()), "weight", [], "any"falsefalsefalse51), "min", [], "any"falsefalsefalse51), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "От"]]);
  238.         echo "
  239.                                <span>-</span>
  240.                                ";
  241.         // line 53
  242.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'53$this->source); })()), "weight", [], "any"falsefalsefalse53), "max", [], "any"falsefalsefalse53), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "До"]]);
  243.         echo "
  244.                            </div>
  245.                        </div>
  246.                        <h3>Расценки</h3>
  247.                        <div class=\"group\">
  248.                            <label>";
  249.         // line 58
  250.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("1 час", [], "profile");
  251.         echo "</label>
  252.                            <div class=\"elements\">
  253.                                ";
  254.         // line 60
  255.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'60$this->source); })()), "one_hour_price", [], "any"falsefalsefalse60), "min", [], "any"falsefalsefalse60), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "От"]]);
  256.         echo "
  257.                                <span>-</span>
  258.                                ";
  259.         // line 62
  260.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'62$this->source); })()), "one_hour_price", [], "any"falsefalsefalse62), "max", [], "any"falsefalsefalse62), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "До"]]);
  261.         echo "
  262.                            </div>
  263.                        </div>
  264.                        <div class=\"group\">
  265.                            <label>";
  266.         // line 66
  267.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("2 часа", [], "profile");
  268.         echo "</label>
  269.                            <div class=\"elements\">
  270.                                ";
  271.         // line 68
  272.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'68$this->source); })()), "two_hours_price", [], "any"falsefalsefalse68), "min", [], "any"falsefalsefalse68), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "От"]]);
  273.         echo "
  274.                                <span>-</span>
  275.                                ";
  276.         // line 70
  277.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'70$this->source); })()), "two_hours_price", [], "any"falsefalsefalse70), "max", [], "any"falsefalsefalse70), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "До"]]);
  278.         echo "
  279.                            </div>
  280.                        </div>
  281.                        <div class=\"group\">
  282.                            <label>";
  283.         // line 74
  284.         echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Ночь", [], "profile");
  285.         echo "</label>
  286.                            <div class=\"elements\">
  287.                                ";
  288.         // line 76
  289.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'76$this->source); })()), "night_price", [], "any"falsefalsefalse76), "min", [], "any"falsefalsefalse76), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "От"]]);
  290.         echo "
  291.                                <span>-</span>
  292.                                ";
  293.         // line 78
  294.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'78$this->source); })()), "night_price", [], "any"falsefalsefalse78), "max", [], "any"falsefalsefalse78), 'widget', ["attr" => ["size" => "3""type" => "text""placeholder" => "До"]]);
  295.         echo "
  296.                            </div>
  297.                        </div>
  298.                      ";
  299.         // line 85
  300.         echo "                   </div>
  301.                    <div class=\"nationals\">
  302.                        <h3>Национальность</h3>
  303.                        ";
  304.         // line 88
  305.         $context['_parent'] = $context;
  306.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'88$this->source); })()), "nationality", [], "any"falsefalsefalse88));
  307.         foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
  308.             // line 89
  309.             echo "                           <div class=\"group\">
  310.                                ";
  311.             // line 90
  312.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'widget');
  313.             echo "
  314.                                <label for=\"";
  315.             // line 91
  316.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["child"], "vars", [], "any"falsefalsefalse91), "id", [], "any"falsefalsefalse91), "html"nulltrue);
  317.             echo "\">";
  318.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["child"], "vars", [], "any"falsefalsefalse91), "label", [], "any"falsefalsefalse91), [], "left_menu"), "html"nulltrue);
  319.             echo "</label>
  320.                            </div>
  321.                        ";
  322.         }
  323.         $_parent $context['_parent'];
  324.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
  325.         $context array_intersect_key($context$_parent) + $_parent;
  326.         // line 94
  327.         echo "                   </div>
  328.                </div>
  329.                 <div class=\"wrap\">
  330.                     <div class=\"second-parameters\">
  331.                         <h3>Цвет волос</h3>
  332.                         ";
  333.         // line 99
  334.         $context['_parent'] = $context;
  335.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'99$this->source); })()), "hair_color", [], "any"falsefalsefalse99));
  336.         foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
  337.             // line 100
  338.             echo "                            <div class=\"group\">
  339.                                 ";
  340.             // line 101
  341.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'widget');
  342.             echo "
  343.                                 <label for=\"";
  344.             // line 102
  345.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["child"], "vars", [], "any"falsefalsefalse102), "id", [], "any"falsefalsefalse102), "html"nulltrue);
  346.             echo "\">";
  347.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["child"], "vars", [], "any"falsefalsefalse102), "label", [], "any"falsefalsefalse102), [], "left_menu"), "html"nulltrue);
  348.             echo "</label>
  349.                             </div>
  350.                         ";
  351.         }
  352.         $_parent $context['_parent'];
  353.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
  354.         $context array_intersect_key($context$_parent) + $_parent;
  355.         // line 105
  356.         echo "                        <h3>Интимная стрижка</h3>
  357.                         ";
  358.         // line 106
  359.         $context['_parent'] = $context;
  360.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'106$this->source); })()), "private_haircut", [], "any"falsefalsefalse106));
  361.         foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
  362.             // line 107
  363.             echo "                            <div class=\"group\">
  364.                                 ";
  365.             // line 108
  366.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'widget');
  367.             echo "
  368.                                 <label for=\"";
  369.             // line 109
  370.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["child"], "vars", [], "any"falsefalsefalse109), "id", [], "any"falsefalsefalse109), "html"nulltrue);
  371.             echo "\">";
  372.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["child"], "vars", [], "any"falsefalsefalse109), "label", [], "any"falsefalsefalse109), [], "left_menu"), "html"nulltrue);
  373.             echo "</label>
  374.                             </div>
  375.                         ";
  376.         }
  377.         $_parent $context['_parent'];
  378.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
  379.         $context array_intersect_key($context$_parent) + $_parent;
  380.         // line 112
  381.         echo "                    </div>
  382.                     <div class=\"additional-parameters\">
  383.                         <h3>Фильтры</h3>
  384.                         <div class=\"group\">
  385.                             ";
  386.         // line 116
  387.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'116$this->source); })()), "with_video", [], "any"falsefalsefalse116), 'widget');
  388.         echo "
  389.                             <label for=\"";
  390.         // line 117
  391.         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["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'117$this->source); })()), "with_video", [], "any"falsefalsefalse117), "vars", [], "any"falsefalsefalse117), "id", [], "any"falsefalsefalse117), "html"nulltrue);
  392.         echo "\">Есть видео</label>
  393.                         </div>
  394.                        <div class=\"group\">
  395.                             ";
  396.         // line 120
  397.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'120$this->source); })()), "with_selfie", [], "any"falsefalsefalse120), 'widget');
  398.         echo "
  399.                             <label for=\"";
  400.         // line 121
  401.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'121$this->source); })()), "with_selfie", [], "any"falsefalsefalse121), "vars", [], "any"falsefalsefalse121), "id", [], "any"falsefalsefalse121), "html"nulltrue);
  402.         echo "\">Есть селфи</label>
  403.                         </div>
  404.                         <div class=\"group\">
  405.                             ";
  406.         // line 124
  407.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'124$this->source); })()), "with_comments", [], "any"falsefalsefalse124), 'widget');
  408.         echo "
  409.                             <label for=\"";
  410.         // line 125
  411.         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["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'125$this->source); })()), "with_comments", [], "any"falsefalsefalse125), "vars", [], "any"falsefalsefalse125), "id", [], "any"falsefalsefalse125), "html"nulltrue);
  412.         echo "\">Есть отзывы</label>
  413.                         </div>
  414.                         <div class=\"group\">
  415.                             ";
  416.         // line 128
  417.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'128$this->source); })()), "apartments", [], "any"falsefalsefalse128), 'widget');
  418.         echo "
  419.                             <label for=\"";
  420.         // line 129
  421.         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["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'129$this->source); })()), "apartments", [], "any"falsefalsefalse129), "vars", [], "any"falsefalsefalse129), "id", [], "any"falsefalsefalse129), "html"nulltrue);
  422.         echo "\">С апартаментами</label>
  423.                         </div>
  424.                         <div class=\"group\">
  425.                             ";
  426.         // line 132
  427.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'132$this->source); })()), "approved", [], "any"falsefalsefalse132), 'widget');
  428.         echo "
  429.                             <label for=\"";
  430.         // line 133
  431.         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["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'133$this->source); })()), "approved", [], "any"falsefalsefalse133), "vars", [], "any"falsefalsefalse133), "id", [], "any"falsefalsefalse133), "html"nulltrue);
  432.         echo "\">Проверенное фото</label>
  433.                         </div>
  434.                         ";
  435.         // line 139
  436.         echo "                        <div class=\"group\">
  437.                             ";
  438.         // line 140
  439.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'140$this->source); })()), "has_tattoo", [], "any"falsefalsefalse140), 'widget');
  440.         echo "
  441.                             <label for=\"";
  442.         // line 141
  443.         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["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'141$this->source); })()), "has_tattoo", [], "any"falsefalsefalse141), "vars", [], "any"falsefalsefalse141), "id", [], "any"falsefalsefalse141), "html"nulltrue);
  444.         echo "\">Есть тату</label>
  445.                         </div>
  446.                         <div class=\"group\">
  447.                             ";
  448.         // line 144
  449.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'144$this->source); })()), "has_piercing", [], "any"falsefalsefalse144), 'widget');
  450.         echo "
  451.                             <label for=\"";
  452.         // line 145
  453.         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["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'145$this->source); })()), "has_piercing", [], "any"falsefalsefalse145), "vars", [], "any"falsefalsefalse145), "id", [], "any"falsefalsefalse145), "html"nulltrue);
  454.         echo "\">Есть пирсинг</label>
  455.                         </div>
  456.                         <div class=\"group\">
  457.                             ";
  458.         // line 148
  459.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'148$this->source); })()), "has_express", [], "any"falsefalsefalse148), 'widget');
  460.         echo "
  461.                             <label for=\"";
  462.         // line 149
  463.         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["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'149$this->source); })()), "has_express", [], "any"falsefalsefalse149), "vars", [], "any"falsefalsefalse149), "id", [], "any"falsefalsefalse149), "html"nulltrue);
  464.         echo "\">Есть экспресс</label>
  465.                         </div>
  466.                         <h3>Метро</h3>
  467.                         <div class=\"metro\">
  468.                             <div class=\"selector\" id=\"selector-metro\">
  469.                                 ";
  470.         // line 155
  471.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'155$this->source); })()), "station", [], "any"falsefalsefalse155), 'widget', ["attr" => ["class" => "selector__select visually_hidden""id" => "selectElement""tabindex" => "-1""aria-hidden" => "true""data-selector-select" => ""]]);
  472.         echo "
  473.                                 <button class=\"selector__button d-flex\" type=\"button\" data-selector-button>
  474.                                     <span class=\"selector__button_placeholder\" data-selector-button-placeholder>Выбор станций</span>
  475.                                     <span class=\"selector__button_tags\" data-selector-button-tags>Выбор станций</span>
  476.                                     <svg class=\"selector__button_icon\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 14 14\"><path d=\"m2 5 5 4 5-4H2Z\" fill=\"#9E9E9E\"/></svg>
  477.                                 </button>
  478.                                 <div class=\"selector__list_wrapper\">
  479.                                     <div class=\"selector__list_wrapper_scroll\" data-selector-list data-selector-width-data>
  480.                                         <div class=\"selector__list\">
  481.                                             ";
  482.         // line 166
  483.         $context['_parent'] = $context;
  484.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'166$this->source); })()), "station", [], "any"falsefalsefalse166), "vars", [], "any"falsefalsefalse166), "choices", [], "any"falsefalsefalse166));
  485.         $context['loop'] = [
  486.           'parent' => $context['_parent'],
  487.           'index0' => 0,
  488.           'index'  => 1,
  489.           'first'  => true,
  490.         ];
  491.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  492.             $length count($context['_seq']);
  493.             $context['loop']['revindex0'] = $length 1;
  494.             $context['loop']['revindex'] = $length;
  495.             $context['loop']['length'] = $length;
  496.             $context['loop']['last'] = === $length;
  497.         }
  498.         foreach ($context['_seq'] as $context["_key"] => $context["station"]) {
  499.             // line 167
  500.             echo "                                                <div class=\"selector__list_element d-flex\" data-value=\"";
  501.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["station"], "value", [], "any"falsefalsefalse167), "html"nulltrue);
  502.             echo "\">
  503.                                                     ";
  504.             // line 168
  505.             $this->loadTemplate("components/metro/icon_generate.partial.twig""ProfileSearch/list.html.twig"168)->display(twig_array_merge($context, ["data" => $this->extensions['App\Twig\StationsExtension']->stationLines(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["station"], "data", [], "any"falsefalsefalse168), "id", [], "any"falsefalsefalse168))]));
  506.             // line 169
  507.             echo "                                                    ";
  508.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["station"], "label", [], "any"falsefalsefalse169), "html"nulltrue);
  509.             echo "
  510.                                                 </div>
  511.                                             ";
  512.             ++$context['loop']['index0'];
  513.             ++$context['loop']['index'];
  514.             $context['loop']['first'] = false;
  515.             if (isset($context['loop']['length'])) {
  516.                 --$context['loop']['revindex0'];
  517.                 --$context['loop']['revindex'];
  518.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  519.             }
  520.         }
  521.         $_parent $context['_parent'];
  522.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['station'], $context['_parent'], $context['loop']);
  523.         $context array_intersect_key($context$_parent) + $_parent;
  524.         // line 172
  525.         echo "                                        </div>
  526.                                     </div>
  527.                                 </div>
  528.                             </div>
  529.                         </div>
  530.                         <h3>По обновлению</h3>
  531.                         <div class=\"metro\">
  532.                             <div class=\"selector\" id=\"selector-recency\">
  533.                                 ";
  534.         // line 180
  535.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'180$this->source); })()), "recency", [], "any"falsefalsefalse180), 'widget', ["attr" => ["class" => "selector__select visually_hidden""id" => "selectElement""tabindex" => "-1""aria-hidden" => "true""data-selector-select" => ""]]);
  536.         echo "
  537.                                 <button class=\"selector__button d-flex\" type=\"button\" data-selector-button>
  538.                                     <span class=\"selector__button_placeholder\" data-selector-button-placeholder>Выберите</span>
  539.                                     <span class=\"selector__button_tags\" data-selector-button-tags>Выберите</span>
  540.                                     <svg class=\"selector__button_icon\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 14 14\"><path d=\"m2 5 5 4 5-4H2Z\" fill=\"#9E9E9E\"/></svg>
  541.                                 </button>
  542.                                 <div class=\"selector__list_wrapper\">
  543.                                     <div class=\"selector__list_wrapper_scroll\" data-selector-list data-selector-width-data>
  544.                                         <div class=\"selector__list\">
  545.                                             ";
  546.         // line 191
  547.         $context['_parent'] = $context;
  548.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'191$this->source); })()), "recency", [], "any"falsefalsefalse191), "vars", [], "any"falsefalsefalse191), "choices", [], "any"falsefalsefalse191));
  549.         foreach ($context['_seq'] as $context["_key"] => $context["recency"]) {
  550.             // line 192
  551.             echo "                                                <div class=\"selector__list_element d-flex\" data-value=\"";
  552.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["recency"], "value", [], "any"falsefalsefalse192), "html"nulltrue);
  553.             echo "\">
  554.                                                     ";
  555.             // line 193
  556.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["recency"], "label", [], "any"falsefalsefalse193), "html"nulltrue);
  557.             echo "
  558.                                                 </div>
  559.                                             ";
  560.         }
  561.         $_parent $context['_parent'];
  562.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['recency'], $context['_parent'], $context['loop']);
  563.         $context array_intersect_key($context$_parent) + $_parent;
  564.         // line 196
  565.         echo "                                        </div>
  566.                                     </div>
  567.                                 </div>
  568.                             </div>
  569.                         </div>
  570.                         ";
  571.         // line 210
  572.         echo "                        <div class=\"group d-none\">
  573.                             <h3>По месту</h3>
  574.                             ";
  575.         // line 212
  576.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'212$this->source); })()), "take_out_location", [], "any"falsefalsefalse212), 'widget');
  577.         echo "
  578.                         </div>
  579.                     </div>
  580.                 </div>
  581.             </div>
  582.         </div>
  583.         <div class=\"services rounding\">
  584.             <div class=\"services-list row\">
  585.                 ";
  586.         // line 220
  587.         $context["current_group"] = 0;
  588.         // line 221
  589.         echo "                ";
  590.         $context['_parent'] = $context;
  591.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'221$this->source); })()), "services", [], "any"falsefalsefalse221));
  592.         $context['loop'] = [
  593.           'parent' => $context['_parent'],
  594.           'index0' => 0,
  595.           'index'  => 1,
  596.           'first'  => true,
  597.         ];
  598.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  599.             $length count($context['_seq']);
  600.             $context['loop']['revindex0'] = $length 1;
  601.             $context['loop']['revindex'] = $length;
  602.             $context['loop']['length'] = $length;
  603.             $context['loop']['last'] = === $length;
  604.         }
  605.         foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  606.             // line 222
  607.             echo "                    ";
  608.             if (((isset($context["current_group"]) || array_key_exists("current_group"$context) ? $context["current_group"] : (function () { throw new RuntimeError('Variable "current_group" does not exist.'222$this->source); })()) != twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["service"], "vars", [], "any"falsefalsefalse222), "attr", [], "any"falsefalsefalse222), "service-group", [], "array"falsefalsefalse222))) {
  609.                 // line 223
  610.                 echo "
  611.                         ";
  612.                 // line 224
  613.                 if (((isset($context["current_group"]) || array_key_exists("current_group"$context) ? $context["current_group"] : (function () { throw new RuntimeError('Variable "current_group" does not exist.'224$this->source); })()) == 0)) {
  614.                     echo "<div class=\"col\">";
  615.                 }
  616.                 // line 225
  617.                 echo "                        ";
  618.                 if (((isset($context["current_group"]) || array_key_exists("current_group"$context) ? $context["current_group"] : (function () { throw new RuntimeError('Variable "current_group" does not exist.'225$this->source); })()) == 4)) {
  619.                     echo "</div></div><div class=\"col\">";
  620.                 }
  621.                 // line 226
  622.                 echo "
  623.                         ";
  624.                 // line 228
  625.                 $context["current_group"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["service"], "vars", [], "any"falsefalsefalse228), "attr", [], "any"falsefalsefalse228), "service-group", [], "array"falsefalsefalse228);
  626.                 // line 229
  627.                 echo "                        ";
  628.                 if (( !twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse229) && ((isset($context["current_group"]) || array_key_exists("current_group"$context) ? $context["current_group"] : (function () { throw new RuntimeError('Variable "current_group" does not exist.'229$this->source); })()) != 5))) {
  629.                     echo "</div>";
  630.                 }
  631.                 // line 230
  632.                 echo "                        <div class=\"section\">
  633.                         <div class=\"title\">";
  634.                 // line 231
  635.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\ServicesExtension']->serviceGroupLabel((isset($context["current_group"]) || array_key_exists("current_group"$context) ? $context["current_group"] : (function () { throw new RuntimeError('Variable "current_group" does not exist.'231$this->source); })())), [], "service_groups"), "html"nulltrue);
  636.                 echo "</div>
  637.                         ";
  638.             }
  639.             // line 234
  640.             echo "
  641.                         <div class=\"group\">
  642.                             ";
  643.             // line 236
  644.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["service"], 'widget');
  645.             echo "
  646.                             <label for=\"";
  647.             // line 237
  648.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["service"], "vars", [], "any"falsefalsefalse237), "id", [], "any"falsefalsefalse237), "html"nulltrue);
  649.             echo "\">";
  650.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["service"], "vars", [], "any"falsefalsefalse237), "label", [], "any"falsefalsefalse237), [], "services"), "html"nulltrue);
  651.             echo "</label>
  652.                         </div>
  653.                         ";
  654.             // line 239
  655.             if (twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse239)) {
  656.                 echo "</div>
  657.                         ";
  658.                 // line 240
  659.                 if (((isset($context["current_group"]) || array_key_exists("current_group"$context) ? $context["current_group"] : (function () { throw new RuntimeError('Variable "current_group" does not exist.'240$this->source); })()) == 0)) {
  660.                     echo "</div>";
  661.                 }
  662.                 // line 241
  663.                 echo "                        ";
  664.                 if (((isset($context["current_group"]) || array_key_exists("current_group"$context) ? $context["current_group"] : (function () { throw new RuntimeError('Variable "current_group" does not exist.'241$this->source); })()) == 4)) {
  665.                     echo "</div>";
  666.                 }
  667.                 // line 242
  668.                 echo "                    ";
  669.             }
  670.             // line 243
  671.             echo "                ";
  672.             ++$context['loop']['index0'];
  673.             ++$context['loop']['index'];
  674.             $context['loop']['first'] = false;
  675.             if (isset($context['loop']['length'])) {
  676.                 --$context['loop']['revindex0'];
  677.                 --$context['loop']['revindex'];
  678.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  679.             }
  680.         }
  681.         $_parent $context['_parent'];
  682.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  683.         $context array_intersect_key($context$_parent) + $_parent;
  684.         // line 244
  685.         echo "            </div>
  686.         </div>
  687.     </div>
  688.         <div class=\"buttons\">
  689.             <button type=\"reset\" class=\"reset btn d-flex-inline align-items-center\">
  690.                 Сброс
  691.             </button>
  692.             ";
  693.         // line 251
  694.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'251$this->source); })()), "search", [], "any"falsefalsefalse251), 'widget', ["label" => "Подобрать""attr" => ["class" => "btn btn-danger search"]]);
  695.         // line 253
  696.         echo "
  697.         </div>
  698.     ";
  699.         // line 255
  700.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'255$this->source); })()), 'form_end');
  701.         echo "
  702.     ";
  703.         // line 257
  704.         if ( !(null === (isset($context["profiles"]) || array_key_exists("profiles"$context) ? $context["profiles"] : (function () { throw new RuntimeError('Variable "profiles" does not exist.'257$this->source); })()))) {
  705.             // line 258
  706.             echo "        <div class=\"models-items-row flex-wrap\" id=\"profile-list\">
  707.             ";
  708.             // line 259
  709.             $this->displayBlock('profileList'$context$blocks);
  710.             // line 262
  711.             echo "        </div>
  712.         ";
  713.             // line 264
  714.             $this->displayBlock('showMore'$context$blocks);
  715.             // line 267
  716.             echo "
  717.         <div id=\"pages2\">";
  718.             // line 268
  719.             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.'268$this->source); })()));
  720.             echo "</div>
  721.         <script type=\"text/javascript\" src=\"";
  722.             // line 270
  723.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("form-paginator-fix.js""js_script"), "html"nulltrue);
  724.             echo "\"></script>
  725.         <script>
  726.             window._lD = {
  727.                 setLastViewedListing: '";
  728.             // line 273
  729.             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.'273$this->source); })()), "request", [], "any"falsefalsefalse273), "attributes", [], "any"falsefalsefalse273), "get", ["_route"], "method"falsefalsefalse273), "html"nulltrue);
  730.             echo "',
  731.                 cityUrl: \"";
  732.             // line 274
  733.             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.'274$this->source); })()), "uriIdentity", [], "any"falsefalsefalse274), "html"nulltrue);
  734.             echo "\",
  735.             };
  736.             ;(function () {
  737.                 document.addEventListener('DOMContentLoaded', function(){
  738.                     var paginationContainers = [ '#pages2'];
  739.                     paginationContainers.forEach(function(selector) {
  740.                         new FormPaginatorFix({
  741.                             pageParameterName: 'page',
  742.                             formName: 'search_profile_form',
  743.                             pageLinkClass: 'pagination__link',
  744.                             pageLinkInactiveElement: 'a',
  745.                             pageLinkActiveElement: 'a',
  746.                             paginationContainerSelector: selector
  747.                         }).fixFirstPageLink().listen();
  748.                     });
  749.                     document.querySelector('form[name=search_profile_form]').style.display = 'none';
  750.                 });
  751.             })();
  752.         </script>
  753.     ";
  754.         }
  755.         
  756.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  757.         
  758.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  759.         
  760.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  761.     }
  762.     // line 259
  763.     public function block_profileList($context, array $blocks = [])
  764.     {
  765.         $macros $this->macros;
  766.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  767.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""profileList"));
  768.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  769.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""profileList"));
  770.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  771.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""profileList"));
  772.         // line 260
  773.         echo "                ";
  774.         $this->displayParentBlock("profileList"$context$blocks);
  775.         echo "
  776.             ";
  777.         
  778.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  779.         
  780.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  781.         
  782.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  783.     }
  784.     // line 264
  785.     public function block_showMore($context, array $blocks = [])
  786.     {
  787.         $macros $this->macros;
  788.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  789.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  790.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  791.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  792.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  793.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""showMore"));
  794.         // line 265
  795.         echo "            ";
  796.         $this->loadTemplate("ProfileSearch/_show_more.search.html.twig""ProfileSearch/list.html.twig"265)->display($context);
  797.         // line 266
  798.         echo "        ";
  799.         
  800.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  801.         
  802.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  803.         
  804.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  805.     }
  806.     /**
  807.      * @codeCoverageIgnore
  808.      */
  809.     public function getTemplateName()
  810.     {
  811.         return "ProfileSearch/list.html.twig";
  812.     }
  813.     /**
  814.      * @codeCoverageIgnore
  815.      */
  816.     public function isTraitable()
  817.     {
  818.         return false;
  819.     }
  820.     /**
  821.      * @codeCoverageIgnore
  822.      */
  823.     public function getDebugInfo()
  824.     {
  825.         return array (  875 => 266,  872 => 265,  859 => 264,  843 => 260,  830 => 259,  795 => 274,  791 => 273,  785 => 270,  780 => 268,  777 => 267,  775 => 264,  771 => 262,  769 => 259,  766 => 258,  764 => 257,  759 => 255,  755 => 253,  753 => 251,  744 => 244,  730 => 243,  727 => 242,  722 => 241,  718 => 240,  714 => 239,  707 => 237,  703 => 236,  699 => 234,  693 => 231,  690 => 230,  685 => 229,  683 => 228,  679 => 226,  674 => 225,  670 => 224,  667 => 223,  664 => 222,  646 => 221,  644 => 220,  633 => 212,  629 => 210,  622 => 196,  613 => 193,  608 => 192,  604 => 191,  590 => 180,  580 => 172,  562 => 169,  560 => 168,  555 => 167,  538 => 166,  524 => 155,  515 => 149,  511 => 148,  505 => 145,  501 => 144,  495 => 141,  491 => 140,  488 => 139,  483 => 133,  479 => 132,  473 => 129,  469 => 128,  463 => 125,  459 => 124,  453 => 121,  449 => 120,  443 => 117,  439 => 116,  433 => 112,  422 => 109,  418 => 108,  415 => 107,  411 => 106,  408 => 105,  397 => 102,  393 => 101,  390 => 100,  386 => 99,  379 => 94,  368 => 91,  364 => 90,  361 => 89,  357 => 88,  352 => 85,  346 => 78,  341 => 76,  336 => 74,  329 => 70,  324 => 68,  319 => 66,  312 => 62,  307 => 60,  302 => 58,  294 => 53,  289 => 51,  284 => 49,  277 => 45,  272 => 43,  267 => 41,  260 => 37,  255 => 35,  250 => 33,  243 => 29,  238 => 27,  233 => 25,  223 => 18,  220 => 17,  218 => 15,  213 => 14,  200 => 13,  175 => 11,  150 => 10,  125 => 9,  109 => 6,  96 => 5,  71 => 3,  42 => 1,);
  826.     }
  827.     public function getSourceContext()
  828.     {
  829.         return new Source("{% extends 'ProfileList/list.html.twig' %}
  830. {% block title %}{{ seo_title() }}{% endblock %}
  831. {% block metaDescription %}
  832.     <meta name=\"description\" content=\"{{ seo_description() }}\">
  833. {% endblock %}
  834. {% block bodyClasses %}search-page{% endblock %}
  835. {% block name_page %}search{% endblock %}
  836. {% block navbar_class_search_profiles %}active{% endblock %}
  837. {% block mainContainer %}
  838.     {{ knp_menu_render('breadcrumbs', {'template': '_menu/breadcrumbs.html.twig'}) }}
  839.     <h1 role=\"heading\" class=\"border-line\">{% trans with {'%ofCity%': city.name|geo_name('genitive'),
  840.             '%ofTitle%': 'Проститутки'|trans({}, 'basic'),
  841.             '%ofName%': 'по параметрам'|trans({}, 'basic')} %}%ofTitle% %ofCity% %ofName%{% endtrans %}</h1>
  842.     {{ form_start(form, {'attr': { 'class': 'search-block'}}) }}
  843.         <div class=\"main-info rounding\">
  844.             <div class=\"info\">
  845.                <div class=\"wrap\">
  846.                    <div class=\"basic-parameters\">
  847.                        <h3>Основные параметры</h3>
  848.                        <div class=\"group\">
  849.                            <label>{% trans with {} from 'profile' %}Возраст{% endtrans %}</label>
  850.                            <div class=\"elements\">
  851.                                {{ form_widget(form.age.min, {'attr': {'size': '3', 'type': 'text','placeholder': 'От'}}) }}
  852.                                <span>-</span>
  853.                                {{ form_widget(form.age.max, {'attr': {'size': '3', 'type': 'text','placeholder': 'До'}}) }}
  854.                            </div>
  855.                        </div>
  856.                        <div class=\"group\">
  857.                            <label>{% trans with {} from 'profile' %}Грудь{% endtrans %}</label>
  858.                            <div class=\"elements\">
  859.                                {{ form_widget(form.breast_size.min, {'attr': {'size': '3', 'type': 'text','placeholder': 'От'}}) }}
  860.                                <span>-</span>
  861.                                {{ form_widget(form.breast_size.max, {'attr': {'size': '3', 'type': 'text','placeholder': 'До'}}) }}
  862.                            </div>
  863.                        </div>
  864.                        <div class=\"group\">
  865.                            <label>{% trans with {} from 'profile' %}Рост{% endtrans %}</label>
  866.                            <div class=\"elements\">
  867.                                {{ form_widget(form.height.min, {'attr': {'size': '3', 'type': 'text','placeholder': 'От'}}) }}
  868.                                <span>-</span>
  869.                                {{ form_widget(form.height.max, {'attr': {'size': '3', 'type': 'text','placeholder': 'До'}}) }}
  870.                            </div>
  871.                        </div>
  872.                        <div class=\"group\">
  873.                            <label>{% trans with {} from 'profile' %}Вес{% endtrans %}</label>
  874.                            <div class=\"elements\">
  875.                                {{ form_widget(form.weight.min, {'attr': {'size': '3', 'type': 'text','placeholder': 'От'}}) }}
  876.                                <span>-</span>
  877.                                {{ form_widget(form.weight.max, {'attr': {'size': '3', 'type': 'text','placeholder': 'До'}}) }}
  878.                            </div>
  879.                        </div>
  880.                        <h3>Расценки</h3>
  881.                        <div class=\"group\">
  882.                            <label>{% trans with {} from 'profile' %}1 час{% endtrans %}</label>
  883.                            <div class=\"elements\">
  884.                                {{ form_widget(form.one_hour_price.min, {'attr': {'size': '3', 'type': 'text','placeholder': 'От'}}) }}
  885.                                <span>-</span>
  886.                                {{ form_widget(form.one_hour_price.max, {'attr': {'size': '3', 'type': 'text','placeholder': 'До'}}) }}
  887.                            </div>
  888.                        </div>
  889.                        <div class=\"group\">
  890.                            <label>{% trans with {} from 'profile' %}2 часа{% endtrans %}</label>
  891.                            <div class=\"elements\">
  892.                                {{ form_widget(form.two_hours_price.min, {'attr': {'size': '3', 'type': 'text','placeholder': 'От'}}) }}
  893.                                <span>-</span>
  894.                                {{ form_widget(form.two_hours_price.max, {'attr': {'size': '3', 'type': 'text','placeholder': 'До'}}) }}
  895.                            </div>
  896.                        </div>
  897.                        <div class=\"group\">
  898.                            <label>{% trans with {} from 'profile' %}Ночь{% endtrans %}</label>
  899.                            <div class=\"elements\">
  900.                                {{ form_widget(form.night_price.min, {'attr': {'size': '3', 'type': 'text','placeholder': 'От'}}) }}
  901.                                <span>-</span>
  902.                                {{ form_widget(form.night_price.max, {'attr': {'size': '3', 'type': 'text','placeholder': 'До'}}) }}
  903.                            </div>
  904.                        </div>
  905.                      {# <div class=\"group\">
  906.                            {{ form_widget(form.has_express) }}
  907.                            <label for=\"{{ form.has_express.vars.id }}\">Есть экспресс</label>
  908.                        </div>#}
  909.                    </div>
  910.                    <div class=\"nationals\">
  911.                        <h3>Национальность</h3>
  912.                        {% for child in form.nationality %}
  913.                            <div class=\"group\">
  914.                                {{ form_widget(child) }}
  915.                                <label for=\"{{ child.vars.id }}\">{{ child.vars.label|trans({}, 'left_menu') }}</label>
  916.                            </div>
  917.                        {% endfor %}
  918.                    </div>
  919.                </div>
  920.                 <div class=\"wrap\">
  921.                     <div class=\"second-parameters\">
  922.                         <h3>Цвет волос</h3>
  923.                         {% for child in form.hair_color %}
  924.                             <div class=\"group\">
  925.                                 {{ form_widget(child) }}
  926.                                 <label for=\"{{ child.vars.id }}\">{{ child.vars.label|trans({}, 'left_menu') }}</label>
  927.                             </div>
  928.                         {% endfor %}
  929.                         <h3>Интимная стрижка</h3>
  930.                         {% for child in form.private_haircut %}
  931.                             <div class=\"group\">
  932.                                 {{ form_widget(child) }}
  933.                                 <label for=\"{{ child.vars.id }}\">{{ child.vars.label|trans({}, 'left_menu') }}</label>
  934.                             </div>
  935.                         {% endfor %}
  936.                     </div>
  937.                     <div class=\"additional-parameters\">
  938.                         <h3>Фильтры</h3>
  939.                         <div class=\"group\">
  940.                             {{ form_widget(form.with_video) }}
  941.                             <label for=\"{{ form.with_video.vars.id }}\">Есть видео</label>
  942.                         </div>
  943.                        <div class=\"group\">
  944.                             {{ form_widget(form.with_selfie) }}
  945.                             <label for=\"{{ form.with_selfie.vars.id }}\">Есть селфи</label>
  946.                         </div>
  947.                         <div class=\"group\">
  948.                             {{ form_widget(form.with_comments) }}
  949.                             <label for=\"{{ form.with_comments.vars.id }}\">Есть отзывы</label>
  950.                         </div>
  951.                         <div class=\"group\">
  952.                             {{ form_widget(form.apartments) }}
  953.                             <label for=\"{{ form.apartments.vars.id }}\">С апартаментами</label>
  954.                         </div>
  955.                         <div class=\"group\">
  956.                             {{ form_widget(form.approved) }}
  957.                             <label for=\"{{ form.approved.vars.id }}\">Проверенное фото</label>
  958.                         </div>
  959.                         {# <div class=\"group\">
  960.                             {{ form_widget(form.has_girlfriend) }}
  961.                             <label for=\"{{ form.has_girlfriend.vars.id }}\">Есть подруга</label>
  962.                         </div> #}
  963.                         <div class=\"group\">
  964.                             {{ form_widget(form.has_tattoo) }}
  965.                             <label for=\"{{ form.has_tattoo.vars.id }}\">Есть тату</label>
  966.                         </div>
  967.                         <div class=\"group\">
  968.                             {{ form_widget(form.has_piercing) }}
  969.                             <label for=\"{{ form.has_piercing.vars.id }}\">Есть пирсинг</label>
  970.                         </div>
  971.                         <div class=\"group\">
  972.                             {{ form_widget(form.has_express) }}
  973.                             <label for=\"{{ form.has_express.vars.id }}\">Есть экспресс</label>
  974.                         </div>
  975.                         <h3>Метро</h3>
  976.                         <div class=\"metro\">
  977.                             <div class=\"selector\" id=\"selector-metro\">
  978.                                 {{ form_widget(form.station, {attr: {'class': 'selector__select visually_hidden', 'id': 'selectElement', 'tabindex': '-1', 'aria-hidden': 'true', 'data-selector-select': ''}}) }}
  979.                                 <button class=\"selector__button d-flex\" type=\"button\" data-selector-button>
  980.                                     <span class=\"selector__button_placeholder\" data-selector-button-placeholder>Выбор станций</span>
  981.                                     <span class=\"selector__button_tags\" data-selector-button-tags>Выбор станций</span>
  982.                                     <svg class=\"selector__button_icon\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 14 14\"><path d=\"m2 5 5 4 5-4H2Z\" fill=\"#9E9E9E\"/></svg>
  983.                                 </button>
  984.                                 <div class=\"selector__list_wrapper\">
  985.                                     <div class=\"selector__list_wrapper_scroll\" data-selector-list data-selector-width-data>
  986.                                         <div class=\"selector__list\">
  987.                                             {% for station in form.station.vars.choices %}
  988.                                                 <div class=\"selector__list_element d-flex\" data-value=\"{{ station.value }}\">
  989.                                                     {% include 'components/metro/icon_generate.partial.twig' with {data: station.data.id|station_lines} %}
  990.                                                     {{ station.label }}
  991.                                                 </div>
  992.                                             {% endfor %}
  993.                                         </div>
  994.                                     </div>
  995.                                 </div>
  996.                             </div>
  997.                         </div>
  998.                         <h3>По обновлению</h3>
  999.                         <div class=\"metro\">
  1000.                             <div class=\"selector\" id=\"selector-recency\">
  1001.                                 {{ form_widget(form.recency, {attr: {'class': 'selector__select visually_hidden', 'id': 'selectElement', 'tabindex': '-1', 'aria-hidden': 'true', 'data-selector-select': ''}}) }}
  1002.                                 <button class=\"selector__button d-flex\" type=\"button\" data-selector-button>
  1003.                                     <span class=\"selector__button_placeholder\" data-selector-button-placeholder>Выберите</span>
  1004.                                     <span class=\"selector__button_tags\" data-selector-button-tags>Выберите</span>
  1005.                                     <svg class=\"selector__button_icon\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 14 14\"><path d=\"m2 5 5 4 5-4H2Z\" fill=\"#9E9E9E\"/></svg>
  1006.                                 </button>
  1007.                                 <div class=\"selector__list_wrapper\">
  1008.                                     <div class=\"selector__list_wrapper_scroll\" data-selector-list data-selector-width-data>
  1009.                                         <div class=\"selector__list\">
  1010.                                             {% for recency in form.recency.vars.choices %}
  1011.                                                 <div class=\"selector__list_element d-flex\" data-value=\"{{ recency.value }}\">
  1012.                                                     {{ recency.label }}
  1013.                                                 </div>
  1014.                                             {% endfor %}
  1015.                                         </div>
  1016.                                     </div>
  1017.                                 </div>
  1018.                             </div>
  1019.                         </div>
  1020.                         {# <div class=\"info selector\">
  1021.                             <div class=\"selector-block\">
  1022.                                 <button type=\"button\" data-toggle=\"selector\"></button>
  1023.                                 <div class=\"tags\"></div>
  1024.                             </div>
  1025.                             <div class=\"form-data\">
  1026.                                 {{ form_widget(form.recency) }}
  1027.                             </div>
  1028.                         </div> #}
  1029.                         <div class=\"group d-none\">
  1030.                             <h3>По месту</h3>
  1031.                             {{ form_widget(form.take_out_location) }}
  1032.                         </div>
  1033.                     </div>
  1034.                 </div>
  1035.             </div>
  1036.         </div>
  1037.         <div class=\"services rounding\">
  1038.             <div class=\"services-list row\">
  1039.                 {% set current_group = 0 %}
  1040.                 {% for service in form.services %}
  1041.                     {% if current_group != service.vars.attr['service-group'] %}
  1042.                         {% if current_group == 0 %}<div class=\"col\">{% endif %}
  1043.                         {% if current_group == 4 %}</div></div><div class=\"col\">{% endif %}
  1044.                         {% set current_group = service.vars.attr['service-group'] %}
  1045.                         {% if not loop.first and current_group != 5 %}</div>{% endif %}
  1046.                         <div class=\"section\">
  1047.                         <div class=\"title\">{{ current_group|service_group|trans({}, 'service_groups') }}</div>
  1048.                         {% endif %}
  1049.                         <div class=\"group\">
  1050.                             {{ form_widget(service) }}
  1051.                             <label for=\"{{ service.vars.id }}\">{{ service.vars.label|trans({}, 'services') }}</label>
  1052.                         </div>
  1053.                         {% if loop.last %}</div>
  1054.                         {% if current_group == 0 %}</div>{% endif %}
  1055.                         {% if current_group == 4 %}</div>{% endif %}
  1056.                     {% endif %}
  1057.                 {% endfor %}
  1058.             </div>
  1059.         </div>
  1060.     </div>
  1061.         <div class=\"buttons\">
  1062.             <button type=\"reset\" class=\"reset btn d-flex-inline align-items-center\">
  1063.                 Сброс
  1064.             </button>
  1065.             {{ form_widget(form.search, {'label': 'Подобрать', 'attr': {
  1066.                 'class': 'btn btn-danger search'
  1067.             }}) }}
  1068.         </div>
  1069.     {{ form_end(form) }}
  1070.     {% if profiles is not null %}
  1071.         <div class=\"models-items-row flex-wrap\" id=\"profile-list\">
  1072.             {% block profileList %}
  1073.                 {{ parent() }}
  1074.             {% endblock %}
  1075.         </div>
  1076.         {% block showMore %}
  1077.             {% include 'ProfileSearch/_show_more.search.html.twig' %}
  1078.         {% endblock showMore %}
  1079.         <div id=\"pages2\">{{ porpaginas_render(profiles) }}</div>
  1080.         <script type=\"text/javascript\" src=\"{{ asset('form-paginator-fix.js', 'js_script') }}\"></script>
  1081.         <script>
  1082.             window._lD = {
  1083.                 setLastViewedListing: '{{ app.request.attributes.get('_route') }}',
  1084.                 cityUrl: \"{{city.uriIdentity}}\",
  1085.             };
  1086.             ;(function () {
  1087.                 document.addEventListener('DOMContentLoaded', function(){
  1088.                     var paginationContainers = [ '#pages2'];
  1089.                     paginationContainers.forEach(function(selector) {
  1090.                         new FormPaginatorFix({
  1091.                             pageParameterName: 'page',
  1092.                             formName: 'search_profile_form',
  1093.                             pageLinkClass: 'pagination__link',
  1094.                             pageLinkInactiveElement: 'a',
  1095.                             pageLinkActiveElement: 'a',
  1096.                             paginationContainerSelector: selector
  1097.                         }).fixFirstPageLink().listen();
  1098.                     });
  1099.                     document.querySelector('form[name=search_profile_form]').style.display = 'none';
  1100.                 });
  1101.             })();
  1102.         </script>
  1103.     {% endif %}
  1104. {% endblock %}
  1105. ""ProfileSearch/list.html.twig""/app/templates/ProfileSearch/list.html.twig");
  1106.     }
  1107. }