var/cache/review/twig/ee/ee002d42ec00fc30d2ce745fe71a05c8.php line 180

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. /* ProfilePreview/page.html.twig */
  14. class __TwigTemplate_c169b2457306e63df82a8554c8176c37 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.             'name_page' => [$this'block_name_page'],
  26.             'stylesheet' => [$this'block_stylesheet'],
  27.             'mainContainer' => [$this'block_mainContainer'],
  28.             'javascripts' => [$this'block_javascripts'],
  29.         ];
  30.         $macros["_self"] = $this->macros["_self"] = $this;
  31.     }
  32.     protected function doGetParent(array $context)
  33.     {
  34.         // line 1
  35.         return "ProfilePreview/grid.html.twig";
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = [])
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  41.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfilePreview/page.html.twig"));
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfilePreview/page.html.twig"));
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfilePreview/page.html.twig"));
  46.         $this->parent $this->loadTemplate("ProfilePreview/grid.html.twig""ProfilePreview/page.html.twig"1);
  47.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  48.         
  49.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  50.         
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  52.         
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  54.     }
  55.     // line 28
  56.     public function block_title($context, array $blocks = [])
  57.     {
  58.         $macros $this->macros;
  59.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  60.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  62.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  64.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  65.         echo twig_escape_filter($this->env$this->extensions['App\Twig\SeoExtension']->metaTitle(), "html"nulltrue);
  66.         
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  68.         
  69.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  70.         
  71.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  72.     }
  73.     // line 30
  74.     public function block_metaDescription($context, array $blocks = [])
  75.     {
  76.         $macros $this->macros;
  77.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  78.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  79.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  81.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  82.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  83.         // line 31
  84.         echo "\t<meta name=\"description\" content=\"";
  85.         echo twig_escape_filter($this->env$this->extensions['App\Twig\SeoExtension']->metaDescription(), "html"nulltrue);
  86.         echo "\">
  87. ";
  88.         
  89.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  90.         
  91.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  92.         
  93.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  94.     }
  95.     // line 34
  96.     public function block_name_page($context, array $blocks = [])
  97.     {
  98.         $macros $this->macros;
  99.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  100.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  102.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  104.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  105.         echo "profile";
  106.         
  107.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  108.         
  109.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  110.         
  111.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  112.     }
  113.     // line 36
  114.     public function block_stylesheet($context, array $blocks = [])
  115.     {
  116.         $macros $this->macros;
  117.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  118.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  119.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  120.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  121.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  122.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  123.         // line 37
  124.         echo "    ";
  125.         $this->displayParentBlock("stylesheet"$context$blocks);
  126.         echo "
  127.     <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css\">
  128.     <link rel=\"stylesheet\" href=\"/assets/vendors/lightgallery/css/lightgallery.min.css\">
  129. ";
  130.         
  131.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  132.         
  133.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  134.         
  135.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  136.     }
  137.     // line 42
  138.     public function block_mainContainer($context, array $blocks = [])
  139.     {
  140.         $macros $this->macros;
  141.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  142.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  143.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  144.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  145.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  146.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  147.         // line 43
  148.         echo "    ";
  149.         echo $this->extensions['Knp\Menu\Twig\MenuExtension']->render("breadcrumbs", ["template" => "_menu/breadcrumbs.html.twig"]);
  150.         echo "
  151.     <div class=\"d-flex align-items-center flex-fill model-header\">
  152.         <h1 class=\"border-line\">Индивидуалка ";
  153.         // line 45
  154.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'45$this->source); })()), "name", [], "any"falsefalsefalse45), "html"nulltrue);
  155.         echo " <span>- ID ";
  156.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'45$this->source); })()), "id", [], "any"falsefalsefalse45), "html"nulltrue);
  157.         echo "</span></h1>
  158.         ";
  159.         // line 46
  160.         if (twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'46$this->source); })()), "approved", [], "any"falsefalsefalse46)) {
  161.             // line 47
  162.             echo "            <div class=\"model-header__verification ml-auto d-flex align-items-center\">
  163.                 <span class=\"d-none d-sm-block\">Фото проверено</span>
  164.                 <div class=\"model-header__verification-circle d-flex align-items-center justify-content-center ml-2 ml-sm-3\">
  165.                     <svg class=\"icon\">
  166.                         <use xlink:href=\"";
  167.             // line 51
  168.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  169.             echo "#icon-verification-2\"></use>
  170.                     </svg>
  171.                 </div>
  172.             </div>
  173.         ";
  174.         }
  175.         // line 56
  176.         echo "    </div>
  177.     <div class=\"d-lg-flex\">
  178.         <div class=\"modal-main flex-fill order-lg-2\">
  179.             <div class=\"modal-info d-xxl-flex mb-3 mb-lg-4\">
  180.                 <div class=\"modal-col modal-info__items first\">
  181.                     <div class=\"modal-info__items-preview d-block d-lg-none float-left\" id=\"girl_avatar\">
  182.                         ";
  183.         // line 62
  184.         if (twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'62$this->source); })()), "deleted", [], "any"falsefalsefalse62)) {
  185.             // line 63
  186.             echo "                            <a href=\"";
  187.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  188.             echo "\" class=\"girl-avatar__small\">
  189.                                 <img itemprop=\"contentUrl\" src=\"";
  190.             // line 64
  191.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  192.             echo "\"
  193.                                     loading=\"lazy\"
  194.                                      alt=\"Анкета ";
  195.             // line 66
  196.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'66$this->source); })()), "name", [], "any"falsefalsefalse66)), "html"nulltrue);
  197.             echo " удалена\"
  198.                                      class=\"img-fluid\">
  199.                             </a>
  200.                         ";
  201.         } else {
  202.             // line 70
  203.             echo "                            ";
  204.             $context["photo"] = $this->extensions['App\Twig\ProfileAvatarExtension']->profileAvatar((isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'70$this->source); })()));
  205.             // line 71
  206.             echo "                            ";
  207.             if ((isset($context["photo"]) || array_key_exists("photo"$context) ? $context["photo"] : (function () { throw new RuntimeError('Variable "photo" does not exist.'71$this->source); })())) {
  208.                 // line 72
  209.                 echo "                                <a href=\"";
  210.                 echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source, (isset($context["photo"]) || array_key_exists("photo"$context) ? $context["photo"] : (function () { throw new RuntimeError('Variable "photo" does not exist.'72$this->source); })()), "path", [], "any"falsefalsefalse72), "profile_media""fullsize""jpg"), "html"nulltrue);
  211.                 echo "\" class=\"girl-avatar__small\">
  212.                                     <img itemprop=\"contentUrl\" src=\"";
  213.                 // line 73
  214.                 echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source, (isset($context["photo"]) || array_key_exists("photo"$context) ? $context["photo"] : (function () { throw new RuntimeError('Variable "photo" does not exist.'73$this->source); })()), "path", [], "any"falsefalsefalse73), "profile_media""357x500""jpg"), "html"nulltrue);
  215.                 echo "\"
  216.                                         loading=\"lazy\"
  217.                                          alt=\"";
  218.                 // line 75
  219.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'75$this->source); })()), "name", [], "any"falsefalsefalse75)), "html"nulltrue);
  220.                 echo ", ";
  221.                 echo twig_escape_filter($this->env$this->extensions['BigIdea\Bundle\MorphosTwigBundle\Twig\MorphosExtension']->pluralFilter("год"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'75$this->source); })()), "personParameters", [], "any"falsefalsefalse75), "age", [], "any"falsefalsefalse75)), "html"nulltrue);
  222.                 echo "\"
  223.                                          class=\"img-fluid\">
  224.                                 </a>
  225.                             ";
  226.             } else {
  227.                 // line 79
  228.                 echo "                                <a href=\"";
  229.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  230.                 echo "\" class=\"girl-avatar__small\">
  231.                                     <img itemprop=\"contentUrl\" src=\"";
  232.                 // line 80
  233.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  234.                 echo "\"
  235.                                         loading=\"lazy\"
  236.                                         alt=\"Фотография ";
  237.                 // line 82
  238.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'82$this->source); })()), "name", [], "any"falsefalsefalse82)), "html"nulltrue);
  239.                 echo " отсутствует\"
  240.                                         class=\"img-fluid\">
  241.                                 </a>
  242.                             ";
  243.             }
  244.             // line 86
  245.             echo "                        ";
  246.         }
  247.         // line 87
  248.         echo "                        ";
  249.         if (($this->extensions['App\Twig\UserExtension']->isUserCustomer(twig_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.'87$this->source); })()), "user", [], "any"falsefalsefalse87)) &&  !twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'87$this->source); })()), "deleted", [], "any"falsefalsefalse87))) {
  250.             // line 88
  251.             echo "                            <button type=\"button\"
  252.                                     data-url-add=\"";
  253.             // line 89
  254.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("account.favourites.remove", ["profile" => twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'89$this->source); })()), "id", [], "any"falsefalsefalse89)]), "html"nulltrue);
  255.             echo "\"
  256.                                     data-url-remove=\"";
  257.             // line 90
  258.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("account.favourites.add", ["profile" => twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'90$this->source); })()), "id", [], "any"falsefalsefalse90)]), "html"nulltrue);
  259.             echo "\"
  260.                                     ";
  261.             // line 91
  262.             if ($this->extensions['App\Twig\UserExtension']->isProfileInFavourites((isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'91$this->source); })()))) {
  263.                 // line 92
  264.                 echo "                                    title=\"Убрать из избранного\"
  265.                                     class=\"btn favorite like\" id=\"favorite\">
  266.                                 ";
  267.             } else {
  268.                 // line 95
  269.                 echo "                                    title=\"Добавить в избранное\"
  270.                                     class=\"btn favorite unlike\" id=\"favorite\">
  271.                                 ";
  272.             }
  273.             // line 98
  274.             echo "                                <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  275.                                     <path d=\"M0 20C0 8.95431 8.95431 0 20 0V0C31.0457 0 40 8.95431 40 20V20C40 31.0457 31.0457 40 20 40V40C8.95431 40 0 31.0457 0 20V20Z\" fill=\"#F7901D\"/>
  276.                                     <path d=\"M20 33L18.26 31.3455C12.08 25.4921 8 21.6316 8 16.8937C8 13.0332 10.904 10 14.6 10C16.688 10 18.692 11.0153 20 12.6196C21.308 11.0153 23.312 10 25.4 10C29.096 10 32 13.0332 32 16.8937C32 21.6316 27.92 25.4921 21.74 31.358L20 33Z\" fill=\"white\"/>
  277.                                     <path class=\"ar\" d=\"M18.667 25.126L14 20.412L15.424 19.008L18.681 22.294L26.008 15L27.416 16.42L18.667 25.126Z\" fill=\"#F7901D\"/>
  278.                                 </svg>
  279.                             </button>
  280.                         ";
  281.         }
  282.         // line 105
  283.         echo "                    </div>
  284.                     <div>
  285.                         <div class=\"modal-info__items-block first d-flex flex-column flex-md-row\">
  286.                             <div class=\"block-item pb-2 pb-md-0 w-100\">
  287.                                 <div class=\"block-item__title d-flex align-items-center mb-2 mb-md-3\">
  288.                                     <svg class=\"icon mr-2 clr-1\">
  289.                                         <use xlink:href=\"";
  290.         // line 111
  291.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  292.         echo "#icon-apartments\"></use>
  293.                                     </svg>
  294.                                     Апартаменты
  295.                                 </div>
  296.                                 <div class=\"block-item__description clr-1\">
  297.                                     <p class=\"d-flex\">Час <span class=\"ml-auto\">
  298.                                             ";
  299.         // line 117
  300.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'117$this->source); })()), "apartmentsPricing", [], "any"falsefalsefalse117), "oneHourPrice", [], "any"falsefalsefalse117)) {
  301.             // line 118
  302.             echo "                                                ";
  303.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'118$this->source); })()), "apartmentsPricing", [], "any"falsefalsefalse118), "oneHourPrice", [], "any"falsefalsefalse118), "html"nulltrue);
  304.             echo " ";
  305.             echo twig_escape_filter($this->env$this->extensions['App\Twig\MoneyFormatterExtension']->countryLocalizedCurrency(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'118$this->source); })()), "city", [], "any"falsefalsefalse118), "countryCode", [], "any"falsefalsefalse118)), "html"nulltrue);
  306.             echo "
  307.                                             ";
  308.         } else {
  309.             // line 119
  310.             echo "-";
  311.         }
  312.         // line 120
  313.         echo "                                        </span></p>
  314.                                     <p class=\"d-flex\">2 часа <span class=\"ml-auto\">
  315.                                             ";
  316.         // line 122
  317.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'122$this->source); })()), "apartmentsPricing", [], "any"falsefalsefalse122), "twoHoursPrice", [], "any"falsefalsefalse122)) {
  318.             // line 123
  319.             echo "                                                ";
  320.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'123$this->source); })()), "apartmentsPricing", [], "any"falsefalsefalse123), "twoHoursPrice", [], "any"falsefalsefalse123), "html"nulltrue);
  321.             echo " ";
  322.             echo twig_escape_filter($this->env$this->extensions['App\Twig\MoneyFormatterExtension']->countryLocalizedCurrency(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'123$this->source); })()), "city", [], "any"falsefalsefalse123), "countryCode", [], "any"falsefalsefalse123)), "html"nulltrue);
  323.             echo "
  324.                                             ";
  325.         } else {
  326.             // line 124
  327.             echo "-";
  328.         }
  329.         // line 125
  330.         echo "                                        </span></p>
  331.                                     <p class=\"d-flex\">Ночь <span class=\"ml-auto\">
  332.                                             ";
  333.         // line 127
  334.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'127$this->source); })()), "apartmentsPricing", [], "any"falsefalsefalse127), "nightPrice", [], "any"falsefalsefalse127)) {
  335.             // line 128
  336.             echo "                                                ";
  337.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'128$this->source); })()), "apartmentsPricing", [], "any"falsefalsefalse128), "nightPrice", [], "any"falsefalsefalse128), "html"nulltrue);
  338.             echo " ";
  339.             echo twig_escape_filter($this->env$this->extensions['App\Twig\MoneyFormatterExtension']->countryLocalizedCurrency(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'128$this->source); })()), "city", [], "any"falsefalsefalse128), "countryCode", [], "any"falsefalsefalse128)), "html"nulltrue);
  340.             echo "
  341.                                             ";
  342.         } else {
  343.             // line 129
  344.             echo "-";
  345.         }
  346.         // line 130
  347.         echo "                                        </span></p>
  348.                                     <p class=\"d-flex\">Экспресс <span class=\"ml-auto\">
  349.                                             ";
  350.         // line 132
  351.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'132$this->source); })()), "expressPricing", [], "any"falsefalsefalse132), "provided", [], "any"falsefalsefalse132)) {
  352.             // line 133
  353.             echo "                                                ";
  354.             if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'133$this->source); })()), "expressPricing", [], "any"falsefalsefalse133), "price", [], "any"falsefalsefalse133)) {
  355.                 // line 134
  356.                 echo "                                                    ";
  357.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'134$this->source); })()), "expressPricing", [], "any"falsefalsefalse134), "price", [], "any"falsefalsefalse134), "html"nulltrue);
  358.                 echo " ";
  359.                 echo twig_escape_filter($this->env$this->extensions['App\Twig\MoneyFormatterExtension']->countryLocalizedCurrency(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'134$this->source); })()), "city", [], "any"falsefalsefalse134), "countryCode", [], "any"falsefalsefalse134)), "html"nulltrue);
  360.                 echo "
  361.                                                 ";
  362.             } else {
  363.                 // line 136
  364.                 echo "                                                    -
  365.                                                 ";
  366.             }
  367.             // line 138
  368.             echo "                                            ";
  369.         } else {
  370.             // line 139
  371.             echo "                                                -
  372.                                             ";
  373.         }
  374.         // line 141
  375.         echo "                                        </span></p>
  376.                                 </div>
  377.                             </div>
  378.                             <div class=\"block-item pl-0 pl-md-3 pl-xl-5 w-100\">
  379.                                 <div class=\"block-item__title d-flex align-items-center mb-2 mb-md-3\">
  380.                                     <svg class=\"icon mr-2 clr-2\">
  381.                                         <use xlink:href=\"";
  382.         // line 147
  383.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  384.         echo "#icon-car\"></use>
  385.                                     </svg>
  386.                                     Выезд
  387.                                 </div>
  388.                                 <div class=\"block-item__description clr-2\">
  389.                                     <p class=\"d-flex\">Час <span class=\"ml-auto\">
  390.                                             ";
  391.         // line 153
  392.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'153$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse153), "oneHourPrice", [], "any"falsefalsefalse153)) {
  393.             // line 154
  394.             echo "                                                ";
  395.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'154$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse154), "oneHourPrice", [], "any"falsefalsefalse154), "html"nulltrue);
  396.             echo " ";
  397.             echo twig_escape_filter($this->env$this->extensions['App\Twig\MoneyFormatterExtension']->countryLocalizedCurrency(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'154$this->source); })()), "city", [], "any"falsefalsefalse154), "countryCode", [], "any"falsefalsefalse154)), "html"nulltrue);
  398.             echo "
  399.                                             ";
  400.         } else {
  401.             // line 155
  402.             echo "-";
  403.         }
  404.         // line 156
  405.         echo "                                        </span></p>
  406.                                     <p class=\"d-flex\">2 часа <span class=\"ml-auto\">
  407.                                             ";
  408.         // line 158
  409.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'158$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse158), "twoHoursPrice", [], "any"falsefalsefalse158)) {
  410.             // line 159
  411.             echo "                                                ";
  412.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'159$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse159), "twoHoursPrice", [], "any"falsefalsefalse159), "html"nulltrue);
  413.             echo " ";
  414.             echo twig_escape_filter($this->env$this->extensions['App\Twig\MoneyFormatterExtension']->countryLocalizedCurrency(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'159$this->source); })()), "city", [], "any"falsefalsefalse159), "countryCode", [], "any"falsefalsefalse159)), "html"nulltrue);
  415.             echo "
  416.                                             ";
  417.         } else {
  418.             // line 160
  419.             echo "-";
  420.         }
  421.         // line 161
  422.         echo "                                        </span></p>
  423.                                     <p class=\"d-flex\">Ночь <span class=\"ml-auto\">
  424.                                             ";
  425.         // line 163
  426.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'163$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse163), "nightPrice", [], "any"falsefalsefalse163)) {
  427.             // line 164
  428.             echo "                                                ";
  429.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'164$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse164), "nightPrice", [], "any"falsefalsefalse164), "html"nulltrue);
  430.             echo " ";
  431.             echo twig_escape_filter($this->env$this->extensions['App\Twig\MoneyFormatterExtension']->countryLocalizedCurrency(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'164$this->source); })()), "city", [], "any"falsefalsefalse164), "countryCode", [], "any"falsefalsefalse164)), "html"nulltrue);
  432.             echo "
  433.                                             ";
  434.         } else {
  435.             // line 165
  436.             echo "-";
  437.         }
  438.         // line 166
  439.         echo "                                        </span></p>
  440.                                 </div>
  441.                             </div>
  442.                         </div>
  443.                         ";
  444.         // line 170
  445.         if ( !twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'170$this->source); })()), "deleted", [], "any"falsefalsefalse170)) {
  446.             // line 171
  447.             echo "                            <div class=\"modal-info__items-block modal-info__items-block-phone\">
  448.                                 <div class=\"d-flex flex-wrap mb-2 mb-sm-3\">
  449.                                     <div class=\"model-phone d-flex align-items-center model-phone-desc\">
  450.                                         ";
  451.             // line 174
  452.             if ((twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'174$this->source); })()), "isActive", [], "any"falsefalsefalse174) ||  !twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'174$this->source); })()), "hidden", [], "any"falsefalsefalse174))) {
  453.                 // line 175
  454.                 echo "                                            ";
  455.                 $context["onlyPhoneNumber"] = twig_replace_filter(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'175$this->source); })()), "phoneNumber", [], "any"falsefalsefalse175), [" " => """-" => """(" => """)" => ""]);
  456.                 // line 176
  457.                 echo "                                            <div class=\"telephone d-flex\">
  458.                                                 <button class=\"number\" type=\"button\" onclick=\"this.classList.add('d-none');this.nextElementSibling.classList.remove('d-none')\">
  459.                                                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  460.                                                         <g clip-path=\"url(#clip0_2802_159460)\">
  461.                                                         <path d=\"M15.4825 10.8312C15.2851 10.6339 15.0175 10.5231 14.7385 10.5231C14.4594 10.5231 14.1918 10.6339 13.9944 10.8312L12.317 12.5086C11.5393 12.2771 10.0881 11.7509 9.16834 10.8312C8.24858 9.91149 7.7224 8.46036 7.49089 7.6827L9.16834 6.00531C9.36563 5.80798 9.47645 5.54037 9.47645 5.26133C9.47645 4.9823 9.36563 4.71468 9.16834 4.51735L4.95892 0.308102C4.76158 0.110824 4.49395 0 4.21491 0C3.93586 0 3.66824 0.110824 3.47089 0.308102L0.616908 3.16197C0.217013 3.56185 -0.00819095 4.11115 0.000227882 4.67204C0.024432 6.17053 0.42117 11.3753 4.52325 15.4772C8.62533 19.5791 13.8303 19.9747 15.3299 20H15.3593C15.915 20 16.4401 19.7811 16.8379 19.3833L19.6919 16.5295C19.8892 16.3321 20 16.0645 20 15.7855C20 15.5065 19.8892 15.2388 19.6919 15.0415L15.4825 10.8312ZM15.3488 17.8943C14.0355 17.8722 9.54193 17.5197 6.01128 13.9881C2.46905 10.4461 2.12598 5.93691 2.10494 4.64994L4.21491 2.54005L6.9363 5.26133L5.5756 6.62197C5.45191 6.74556 5.36097 6.89803 5.31099 7.06559C5.26101 7.23315 5.25358 7.41052 5.28936 7.58168C5.31462 7.70269 5.93235 10.5723 7.67926 12.3192C9.42617 14.066 12.2959 14.6837 12.417 14.709C12.588 14.7459 12.7656 14.7391 12.9333 14.6892C13.1011 14.6394 13.2536 14.5481 13.3767 14.4238L14.7385 13.0632L17.4598 15.7844L15.3488 17.8943Z\" fill=\"white\"/>
  462.                                                         </g>
  463.                                                         <defs>
  464.                                                         <clipPath id=\"clip0_2802_159460\">
  465.                                                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  466.                                                         </clipPath>
  467.                                                         </defs>
  468.                                                     </svg>
  469.                                                     <span>Показать телефон</span>
  470.                                                 </button>
  471.                                                 <!--noindex--><a href=\"tel:";
  472.                 // line 191
  473.                 echo twig_escape_filter($this->env, (isset($context["onlyPhoneNumber"]) || array_key_exists("onlyPhoneNumber"$context) ? $context["onlyPhoneNumber"] : (function () { throw new RuntimeError('Variable "onlyPhoneNumber" does not exist.'191$this->source); })()), "html"nulltrue);
  474.                 echo "\" rel=\"nofollow\" class=\"number d-none\">
  475.                                                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  476.                                                         <g clip-path=\"url(#clip0_2802_159460)\">
  477.                                                         <path d=\"M15.4825 10.8312C15.2851 10.6339 15.0175 10.5231 14.7385 10.5231C14.4594 10.5231 14.1918 10.6339 13.9944 10.8312L12.317 12.5086C11.5393 12.2771 10.0881 11.7509 9.16834 10.8312C8.24858 9.91149 7.7224 8.46036 7.49089 7.6827L9.16834 6.00531C9.36563 5.80798 9.47645 5.54037 9.47645 5.26133C9.47645 4.9823 9.36563 4.71468 9.16834 4.51735L4.95892 0.308102C4.76158 0.110824 4.49395 0 4.21491 0C3.93586 0 3.66824 0.110824 3.47089 0.308102L0.616908 3.16197C0.217013 3.56185 -0.00819095 4.11115 0.000227882 4.67204C0.024432 6.17053 0.42117 11.3753 4.52325 15.4772C8.62533 19.5791 13.8303 19.9747 15.3299 20H15.3593C15.915 20 16.4401 19.7811 16.8379 19.3833L19.6919 16.5295C19.8892 16.3321 20 16.0645 20 15.7855C20 15.5065 19.8892 15.2388 19.6919 15.0415L15.4825 10.8312ZM15.3488 17.8943C14.0355 17.8722 9.54193 17.5197 6.01128 13.9881C2.46905 10.4461 2.12598 5.93691 2.10494 4.64994L4.21491 2.54005L6.9363 5.26133L5.5756 6.62197C5.45191 6.74556 5.36097 6.89803 5.31099 7.06559C5.26101 7.23315 5.25358 7.41052 5.28936 7.58168C5.31462 7.70269 5.93235 10.5723 7.67926 12.3192C9.42617 14.066 12.2959 14.6837 12.417 14.709C12.588 14.7459 12.7656 14.7391 12.9333 14.6892C13.1011 14.6394 13.2536 14.5481 13.3767 14.4238L14.7385 13.0632L17.4598 15.7844L15.3488 17.8943Z\" fill=\"white\"/>
  478.                                                         </g>
  479.                                                         <defs>
  480.                                                         <clipPath id=\"clip0_2802_159460\">
  481.                                                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  482.                                                         </clipPath>
  483.                                                         </defs>
  484.                                                     </svg>
  485.                                                     <span>";
  486.                 // line 203
  487.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'203$this->source); })()), "phoneNumber", [], "any"falsefalsefalse203), "html"nulltrue);
  488.                 echo "</span>
  489.                                                 </a><!--/noindex-->
  490.                                                 <!--noindex-->";
  491.                 // line 207
  492.                 if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'207$this->source); })()), "messengers", [], "any"falsefalsefalse207), "whatsApp", [], "any"falsefalsefalse207)) {
  493.                     // line 208
  494.                     echo "<a href=\"https://wa.me/";
  495.                     echo twig_escape_filter($this->envtwig_replace_filter((isset($context["onlyPhoneNumber"]) || array_key_exists("onlyPhoneNumber"$context) ? $context["onlyPhoneNumber"] : (function () { throw new RuntimeError('Variable "onlyPhoneNumber" does not exist.'208$this->source); })()), ["+" => ""]), "html"nulltrue);
  496.                     echo "?text=Привет,%20";
  497.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'208$this->source); })()), "name", [], "any"falsefalsefalse208), "html"nulltrue);
  498.                     echo "!%20Нашел%20твою%20анкету%20на%20Стрелочках.\" rel=\"nofollow\" class=\"whatsup\" target=\"_blank\">
  499.                                                         <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  500.                                                             <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#48C95F\"/>
  501.                                                             <path d=\"M27.9268 12.0625C25.9512 10.0937 23.3171 9 20.5366 9C14.7561 9 10.0732 13.6667 10.0732 19.4271C10.0732 21.25 10.5854 23.0729 11.4634 24.6042L10 30L15.561 28.5417C17.0976 29.3438 18.7805 29.7812 20.5366 29.7812C26.3171 29.7812 31 25.1146 31 19.3542C30.9268 16.6563 29.9024 14.0312 27.9268 12.0625ZM25.5854 23.1458C25.3659 23.7292 24.3415 24.3125 23.8293 24.3854C23.3902 24.4583 22.8049 24.4583 22.2195 24.3125C21.8537 24.1667 21.3415 24.0208 20.7561 23.7292C18.122 22.6354 16.439 20.0104 16.2927 19.7917C16.1463 19.6458 15.1951 18.4062 15.1951 17.0937C15.1951 15.7812 15.8537 15.1979 16.0732 14.9062C16.2927 14.6146 16.5854 14.6146 16.8049 14.6146C16.9512 14.6146 17.1707 14.6146 17.3171 14.6146C17.4634 14.6146 17.6829 14.5417 17.9024 15.0521C18.1219 15.5625 18.6341 16.875 18.7073 16.9479C18.7805 17.0938 18.7805 17.2396 18.7073 17.3854C18.6341 17.5312 18.561 17.6771 18.4146 17.8229C18.2683 17.9687 18.1219 18.1875 18.0488 18.2604C17.9024 18.4062 17.7561 18.5521 17.9024 18.7708C18.0488 19.0625 18.561 19.8646 19.3659 20.5937C20.3902 21.4687 21.1951 21.7604 21.4878 21.9063C21.7805 22.0521 21.9268 21.9792 22.0732 21.8333C22.2195 21.6875 22.7317 21.1042 22.878 20.8125C23.0244 20.5208 23.2439 20.5938 23.4634 20.6667C23.6829 20.7396 25 21.3958 25.2195 21.5417C25.5122 21.6875 25.6585 21.7604 25.7317 21.8333C25.8049 22.0521 25.8049 22.5625 25.5854 23.1458Z\" fill=\"white\"/>
  502.                                                         </svg>
  503.                                                     </a>";
  504.                 }
  505.                 // line 216
  506.                 if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'216$this->source); })()), "messengers", [], "any"falsefalsefalse216), "telegram", [], "any"falsefalsefalse216)) {
  507.                     // line 217
  508.                     echo "<svg class=\"telegram\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  509.                                                         <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#2F89CE\"/>
  510.                                                         <path d=\"M9.3507 20.3741L13.9488 22.0886L15.7413 27.8557C15.8192 28.2454 16.2868 28.3233 16.5985 28.0895L19.1703 25.9853C19.4041 25.7515 19.7938 25.7515 20.1055 25.9853L24.7036 29.3364C25.0154 29.5702 25.483 29.4144 25.5609 29.0247L28.99 12.6587C29.0679 12.269 28.6782 11.8793 28.2886 12.0352L9.3507 19.3609C8.8831 19.5168 8.8831 20.2182 9.3507 20.3741ZM15.5075 21.2313L24.5477 15.6981C24.7036 15.6201 24.8595 15.8539 24.7036 15.9319L17.2999 22.868C17.0661 23.1018 16.8323 23.4135 16.8323 23.8032L16.5985 25.6736C16.5985 25.9074 16.2089 25.9853 16.1309 25.6736L15.1957 22.2445C14.9619 21.8548 15.1178 21.3872 15.5075 21.2313Z\" fill=\"white\"/>
  511.                                                     </svg>";
  512.                 }
  513.                 // line 222
  514.                 echo "<!--/noindex-->
  515.                                             </div>
  516.                                         ";
  517.             } else {
  518.                 // line 225
  519.                 echo "                                            <p class=\"model-phone__arhive m-0 color-silver\">анкета в архиве</p>
  520.                                         ";
  521.             }
  522.             // line 227
  523.             echo "                                    </div>
  524.                                     <div class=\"model-warning d-flex align-items-center pt-2 pt-md-0\">
  525.                                         <svg class=\"icon mr-2\">
  526.                                             <use xlink:href=\"";
  527.             // line 230
  528.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  529.             echo "#icon-warning\"></use>
  530.                                         </svg>
  531.                                         Никогда не отправляйте предоплату!
  532.                                     </div>
  533.                                 </div>
  534.                                 <p class=\"model-thank mb-2 mb-sm-3\">
  535.                                     Не забудьте сказать, что звоните с сайта \"spbdosug\"
  536.                                     <svg class=\"icon ml-2\">
  537.                                         <use xlink:href=\"";
  538.             // line 238
  539.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  540.             echo "#icon-emoja\"></use>
  541.                                     </svg>
  542.                                 </p>
  543.                                 <div class=\"d-flex modal-info-text\">
  544.                                     <p class=\"mr-2\">Отвечаю на:<br/>
  545.                                         <span>
  546.                                             ";
  547.             // line 244
  548.             if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'244$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse244), "answeringTo", [], "any"falsefalsefalse244)) > 0)) {
  549.                 // line 245
  550.                 echo "                                                ";
  551.                 $context['_parent'] = $context;
  552.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'245$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse245), "answeringTo", [], "any"falsefalsefalse245));
  553.                 $context['loop'] = [
  554.                   'parent' => $context['_parent'],
  555.                   'index0' => 0,
  556.                   'index'  => 1,
  557.                   'first'  => true,
  558.                 ];
  559.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  560.                     $length count($context['_seq']);
  561.                     $context['loop']['revindex0'] = $length 1;
  562.                     $context['loop']['revindex'] = $length;
  563.                     $context['loop']['length'] = $length;
  564.                     $context['loop']['last'] = === $length;
  565.                 }
  566.                 foreach ($context['_seq'] as $context["_key"] => $context["answeringTo"]) {
  567.                     // line 246
  568.                     echo "                                                    ";
  569.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\PhoneCallExtension']->answeringTo($context["answeringTo"]), [], "phone_call_restrictions"), "html"nulltrue);
  570.                     if ( !twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse246)) {
  571.                         echo ",";
  572.                     }
  573.                     // line 247
  574.                     echo "                                                ";
  575.                     ++$context['loop']['index0'];
  576.                     ++$context['loop']['index'];
  577.                     $context['loop']['first'] = false;
  578.                     if (isset($context['loop']['length'])) {
  579.                         --$context['loop']['revindex0'];
  580.                         --$context['loop']['revindex'];
  581.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  582.                     }
  583.                 }
  584.                 $_parent $context['_parent'];
  585.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['answeringTo'], $context['_parent'], $context['loop']);
  586.                 $context array_intersect_key($context$_parent) + $_parent;
  587.                 // line 248
  588.                 echo "                                            ";
  589.             } else {
  590.                 // line 249
  591.                 echo "                                                Не указано
  592.                                             ";
  593.             }
  594.             // line 251
  595.             echo "                                        </span>
  596.                                     </p>
  597.                                     <p class=\"ml-auto\">Удобное время для звонка:<br/><span>";
  598.             // line 253
  599.             echo twig_call_macro($macros["_self"], "macro__time_to_work", [(isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'253$this->source); })())], 253$context$this->getSourceContext());
  600.             echo "</span></p>
  601.                                 </div>
  602.                                 <div class=\"d-flex modal-info-text mt-2\">
  603.                                     <p class=\"mr-2\">Ограничение по возрасту партнера:<br/>
  604.                                         <span>";
  605.             // line 257
  606.             if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'257$this->source); })()), "clientRestrictions", [], "any"falsefalsefalse257), "minAge", [], "any"falsefalsefalse257) || twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'257$this->source); })()), "clientRestrictions", [], "any"falsefalsefalse257), "maxAge", [], "any"falsefalsefalse257))) {
  607.                 // line 258
  608.                 echo "                                            от ";
  609.                 ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'258$this->source); })()), "clientRestrictions", [], "any"falsefalsefalse258), "minAge", [], "any"falsefalsefalse258)) ? (print (twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'258$this->source); })()), "clientRestrictions", [], "any"falsefalsefalse258), "minAge", [], "any"falsefalsefalse258), "html"nulltrue))) : (print ("-")));
  610.                 echo "
  611.                                             до ";
  612.                 // line 259
  613.                 ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'259$this->source); })()), "clientRestrictions", [], "any"falsefalsefalse259), "maxAge", [], "any"falsefalsefalse259)) ? (print (twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'259$this->source); })()), "clientRestrictions", [], "any"falsefalsefalse259), "maxAge", [], "any"falsefalsefalse259), "html"nulltrue))) : (print ("-")));
  614.                 echo "
  615.                                             ";
  616.             } else {
  617.                 // line 261
  618.                 echo "                                               Не указано
  619.                                             ";
  620.             }
  621.             // line 263
  622.             echo "                                        </span>
  623.                                     </p>
  624.                                 </div>
  625.                             </div>
  626.                         ";
  627.         } else {
  628.             // line 268
  629.             echo "                            <div class=\"lock-block d-flex align-items-center\">
  630.                                 <img src=\"";
  631.             // line 269
  632.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/icons/profile-lock.svg""basicConfig"), "html"nulltrue);
  633.             echo "\" loading=\"lazy\">
  634.                                 <div class=\"text-block\">
  635.                                     <p class=\"title\">Девушка не работает</p>
  636.                                     <p class=\"lock\">Анкета доступна только по прямой ссылке и не показывается в результатах поиска.</p>
  637.                                 </div>
  638.                             </div>
  639.                         ";
  640.         }
  641.         // line 276
  642.         echo "                        ";
  643.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'276$this->source); })()), "city", [], "any"falsefalsefalse276), "uriIdentity", [], "any"falsefalsefalse276) == twig_get_attribute($this->env$this->source$this->extensions['App\Twig\DefaultCityExtension']->defaultCity(), "uriIdentity", [], "any"falsefalsefalse276))) {
  644.             // line 277
  645.             echo "                            ";
  646.             if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'277$this->source); })()), "stations", [], "any"falsefalsefalse277)) > 0)) {
  647.                 // line 278
  648.                 echo "                                <div class=\"modal-info__items-block modal-info__items-block-metro pb-0 pb-sm-3 d-flex d-sm-block\">
  649.                                     <div class=\"metro-items d-sm-flex w-100 align-items-center flex-wrap mb-2 mb-xl-3\">
  650.                                         Метро:
  651.                                         ";
  652.                 // line 281
  653.                 $context['_parent'] = $context;
  654.                 $context['_seq'] = twig_ensure_traversable(twig_slice($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'281$this->source); })()), "stations", [], "any"falsefalsefalse281), 03));
  655.                 foreach ($context['_seq'] as $context["_key"] => $context["station"]) {
  656.                     // line 282
  657.                     echo "                                            <div class=\"metro-item\">
  658.                                                 <svg class=\"icon mr-1\">
  659.                                                     <use xlink:href=\"";
  660.                     // line 284
  661.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  662.                     echo "#icon-metro\"></use>
  663.                                                 </svg>
  664.                                                 <a href=\"";
  665.                     // line 286
  666.                     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->source, (isset($context["city"]) || array_key_exists("city"$context) ? $context["city"] : (function () { throw new RuntimeError('Variable "city" does not exist.'286$this->source); })()), "uriIdentity", [], "any"falsefalsefalse286), "station" => twig_get_attribute($this->env$this->source$context["station"], "uriIdentity", [], "any"falsefalsefalse286)]), "html"nulltrue);
  667.                     echo "\">";
  668.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source$context["station"], "name", [], "any"falsefalsefalse286)), "html"nulltrue);
  669.                     echo "</a>
  670.                                             </div>
  671.                                         ";
  672.                 }
  673.                 $_parent $context['_parent'];
  674.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['station'], $context['_parent'], $context['loop']);
  675.                 $context array_intersect_key($context$_parent) + $_parent;
  676.                 // line 289
  677.                 echo "                                    </div>
  678.                                     ";
  679.                 // line 290
  680.                 if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'290$this->source); })()), "stations", [], "any"falsefalsefalse290)) > 0)) {
  681.                     echo "<div class=\"metro-items d-sm-flex w-100 align-items-center flex-wrap\">
  682.                                         Район:
  683.                                         ";
  684.                     // line 292
  685.                     $context['_parent'] = $context;
  686.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'292$this->source); })()), "stations", [], "any"falsefalsefalse292));
  687.                     $context['loop'] = [
  688.                       'parent' => $context['_parent'],
  689.                       'index0' => 0,
  690.                       'index'  => 1,
  691.                       'first'  => true,
  692.                     ];
  693.                     if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  694.                         $length count($context['_seq']);
  695.                         $context['loop']['revindex0'] = $length 1;
  696.                         $context['loop']['revindex'] = $length;
  697.                         $context['loop']['length'] = $length;
  698.                         $context['loop']['last'] = === $length;
  699.                     }
  700.                     foreach ($context['_seq'] as $context["_key"] => $context["station"]) {
  701.                         // line 293
  702.                         echo "                                            ";
  703.                         if (twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse293)) {
  704.                             // line 294
  705.                             echo "                                                ";
  706.                             $context["stationDistrict"] = twig_get_attribute($this->env$this->source$context["station"], "district", [], "any"falsefalsefalse294);
  707.                             // line 295
  708.                             echo "                                                ";
  709.                             if ((isset($context["stationDistrict"]) || array_key_exists("stationDistrict"$context) ? $context["stationDistrict"] : (function () { throw new RuntimeError('Variable "stationDistrict" does not exist.'295$this->source); })())) {
  710.                                 // line 296
  711.                                 echo "                                                    ";
  712.                                 $context["districtCounty"] = twig_get_attribute($this->env$this->source, (isset($context["stationDistrict"]) || array_key_exists("stationDistrict"$context) ? $context["stationDistrict"] : (function () { throw new RuntimeError('Variable "stationDistrict" does not exist.'296$this->source); })()), "county", [], "any"falsefalsefalse296);
  713.                                 // line 297
  714.                                 echo "                                                    ";
  715.                                 if ((isset($context["districtCounty"]) || array_key_exists("districtCounty"$context) ? $context["districtCounty"] : (function () { throw new RuntimeError('Variable "districtCounty" does not exist.'297$this->source); })())) {
  716.                                     // line 298
  717.                                     echo "                                                        <div class=\"metro-item\">
  718.                                                             <a href=\"";
  719.                                     // line 299
  720.                                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_list.list_by_county", ["city" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'299$this->source); })()), "city", [], "any"falsefalsefalse299), "uriIdentity", [], "any"falsefalsefalse299), "county" => twig_get_attribute($this->env$this->source, (isset($context["districtCounty"]) || array_key_exists("districtCounty"$context) ? $context["districtCounty"] : (function () { throw new RuntimeError('Variable "districtCounty" does not exist.'299$this->source); })()), "uriIdentity", [], "any"falsefalsefalse299)]), "html"nulltrue);
  721.                                     echo "\">";
  722.                                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["districtCounty"]) || array_key_exists("districtCounty"$context) ? $context["districtCounty"] : (function () { throw new RuntimeError('Variable "districtCounty" does not exist.'299$this->source); })()), "name", [], "any"falsefalsefalse299)), "html"nulltrue);
  723.                                     echo "</a>,
  724.                                                         </div>
  725.                                                     ";
  726.                                 }
  727.                                 // line 302
  728.                                 echo "                                                    <div class=\"metro-item\">
  729.                                                         <a href=\"";
  730.                                 // line 303
  731.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_list.list_by_district", ["city" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'303$this->source); })()), "city", [], "any"falsefalsefalse303), "uriIdentity", [], "any"falsefalsefalse303), "district" => twig_get_attribute($this->env$this->source, (isset($context["stationDistrict"]) || array_key_exists("stationDistrict"$context) ? $context["stationDistrict"] : (function () { throw new RuntimeError('Variable "stationDistrict" does not exist.'303$this->source); })()), "uriIdentity", [], "any"falsefalsefalse303)]), "html"nulltrue);
  732.                                 echo "\">";
  733.                                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["stationDistrict"]) || array_key_exists("stationDistrict"$context) ? $context["stationDistrict"] : (function () { throw new RuntimeError('Variable "stationDistrict" does not exist.'303$this->source); })()), "name", [], "any"falsefalsefalse303)), "html"nulltrue);
  734.                                 echo "</a>
  735.                                                     </div>
  736.                                                 ";
  737.                             }
  738.                             // line 306
  739.                             echo "                                            ";
  740.                         }
  741.                         // line 307
  742.                         echo "                                        ";
  743.                         ++$context['loop']['index0'];
  744.                         ++$context['loop']['index'];
  745.                         $context['loop']['first'] = false;
  746.                         if (isset($context['loop']['length'])) {
  747.                             --$context['loop']['revindex0'];
  748.                             --$context['loop']['revindex'];
  749.                             $context['loop']['last'] = === $context['loop']['revindex0'];
  750.                         }
  751.                     }
  752.                     $_parent $context['_parent'];
  753.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['station'], $context['_parent'], $context['loop']);
  754.                     $context array_intersect_key($context$_parent) + $_parent;
  755.                     // line 308
  756.                     echo "                                    </div>";
  757.                 }
  758.                 // line 309
  759.                 echo "                                </div>
  760.                             ";
  761.             }
  762.             // line 311
  763.             echo "                        ";
  764.         }
  765.         // line 312
  766.         echo "                    </div>
  767.                 </div>
  768.                 <div class=\"modal-col modal-info__items mb-3 mb-md-0\">
  769.                     <div class=\"modal-info__items-row d-flex flex-wrap\">
  770.                         <div class=\"box-col text-center\">
  771.                             <div class=\"box-item\">
  772.                                 <span class=\"d-block\">Возраст</span>
  773.                                 ";
  774.         // line 319
  775.         echo twig_call_macro($macros["_self"], "macro__data_wrapper", ["Возраст"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'319$this->source); })()), "personParameters", [], "any"falsefalsefalse319), "age", [], "any"falsefalsefalse319)], 319$context$this->getSourceContext());
  776.         echo "
  777.                             </div>
  778.                         </div>
  779.                         <div class=\"box-col text-center\">
  780.                             <div class=\"box-item\">
  781.                                 <span class=\"d-block\">Рост</span>
  782.                                 ";
  783.         // line 325
  784.         echo twig_call_macro($macros["_self"], "macro__data_wrapper", ["Рост"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'325$this->source); })()), "personParameters", [], "any"falsefalsefalse325), "height", [], "any"falsefalsefalse325)], 325$context$this->getSourceContext());
  785.         echo "
  786.                             </div>
  787.                         </div>
  788.                         <div class=\"box-col text-center\">
  789.                             <div class=\"box-item\">
  790.                                 <span class=\"d-block\">Вес</span>
  791.                                 ";
  792.         // line 331
  793.         echo twig_call_macro($macros["_self"], "macro__data_wrapper", ["Вес"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'331$this->source); })()), "personParameters", [], "any"falsefalsefalse331), "weight", [], "any"falsefalsefalse331)], 331$context$this->getSourceContext());
  794.         echo "
  795.                             </div>
  796.                         </div>
  797.                         <div class=\"box-col text-center\">
  798.                             <div class=\"box-item\">
  799.                                 <span class=\"d-block\">Одежда</span>
  800.                                 ";
  801.         // line 337
  802.         echo twig_call_macro($macros["_self"], "macro__data_wrapper", ["Размер одежды"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'337$this->source); })()), "personParameters", [], "any"falsefalsefalse337), "clothSize", [], "any"falsefalsefalse337), "Одежда"], 337$context$this->getSourceContext());
  803.         echo "
  804.                             </div>
  805.                         </div>
  806.                         <div class=\"box-col text-center\">
  807.                             <div class=\"box-item\">
  808.                                 <span class=\"d-block\">Обувь</span>
  809.                                 ";
  810.         // line 343
  811.         echo twig_call_macro($macros["_self"], "macro__data_wrapper", ["Размер обуви"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'343$this->source); })()), "personParameters", [], "any"falsefalsefalse343), "shoesSize", [], "any"falsefalsefalse343), "Обувь"], 343$context$this->getSourceContext());
  812.         echo "
  813.                             </div>
  814.                         </div>
  815.                         <div class=\"box-col text-center\">
  816.                             <div class=\"box-item\">
  817.                                 <span class=\"d-block\">Грудь</span>
  818.                                 ";
  819.         // line 349
  820.         echo twig_call_macro($macros["_self"], "macro__data_wrapper", ["Размер груди"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'349$this->source); })()), "personParameters", [], "any"falsefalsefalse349), "breastSize", [], "any"falsefalsefalse349), "Грудь"], 349$context$this->getSourceContext());
  821.         echo "
  822.                             </div>
  823.                         </div>
  824.                         <div class=\"box-col text-center\">
  825.                             <div class=\"box-item\">
  826.                                 <span class=\"d-block\">Тату</span>
  827.                                 ";
  828.         // line 355
  829.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'355$this->source); })()), "personParameters", [], "any"falsefalsefalse355), "tattoo", [], "any"falsefalsefalse355)) {
  830.             // line 356
  831.             echo "                                    <svg class=\"icon mr-1\">
  832.                                         <use xlink:href=\"";
  833.             // line 357
  834.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  835.             echo "#icon-check\"></use>
  836.                                     </svg>
  837.                                 ";
  838.         } else {
  839.             // line 360
  840.             echo "                                    -
  841.                                 ";
  842.         }
  843.         // line 362
  844.         echo "                            </div>
  845.                         </div>
  846.                         <div class=\"box-col text-center\">
  847.                             <div class=\"box-item\">
  848.                                 <span class=\"d-block\">Пирсинг</span>
  849.                                 ";
  850.         // line 367
  851.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'367$this->source); })()), "personParameters", [], "any"falsefalsefalse367), "piercing", [], "any"falsefalsefalse367)) {
  852.             // line 368
  853.             echo "                                    <svg class=\"icon mr-1\">
  854.                                         <use xlink:href=\"";
  855.             // line 369
  856.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  857.             echo "#icon-check\"></use>
  858.                                     </svg>
  859.                                 ";
  860.         } else {
  861.             // line 372
  862.             echo "                                    -
  863.                                 ";
  864.         }
  865.         // line 374
  866.         echo "                            </div>
  867.                         </div>
  868.                     </div>
  869.                     <div class=\"modal-info__items-block d-sm-flex\">
  870.                         <div class=\"description-items\">
  871.                             <p class=\"description-item d-flex align-items-center\"><span>Телосложение:</span>
  872.                                 ";
  873.         // line 380
  874.         if ($this->extensions['App\Twig\PersonParametersExtension']->bodyTypeLabel(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'380$this->source); })()), "personParameters", [], "any"falsefalsefalse380), "bodyType", [], "any"falsefalsefalse380))) {
  875.             // line 381
  876.             echo "                                    ";
  877.             // line 382
  878.             echo "                                    ";
  879.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\PersonParametersExtension']->bodyTypeLabel(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'382$this->source); })()), "personParameters", [], "any"falsefalsefalse382), "bodyType", [], "any"falsefalsefalse382)), [], "body_types"), "html"nulltrue);
  880.             echo "
  881.                                 ";
  882.         } else {
  883.             // line 384
  884.             echo "                                    -
  885.                                 ";
  886.         }
  887.         // line 386
  888.         echo "                            </p>
  889.                             <p class=\"description-item d-flex align-items-center\"><span>Цвет волос:</span>
  890.                                 ";
  891.         // line 388
  892.         if ($this->extensions['App\Twig\PersonParametersExtension']->hairColorLabel(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'388$this->source); })()), "personParameters", [], "any"falsefalsefalse388), "hairColor", [], "any"falsefalsefalse388))) {
  893.             // line 389
  894.             echo "                                    <a target=\"_blank\" href=\"";
  895.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_list.list_by_hair_color", ["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.'389$this->source); })()), "uriIdentity", [], "any"falsefalsefalse389), "hairColor" => $this->extensions['Cocur\Slugify\Bridge\Twig\SlugifyExtension']->slugifyFilter($this->extensions['App\Twig\PersonParametersExtension']->hairColorLabel(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'389$this->source); })()), "personParameters", [], "any"falsefalsefalse389), "hairColor", [], "any"falsefalsefalse389)))]), "html"nulltrue);
  896.             echo "\">";
  897.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\PersonParametersExtension']->hairColorLabel(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'389$this->source); })()), "personParameters", [], "any"falsefalsefalse389), "hairColor", [], "any"falsefalsefalse389)), [], "hair_colors"), "html"nulltrue);
  898.             echo "</a>
  899.                                 ";
  900.         } else {
  901.             // line 391
  902.             echo "                                    -
  903.                                 ";
  904.         }
  905.         // line 393
  906.         echo "                            </p>
  907.                             <p class=\"description-item d-flex align-items-center\"><span>Национальность:</span>
  908.                                 ";
  909.         // line 395
  910.         if ($this->extensions['App\Twig\PersonParametersExtension']->nationalityLabel(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'395$this->source); })()), "personParameters", [], "any"falsefalsefalse395), "nationality", [], "any"falsefalsefalse395))) {
  911.             // line 396
  912.             echo "                                    ";
  913.             // line 397
  914.             echo "                                    ";
  915.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\PersonParametersExtension']->nationalityLabel(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'397$this->source); })()), "personParameters", [], "any"falsefalsefalse397), "nationality", [], "any"falsefalsefalse397)), [], "nationalities"), "html"nulltrue);
  916.             echo "
  917.                                 ";
  918.         } else {
  919.             // line 399
  920.             echo "                                    -
  921.                                 ";
  922.         }
  923.         // line 401
  924.         echo "                            </p>
  925.                             <p class=\"description-item d-flex align-items-center\"><span>Интимная стрижка:</span>
  926.                                 ";
  927.         // line 403
  928.         if ($this->extensions['App\Twig\PersonParametersExtension']->privateHaircutLabel(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'403$this->source); })()), "personParameters", [], "any"falsefalsefalse403), "privateHaircut", [], "any"falsefalsefalse403))) {
  929.             // line 404
  930.             echo "                                    ";
  931.             // line 405
  932.             echo "                                    ";
  933.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\PersonParametersExtension']->privateHaircutLabel(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'405$this->source); })()), "personParameters", [], "any"falsefalsefalse405), "privateHaircut", [], "any"falsefalsefalse405)), [], "private_haircuts"), "html"nulltrue);
  934.             echo "
  935.                                 ";
  936.         } else {
  937.             // line 407
  938.             echo "                                    -
  939.                                 ";
  940.         }
  941.         // line 409
  942.         echo "                            </p>
  943.                         </div>
  944.                         <div class=\"description-items\">";
  945.         // line 412
  946.         $context["threshold"] = twig_get_attribute($this->env$this->sourcetwig_date_modify_filter($this->env"now""-14 days"), "getTimestamp", [], "method"falsefalsefalse412);
  947.         // line 413
  948.         $context["updatedAtTs"] = ((twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'413$this->source); })()), "updatedAt", [], "any"falsefalsefalse413)) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'413$this->source); })()), "updatedAt", [], "any"falsefalsefalse413), "getTimestamp", [], "method"falsefalsefalse413)) : (""));
  949.         // line 414
  950.         if (twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'414$this->source); })()), "createdAt", [], "any"falsefalsefalse414)) {
  951.             // line 415
  952.             echo "<p class=\"description-item d-flex align-items-center\"><span>Дата регистрации:</span> <span
  953.                                     class=\"date\" data-template=\"dd авг. YYYY г. hh:ii\">";
  954.             // line 416
  955.             echo twig_call_macro($macros["_self"], "macro__data_wrapper", ["Дата регистрации", ((((((twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'416$this->source); })()), "createdAt", [], "any"falsefalsefalse416), "d") . " ") . $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'416$this->source); })()), "createdAt", [], "any"falsefalsefalse416), "m"), [], "date")) . " ") . twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'416$this->source); })()), "createdAt", [], "any"falsefalsefalse416), "Y")) . " ") . twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'416$this->source); })()), "createdAt", [], "any"falsefalsefalse416), "H:i"))], 416$context$this->getSourceContext());
  956.             echo "</span></p>";
  957.         }
  958.         // line 419
  959.         if (((isset($context["updatedAtTs"]) || array_key_exists("updatedAtTs"$context) ? $context["updatedAtTs"] : (function () { throw new RuntimeError('Variable "updatedAtTs" does not exist.'419$this->source); })()) && ((isset($context["updatedAtTs"]) || array_key_exists("updatedAtTs"$context) ? $context["updatedAtTs"] : (function () { throw new RuntimeError('Variable "updatedAtTs" does not exist.'419$this->source); })()) >= (isset($context["threshold"]) || array_key_exists("threshold"$context) ? $context["threshold"] : (function () { throw new RuntimeError('Variable "threshold" does not exist.'419$this->source); })())))) {
  960.             // line 420
  961.             echo "<p class=\"description-item d-flex align-items-center\"><span>Дата обновления:</span> <span
  962.                                     class=\"date\">";
  963.             // line 421
  964.             echo twig_call_macro($macros["_self"], "macro__data_wrapper", ["Дата обновления", ((((((twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'421$this->source); })()), "updatedAt", [], "any"falsefalsefalse421), "d") . " ") . $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'421$this->source); })()), "updatedAt", [], "any"falsefalsefalse421), "m"), [], "date")) . " ") . twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'421$this->source); })()), "updatedAt", [], "any"falsefalsefalse421), "Y")) . " ") . twig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'421$this->source); })()), "updatedAt", [], "any"falsefalsefalse421), "H:i"))], 421$context$this->getSourceContext());
  965.             echo "</span></p>";
  966.         }
  967.         // line 424
  968.         if (twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'424$this->source); })()), "approved", [], "any"falsefalsefalse424)) {
  969.             // line 425
  970.             echo "<p class=\"description-item\">
  971.                                     <strong class=\"d-flex align-items-center\">
  972.                                         Фото проверено
  973.                                         <svg class=\"icon ml-2\">
  974.                                             <use xlink:href=\"";
  975.             // line 429
  976.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  977.             echo "#icon-verification\"></use>
  978.                                         </svg>
  979.                                     </strong>
  980.                                 </p>
  981.                             ";
  982.         }
  983.         // line 434
  984.         echo "                        </div>
  985.                     </div>
  986.                     <div class=\"modal-info__items-block p-0\">
  987.                         <div class=\"model-description\">
  988.                             <h2 class=\"border-line\">О себе</h2>
  989.                             <p class=\"m-0\">";
  990.         // line 439
  991.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'439$this->source); })()), "description", [], "any"falsefalsefalse439), "html"nulltrue);
  992.         echo "</p>
  993.                         </div>
  994.                     </div>
  995.                 </div>
  996.                 ";
  997.         // line 443
  998.         if ((twig_call_macro($macros["_self"], "macro__show_tabs", [twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'443$this->source); })()), "photos", [], "any"falsefalsefalse443), twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'443$this->source); })()), "selfies", [], "any"falsefalsefalse443), twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'443$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse443), twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'443$this->source); })()), "deleted", [], "any"falsefalsefalse443)], 443$context$this->getSourceContext()) == "true")) {
  999.             // line 444
  1000.             echo "                    <div class=\"model-aside__images d-block d-md-none\">
  1001.                         <ul class=\"nav nav-pills list-unstyled m-0 p-0 d-flex\" id=\"model-tab2\" role=\"tablist\">
  1002.                             ";
  1003.             // line 446
  1004.             $context["currentPage"] = "";
  1005.             // line 447
  1006.             echo "                            ";
  1007.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "photos", [], "any"truetruefalse447) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'447$this->source); })()), "photos", [], "any"falsefalsefalse447)) > 0))) {
  1008.                 $context["currentPage"] = "photo";
  1009.                 // line 448
  1010.                 echo "                                <li class=\"nav-item flex-fill\">
  1011.                                     <a class=\"active\" id=\"model-photo-tab2\" data-toggle=\"pill\" href=\"#model-photo2\" role=\"tab\" aria-controls=\"model-photo2\" aria-selected=\"false\">
  1012.                                         <div class=\"text-center mb-1\">
  1013.                                             <svg class=\"icon d-inline-block\">
  1014.                                                 <use xlink:href=\"";
  1015.                 // line 452
  1016.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1017.                 echo "#icon-photo-thumb\"></use>
  1018.                                             </svg>
  1019.                                         </div>
  1020.                                         Фото
  1021.                                     </a>
  1022.                                 </li>
  1023.                             ";
  1024.             }
  1025.             // line 459
  1026.             echo "                            ";
  1027.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "selfies", [], "any"truetruefalse459) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'459$this->source); })()), "selfies", [], "any"falsefalsefalse459)) > 0))) {
  1028.                 $context["currentPage"] = ((((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'459$this->source); })()) == "")) ? ("selfie") : ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'459$this->source); })())));
  1029.                 // line 460
  1030.                 echo "                                <li class=\"nav-item flex-fill\">
  1031.                                     <a class=\"";
  1032.                 // line 461
  1033.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'461$this->source); })()) == "selfie")) {
  1034.                     echo "active";
  1035.                 }
  1036.                 echo "\" id=\"model-selfie-tab2\" data-toggle=\"pill\" href=\"#model-selfie2\" role=\"tab\" aria-controls=\"model-selfie2\" aria-selected=\"false\">
  1037.                                         <div class=\"text-center mb-1\">
  1038.                                             <svg class=\"icon d-inline-block\">
  1039.                                                 <use xlink:href=\"";
  1040.                 // line 464
  1041.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1042.                 echo "#icon-selfie-thumb\"></use>
  1043.                                             </svg>
  1044.                                         </div>
  1045.                                         Селфи
  1046.                                     </a>
  1047.                                 </li>
  1048.                             ";
  1049.             }
  1050.             // line 471
  1051.             echo "                            ";
  1052.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "confirmedVideos", [], "any"truetruefalse471) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'471$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse471)) > 0))) {
  1053.                 $context["currentPage"] = ((((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'471$this->source); })()) == "")) ? ("video") : ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'471$this->source); })())));
  1054.                 // line 472
  1055.                 echo "                                <li class=\"nav-item flex-fill\">
  1056.                                     <a class=\"";
  1057.                 // line 473
  1058.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'473$this->source); })()) == "video")) {
  1059.                     echo "active";
  1060.                 }
  1061.                 echo "\" id=\"model-video-tab2\" data-toggle=\"pill\" href=\"#model-video2\" role=\"tab\" aria-controls=\"model-video2\" aria-selected=\"true\">
  1062.                                         <div class=\"text-center mb-1\">
  1063.                                             <svg class=\"icon d-inline-block\">
  1064.                                                 <use xlink:href=\"";
  1065.                 // line 476
  1066.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1067.                 echo "#icon-video-thumb\"></use>
  1068.                                             </svg>
  1069.                                         </div>
  1070.                                         Видео
  1071.                                     </a>
  1072.                                 </li>
  1073.                             ";
  1074.             }
  1075.             // line 483
  1076.             echo "                        </ul>
  1077.                         <div class=\"tab-content pt-2 pb-2\" id=\"model-tabContent2\">
  1078.                             ";
  1079.             // line 485
  1080.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "photos", [], "any"truetruefalse485) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'485$this->source); })()), "photos", [], "any"falsefalsefalse485)) > 0))) {
  1081.                 // line 486
  1082.                 echo "                                <div class=\"tab-pane fade";
  1083.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'486$this->source); })()) == "photo")) {
  1084.                     echo " show active";
  1085.                 }
  1086.                 echo "\" id=\"model-photo2\" role=\"tabpanel\" aria-labelledby=\"model-photo-tab2\">
  1087.                                     <div class=\"model-aside-row d-flex flex-wrap\">
  1088.                                         ";
  1089.                 // line 489
  1090.                 $context['_parent'] = $context;
  1091.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'489$this->source); })()), "photos", [], "any"falsefalsefalse489));
  1092.                 $context['loop'] = [
  1093.                   'parent' => $context['_parent'],
  1094.                   'index0' => 0,
  1095.                   'index'  => 1,
  1096.                   'first'  => true,
  1097.                 ];
  1098.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  1099.                     $length count($context['_seq']);
  1100.                     $context['loop']['revindex0'] = $length 1;
  1101.                     $context['loop']['revindex'] = $length;
  1102.                     $context['loop']['length'] = $length;
  1103.                     $context['loop']['last'] = === $length;
  1104.                 }
  1105.                 foreach ($context['_seq'] as $context["_key"] => $context["photo"]) {
  1106.                     // line 490
  1107.                     echo "                                            <div class=\"model-aside-col\">
  1108.                                                 <a href=\"";
  1109.                     // line 491
  1110.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse491), "profile_media""fullsize""jpg"), "html"nulltrue);
  1111.                     echo "\" data-gallery=\"girl-gallery\" class=\"model-aside-photo photoswipe model-photo2\" data-index=\"";
  1112.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse491), "html"nulltrue);
  1113.                     echo "\">
  1114.                                                     <img class=\"img-fluid\"
  1115.                                                          srcset=\"";
  1116.                     // line 493
  1117.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse493), "profile_media""196x250""jpg"), "html"nulltrue);
  1118.                     echo " 196w,
  1119. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1120.                     // line 494
  1121.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse494), "profile_media""177x250""jpg"), "html"nulltrue);
  1122.                     echo " 177w,
  1123. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1124.                     // line 495
  1125.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse495), "profile_media""228x250""jpg"), "html"nulltrue);
  1126.                     echo " 228w,
  1127. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1128.                     // line 496
  1129.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse496), "profile_media""250x250""jpg"), "html"nulltrue);
  1130.                     echo " 260w\"
  1131.                                                          sizes=\"(max-width: 660px) 196px,
  1132. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 980px) 177px,
  1133. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 1125px) 228px,
  1134. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t260px\"
  1135.                                                         loading=\"lazy\"
  1136.                                                          src=\"";
  1137.                     // line 502
  1138.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse502), "profile_media""250x250""jpg"), "html"nulltrue);
  1139.                     echo "\"
  1140.                                                          alt=\"";
  1141.                     // line 503
  1142.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'503$this->source); })()), "name", [], "any"falsefalsefalse503)), "html"nulltrue);
  1143.                     echo ", фото ";
  1144.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse503), "html"nulltrue);
  1145.                     echo "\">
  1146.                                                 </a>
  1147.                                             </div>
  1148.                                         ";
  1149.                     ++$context['loop']['index0'];
  1150.                     ++$context['loop']['index'];
  1151.                     $context['loop']['first'] = false;
  1152.                     if (isset($context['loop']['length'])) {
  1153.                         --$context['loop']['revindex0'];
  1154.                         --$context['loop']['revindex'];
  1155.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  1156.                     }
  1157.                 }
  1158.                 $_parent $context['_parent'];
  1159.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['photo'], $context['_parent'], $context['loop']);
  1160.                 $context array_intersect_key($context$_parent) + $_parent;
  1161.                 // line 507
  1162.                 echo "                                    </div>
  1163.                                 </div>
  1164.                             ";
  1165.             }
  1166.             // line 510
  1167.             echo "                            ";
  1168.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "selfies", [], "any"truetruefalse510) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'510$this->source); })()), "selfies", [], "any"falsefalsefalse510)) > 0))) {
  1169.                 // line 511
  1170.                 echo "                                <div class=\"tab-pane fade";
  1171.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'511$this->source); })()) == "selfie")) {
  1172.                     echo " show active";
  1173.                 }
  1174.                 echo "\" id=\"model-selfie2\" role=\"tabpanel\" aria-labelledby=\"model-selfie-tab2\">
  1175.                                     <div class=\"model-aside-row d-flex flex-wrap\">
  1176.                                         ";
  1177.                 // line 513
  1178.                 $context['_parent'] = $context;
  1179.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'513$this->source); })()), "selfies", [], "any"falsefalsefalse513));
  1180.                 $context['loop'] = [
  1181.                   'parent' => $context['_parent'],
  1182.                   'index0' => 0,
  1183.                   'index'  => 1,
  1184.                   'first'  => true,
  1185.                 ];
  1186.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  1187.                     $length count($context['_seq']);
  1188.                     $context['loop']['revindex0'] = $length 1;
  1189.                     $context['loop']['revindex'] = $length;
  1190.                     $context['loop']['length'] = $length;
  1191.                     $context['loop']['last'] = === $length;
  1192.                 }
  1193.                 foreach ($context['_seq'] as $context["_key"] => $context["photo"]) {
  1194.                     // line 514
  1195.                     echo "                                            <div class=\"model-aside-col\">
  1196.                                                 <a href=\"";
  1197.                     // line 515
  1198.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse515), "profile_media""fullsize""jpg"), "html"nulltrue);
  1199.                     echo "\" data-gallery=\"girl-selfie\" class=\"photoswipe model-aside-photo model-selfie2\" data-index=\"";
  1200.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse515), "html"nulltrue);
  1201.                     echo "\">
  1202.                                                     <img class=\"img-fluid\"
  1203.                                                          srcset=\"";
  1204.                     // line 517
  1205.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse517), "profile_media""196x250""jpg"), "html"nulltrue);
  1206.                     echo " 196w,
  1207. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1208.                     // line 518
  1209.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse518), "profile_media""177x250""jpg"), "html"nulltrue);
  1210.                     echo " 177w,
  1211. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1212.                     // line 519
  1213.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse519), "profile_media""228x250""jpg"), "html"nulltrue);
  1214.                     echo " 228w,
  1215. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1216.                     // line 520
  1217.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse520), "profile_media""250x250""jpg"), "html"nulltrue);
  1218.                     echo " 260w\"
  1219.                                                          sizes=\"(max-width: 660px) 196px,
  1220. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 980px) 177px,
  1221. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 1125px) 228px,
  1222. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t260px\"
  1223.                                                         loading=\"lazy\"
  1224.                                                          src=\"";
  1225.                     // line 526
  1226.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse526), "profile_media""250x250""jpg"), "html"nulltrue);
  1227.                     echo "\"
  1228.                                                          alt=\"";
  1229.                     // line 527
  1230.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'527$this->source); })()), "name", [], "any"falsefalsefalse527)), "html"nulltrue);
  1231.                     echo ", фото ";
  1232.                     echo twig_escape_filter($this->env, (twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse527) + twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'527$this->source); })()), "photos", [], "any"falsefalsefalse527))), "html"nulltrue);
  1233.                     echo "\">
  1234.                                                 </a>
  1235.                                             </div>
  1236.                                         ";
  1237.                     ++$context['loop']['index0'];
  1238.                     ++$context['loop']['index'];
  1239.                     $context['loop']['first'] = false;
  1240.                     if (isset($context['loop']['length'])) {
  1241.                         --$context['loop']['revindex0'];
  1242.                         --$context['loop']['revindex'];
  1243.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  1244.                     }
  1245.                 }
  1246.                 $_parent $context['_parent'];
  1247.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['photo'], $context['_parent'], $context['loop']);
  1248.                 $context array_intersect_key($context$_parent) + $_parent;
  1249.                 // line 531
  1250.                 echo "                                    </div>
  1251.                                 </div>
  1252.                             ";
  1253.             }
  1254.             // line 534
  1255.             echo "                            ";
  1256.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "confirmedVideos", [], "any"truetruefalse534) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'534$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse534)) > 0))) {
  1257.                 // line 535
  1258.                 echo "                                <div class=\"tab-pane fade";
  1259.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'535$this->source); })()) == "video")) {
  1260.                     echo " show active";
  1261.                 }
  1262.                 echo "\" id=\"model-video2\" role=\"tabpanel\" aria-labelledby=\"model-video-tab2\">
  1263.                                     <div class=\"model-aside-row d-flex flex-wrap\">
  1264.                                         ";
  1265.                 // line 537
  1266.                 $context['_parent'] = $context;
  1267.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'537$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse537));
  1268.                 foreach ($context['_seq'] as $context["_key"] => $context["video"]) {
  1269.                     // line 538
  1270.                     echo "                                            <div class=\"model-aside-col video\">
  1271.                                                 <video class=\"video-js vjs-big-play-centered vjs-default-skin model-video2\" controls preload=\"metadata\" width=\"341\" height=\"227\" data-setup=\"{}\">
  1272.                                                     <source src=\"";
  1273.                     // line 540
  1274.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->source$context["video"], "path", [], "any"falsefalsefalse540), "profile_media"), "html"nulltrue);
  1275.                     echo "\" type='video/mp4'/>
  1276.                                                 </video>
  1277.                                             </div>
  1278.                                         ";
  1279.                 }
  1280.                 $_parent $context['_parent'];
  1281.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['video'], $context['_parent'], $context['loop']);
  1282.                 $context array_intersect_key($context$_parent) + $_parent;
  1283.                 // line 544
  1284.                 echo "                                    </div>
  1285.                                 </div>
  1286.                             ";
  1287.             }
  1288.             // line 547
  1289.             echo "                        </div>
  1290.                     </div>
  1291.                 ";
  1292.         }
  1293.         // line 550
  1294.         echo "            </div>
  1295.             <div class=\"modal-services mb-3 mb-lg-4 p-2 p-sm-3 p-lg-4\">
  1296.                 <div class=\"modal-services__header d-flex flex-wrap align-items-start\">
  1297.                     <h2 class=\"border-line\">Интим услуги</h2>
  1298.                     <div class=\"modal-services__header-info d-flex flex-wrap align-items-center pb-2\">
  1299.                         <div class=\"header-item mr-3\">
  1300.                             <svg class=\"icon mr-1\">
  1301.                                 <use xlink:href=\"";
  1302.         // line 557
  1303.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1304.         echo "#icon-model-included\"></use>
  1305.                             </svg>
  1306.                             - включено в стоимость
  1307.                         </div>
  1308.                         <div class=\"header-item mr-3\">
  1309.                             <svg class=\"icon mr-1\">
  1310.                                 <use xlink:href=\"";
  1311.         // line 563
  1312.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1313.         echo "#icon-model-liking\"></use>
  1314.                             </svg>
  1315.                             - по симпатии
  1316.                         </div>
  1317.                         <div class=\"header-item mr-3\">
  1318.                             <svg class=\"icon mr-1\">
  1319.                                 <use xlink:href=\"";
  1320.         // line 569
  1321.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1322.         echo "#icon-model-charge\"></use>
  1323.                             </svg>
  1324.                             - за дополнительную плату
  1325.                         </div>
  1326.                         <div class=\"header-item provided\">
  1327.                             <svg class=\"icon mr-1\">
  1328.                                 <use xlink:href=\"";
  1329.         // line 575
  1330.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1331.         echo "#icon-model-provided\"></use>
  1332.                             </svg>
  1333.                             - услуга не предоставляется
  1334.                         </div>
  1335.                     </div>
  1336.                 </div>
  1337.                 <div class=\"modal-services__main d-xl-flex\">
  1338.                     <div class=\"modal-services__items left w-100\">
  1339.                         ";
  1340.         // line 583
  1341.         $context["initional_group_2"] = 0;
  1342.         // line 584
  1343.         echo "                        ";
  1344.         $context["group_2_minet"] = [];
  1345.         // line 585
  1346.         echo "                        ";
  1347.         $context["group_2_okon"] = [];
  1348.         // line 586
  1349.         echo "                        ";
  1350.         $context["group_2_okon_trigger"] = ["Окончание на грудь""Окончание на лицо""Окончание в рот"];
  1351.         echo " ";
  1352.         // line 587
  1353.         echo "                        ";
  1354.         $context['_parent'] = $context;
  1355.         $context['_seq'] = twig_ensure_traversable(twig_array_filter($this->env, (isset($context["services"]) || array_key_exists("services"$context) ? $context["services"] : (function () { throw new RuntimeError('Variable "services" does not exist.'587$this->source); })()), function ($__servicesGroup__$__group__) use ($context$macros) { $context["servicesGroup"] = $__servicesGroup__$context["group"] = $__group__; return ( !twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'587$this->source); })()), "masseur", [], "any"falsefalsefalse587) || !twig_in_filter($context["group"], (isset($context["masseurExcludeServiceGroups"]) || array_key_exists("masseurExcludeServiceGroups"$context) ? $context["masseurExcludeServiceGroups"] : (function () { throw new RuntimeError('Variable "masseurExcludeServiceGroups" does not exist.'587$this->source); })()))); }));
  1356.         foreach ($context['_seq'] as $context["group"] => $context["servicesGroup"]) {
  1357.             // line 588
  1358.             echo "                            ";
  1359.             if (($context["group"] == 2)) {
  1360.                 // line 589
  1361.                 echo "                                ";
  1362.                 // line 590
  1363.                 echo "                                ";
  1364.                 $context['_parent'] = $context;
  1365.                 $context['_seq'] = twig_ensure_traversable($context["servicesGroup"]);
  1366.                 foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  1367.                     // line 591
  1368.                     echo "                                    ";
  1369.                     if ((((twig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse591) == twig_get_attribute($this->env$this->source, (isset($context["group_2_okon_trigger"]) || array_key_exists("group_2_okon_trigger"$context) ? $context["group_2_okon_trigger"] : (function () { throw new RuntimeError('Variable "group_2_okon_trigger" does not exist.'591$this->source); })()), 0, [], "array"falsefalsefalse591)) || (twig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse591) == twig_get_attribute($this->env$this->source, (isset($context["group_2_okon_trigger"]) || array_key_exists("group_2_okon_trigger"$context) ? $context["group_2_okon_trigger"] : (function () { throw new RuntimeError('Variable "group_2_okon_trigger" does not exist.'591$this->source); })()), 1, [], "array"falsefalsefalse591))) || (twig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse591) == twig_get_attribute($this->env$this->source, (isset($context["group_2_okon_trigger"]) || array_key_exists("group_2_okon_trigger"$context) ? $context["group_2_okon_trigger"] : (function () { throw new RuntimeError('Variable "group_2_okon_trigger" does not exist.'591$this->source); })()), 2, [], "array"falsefalsefalse591)))) {
  1370.                         // line 592
  1371.                         echo "                                        ";
  1372.                         $context["group_2_okon"] = twig_array_merge((isset($context["group_2_okon"]) || array_key_exists("group_2_okon"$context) ? $context["group_2_okon"] : (function () { throw new RuntimeError('Variable "group_2_okon" does not exist.'592$this->source); })()), [$context["service"]]);
  1373.                         // line 593
  1374.                         echo "                                    ";
  1375.                     } else {
  1376.                         // line 594
  1377.                         echo "                                        ";
  1378.                         $context["group_2_minet"] = twig_array_merge((isset($context["group_2_minet"]) || array_key_exists("group_2_minet"$context) ? $context["group_2_minet"] : (function () { throw new RuntimeError('Variable "group_2_minet" does not exist.'594$this->source); })()), [$context["service"]]);
  1379.                         // line 595
  1380.                         echo "                                    ";
  1381.                     }
  1382.                     // line 596
  1383.                     echo "                                ";
  1384.                 }
  1385.                 $_parent $context['_parent'];
  1386.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  1387.                 $context array_intersect_key($context$_parent) + $_parent;
  1388.                 // line 597
  1389.                 echo "                            ";
  1390.             } elseif ((($context["group"] == 3) && ((isset($context["initional_group_2"]) || array_key_exists("initional_group_2"$context) ? $context["initional_group_2"] : (function () { throw new RuntimeError('Variable "initional_group_2" does not exist.'597$this->source); })()) == 0))) {
  1391.                 // line 598
  1392.                 echo "                                ";
  1393.                 // line 599
  1394.                 echo "                                ";
  1395.                 $context["initional_group_2"] = 1;
  1396.                 // line 600
  1397.                 echo "                                <div class=\"modal-services__item\">
  1398.                                     <p class=\"item-title\">Минет</p>
  1399.                                     ";
  1400.                 // line 602
  1401.                 $context['_parent'] = $context;
  1402.                 $context['_seq'] = twig_ensure_traversable((isset($context["group_2_minet"]) || array_key_exists("group_2_minet"$context) ? $context["group_2_minet"] : (function () { throw new RuntimeError('Variable "group_2_minet" does not exist.'602$this->source); })()));
  1403.                 foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  1404.                     // line 603
  1405.                     echo "                                        ";
  1406.                     $context["providedService"] = twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'603$this->source); })()), "providedService", [$context["service"]], "method"falsefalsefalse603);
  1407.                     // line 604
  1408.                     echo "                                        <p class=\"item";
  1409.                     if ( !(isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'604$this->source); })())) {
  1410.                         echo " provided";
  1411.                     }
  1412.                     echo "\">
  1413.                                             ";
  1414.                     // line 605
  1415.                     if ((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'605$this->source); })())) {
  1416.                         // line 606
  1417.                         echo "                                                ";
  1418.                         if ((twig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'606$this->source); })()), "condition", [], "any"falsefalsefalse606) == 1)) {
  1419.                             // line 607
  1420.                             echo "                                                    <svg class=\"icon mr-1\">
  1421.                                                         <use xlink:href=\"";
  1422.                             // line 608
  1423.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1424.                             echo "#icon-model-included\"></use>
  1425.                                                     </svg>
  1426.                                                 ";
  1427.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 610
  1428. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'610$this->source); })()), "condition", [], "any"falsefalsefalse610) == 2)) {
  1429.                             // line 611
  1430.                             echo "                                                    <svg class=\"icon mr-1\">
  1431.                                                         <use xlink:href=\"";
  1432.                             // line 612
  1433.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1434.                             echo "#icon-model-liking\"></use>
  1435.                                                     </svg>
  1436.                                                 ";
  1437.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 614
  1438. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'614$this->source); })()), "condition", [], "any"falsefalsefalse614) == 3)) {
  1439.                             // line 615
  1440.                             echo "                                                    <svg class=\"icon mr-1\">
  1441.                                                         <use xlink:href=\"";
  1442.                             // line 616
  1443.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1444.                             echo "#icon-model-charge\"></use>
  1445.                                                     </svg>
  1446.                                                 ";
  1447.                         }
  1448.                         // line 619
  1449.                         echo "                                            ";
  1450.                     } else {
  1451.                         // line 620
  1452.                         echo "                                                <svg class=\"icon mr-1\">
  1453.                                                     <use xlink:href=\"";
  1454.                         // line 621
  1455.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1456.                         echo "#icon-model-provided\"></use>
  1457.                                                 </svg>
  1458.                                             ";
  1459.                     }
  1460.                     // line 624
  1461.                     echo "                                            <a href=\"";
  1462.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_list.list_by_provided_service", ["city" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'624$this->source); })()), "city", [], "any"falsefalsefalse624), "uriIdentity", [], "any"falsefalsefalse624), "service" => twig_get_attribute($this->env$this->source$context["service"], "uriIdentity", [], "any"falsefalsefalse624)]), "html"nulltrue);
  1463.                     echo "\" data-s=\"";
  1464.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse624), "html"nulltrue);
  1465.                     echo "\">
  1466.                                                 ";
  1467.                     // line 625
  1468.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse625)), "html"nulltrue);
  1469.                     echo "
  1470.                                             </a>
  1471.                                             ";
  1472.                     // line 627
  1473.                     if ((((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'627$this->source); })()) && (twig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'627$this->source); })()), "condition", [], "any"falsefalsefalse627) == 3)) && twig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'627$this->source); })()), "extraCharge", [], "any"falsefalsefalse627))) {
  1474.                         echo "<span>(+";
  1475.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'627$this->source); })()), "extraCharge", [], "any"falsefalsefalse627), "html"nulltrue);
  1476.                         echo " Р)</span>";
  1477.                     }
  1478.                     // line 628
  1479.                     echo "                                        </p>
  1480.                                     ";
  1481.                 }
  1482.                 $_parent $context['_parent'];
  1483.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  1484.                 $context array_intersect_key($context$_parent) + $_parent;
  1485.                 // line 630
  1486.                 echo "                                </div>
  1487.                                 <div class=\"modal-services__item\">
  1488.                                     <p class=\"item-title\">Окончание</p>
  1489.                                     ";
  1490.                 // line 633
  1491.                 $context['_parent'] = $context;
  1492.                 $context['_seq'] = twig_ensure_traversable((isset($context["group_2_okon"]) || array_key_exists("group_2_okon"$context) ? $context["group_2_okon"] : (function () { throw new RuntimeError('Variable "group_2_okon" does not exist.'633$this->source); })()));
  1493.                 foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  1494.                     // line 634
  1495.                     echo "                                        ";
  1496.                     $context["providedService"] = twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'634$this->source); })()), "providedService", [$context["service"]], "method"falsefalsefalse634);
  1497.                     // line 635
  1498.                     echo "                                        <p class=\"item";
  1499.                     if ( !(isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'635$this->source); })())) {
  1500.                         echo " provided";
  1501.                     }
  1502.                     echo "\">
  1503.                                             ";
  1504.                     // line 636
  1505.                     if ((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'636$this->source); })())) {
  1506.                         // line 637
  1507.                         echo "                                                ";
  1508.                         if ((twig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'637$this->source); })()), "condition", [], "any"falsefalsefalse637) == 1)) {
  1509.                             // line 638
  1510.                             echo "                                                    <svg class=\"icon mr-1\">
  1511.                                                         <use xlink:href=\"";
  1512.                             // line 639
  1513.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1514.                             echo "#icon-model-included\"></use>
  1515.                                                     </svg>
  1516.                                                 ";
  1517.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 641
  1518. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'641$this->source); })()), "condition", [], "any"falsefalsefalse641) == 2)) {
  1519.                             // line 642
  1520.                             echo "                                                    <svg class=\"icon mr-1\">
  1521.                                                         <use xlink:href=\"";
  1522.                             // line 643
  1523.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1524.                             echo "#icon-model-liking\"></use>
  1525.                                                     </svg>
  1526.                                                 ";
  1527.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 645
  1528. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'645$this->source); })()), "condition", [], "any"falsefalsefalse645) == 3)) {
  1529.                             // line 646
  1530.                             echo "                                                    <svg class=\"icon mr-1\">
  1531.                                                         <use xlink:href=\"";
  1532.                             // line 647
  1533.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1534.                             echo "#icon-model-charge\"></use>
  1535.                                                     </svg>
  1536.                                                 ";
  1537.                         }
  1538.                         // line 650
  1539.                         echo "                                            ";
  1540.                     } else {
  1541.                         // line 651
  1542.                         echo "                                                <svg class=\"icon mr-1\">
  1543.                                                     <use xlink:href=\"";
  1544.                         // line 652
  1545.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1546.                         echo "#icon-model-provided\"></use>
  1547.                                                 </svg>
  1548.                                             ";
  1549.                     }
  1550.                     // line 655
  1551.                     echo "                                            <a href=\"";
  1552.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_list.list_by_provided_service", ["city" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'655$this->source); })()), "city", [], "any"falsefalsefalse655), "uriIdentity", [], "any"falsefalsefalse655), "service" => twig_get_attribute($this->env$this->source$context["service"], "uriIdentity", [], "any"falsefalsefalse655)]), "html"nulltrue);
  1553.                     echo "\" data-s=\"";
  1554.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse655), "html"nulltrue);
  1555.                     echo "\">
  1556.                                                 ";
  1557.                     // line 656
  1558.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse656)), "html"nulltrue);
  1559.                     echo "
  1560.                                             </a>
  1561.                                             ";
  1562.                     // line 658
  1563.                     if ((((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'658$this->source); })()) && (twig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'658$this->source); })()), "condition", [], "any"falsefalsefalse658) == 3)) && twig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'658$this->source); })()), "extraCharge", [], "any"falsefalsefalse658))) {
  1564.                         echo "<span>(+";
  1565.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'658$this->source); })()), "extraCharge", [], "any"falsefalsefalse658), "html"nulltrue);
  1566.                         echo " Р)</span>";
  1567.                     }
  1568.                     // line 659
  1569.                     echo "                                        </p>
  1570.                                     ";
  1571.                 }
  1572.                 $_parent $context['_parent'];
  1573.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  1574.                 $context array_intersect_key($context$_parent) + $_parent;
  1575.                 // line 661
  1576.                 echo "                                </div>
  1577.                                 <div class=\"modal-services__item\">
  1578.                                     <p class=\"item-title\" data-group=\"";
  1579.                 // line 663
  1580.                 echo twig_escape_filter($this->env$context["group"], "html"nulltrue);
  1581.                 echo "\">";
  1582.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\ServicesExtension']->serviceGroupLabel($context["group"]), [], "service_groups"), "html"nulltrue);
  1583.                 echo "</p>
  1584.                                     ";
  1585.                 // line 664
  1586.                 $context['_parent'] = $context;
  1587.                 $context['_seq'] = twig_ensure_traversable($context["servicesGroup"]);
  1588.                 foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  1589.                     // line 665
  1590.                     echo "                                        ";
  1591.                     $context["providedService"] = twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'665$this->source); })()), "providedService", [$context["service"]], "method"falsefalsefalse665);
  1592.                     // line 666
  1593.                     echo "                                        <p class=\"item";
  1594.                     if ( !(isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'666$this->source); })())) {
  1595.                         echo " provided";
  1596.                     }
  1597.                     echo "\">
  1598.                                             ";
  1599.                     // line 667
  1600.                     if ((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'667$this->source); })())) {
  1601.                         // line 668
  1602.                         echo "                                                ";
  1603.                         if ((twig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'668$this->source); })()), "condition", [], "any"falsefalsefalse668) == 1)) {
  1604.                             // line 669
  1605.                             echo "                                                    <svg class=\"icon mr-1\">
  1606.                                                         <use xlink:href=\"";
  1607.                             // line 670
  1608.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1609.                             echo "#icon-model-included\"></use>
  1610.                                                     </svg>
  1611.                                                 ";
  1612.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 672
  1613. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'672$this->source); })()), "condition", [], "any"falsefalsefalse672) == 2)) {
  1614.                             // line 673
  1615.                             echo "                                                    <svg class=\"icon mr-1\">
  1616.                                                         <use xlink:href=\"";
  1617.                             // line 674
  1618.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1619.                             echo "#icon-model-liking\"></use>
  1620.                                                     </svg>
  1621.                                                 ";
  1622.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 676
  1623. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'676$this->source); })()), "condition", [], "any"falsefalsefalse676) == 3)) {
  1624.                             // line 677
  1625.                             echo "                                                    <svg class=\"icon mr-1\">
  1626.                                                         <use xlink:href=\"";
  1627.                             // line 678
  1628.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1629.                             echo "#icon-model-charge\"></use>
  1630.                                                     </svg>
  1631.                                                 ";
  1632.                         }
  1633.                         // line 681
  1634.                         echo "                                            ";
  1635.                     } else {
  1636.                         // line 682
  1637.                         echo "                                                <svg class=\"icon mr-1\">
  1638.                                                     <use xlink:href=\"";
  1639.                         // line 683
  1640.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1641.                         echo "#icon-model-provided\"></use>
  1642.                                                 </svg>
  1643.                                             ";
  1644.                     }
  1645.                     // line 686
  1646.                     echo "                                            <a href=\"";
  1647.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_list.list_by_provided_service", ["city" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'686$this->source); })()), "city", [], "any"falsefalsefalse686), "uriIdentity", [], "any"falsefalsefalse686), "service" => twig_get_attribute($this->env$this->source$context["service"], "uriIdentity", [], "any"falsefalsefalse686)]), "html"nulltrue);
  1648.                     echo "\" data-s=\"";
  1649.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse686), "html"nulltrue);
  1650.                     echo "\">
  1651.                                                 ";
  1652.                     // line 687
  1653.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse687)), "html"nulltrue);
  1654.                     echo "
  1655.                                             </a>
  1656.                                             ";
  1657.                     // line 689
  1658.                     if ((((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'689$this->source); })()) && (twig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'689$this->source); })()), "condition", [], "any"falsefalsefalse689) == 3)) && twig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'689$this->source); })()), "extraCharge", [], "any"falsefalsefalse689))) {
  1659.                         echo "<span>(+";
  1660.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'689$this->source); })()), "extraCharge", [], "any"falsefalsefalse689), "html"nulltrue);
  1661.                         echo " Р)</span>";
  1662.                     }
  1663.                     // line 690
  1664.                     echo "                                        </p>
  1665.                                     ";
  1666.                 }
  1667.                 $_parent $context['_parent'];
  1668.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  1669.                 $context array_intersect_key($context$_parent) + $_parent;
  1670.                 // line 692
  1671.                 echo "                                </div>
  1672.                             ";
  1673.             } else {
  1674.                 // line 694
  1675.                 echo "                                ";
  1676.                 if (((($context["group"] == 1) || ($context["group"] == 5)) || ($context["group"] == 7))) {
  1677.                     // line 695
  1678.                     echo "                                    ";
  1679.                     // line 696
  1680.                     echo "                                ";
  1681.                 }
  1682.                 // line 697
  1683.                 echo "                                <div class=\"modal-services__item\">
  1684.                                     <p class=\"item-title\">";
  1685.                 // line 698
  1686.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\ServicesExtension']->serviceGroupLabel($context["group"]), [], "service_groups"), "html"nulltrue);
  1687.                 echo "</p>
  1688.                                     ";
  1689.                 // line 699
  1690.                 $context['_parent'] = $context;
  1691.                 $context['_seq'] = twig_ensure_traversable($context["servicesGroup"]);
  1692.                 foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  1693.                     // line 700
  1694.                     echo "                                        ";
  1695.                     $context["providedService"] = twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'700$this->source); })()), "providedService", [$context["service"]], "method"falsefalsefalse700);
  1696.                     // line 701
  1697.                     echo "                                        <p class=\"item";
  1698.                     if ( !(isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'701$this->source); })())) {
  1699.                         echo " provided";
  1700.                     }
  1701.                     echo "\">
  1702.                                             ";
  1703.                     // line 702
  1704.                     if ((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'702$this->source); })())) {
  1705.                         // line 703
  1706.                         echo "                                                ";
  1707.                         if ((twig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'703$this->source); })()), "condition", [], "any"falsefalsefalse703) == 1)) {
  1708.                             // line 704
  1709.                             echo "                                                    <svg class=\"icon mr-1\">
  1710.                                                         <use xlink:href=\"";
  1711.                             // line 705
  1712.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1713.                             echo "#icon-model-included\"></use>
  1714.                                                     </svg>
  1715.                                                 ";
  1716.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 707
  1717. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'707$this->source); })()), "condition", [], "any"falsefalsefalse707) == 2)) {
  1718.                             // line 708
  1719.                             echo "                                                    <svg class=\"icon mr-1\">
  1720.                                                         <use xlink:href=\"";
  1721.                             // line 709
  1722.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1723.                             echo "#icon-model-liking\"></use>
  1724.                                                     </svg>
  1725.                                                 ";
  1726.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 711
  1727. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'711$this->source); })()), "condition", [], "any"falsefalsefalse711) == 3)) {
  1728.                             // line 712
  1729.                             echo "                                                    <svg class=\"icon mr-1\">
  1730.                                                         <use xlink:href=\"";
  1731.                             // line 713
  1732.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1733.                             echo "#icon-model-charge\"></use>
  1734.                                                     </svg>
  1735.                                                 ";
  1736.                         }
  1737.                         // line 716
  1738.                         echo "                                            ";
  1739.                     } else {
  1740.                         // line 717
  1741.                         echo "                                                <svg class=\"icon mr-1\">
  1742.                                                     <use xlink:href=\"";
  1743.                         // line 718
  1744.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1745.                         echo "#icon-model-provided\"></use>
  1746.                                                 </svg>
  1747.                                             ";
  1748.                     }
  1749.                     // line 721
  1750.                     echo "                                            <a href=\"";
  1751.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile_list.list_by_provided_service", ["city" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'721$this->source); })()), "city", [], "any"falsefalsefalse721), "uriIdentity", [], "any"falsefalsefalse721), "service" => twig_get_attribute($this->env$this->source$context["service"], "uriIdentity", [], "any"falsefalsefalse721)]), "html"nulltrue);
  1752.                     echo "\">
  1753.                                                 ";
  1754.                     // line 722
  1755.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse722)), "html"nulltrue);
  1756.                     echo "
  1757.                                             </a>
  1758.                                             ";
  1759.                     // line 724
  1760.                     if ((((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'724$this->source); })()) && (twig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'724$this->source); })()), "condition", [], "any"falsefalsefalse724) == 3)) && twig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'724$this->source); })()), "extraCharge", [], "any"falsefalsefalse724))) {
  1761.                         echo "<span>(+";
  1762.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'724$this->source); })()), "extraCharge", [], "any"falsefalsefalse724), "html"nulltrue);
  1763.                         echo " Р)</span>";
  1764.                     }
  1765.                     // line 725
  1766.                     echo "                                        </p>
  1767.                                     ";
  1768.                 }
  1769.                 $_parent $context['_parent'];
  1770.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  1771.                 $context array_intersect_key($context$_parent) + $_parent;
  1772.                 // line 727
  1773.                 echo "                                </div>
  1774.                                 ";
  1775.                 // line 728
  1776.                 if (((($context["group"] == 4) || ($context["group"] == 6)) || ($context["group"] == 7))) {
  1777.                     // line 729
  1778.                     echo "                                    ";
  1779.                     // line 730
  1780.                     echo "                                ";
  1781.                 }
  1782.                 // line 731
  1783.                 echo "                            ";
  1784.             }
  1785.             // line 732
  1786.             echo "                        ";
  1787.         }
  1788.         $_parent $context['_parent'];
  1789.         unset($context['_seq'], $context['_iterated'], $context['group'], $context['servicesGroup'], $context['_parent'], $context['loop']);
  1790.         $context array_intersect_key($context$_parent) + $_parent;
  1791.         // line 733
  1792.         echo "
  1793.                     </div>
  1794.                     <div class=\"modal-services__items ml-auto\">
  1795.                         <div class=\"modal-services__box d-flex d-xl-block\">
  1796.                             <div class=\"modal-services__item w-100\">
  1797.                                 <h3 class=\"border-line\">Услуги для</h3>
  1798.                                 ";
  1799.         // line 740
  1800.         $context["client_types_text"] = ["1""2""3""4""5"];
  1801.         // line 741
  1802.         echo "                                ";
  1803.         $context["includeService"] = false;
  1804.         // line 742
  1805.         echo "                                ";
  1806.         $context['_parent'] = $context;
  1807.         $context['_seq'] = twig_ensure_traversable((isset($context["client_types_text"]) || array_key_exists("client_types_text"$context) ? $context["client_types_text"] : (function () { throw new RuntimeError('Variable "client_types_text" does not exist.'742$this->source); })()));
  1808.         foreach ($context['_seq'] as $context["_key"] => $context["clientTypeText"]) {
  1809.             // line 743
  1810.             echo "                                    ";
  1811.             $context['_parent'] = $context;
  1812.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'743$this->source); })()), "clientTypes", [], "any"falsefalsefalse743));
  1813.             foreach ($context['_seq'] as $context["_key"] => $context["clientType"]) {
  1814.                 // line 744
  1815.                 echo "                                        ";
  1816.                 if (($context["clientTypeText"] == $context["clientType"])) {
  1817.                     // line 745
  1818.                     echo "                                            ";
  1819.                     $context["includeService"] = true;
  1820.                     // line 746
  1821.                     echo "                                        ";
  1822.                 }
  1823.                 // line 747
  1824.                 echo "                                    ";
  1825.             }
  1826.             $_parent $context['_parent'];
  1827.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['clientType'], $context['_parent'], $context['loop']);
  1828.             $context array_intersect_key($context$_parent) + $_parent;
  1829.             // line 748
  1830.             echo "                                    ";
  1831.             if (($this->extensions['App\Twig\ClientTypeExtension']->clientType($context["clientTypeText"]) != "TRANS")) {
  1832.                 // line 749
  1833.                 echo "                                        <p class=\"item\">
  1834.                                             ";
  1835.                 // line 750
  1836.                 if (((isset($context["includeService"]) || array_key_exists("includeService"$context) ? $context["includeService"] : (function () { throw new RuntimeError('Variable "includeService" does not exist.'750$this->source); })()) == true)) {
  1837.                     // line 751
  1838.                     echo "                                                <svg class=\"icon mr-1\">
  1839.                                                     <use xlink:href=\"";
  1840.                     // line 752
  1841.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1842.                     echo "#icon-model-included\"></use>
  1843.                                                 </svg>
  1844.                                             ";
  1845.                 } else {
  1846.                     // line 755
  1847.                     echo "                                                <svg class=\"icon mr-1\">
  1848.                                                     <use xlink:href=\"";
  1849.                     // line 756
  1850.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1851.                     echo "#icon-model-provided\"></use>
  1852.                                                 </svg>
  1853.                                             ";
  1854.                 }
  1855.                 // line 759
  1856.                 echo "
  1857.                                             ";
  1858.                 // line 760
  1859.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\ClientTypeExtension']->clientType($context["clientTypeText"]), [], "client_types_f"), "html"nulltrue);
  1860.                 echo "
  1861.                                         </p>
  1862.                                     ";
  1863.             }
  1864.             // line 763
  1865.             echo "                                    ";
  1866.             $context["includeService"] = false;
  1867.             // line 764
  1868.             echo "                                ";
  1869.         }
  1870.         $_parent $context['_parent'];
  1871.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['clientTypeText'], $context['_parent'], $context['loop']);
  1872.         $context array_intersect_key($context$_parent) + $_parent;
  1873.         // line 765
  1874.         echo "                            </div>
  1875.                             <div class=\"modal-services__item mb-0 w-100\">
  1876.                                 <h3 class=\"border-line\">Выезд</h3>
  1877.                                 ";
  1878.         // line 768
  1879.         $context["locations_text"] = ["1""2""3""4""5""6"];
  1880.         // line 769
  1881.         echo "                                ";
  1882.         $context["includeService"] = false;
  1883.         // line 770
  1884.         echo "                                ";
  1885.         $context['_parent'] = $context;
  1886.         $context['_seq'] = twig_ensure_traversable((isset($context["locations_text"]) || array_key_exists("locations_text"$context) ? $context["locations_text"] : (function () { throw new RuntimeError('Variable "locations_text" does not exist.'770$this->source); })()));
  1887.         foreach ($context['_seq'] as $context["_key"] => $context["locationsText"]) {
  1888.             // line 771
  1889.             echo "                                    ";
  1890.             $context['_parent'] = $context;
  1891.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'771$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse771), "locations", [], "any"falsefalsefalse771));
  1892.             foreach ($context['_seq'] as $context["_key"] => $context["locations"]) {
  1893.                 // line 772
  1894.                 echo "                                        ";
  1895.                 if (($context["locationsText"] == $context["locations"])) {
  1896.                     // line 773
  1897.                     echo "                                            ";
  1898.                     $context["includeService"] = true;
  1899.                     // line 774
  1900.                     echo "                                        ";
  1901.                 }
  1902.                 // line 775
  1903.                 echo "                                    ";
  1904.             }
  1905.             $_parent $context['_parent'];
  1906.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['locations'], $context['_parent'], $context['loop']);
  1907.             $context array_intersect_key($context$_parent) + $_parent;
  1908.             // line 776
  1909.             echo "                                    <p class=\"item\">
  1910.                                         ";
  1911.             // line 777
  1912.             if (((isset($context["includeService"]) || array_key_exists("includeService"$context) ? $context["includeService"] : (function () { throw new RuntimeError('Variable "includeService" does not exist.'777$this->source); })()) == true)) {
  1913.                 // line 778
  1914.                 echo "                                            <svg class=\"icon mr-1\">
  1915.                                                 <use xlink:href=\"";
  1916.                 // line 779
  1917.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1918.                 echo "#icon-model-included\"></use>
  1919.                                             </svg>
  1920.                                         ";
  1921.             } else {
  1922.                 // line 782
  1923.                 echo "                                            <svg class=\"icon mr-1\">
  1924.                                                 <use xlink:href=\"";
  1925.                 // line 783
  1926.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1927.                 echo "#icon-model-provided\"></use>
  1928.                                             </svg>
  1929.                                         ";
  1930.             }
  1931.             // line 786
  1932.             echo "                                        ";
  1933.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\TakeOutLocationsExtension']->locationLabel($context["locationsText"]), [], "take_out_location"), "html"nulltrue);
  1934.             echo "
  1935.                                     </p>
  1936.                                     ";
  1937.             // line 788
  1938.             $context["includeService"] = false;
  1939.             // line 789
  1940.             echo "                                ";
  1941.         }
  1942.         $_parent $context['_parent'];
  1943.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['locationsText'], $context['_parent'], $context['loop']);
  1944.         $context array_intersect_key($context$_parent) + $_parent;
  1945.         // line 790
  1946.         echo "                            </div>
  1947.                         </div>
  1948.                     </div>
  1949.                 </div>
  1950.                 ";
  1951.         // line 877
  1952.         echo "            </div>
  1953.             <div class=\"modal-map mb-3 mb-lg-4 p-2 p-sm-3 p-lg-4\">
  1954.                 <h2 class=\"border-line\">
  1955.                     Расположение
  1956.                 </h2>
  1957.                 <div class=\"map-block\" id=\"map\" style=\"width: 100%; height: 400px;\"
  1958.                      data-lat=\"";
  1959.         // line 883
  1960.         echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "mapCoordinate", [], "any"falsetruefalse883), "latitude", [], "any"truetruefalse883)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "mapCoordinate", [], "any"falsetruefalse883), "latitude", [], "any"falsefalsefalse883), twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'883$this->source); })()), "city", [], "any"falsefalsefalse883), "mapCoordinate", [], "any"falsefalsefalse883), "latitude", [], "any"falsefalsefalse883))) : (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'883$this->source); })()), "city", [], "any"falsefalsefalse883), "mapCoordinate", [], "any"falsefalsefalse883), "latitude", [], "any"falsefalsefalse883))), "html"nulltrue);
  1961.         echo "\"
  1962.                      data-lon=\"";
  1963.         // line 884
  1964.         echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "mapCoordinate", [], "any"falsetruefalse884), "longitude", [], "any"truetruefalse884)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "mapCoordinate", [], "any"falsetruefalse884), "longitude", [], "any"falsefalsefalse884), twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'884$this->source); })()), "city", [], "any"falsefalsefalse884), "mapCoordinate", [], "any"falsefalsefalse884), "longitude", [], "any"falsefalsefalse884))) : (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'884$this->source); })()), "city", [], "any"falsefalsefalse884), "mapCoordinate", [], "any"falsefalsefalse884), "longitude", [], "any"falsefalsefalse884))), "html"nulltrue);
  1965.         echo "\"
  1966.                      data-map-label=\"";
  1967.         // line 885
  1968.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/icons/map-balloon.svg""basicConfig"), "html"nulltrue);
  1969.         echo "\">
  1970.                 </div>
  1971.             </div>
  1972.             ";
  1973.         // line 888
  1974.         if (($this->extensions['Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension']->isActive("profile_comments") &&  !twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'888$this->source); })()), "deleted", [], "any"falsefalsefalse888))) {
  1975.             // line 889
  1976.             echo "                ";
  1977.             $context["commentsCount"] = twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'889$this->source); })()), "comments", [], "any"falsefalsefalse889));
  1978.             // line 890
  1979.             echo "                <div class=\"modal-comments mb-3 mb-lg-4 p-2 p-sm-3 p-lg-4\"
  1980.                      id=\"review-form\"
  1981.                      data-user=\"";
  1982.             // line 892
  1983.             echo (($this->extensions['App\Twig\UserExtension']->isUserCustomer(twig_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.'892$this->source); })()), "user", [], "any"falsefalsefalse892))) ? ("true") : ("false"));
  1984.             echo "\"
  1985.                      data-url=\"";
  1986.             // line 893
  1987.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile.comment.create", ["profile" => twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'893$this->source); })()), "id", [], "any"falsefalsefalse893)]), "html"nulltrue);
  1988.             echo "\"
  1989.                      data-reg-url=\"";
  1990.             // line 894
  1991.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_security_register");
  1992.             echo "\"
  1993.                      ";
  1994.             // line 895
  1995.             if (array_key_exists("comment_form"$context)) {
  1996.                 echo "data-entity-id=\"";
  1997.                 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["comment_form"]) || array_key_exists("comment_form"$context) ? $context["comment_form"] : (function () { throw new RuntimeError('Variable "comment_form" does not exist.'895$this->source); })()), "entity_id", [], "any"falsefalsefalse895), "vars", [], "any"falsefalsefalse895), "id", [], "any"falsefalsefalse895), "html"nulltrue);
  1998.                 echo "\"
  1999.                      data-mark=\"";
  2000.                 // line 896
  2001.                 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["comment_form"]) || array_key_exists("comment_form"$context) ? $context["comment_form"] : (function () { throw new RuntimeError('Variable "comment_form" does not exist.'896$this->source); })()), "mark", [], "any"falsefalsefalse896), "vars", [], "any"falsefalsefalse896), "full_name", [], "any"falsefalsefalse896), "html"nulltrue);
  2002.                 echo "\"
  2003.                      data-text=\"";
  2004.                 // line 897
  2005.                 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["comment_form"]) || array_key_exists("comment_form"$context) ? $context["comment_form"] : (function () { throw new RuntimeError('Variable "comment_form" does not exist.'897$this->source); })()), "text", [], "any"falsefalsefalse897), "vars", [], "any"falsefalsefalse897), "id", [], "any"falsefalsefalse897), "html"nulltrue);
  2006.                 echo "\"";
  2007.             }
  2008.             // line 898
  2009.             echo "                >
  2010.                     <div class=\"d-flex align-items-start\">
  2011.                         <h2 class=\"border-line mobile-short\">
  2012.                             Отзывы
  2013.                         </h2>
  2014.                         <div class=\"modal-comments__rating d-flex align-items-center ml-auto\">
  2015.                             <div class=\"rating-text d-flex align-items-center\" itemprop=\"itemReviewed\" itemscope itemtype=\"https://schema.org/Organization\">
  2016.                                 <meta itemprop=\"address\" content=\"";
  2017.             // line 905
  2018.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'905$this->source); })()), "city", [], "any"falsefalsefalse905), "name", [], "any"falsefalsefalse905), "html"nulltrue);
  2019.             echo "\" />
  2020.                                 ";
  2021.             // line 906
  2022.             if ( !twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'906$this->source); })()), "deleted", [], "any"falsefalsefalse906)) {
  2023.                 echo "<meta itemprop=\"telephone\" content=\"";
  2024.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'906$this->source); })()), "phoneNumber", [], "any"falsefalsefalse906), "html"nulltrue);
  2025.                 echo "\" />";
  2026.             }
  2027.             // line 907
  2028.             echo "                                <meta itemprop=\"name\" content=\"Рейтинг анкеты ";
  2029.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'907$this->source); })()), "name", [], "any"falsefalsefalse907), "html"nulltrue);
  2030.             echo "\">
  2031.                                 <span class=\"rating-text-value";
  2032.             // line 908
  2033.             echo ((((isset($context["commentsCount"]) || array_key_exists("commentsCount"$context) ? $context["commentsCount"] : (function () { throw new RuntimeError('Variable "commentsCount" does not exist.'908$this->source); })()) == 0)) ? (" zero") : (""));
  2034.             echo "\">
  2035.                                     ";
  2036.             // line 909
  2037.             echo twig_escape_filter($this->env, (isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'909$this->source); })()), "html"nulltrue);
  2038.             echo "
  2039.                                 </span>
  2040.                                 <span class=\"rating-text-count\">
  2041.                                     по ";
  2042.             // line 912
  2043.             echo twig_escape_filter($this->env, (isset($context["commentsCount"]) || array_key_exists("commentsCount"$context) ? $context["commentsCount"] : (function () { throw new RuntimeError('Variable "commentsCount" does not exist.'912$this->source); })()), "html"nulltrue);
  2044.             echo " ";
  2045.             if (((isset($context["commentsCount"]) || array_key_exists("commentsCount"$context) ? $context["commentsCount"] : (function () { throw new RuntimeError('Variable "commentsCount" does not exist.'912$this->source); })()) == 1)) {
  2046.                 echo "отзыву";
  2047.             } else {
  2048.                 echo "отзывам";
  2049.             }
  2050.             // line 913
  2051.             echo "                                </span>
  2052.                             </div>
  2053.                             ";
  2054.             // line 915
  2055.             $this->loadTemplate("components/_rating-star.twig""ProfilePreview/page.html.twig"915)->display(twig_array_merge($context, ["rate" => (isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'915$this->source); })()), "set" => "0"]));
  2056.             // line 916
  2057.             echo "                        </div>
  2058.                     </div>
  2059.                     <div class=\"comments-main row\">
  2060.                         <div class=\"col-12 col-xl-7 pl-1 pr-1 pl-sm-3 pr-sm-3 d-flex justify-content-center\">
  2061.                             ";
  2062.             // line 921
  2063.             if (((isset($context["commentsCount"]) || array_key_exists("commentsCount"$context) ? $context["commentsCount"] : (function () { throw new RuntimeError('Variable "commentsCount" does not exist.'921$this->source); })()) == 0)) {
  2064.                 // line 922
  2065.                 echo "                                <div class=\"not-comments text-center\" id=\"review-block-list\">
  2066.                                     <div id=\"text-to-remove\">
  2067.                                         <svg width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2068.                                             <path d=\"M14 78.7096H23V97L45.9545 78.7096H68C72.9635 78.7096 77 74.6894 77 69.7459V33.8911C77 28.9476 72.9635 24.9274 68 24.9274H14C9.0365 24.9274 5 28.9476 5 33.8911V69.7459C5 74.6894 9.0365 78.7096 14 78.7096Z\" fill=\"#E5E5E5\"/>
  2069.                                             <path d=\"M86 7H32C27.0365 7 23 11.0202 23 15.9637H77C81.9635 15.9637 86 19.9839 86 24.9274V60.7822C90.9635 60.7822 95 56.762 95 51.8185V15.9637C95 11.0202 90.9635 7 86 7Z\" fill=\"#E5E5E5\"/>
  2070.                                         </svg>
  2071.                                         <p>К этой анкете ещё нет ни одного отзыва. Вы можете быть первым.</p>
  2072.                                     </div>
  2073.                                     <ul class=\"comment__elements\" style=\"display: none\">";
  2074.                 // line 930
  2075.                 $this->loadTemplate("ProfilePreview/comment-empty.html.twig""ProfilePreview/page.html.twig"930)->display($context);
  2076.                 echo "</ul>
  2077.                                 </div>
  2078.                             ";
  2079.             } else {
  2080.                 // line 933
  2081.                 echo "                                <div class=\"comments overflow-hidden w-100\" id=\"review-block-list\">
  2082.                                     <ul class=\"comment__elements\">
  2083.                                         ";
  2084.                 // line 935
  2085.                 $context['_parent'] = $context;
  2086.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'935$this->source); })()), "comments", [], "any"falsefalsefalse935));
  2087.                 $context['loop'] = [
  2088.                   'parent' => $context['_parent'],
  2089.                   'index0' => 0,
  2090.                   'index'  => 1,
  2091.                   'first'  => true,
  2092.                 ];
  2093.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2094.                     $length count($context['_seq']);
  2095.                     $context['loop']['revindex0'] = $length 1;
  2096.                     $context['loop']['revindex'] = $length;
  2097.                     $context['loop']['length'] = $length;
  2098.                     $context['loop']['last'] = === $length;
  2099.                 }
  2100.                 foreach ($context['_seq'] as $context["_key"] => $context["comment"]) {
  2101.                     // line 936
  2102.                     echo "                                            ";
  2103.                     $this->loadTemplate("ProfilePreview/comment.html.twig""ProfilePreview/page.html.twig"936)->display($context);
  2104.                     // line 937
  2105.                     echo "                                        ";
  2106.                     ++$context['loop']['index0'];
  2107.                     ++$context['loop']['index'];
  2108.                     $context['loop']['first'] = false;
  2109.                     if (isset($context['loop']['length'])) {
  2110.                         --$context['loop']['revindex0'];
  2111.                         --$context['loop']['revindex'];
  2112.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  2113.                     }
  2114.                 }
  2115.                 $_parent $context['_parent'];
  2116.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['comment'], $context['_parent'], $context['loop']);
  2117.                 $context array_intersect_key($context$_parent) + $_parent;
  2118.                 // line 938
  2119.                 echo "                                    </ul>
  2120.                                 </div>
  2121.                             ";
  2122.             }
  2123.             // line 941
  2124.             echo "                        </div>
  2125.                         ";
  2126.             // line 942
  2127.             if ( !$this->extensions['App\Twig\UserExtension']->isUserAdvertiser(twig_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.'942$this->source); })()), "user", [], "any"falsefalsefalse942))) {
  2128.                 // line 943
  2129.                 echo "                            <div class=\"review-form col-12 col-xl-5\" id=\"review-form-comment\">
  2130.                                 ";
  2131.                 // line 945
  2132.                 echo "                            </div>
  2133.                             <div
  2134.                                     class=\"dialog-container\"
  2135.                                     id=\"form-dialog\"
  2136.                                     aria-hidden=\"true\"
  2137.                                     aria-labelledby=\"form-dialog-title\"
  2138.                                     aria-describedby=\"form-dialog-description\"
  2139.                                 >
  2140.                                 <div class=\"dialog-overlay\" data-a11y-dialog-hide></div>
  2141.                                 <div class=\"dialog-content\" role=\"document\">
  2142.                                     <div class=\"dialog-header\">
  2143.                                     <button
  2144.                                         data-a11y-dialog-hide
  2145.                                         class=\"dialog-close\"
  2146.                                         aria-label=\"Close this dialog window\"
  2147.                                     >
  2148.                                         <svg class=\"dialog-close__icon\" fill=\"none\" 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\"/></svg>
  2149.                                     </button>
  2150.                                     </div>
  2151.                                     <div class=\"dialog-body\">
  2152.                                     </div>
  2153.                                 </div>
  2154.                             </div>
  2155.                         ";
  2156.             }
  2157.             // line 970
  2158.             echo "                    </div>
  2159.                 </div>
  2160.             ";
  2161.         }
  2162.         // line 973
  2163.         echo "        </div>
  2164.         <div class=\"model-aside order-lg-1 mb-3 pr-3 pr-xl-4\">
  2165.             <div class=\"model-aside__preview mb-1 d-none d-lg-block\">
  2166.                 ";
  2167.         // line 976
  2168.         if (twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'976$this->source); })()), "deleted", [], "any"falsefalsefalse976)) {
  2169.             // line 977
  2170.             echo "                    <a href=\"";
  2171.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  2172.             echo "\" class=\"girl-avatar__small\">
  2173.                         <img itemprop=\"contentUrl\" src=\"";
  2174.             // line 978
  2175.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  2176.             echo "\"
  2177.                              alt=\"Анкета ";
  2178.             // line 979
  2179.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'979$this->source); })()), "name", [], "any"falsefalsefalse979)), "html"nulltrue);
  2180.             echo " удалена\"
  2181.                              class=\"img-fluid\">
  2182.                     </a>
  2183.                 ";
  2184.         } else {
  2185.             // line 983
  2186.             echo "                    ";
  2187.             $context["photo"] = $this->extensions['App\Twig\ProfileAvatarExtension']->profileAvatar((isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'983$this->source); })()));
  2188.             // line 984
  2189.             echo "                    ";
  2190.             if ((isset($context["photo"]) || array_key_exists("photo"$context) ? $context["photo"] : (function () { throw new RuntimeError('Variable "photo" does not exist.'984$this->source); })())) {
  2191.                 // line 985
  2192.                 echo "                        <a href=\"";
  2193.                 echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source, (isset($context["photo"]) || array_key_exists("photo"$context) ? $context["photo"] : (function () { throw new RuntimeError('Variable "photo" does not exist.'985$this->source); })()), "path", [], "any"falsefalsefalse985), "profile_media""fullsize""jpg"), "html"nulltrue);
  2194.                 echo "\" class=\"girl-avatar__small\">
  2195.                             <img itemprop=\"contentUrl\" src=\"";
  2196.                 // line 986
  2197.                 echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source, (isset($context["photo"]) || array_key_exists("photo"$context) ? $context["photo"] : (function () { throw new RuntimeError('Variable "photo" does not exist.'986$this->source); })()), "path", [], "any"falsefalsefalse986), "profile_media""357x500""jpg"), "html"nulltrue);
  2198.                 echo "\"
  2199.                                  alt=\"";
  2200.                 // line 987
  2201.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'987$this->source); })()), "name", [], "any"falsefalsefalse987)), "html"nulltrue);
  2202.                 echo ", ";
  2203.                 echo twig_escape_filter($this->env$this->extensions['BigIdea\Bundle\MorphosTwigBundle\Twig\MorphosExtension']->pluralFilter("год"twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'987$this->source); })()), "personParameters", [], "any"falsefalsefalse987), "age", [], "any"falsefalsefalse987)), "html"nulltrue);
  2204.                 echo "\"
  2205.                                 loading=\"lazy\"
  2206.                                  class=\"img-fluid\">
  2207.                         </a>
  2208.                     ";
  2209.             } else {
  2210.                 // line 992
  2211.                 echo "                        <a href=\"";
  2212.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  2213.                 echo "\" class=\"girl-avatar__small\">
  2214.                             <img itemprop=\"contentUrl\" src=\"";
  2215.                 // line 993
  2216.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  2217.                 echo "\"
  2218.                                 loading=\"lazy\"
  2219.                                 alt=\"Фотография ";
  2220.                 // line 995
  2221.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'995$this->source); })()), "name", [], "any"falsefalsefalse995)), "html"nulltrue);
  2222.                 echo " отсутствует\"
  2223.                                 class=\"img-fluid\">
  2224.                         </a>
  2225.                     ";
  2226.             }
  2227.             // line 999
  2228.             echo "                ";
  2229.         }
  2230.         // line 1000
  2231.         echo "                ";
  2232.         if (($this->extensions['App\Twig\UserExtension']->isUserCustomer(twig_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.'1000$this->source); })()), "user", [], "any"falsefalsefalse1000)) &&  !twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1000$this->source); })()), "deleted", [], "any"falsefalsefalse1000))) {
  2233.             // line 1001
  2234.             echo "                    <button type=\"button\"
  2235.                             data-url-add=\"";
  2236.             // line 1002
  2237.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("account.favourites.remove", ["profile" => twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1002$this->source); })()), "id", [], "any"falsefalsefalse1002)]), "html"nulltrue);
  2238.             echo "\"
  2239.                             data-url-remove=\"";
  2240.             // line 1003
  2241.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("account.favourites.add", ["profile" => twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1003$this->source); })()), "id", [], "any"falsefalsefalse1003)]), "html"nulltrue);
  2242.             echo "\"
  2243.                         ";
  2244.             // line 1004
  2245.             if ($this->extensions['App\Twig\UserExtension']->isProfileInFavourites((isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1004$this->source); })()))) {
  2246.                 // line 1005
  2247.                 echo "                            title=\"Убрать из избранного\"
  2248.                             class=\"btn favorite like\" id=\"favorite2\">
  2249.                         ";
  2250.             } else {
  2251.                 // line 1008
  2252.                 echo "                            title=\"Добавить в избранное\"
  2253.                             class=\"btn favorite unlike\" id=\"favorite2\">
  2254.                         ";
  2255.             }
  2256.             // line 1011
  2257.             echo "                        <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2258.                             <path d=\"M0 20C0 8.95431 8.95431 0 20 0V0C31.0457 0 40 8.95431 40 20V20C40 31.0457 31.0457 40 20 40V40C8.95431 40 0 31.0457 0 20V20Z\" fill=\"#F7901D\"/>
  2259.                             <path d=\"M20 33L18.26 31.3455C12.08 25.4921 8 21.6316 8 16.8937C8 13.0332 10.904 10 14.6 10C16.688 10 18.692 11.0153 20 12.6196C21.308 11.0153 23.312 10 25.4 10C29.096 10 32 13.0332 32 16.8937C32 21.6316 27.92 25.4921 21.74 31.358L20 33Z\" fill=\"white\"/>
  2260.                             <path class=\"ar\" d=\"M18.667 25.126L14 20.412L15.424 19.008L18.681 22.294L26.008 15L27.416 16.42L18.667 25.126Z\" fill=\"#F7901D\"/>
  2261.                         </svg>
  2262.                     </button>
  2263.                 ";
  2264.         }
  2265.         // line 1018
  2266.         echo "            </div>
  2267.             ";
  2268.         // line 1019
  2269.         if ((twig_call_macro($macros["_self"], "macro__show_tabs", [twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1019$this->source); })()), "photos", [], "any"falsefalsefalse1019), twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1019$this->source); })()), "selfies", [], "any"falsefalsefalse1019), twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1019$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse1019), twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1019$this->source); })()), "deleted", [], "any"falsefalsefalse1019)], 1019$context$this->getSourceContext()) == "true")) {
  2270.             // line 1020
  2271.             echo "                <div class=\"model-aside__images d-none d-md-block\">
  2272.                     <ul class=\"nav nav-pills list-unstyled m-0 p-0 d-flex\" id=\"model-tab\" role=\"tablist\">
  2273.                         ";
  2274.             // line 1022
  2275.             $context["currentPage"] = "";
  2276.             // line 1023
  2277.             echo "                        ";
  2278.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "photos", [], "any"truetruefalse1023) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1023$this->source); })()), "photos", [], "any"falsefalsefalse1023)) > 0))) {
  2279.                 $context["currentPage"] = "photo";
  2280.                 // line 1024
  2281.                 echo "                        <li class=\"nav-item flex-fill\">
  2282.                             <a class=\"active\" id=\"model-photo-tab\" data-toggle=\"pill\" href=\"#model-photo\" role=\"tab\" aria-controls=\"model-photo\" aria-selected=\"false\">
  2283.                                 <div class=\"text-center mb-1\">
  2284.                                     <svg class=\"icon d-inline-block\">
  2285.                                         <use xlink:href=\"";
  2286.                 // line 1028
  2287.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  2288.                 echo "#icon-photo-thumb\"></use>
  2289.                                     </svg>
  2290.                                 </div>
  2291.                                 Фото
  2292.                             </a>
  2293.                         </li>
  2294.                         ";
  2295.             }
  2296.             // line 1035
  2297.             echo "                        ";
  2298.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "selfies", [], "any"truetruefalse1035) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1035$this->source); })()), "selfies", [], "any"falsefalsefalse1035)) > 0))) {
  2299.                 $context["currentPage"] = ((((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1035$this->source); })()) == "")) ? ("selfie") : ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1035$this->source); })())));
  2300.                 // line 1036
  2301.                 echo "                        <li class=\"nav-item flex-fill\">
  2302.                             <a class=\"";
  2303.                 // line 1037
  2304.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1037$this->source); })()) == "selfie")) {
  2305.                     echo "active";
  2306.                 }
  2307.                 echo "\" id=\"model-selfie-tab\" data-toggle=\"pill\" href=\"#model-selfie\" role=\"tab\" aria-controls=\"model-selfie\" aria-selected=\"false\">
  2308.                                 <div class=\"text-center mb-1\">
  2309.                                     <svg class=\"icon d-inline-block\">
  2310.                                         <use xlink:href=\"";
  2311.                 // line 1040
  2312.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  2313.                 echo "#icon-selfie-thumb\"></use>
  2314.                                     </svg>
  2315.                                 </div>
  2316.                                 Селфи
  2317.                             </a>
  2318.                         </li>
  2319.                         ";
  2320.             }
  2321.             // line 1047
  2322.             echo "                        ";
  2323.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "confirmedVideos", [], "any"truetruefalse1047) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1047$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse1047)) > 0))) {
  2324.                 $context["currentPage"] = ((((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1047$this->source); })()) == "")) ? ("video") : ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1047$this->source); })())));
  2325.                 // line 1048
  2326.                 echo "                        <li class=\"nav-item flex-fill\">
  2327.                             <a class=\"";
  2328.                 // line 1049
  2329.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1049$this->source); })()) == "video")) {
  2330.                     echo "active";
  2331.                 }
  2332.                 echo "\" id=\"model-video-tab\" data-toggle=\"pill\" href=\"#model-video\" role=\"tab\" aria-controls=\"model-video\" aria-selected=\"true\">
  2333.                                 <div class=\"text-center mb-1\">
  2334.                                     <svg class=\"icon d-inline-block\">
  2335.                                         <use xlink:href=\"";
  2336.                 // line 1052
  2337.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  2338.                 echo "#icon-video-thumb\"></use>
  2339.                                     </svg>
  2340.                                 </div>
  2341.                                 Видео
  2342.                             </a>
  2343.                         </li>
  2344.                         ";
  2345.             }
  2346.             // line 1059
  2347.             echo "                    </ul>
  2348.                     <div class=\"tab-content pt-2 pb-2\" id=\"model-tabContent\">
  2349.                         ";
  2350.             // line 1061
  2351.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "photos", [], "any"truetruefalse1061) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1061$this->source); })()), "photos", [], "any"falsefalsefalse1061)) > 0))) {
  2352.                 // line 1062
  2353.                 echo "                            <div class=\"tab-pane fade";
  2354.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1062$this->source); })()) == "photo")) {
  2355.                     echo " show active";
  2356.                 }
  2357.                 echo "\" id=\"model-photo\" role=\"tabpanel\" aria-labelledby=\"model-photo-tab\">
  2358.                                 <div class=\"model-aside-row d-flex flex-wrap\">
  2359.                                     ";
  2360.                 // line 1064
  2361.                 $context['_parent'] = $context;
  2362.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1064$this->source); })()), "photos", [], "any"falsefalsefalse1064));
  2363.                 $context['loop'] = [
  2364.                   'parent' => $context['_parent'],
  2365.                   'index0' => 0,
  2366.                   'index'  => 1,
  2367.                   'first'  => true,
  2368.                 ];
  2369.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2370.                     $length count($context['_seq']);
  2371.                     $context['loop']['revindex0'] = $length 1;
  2372.                     $context['loop']['revindex'] = $length;
  2373.                     $context['loop']['length'] = $length;
  2374.                     $context['loop']['last'] = === $length;
  2375.                 }
  2376.                 foreach ($context['_seq'] as $context["_key"] => $context["photo"]) {
  2377.                     // line 1065
  2378.                     echo "                                        <div class=\"model-aside-col\">
  2379.                                             <a href=\"";
  2380.                     // line 1066
  2381.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1066), "profile_media""fullsize""jpg"), "html"nulltrue);
  2382.                     echo "\" data-gallery=\"girl-gallery\" class=\"model-aside-photo photoswipe model-photo\" data-index=\"";
  2383.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse1066), "html"nulltrue);
  2384.                     echo "\">
  2385.                                                 <img class=\"img-fluid\"
  2386.                                                         srcset=\"";
  2387.                     // line 1068
  2388.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1068), "profile_media""196x250""jpg"), "html"nulltrue);
  2389.                     echo " 196w,
  2390. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  2391.                     // line 1069
  2392.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1069), "profile_media""177x250""jpg"), "html"nulltrue);
  2393.                     echo " 177w,
  2394. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  2395.                     // line 1070
  2396.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1070), "profile_media""228x250""jpg"), "html"nulltrue);
  2397.                     echo " 228w,
  2398. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  2399.                     // line 1071
  2400.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1071), "profile_media""250x250""jpg"), "html"nulltrue);
  2401.                     echo " 260w\"
  2402.                                                         sizes=\"(max-width: 660px) 196px,
  2403. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 980px) 177px,
  2404. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 1125px) 228px,
  2405. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t260px\"
  2406.                                                         loading=\"lazy\"
  2407.                                                         src=\"";
  2408.                     // line 1077
  2409.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1077), "profile_media""250x250""jpg"), "html"nulltrue);
  2410.                     echo "\"
  2411.                                                         alt=\"";
  2412.                     // line 1078
  2413.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1078$this->source); })()), "name", [], "any"falsefalsefalse1078)), "html"nulltrue);
  2414.                     echo ", фото ";
  2415.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse1078), "html"nulltrue);
  2416.                     echo "\">
  2417.                                             </a>
  2418.                                         </div>
  2419.                                     ";
  2420.                     ++$context['loop']['index0'];
  2421.                     ++$context['loop']['index'];
  2422.                     $context['loop']['first'] = false;
  2423.                     if (isset($context['loop']['length'])) {
  2424.                         --$context['loop']['revindex0'];
  2425.                         --$context['loop']['revindex'];
  2426.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  2427.                     }
  2428.                 }
  2429.                 $_parent $context['_parent'];
  2430.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['photo'], $context['_parent'], $context['loop']);
  2431.                 $context array_intersect_key($context$_parent) + $_parent;
  2432.                 // line 1082
  2433.                 echo "                                </div>
  2434.                             </div>
  2435.                         ";
  2436.             }
  2437.             // line 1085
  2438.             echo "                        ";
  2439.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "selfies", [], "any"truetruefalse1085) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1085$this->source); })()), "selfies", [], "any"falsefalsefalse1085)) > 0))) {
  2440.                 // line 1086
  2441.                 echo "                            <div class=\"tab-pane fade";
  2442.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1086$this->source); })()) == "selfie")) {
  2443.                     echo " show active";
  2444.                 }
  2445.                 echo "\" id=\"model-selfie\" role=\"tabpanel\" aria-labelledby=\"model-selfie-tab\">
  2446.                                 <div class=\"model-aside-row d-flex flex-wrap\" id=\"model-selfies\">
  2447.                                     ";
  2448.                 // line 1088
  2449.                 $context['_parent'] = $context;
  2450.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1088$this->source); })()), "selfies", [], "any"falsefalsefalse1088));
  2451.                 $context['loop'] = [
  2452.                   'parent' => $context['_parent'],
  2453.                   'index0' => 0,
  2454.                   'index'  => 1,
  2455.                   'first'  => true,
  2456.                 ];
  2457.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2458.                     $length count($context['_seq']);
  2459.                     $context['loop']['revindex0'] = $length 1;
  2460.                     $context['loop']['revindex'] = $length;
  2461.                     $context['loop']['length'] = $length;
  2462.                     $context['loop']['last'] = === $length;
  2463.                 }
  2464.                 foreach ($context['_seq'] as $context["_key"] => $context["photo"]) {
  2465.                     // line 1089
  2466.                     echo "                                        <div class=\"model-aside-col\">
  2467.                                             <a href=\"";
  2468.                     // line 1090
  2469.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1090), "profile_media""fullsize""jpg"), "html"nulltrue);
  2470.                     echo "\" data-gallery=\"girl-selfie\" class=\"photoswipe model-aside-photo model-selfie\" data-index=\"";
  2471.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse1090), "html"nulltrue);
  2472.                     echo "\">
  2473.                                                 <img class=\"img-fluid\"
  2474.                                                     srcset=\"";
  2475.                     // line 1092
  2476.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1092), "profile_media""196x250""jpg"), "html"nulltrue);
  2477.                     echo " 196w,
  2478.                                                         ";
  2479.                     // line 1093
  2480.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1093), "profile_media""177x250""jpg"), "html"nulltrue);
  2481.                     echo " 177w,
  2482.                                                         ";
  2483.                     // line 1094
  2484.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1094), "profile_media""228x250""jpg"), "html"nulltrue);
  2485.                     echo " 228w,
  2486.                                                         ";
  2487.                     // line 1095
  2488.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1095), "profile_media""250x250""jpg"), "html"nulltrue);
  2489.                     echo " 260w\"
  2490.                                                     sizes=\"(max-width: 660px) 196px,
  2491.                                                         (max-width: 980px) 177px,
  2492.                                                         (max-width: 1125px) 228px,
  2493.                                                         260px\"
  2494.                                                     src=\"";
  2495.                     // line 1100
  2496.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1100), "profile_media""250x250""jpg"), "html"nulltrue);
  2497.                     echo "\"
  2498.                                                     loading=\"lazy\"
  2499.                                                     alt=\"";
  2500.                     // line 1102
  2501.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1102$this->source); })()), "name", [], "any"falsefalsefalse1102)), "html"nulltrue);
  2502.                     echo ", фото ";
  2503.                     echo twig_escape_filter($this->env, (twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse1102) + twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1102$this->source); })()), "photos", [], "any"falsefalsefalse1102))), "html"nulltrue);
  2504.                     echo "\">
  2505.                                             </a>
  2506.                                         </div>
  2507.                                     ";
  2508.                     ++$context['loop']['index0'];
  2509.                     ++$context['loop']['index'];
  2510.                     $context['loop']['first'] = false;
  2511.                     if (isset($context['loop']['length'])) {
  2512.                         --$context['loop']['revindex0'];
  2513.                         --$context['loop']['revindex'];
  2514.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  2515.                     }
  2516.                 }
  2517.                 $_parent $context['_parent'];
  2518.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['photo'], $context['_parent'], $context['loop']);
  2519.                 $context array_intersect_key($context$_parent) + $_parent;
  2520.                 // line 1106
  2521.                 echo "                                </div>
  2522.                             </div>
  2523.                         ";
  2524.             }
  2525.             // line 1109
  2526.             echo "                        ";
  2527.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "confirmedVideos", [], "any"truetruefalse1109) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1109$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse1109)) > 0))) {
  2528.                 // line 1110
  2529.                 echo "                            <div class=\"tab-pane fade";
  2530.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1110$this->source); })()) == "video")) {
  2531.                     echo " show active";
  2532.                 }
  2533.                 echo "\" id=\"model-video\" role=\"tabpanel\" aria-labelledby=\"model-video-tab\">
  2534.                                 <div class=\"model-aside-row d-flex flex-wrap\" id=\"model-video\">
  2535.                                     ";
  2536.                 // line 1112
  2537.                 $context['_parent'] = $context;
  2538.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1112$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse1112));
  2539.                 foreach ($context['_seq'] as $context["_key"] => $context["video"]) {
  2540.                     // line 1113
  2541.                     echo "                                        <div class=\"model-aside-col video\">
  2542.                                             <video class=\"video-js vjs-big-play-centered vjs-default-skin model-video\" controls preload=\"metadata\" width=\"341\" height=\"227\" data-setup=\"{}\">
  2543.                                                 <source src=\"";
  2544.                     // line 1115
  2545.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(twig_get_attribute($this->env$this->source$context["video"], "path", [], "any"falsefalsefalse1115), "profile_media"), "html"nulltrue);
  2546.                     echo "\" type='video/mp4'/>
  2547.                                             </video>
  2548.                                         </div>
  2549.                                     ";
  2550.                 }
  2551.                 $_parent $context['_parent'];
  2552.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['video'], $context['_parent'], $context['loop']);
  2553.                 $context array_intersect_key($context$_parent) + $_parent;
  2554.                 // line 1119
  2555.                 echo "                                </div>
  2556.                             </div>
  2557.                         ";
  2558.             }
  2559.             // line 1122
  2560.             echo "                    </div>
  2561.                 </div>
  2562.             ";
  2563.         }
  2564.         // line 1125
  2565.         echo "        </div>
  2566.     </div>
  2567.     ";
  2568.         // line 1127
  2569.         $context["excludeRecommendationProfileIds"] = [twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1127$this->source); })()), "id", [], "any"falsefalsefalse1127)];
  2570.         // line 1128
  2571.         echo "    ";
  2572.         echo twig_include($this->env$context"components/_profile_recommendations.html.twig");
  2573.         echo "
  2574.     ";
  2575.         // line 1130
  2576.         echo twig_include($this->env$context"ProfilePreview/nearest_profiles.html.twig");
  2577.         echo "
  2578.     <div class=\"model-phone d-flex align-items-center model-phone-mobile\" id=\"mobile-contacts\">
  2579.         ";
  2580.         // line 1134
  2581.         if ((twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1134$this->source); })()), "isActive", [], "any"falsefalsefalse1134) ||  !twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1134$this->source); })()), "hidden", [], "any"falsefalsefalse1134))) {
  2582.             // line 1135
  2583.             echo "            <div class=\"model-phone-info\">
  2584.                 <p class=\"model-phone-info-red\">
  2585.                     <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2586.                         <path d=\"M12.884 2.53152C12.538 1.87752 11.462 1.87752 11.116 2.53152L2.11596 19.5315C2.03494 19.6839 1.99478 19.8546 1.99938 20.0272C2.00398 20.1997 2.05319 20.368 2.14221 20.5159C2.23124 20.6637 2.35704 20.786 2.50736 20.8707C2.65768 20.9555 2.82739 20.9998 2.99996 20.9995H21C21.1724 20.9999 21.342 20.9555 21.4922 20.8708C21.6424 20.7861 21.7681 20.6639 21.8571 20.5162C21.946 20.3684 21.9951 20.2002 21.9997 20.0278C22.0042 19.8554 21.964 19.6847 21.883 19.5325L12.884 2.53152ZM13 17.9995H11V15.9995H13V17.9995ZM11 13.9995V8.99952H13L13.001 13.9995H11Z\" fill=\"#F5370D\"/>
  2587.                     </svg>
  2588.                     <span>Никогда не отправляйте предоплату!</span>
  2589.                 </p>
  2590.                 <p class=\"model-phone-info-green\">
  2591.                     <span>Не забудьте сказать, что звоните с сайта \"spbdosug\"</span>
  2592.                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2593.                         <path d=\"M20 10C20 15.5228 15.5228 20 10 20C4.47778 20 0 15.5228 0 10C0 4.47778 4.47778 0 10 0C15.5228 0 20 4.47778 20 10Z\" fill=\"#FFCC4D\"/>
  2594.                         <path d=\"M6.38889 11.1115C7.15595 11.1115 7.77778 10.241 7.77778 9.1671C7.77778 8.09321 7.15595 7.22266 6.38889 7.22266C5.62183 7.22266 5 8.09321 5 9.1671C5 10.241 5.62183 11.1115 6.38889 11.1115Z\" fill=\"#664500\"/>
  2595.                         <path d=\"M15.8095 9.88734C15.7761 9.81234 14.9767 8.05567 13.3334 8.05567C11.6906 8.05567 10.8906 9.81234 10.8572 9.88734C10.8061 10.0023 10.8395 10.1368 10.9378 10.2157C11.035 10.2946 11.1745 10.2973 11.2767 10.2234C11.2834 10.2184 11.9778 9.72234 13.3334 9.72234C14.6811 9.72234 15.3745 10.2118 15.39 10.2229C15.4389 10.2596 15.4978 10.2779 15.5556 10.2779C15.6167 10.2779 15.6784 10.2573 15.7289 10.2173C15.8272 10.1384 15.8611 10.0029 15.8095 9.88734ZM3.3328 6.92122C3.21725 6.92122 3.10003 6.88511 3.00003 6.81011C2.75447 6.62622 2.70503 6.27789 2.88892 6.03234C4.70114 3.61567 7.12003 3.58789 7.22225 3.58789C7.52892 3.58789 7.7778 3.83678 7.7778 4.14345C7.7778 4.44956 7.53058 4.69789 7.22447 4.699C7.1378 4.70011 5.24169 4.74678 3.77725 6.699C3.66892 6.84456 3.50169 6.92122 3.3328 6.92122ZM16.1117 8.10178C15.9422 8.10178 15.7761 8.02511 15.6667 7.87956C14.2267 5.959 11.7995 6.42011 11.7756 6.424C11.4717 6.484 11.1822 6.289 11.1217 5.98845C11.0617 5.68734 11.2567 5.39511 11.5572 5.33456C11.6856 5.30845 14.7 4.739 16.555 7.21234C16.7395 7.45789 16.6895 7.80622 16.4439 7.99011C16.3445 8.06622 16.2278 8.10178 16.1117 8.10178ZM12.9189 13.0984C12.8145 13.0373 12.6789 13.0501 12.5872 13.1318C12.5817 13.1362 12.0245 13.6112 10 13.6112C7.97725 13.6112 7.41892 13.1368 7.41892 13.1368C7.33058 13.0479 7.19447 13.0312 7.08558 13.0912C6.97725 13.1529 6.9228 13.2796 6.95336 13.4007C6.95892 13.4251 7.58892 15.8334 10 15.8334C12.4111 15.8334 13.0411 13.4251 13.0472 13.4007C13.0767 13.2823 13.0228 13.1612 12.9189 13.0984Z\" fill=\"#664500\"/>
  2596.                     </svg>
  2597.                 </p>
  2598.                 <div class=\"model-phone-info-work d-flex\">
  2599.                     <p class=\"\">Отвечаю на:<br/>
  2600.                         <span>
  2601.                             ";
  2602.             // line 1153
  2603.             if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1153$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse1153), "answeringTo", [], "any"falsefalsefalse1153)) > 0)) {
  2604.                 // line 1154
  2605.                 echo "                                ";
  2606.                 $context['_parent'] = $context;
  2607.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1154$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse1154), "answeringTo", [], "any"falsefalsefalse1154));
  2608.                 $context['loop'] = [
  2609.                   'parent' => $context['_parent'],
  2610.                   'index0' => 0,
  2611.                   'index'  => 1,
  2612.                   'first'  => true,
  2613.                 ];
  2614.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2615.                     $length count($context['_seq']);
  2616.                     $context['loop']['revindex0'] = $length 1;
  2617.                     $context['loop']['revindex'] = $length;
  2618.                     $context['loop']['length'] = $length;
  2619.                     $context['loop']['last'] = === $length;
  2620.                 }
  2621.                 foreach ($context['_seq'] as $context["_key"] => $context["answeringTo"]) {
  2622.                     // line 1155
  2623.                     echo "                                    ";
  2624.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\PhoneCallExtension']->answeringTo($context["answeringTo"]), [], "phone_call_restrictions"), "html"nulltrue);
  2625.                     if ( !twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse1155)) {
  2626.                         echo ",";
  2627.                     }
  2628.                     // line 1156
  2629.                     echo "                                ";
  2630.                     ++$context['loop']['index0'];
  2631.                     ++$context['loop']['index'];
  2632.                     $context['loop']['first'] = false;
  2633.                     if (isset($context['loop']['length'])) {
  2634.                         --$context['loop']['revindex0'];
  2635.                         --$context['loop']['revindex'];
  2636.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  2637.                     }
  2638.                 }
  2639.                 $_parent $context['_parent'];
  2640.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['answeringTo'], $context['_parent'], $context['loop']);
  2641.                 $context array_intersect_key($context$_parent) + $_parent;
  2642.                 // line 1157
  2643.                 echo "                            ";
  2644.             } else {
  2645.                 // line 1158
  2646.                 echo "                                Не указано
  2647.                             ";
  2648.             }
  2649.             // line 1160
  2650.             echo "                        </span>
  2651.                     </p>
  2652.                     <p class=\"\">Удобное время для звонка:<br/><span>";
  2653.             // line 1162
  2654.             echo twig_call_macro($macros["_self"], "macro__time_to_work", [(isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1162$this->source); })())], 1162$context$this->getSourceContext());
  2655.             echo "</span></p>
  2656.                 </div>
  2657.             </div>
  2658.             ";
  2659.             // line 1165
  2660.             $context["onlyPhoneNumber"] = twig_replace_filter(twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1165$this->source); })()), "phoneNumber", [], "any"falsefalsefalse1165), [" " => """-" => """(" => """)" => ""]);
  2661.             // line 1166
  2662.             echo "            <div class=\"telephone d-flex\">
  2663.                 <button class=\"number\" type=\"button\" onclick=\"this.classList.add('d-none');this.nextElementSibling.classList.remove('d-none')\">
  2664.                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2665.                         <g clip-path=\"url(#clip0_2802_159460)\">
  2666.                         <path d=\"M15.4825 10.8312C15.2851 10.6339 15.0175 10.5231 14.7385 10.5231C14.4594 10.5231 14.1918 10.6339 13.9944 10.8312L12.317 12.5086C11.5393 12.2771 10.0881 11.7509 9.16834 10.8312C8.24858 9.91149 7.7224 8.46036 7.49089 7.6827L9.16834 6.00531C9.36563 5.80798 9.47645 5.54037 9.47645 5.26133C9.47645 4.9823 9.36563 4.71468 9.16834 4.51735L4.95892 0.308102C4.76158 0.110824 4.49395 0 4.21491 0C3.93586 0 3.66824 0.110824 3.47089 0.308102L0.616908 3.16197C0.217013 3.56185 -0.00819095 4.11115 0.000227882 4.67204C0.024432 6.17053 0.42117 11.3753 4.52325 15.4772C8.62533 19.5791 13.8303 19.9747 15.3299 20H15.3593C15.915 20 16.4401 19.7811 16.8379 19.3833L19.6919 16.5295C19.8892 16.3321 20 16.0645 20 15.7855C20 15.5065 19.8892 15.2388 19.6919 15.0415L15.4825 10.8312ZM15.3488 17.8943C14.0355 17.8722 9.54193 17.5197 6.01128 13.9881C2.46905 10.4461 2.12598 5.93691 2.10494 4.64994L4.21491 2.54005L6.9363 5.26133L5.5756 6.62197C5.45191 6.74556 5.36097 6.89803 5.31099 7.06559C5.26101 7.23315 5.25358 7.41052 5.28936 7.58168C5.31462 7.70269 5.93235 10.5723 7.67926 12.3192C9.42617 14.066 12.2959 14.6837 12.417 14.709C12.588 14.7459 12.7656 14.7391 12.9333 14.6892C13.1011 14.6394 13.2536 14.5481 13.3767 14.4238L14.7385 13.0632L17.4598 15.7844L15.3488 17.8943Z\" fill=\"white\"/>
  2667.                         </g>
  2668.                         <defs>
  2669.                         <clipPath id=\"clip0_2802_159460\">
  2670.                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  2671.                         </clipPath>
  2672.                         </defs>
  2673.                     </svg>
  2674.                     <span>Показать телефон</span>
  2675.                 </button>
  2676.                 <!--noindex--><a href=\"tel:";
  2677.             // line 1181
  2678.             echo twig_escape_filter($this->env, (isset($context["onlyPhoneNumber"]) || array_key_exists("onlyPhoneNumber"$context) ? $context["onlyPhoneNumber"] : (function () { throw new RuntimeError('Variable "onlyPhoneNumber" does not exist.'1181$this->source); })()), "html"nulltrue);
  2679.             echo "\" rel=\"nofollow\" class=\"number d-none\">
  2680.                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2681.                         <g clip-path=\"url(#clip0_2802_159460)\">
  2682.                         <path d=\"M15.4825 10.8312C15.2851 10.6339 15.0175 10.5231 14.7385 10.5231C14.4594 10.5231 14.1918 10.6339 13.9944 10.8312L12.317 12.5086C11.5393 12.2771 10.0881 11.7509 9.16834 10.8312C8.24858 9.91149 7.7224 8.46036 7.49089 7.6827L9.16834 6.00531C9.36563 5.80798 9.47645 5.54037 9.47645 5.26133C9.47645 4.9823 9.36563 4.71468 9.16834 4.51735L4.95892 0.308102C4.76158 0.110824 4.49395 0 4.21491 0C3.93586 0 3.66824 0.110824 3.47089 0.308102L0.616908 3.16197C0.217013 3.56185 -0.00819095 4.11115 0.000227882 4.67204C0.024432 6.17053 0.42117 11.3753 4.52325 15.4772C8.62533 19.5791 13.8303 19.9747 15.3299 20H15.3593C15.915 20 16.4401 19.7811 16.8379 19.3833L19.6919 16.5295C19.8892 16.3321 20 16.0645 20 15.7855C20 15.5065 19.8892 15.2388 19.6919 15.0415L15.4825 10.8312ZM15.3488 17.8943C14.0355 17.8722 9.54193 17.5197 6.01128 13.9881C2.46905 10.4461 2.12598 5.93691 2.10494 4.64994L4.21491 2.54005L6.9363 5.26133L5.5756 6.62197C5.45191 6.74556 5.36097 6.89803 5.31099 7.06559C5.26101 7.23315 5.25358 7.41052 5.28936 7.58168C5.31462 7.70269 5.93235 10.5723 7.67926 12.3192C9.42617 14.066 12.2959 14.6837 12.417 14.709C12.588 14.7459 12.7656 14.7391 12.9333 14.6892C13.1011 14.6394 13.2536 14.5481 13.3767 14.4238L14.7385 13.0632L17.4598 15.7844L15.3488 17.8943Z\" fill=\"white\"/>
  2683.                         </g>
  2684.                         <defs>
  2685.                         <clipPath id=\"clip0_2802_159460\">
  2686.                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  2687.                         </clipPath>
  2688.                         </defs>
  2689.                     </svg>
  2690.                     <span>";
  2691.             // line 1193
  2692.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1193$this->source); })()), "phoneNumber", [], "any"falsefalsefalse1193), "html"nulltrue);
  2693.             echo "</span>
  2694.                 </a><!--/noindex-->
  2695.                 <!--noindex-->";
  2696.             // line 1197
  2697.             if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1197$this->source); })()), "messengers", [], "any"falsefalsefalse1197), "whatsApp", [], "any"falsefalsefalse1197)) {
  2698.                 // line 1198
  2699.                 echo "<a href=\"https://wa.me/";
  2700.                 echo twig_escape_filter($this->envtwig_replace_filter((isset($context["onlyPhoneNumber"]) || array_key_exists("onlyPhoneNumber"$context) ? $context["onlyPhoneNumber"] : (function () { throw new RuntimeError('Variable "onlyPhoneNumber" does not exist.'1198$this->source); })()), ["+" => ""]), "html"nulltrue);
  2701.                 echo "?text=Привет,%20";
  2702.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1198$this->source); })()), "name", [], "any"falsefalsefalse1198), "html"nulltrue);
  2703.                 echo "!%20Нашел%20твою%20анкету%20на%20Стрелочках.\" rel=\"nofollow\" class=\"whatsup\" target=\"_blank\">
  2704.                         <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2705.                             <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#48C95F\"/>
  2706.                             <path d=\"M27.9268 12.0625C25.9512 10.0937 23.3171 9 20.5366 9C14.7561 9 10.0732 13.6667 10.0732 19.4271C10.0732 21.25 10.5854 23.0729 11.4634 24.6042L10 30L15.561 28.5417C17.0976 29.3438 18.7805 29.7812 20.5366 29.7812C26.3171 29.7812 31 25.1146 31 19.3542C30.9268 16.6563 29.9024 14.0312 27.9268 12.0625ZM25.5854 23.1458C25.3659 23.7292 24.3415 24.3125 23.8293 24.3854C23.3902 24.4583 22.8049 24.4583 22.2195 24.3125C21.8537 24.1667 21.3415 24.0208 20.7561 23.7292C18.122 22.6354 16.439 20.0104 16.2927 19.7917C16.1463 19.6458 15.1951 18.4062 15.1951 17.0937C15.1951 15.7812 15.8537 15.1979 16.0732 14.9062C16.2927 14.6146 16.5854 14.6146 16.8049 14.6146C16.9512 14.6146 17.1707 14.6146 17.3171 14.6146C17.4634 14.6146 17.6829 14.5417 17.9024 15.0521C18.1219 15.5625 18.6341 16.875 18.7073 16.9479C18.7805 17.0938 18.7805 17.2396 18.7073 17.3854C18.6341 17.5312 18.561 17.6771 18.4146 17.8229C18.2683 17.9687 18.1219 18.1875 18.0488 18.2604C17.9024 18.4062 17.7561 18.5521 17.9024 18.7708C18.0488 19.0625 18.561 19.8646 19.3659 20.5937C20.3902 21.4687 21.1951 21.7604 21.4878 21.9063C21.7805 22.0521 21.9268 21.9792 22.0732 21.8333C22.2195 21.6875 22.7317 21.1042 22.878 20.8125C23.0244 20.5208 23.2439 20.5938 23.4634 20.6667C23.6829 20.7396 25 21.3958 25.2195 21.5417C25.5122 21.6875 25.6585 21.7604 25.7317 21.8333C25.8049 22.0521 25.8049 22.5625 25.5854 23.1458Z\" fill=\"white\"/>
  2707.                         </svg>
  2708.                     </a>";
  2709.             }
  2710.             // line 1206
  2711.             if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1206$this->source); })()), "messengers", [], "any"falsefalsefalse1206), "telegram", [], "any"falsefalsefalse1206)) {
  2712.                 // line 1207
  2713.                 echo "<svg class=\"telegram\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2714.                         <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#2F89CE\"/>
  2715.                         <path d=\"M9.3507 20.3741L13.9488 22.0886L15.7413 27.8557C15.8192 28.2454 16.2868 28.3233 16.5985 28.0895L19.1703 25.9853C19.4041 25.7515 19.7938 25.7515 20.1055 25.9853L24.7036 29.3364C25.0154 29.5702 25.483 29.4144 25.5609 29.0247L28.99 12.6587C29.0679 12.269 28.6782 11.8793 28.2886 12.0352L9.3507 19.3609C8.8831 19.5168 8.8831 20.2182 9.3507 20.3741ZM15.5075 21.2313L24.5477 15.6981C24.7036 15.6201 24.8595 15.8539 24.7036 15.9319L17.2999 22.868C17.0661 23.1018 16.8323 23.4135 16.8323 23.8032L16.5985 25.6736C16.5985 25.9074 16.2089 25.9853 16.1309 25.6736L15.1957 22.2445C14.9619 21.8548 15.1178 21.3872 15.5075 21.2313Z\" fill=\"white\"/>
  2716.                     </svg>";
  2717.             }
  2718.             // line 1212
  2719.             echo "<!--/noindex-->
  2720.             </div>
  2721.         ";
  2722.         } else {
  2723.             // line 1215
  2724.             echo "            <p class=\"model-phone__arhive m-0 color-silver\">анкета в архиве</p>
  2725.         ";
  2726.         }
  2727.         // line 1217
  2728.         echo "    </div>
  2729. ";
  2730.         
  2731.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2732.         
  2733.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2734.         
  2735.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  2736.     }
  2737.     // line 1220
  2738.     public function block_javascripts($context, array $blocks = [])
  2739.     {
  2740.         $macros $this->macros;
  2741.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  2742.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2743.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2744.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2745.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2746.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2747.         // line 1221
  2748.         echo "    <script>
  2749.         window._lD = {
  2750.             setLastViewedListing: '";
  2751.         // line 1223
  2752.         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.'1223$this->source); })()), "request", [], "any"falsefalsefalse1223), "attributes", [], "any"falsefalsefalse1223), "get", ["_route"], "method"falsefalsefalse1223), "html"nulltrue);
  2753.         echo "',
  2754.             cityUrl: \"";
  2755.         // line 1224
  2756.         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.'1224$this->source); })()), "uriIdentity", [], "any"falsefalsefalse1224), "html"nulltrue);
  2757.         echo "\"
  2758.         };
  2759.         window.comment_data = {
  2760. \t\t\t'urlCreate': '";
  2761.         // line 1227
  2762.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile.comment.create", ["profile" => twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1227$this->source); })()), "id", [], "any"falsefalsefalse1227)]), "html"nulltrue);
  2763.         echo "',
  2764. \t\t\t'urlGet': '";
  2765.         // line 1228
  2766.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("profile.comment.comment_form", ["profile" => twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1228$this->source); })()), "id", [], "any"falsefalsefalse1228)]), "html"nulltrue);
  2767.         echo "',
  2768. \t\t\t'sitekey': \"";
  2769.         // line 1229
  2770.         echo twig_escape_filter($this->env, (isset($context["ewz_recaptcha_site_key"]) || array_key_exists("ewz_recaptcha_site_key"$context) ? $context["ewz_recaptcha_site_key"] : (function () { throw new RuntimeError('Variable "ewz_recaptcha_site_key" does not exist.'1229$this->source); })()), "html"nulltrue);
  2771.         echo "\",
  2772. \t\t\t'registrationUrl': \"";
  2773.         // line 1230
  2774.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_security_register");
  2775.         echo "\"
  2776. \t\t};
  2777.         window._spb_s = {
  2778.             stations: {";
  2779.         // line 1234
  2780.         $context['_parent'] = $context;
  2781.         $context['_seq'] = twig_ensure_traversable($this->extensions['App\Twig\StationsExtension']->stations());
  2782.         $context['loop'] = [
  2783.           'parent' => $context['_parent'],
  2784.           'index0' => 0,
  2785.           'index'  => 1,
  2786.           'first'  => true,
  2787.         ];
  2788.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2789.             $length count($context['_seq']);
  2790.             $context['loop']['revindex0'] = $length 1;
  2791.             $context['loop']['revindex'] = $length;
  2792.             $context['loop']['length'] = $length;
  2793.             $context['loop']['last'] = === $length;
  2794.         }
  2795.         foreach ($context['_seq'] as $context["_key"] => $context["station"]) {
  2796.             // line 1235
  2797.             echo "\"";
  2798.             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"falsefalsefalse1235)), "html"nulltrue);
  2799.             echo "\": \"";
  2800.             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"falsefalsefalse1235), "uriIdentity", [], "any"falsefalsefalse1235), "station" => twig_get_attribute($this->env$this->source$context["station"], "uriIdentity", [], "any"falsefalsefalse1235)]), "html"nulltrue);
  2801.             echo "\"";
  2802.             if ( !twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse1235)) {
  2803.                 echo ",";
  2804.             }
  2805.             ++$context['loop']['index0'];
  2806.             ++$context['loop']['index'];
  2807.             $context['loop']['first'] = false;
  2808.             if (isset($context['loop']['length'])) {
  2809.                 --$context['loop']['revindex0'];
  2810.                 --$context['loop']['revindex'];
  2811.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  2812.             }
  2813.         }
  2814.         $_parent $context['_parent'];
  2815.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['station'], $context['_parent'], $context['loop']);
  2816.         $context array_intersect_key($context$_parent) + $_parent;
  2817.         // line 1237
  2818.         echo "}
  2819.         };
  2820.     </script>
  2821.     <script src=\"https://www.google.com/recaptcha/api.js\" async defer></script>
  2822.     ";
  2823.         // line 1242
  2824.         $context["excludeRecommendationProfileIds"] = [twig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1242$this->source); })()), "id", [], "any"falsefalsefalse1242)];
  2825.         // line 1243
  2826.         echo "    ";
  2827.         $this->displayParentBlock("javascripts"$context$blocks);
  2828.         echo "
  2829.     <script src=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js\"></script>
  2830.     <script src=\"/assets/vendors/lightgallery/js/lightgallery-all.min.js\"></script>
  2831.     <script type=\"text/javascript\">
  2832.         // \$(document).ready(function() {
  2833.             ";
  2834.         // line 1269
  2835.         echo "
  2836.         // });
  2837.     </script>
  2838.     <script type=\"text/javascript\">
  2839.         \$(document).ready(function() {
  2840.             const \$girlAvatarSmall = \$('.girl-avatar__small');
  2841.             if (\$girlAvatarSmall.length) {
  2842.                 \$girlAvatarSmall.lightGallery({
  2843.                     selector: 'this',
  2844.                     thumbnail: false,
  2845.                     share: false
  2846.                 });
  2847.             }
  2848.             const \$girlAvatarBig = \$('.girl-avatar__big')
  2849.             if (\$girlAvatarBig.length) {
  2850.                 \$girlAvatarBig.lightGallery({
  2851.                     selector: 'this',
  2852.                     thumbnail: false,
  2853.                     share: false
  2854.                 });
  2855.             }
  2856.             const \$modelPhotos = \$('#model-photo');
  2857.             const \$modelSelfies = \$('#model-selfie');
  2858.             const \$modelVideo = \$('#model-video');
  2859.             const \$modelPhotos2 = \$('#model-photo2');
  2860.             const \$modelSelfies2 = \$('#model-selfie2');
  2861.             const \$modelVideo2 = \$('#model-video2');
  2862.             if (\$modelPhotos.length) {
  2863.                 \$modelPhotos.lightGallery({
  2864.                     selector: '.model-photo',
  2865.                     thumbnail: true,
  2866.                     share: false
  2867.                 });
  2868.             }
  2869.             if (\$modelSelfies.length) {
  2870.                 \$modelSelfies.lightGallery({
  2871.                     selector: '.model-selfie',
  2872.                     thumbnail: true,
  2873.                     share: false
  2874.                 });
  2875.             }
  2876.             if (\$modelPhotos2.length) {
  2877.                 \$modelPhotos2.lightGallery({
  2878.                     selector: '.model-photo2',
  2879.                     thumbnail: true,
  2880.                     share: false
  2881.                 });
  2882.             }
  2883.             if (\$modelSelfies2.length) {
  2884.                 \$modelSelfies2.lightGallery({
  2885.                     selector: '.model-selfie2',
  2886.                     thumbnail: true,
  2887.                     share: false
  2888.                 });
  2889.             }
  2890.             // if (\$modelVideo2.length) {
  2891.             //     \$modelVideo2.lightGallery({
  2892.             //         selector: '.model-video2',
  2893.             //         thumbnail: true,
  2894.             //         share: false
  2895.             //     });
  2896.             // }
  2897.             // if (\$modelVideo.length) {
  2898.             //     \$modelVideo.lightGallery({
  2899.             //         selector: '.model-video',
  2900.             //         thumbnail: true,
  2901.             //         share: false
  2902.             //     });
  2903.             // }
  2904.         })
  2905.     </script>
  2906.     <script>
  2907.         (function() {
  2908.             let isRenderRecommendationsWidget = false;
  2909.             let isRenderBotWidget = false;
  2910.             let isRenderRecentlyViewedWidget = false;
  2911.             function loadWidgets() {
  2912.                 if (!isRenderRecommendationsWidget) {
  2913.                     isRenderRecommendationsWidget = true;
  2914.                     window.Recommendations.addViewedProfile(";
  2915.         // line 1354
  2916.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1354$this->source); })()), "id", [], "any"falsefalsefalse1354), "html"nulltrue);
  2917.         echo ")
  2918.                 }
  2919.                 if (!isRenderBotWidget) {
  2920.                     isRenderBotWidget = true;
  2921.                     window.profileBotHelper.addViewedProfile(";
  2922.         // line 1358
  2923.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1358$this->source); })()), "id", [], "any"falsefalsefalse1358), "html"nulltrue);
  2924.         echo ");
  2925.                 }
  2926.                 if (!isRenderRecentlyViewedWidget) {
  2927.                     isRenderRecentlyViewedWidget = true;
  2928.                     window.recentlyViewed.addViewedProfile(";
  2929.         // line 1362
  2930.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'1362$this->source); })()), "id", [], "any"falsefalsefalse1362), "html"nulltrue);
  2931.         echo ");
  2932.                 }
  2933.                 //const recentlyViewedProfiles = recentlyViewed.getViewedProfiles();
  2934.             }
  2935.             document.addEventListener('DOMContentLoaded', function() {
  2936.                 try {
  2937.                     loadWidgets();
  2938.                 } catch (error) {
  2939.                     console.error(error);
  2940.                 }
  2941.             }, {once:true});
  2942.             document.addEventListener(\"recommendations:ready\", function() {
  2943.                 try {
  2944.                     loadWidgets();
  2945.                 } catch (error) {
  2946.                     console.error(error);
  2947.                 }
  2948.             }, {once:true});
  2949.         })();
  2950. \t</script>
  2951. ";
  2952.         
  2953.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2954.         
  2955.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2956.         
  2957.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  2958.     }
  2959.     // line 4
  2960.     public function macro__show_tabs($__photos__ null$__selfies__ null$__videos__ null$__isDeleted__ null, ...$__varargs__)
  2961.     {
  2962.         $macros $this->macros;
  2963.         $context $this->env->mergeGlobals([
  2964.             "photos" => $__photos__,
  2965.             "selfies" => $__selfies__,
  2966.             "videos" => $__videos__,
  2967.             "isDeleted" => $__isDeleted__,
  2968.             "varargs" => $__varargs__,
  2969.         ]);
  2970.         $blocks = [];
  2971.         ob_start();
  2972.         try {
  2973.             $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  2974.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_show_tabs"));
  2975.             $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2976.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_show_tabs"));
  2977.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2978.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_show_tabs"));
  2979.             // line 5
  2980.             if ((isset($context["isDeleted"]) || array_key_exists("isDeleted"$context) ? $context["isDeleted"] : (function () { throw new RuntimeError('Variable "isDeleted" does not exist.'5$this->source); })())) {
  2981.                 echo "false";
  2982.             } elseif ((((array_key_exists("photos"$context) && (twig_length_filter($this->env, (isset($context["photos"]) || array_key_exists("photos"$context) ? $context["photos"] : (function () { throw new RuntimeError('Variable "photos" does not exist.'5$this->source); })())) > 0)) || (            // line 6
  2983. array_key_exists("selfies"$context) && (twig_length_filter($this->env, (isset($context["selfies"]) || array_key_exists("selfies"$context) ? $context["selfies"] : (function () { throw new RuntimeError('Variable "selfies" does not exist.'6$this->source); })())) > 0))) || (            // line 7
  2984. array_key_exists("videos"$context) && (twig_length_filter($this->env, (isset($context["videos"]) || array_key_exists("videos"$context) ? $context["videos"] : (function () { throw new RuntimeError('Variable "videos" does not exist.'7$this->source); })())) > 0)))) {
  2985.                 // line 8
  2986.                 echo "true";
  2987.             } else {
  2988.                 echo "false";
  2989.             }
  2990.             
  2991.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2992.             
  2993.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2994.             
  2995.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  2996.             return ('' === $tmp ob_get_contents()) ? '' : new Markup($tmp$this->env->getCharset());
  2997.         } finally {
  2998.             ob_end_clean();
  2999.         }
  3000.     }
  3001.     // line 11
  3002.     public function macro__data_wrapper($__text__ null$__value__ null$__shortText__ "", ...$__varargs__)
  3003.     {
  3004.         $macros $this->macros;
  3005.         $context $this->env->mergeGlobals([
  3006.             "text" => $__text__,
  3007.             "value" => $__value__,
  3008.             "shortText" => $__shortText__,
  3009.             "varargs" => $__varargs__,
  3010.         ]);
  3011.         $blocks = [];
  3012.         ob_start();
  3013.         try {
  3014.             $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  3015.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_data_wrapper"));
  3016.             $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  3017.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_data_wrapper"));
  3018.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  3019.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_data_wrapper"));
  3020.             // line 12
  3021.             echo "    ";
  3022.             $context["value"] = (((isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'12$this->source); })())) ? ((isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'12$this->source); })())) : ("-"));
  3023.             // line 13
  3024.             echo "    ";
  3025.             echo twig_escape_filter($this->env, (isset($context["value"]) || array_key_exists("value"$context) ? $context["value"] : (function () { throw new RuntimeError('Variable "value" does not exist.'13$this->source); })()), "html"nulltrue);
  3026.             echo "
  3027. ";
  3028.             
  3029.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  3030.             
  3031.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  3032.             
  3033.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  3034.             return ('' === $tmp ob_get_contents()) ? '' : new Markup($tmp$this->env->getCharset());
  3035.         } finally {
  3036.             ob_end_clean();
  3037.         }
  3038.     }
  3039.     // line 16
  3040.     public function macro__time_to_work($__profile__ null, ...$__varargs__)
  3041.     {
  3042.         $macros $this->macros;
  3043.         $context $this->env->mergeGlobals([
  3044.             "profile" => $__profile__,
  3045.             "varargs" => $__varargs__,
  3046.         ]);
  3047.         $blocks = [];
  3048.         ob_start();
  3049.         try {
  3050.             $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  3051.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_time_to_work"));
  3052.             $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  3053.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_time_to_work"));
  3054.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  3055.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_time_to_work"));
  3056.             // line 17
  3057.             echo "    ";
  3058.             if ((((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'17$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse17), "timeFrom", [], "any"falsefalsefalse17) == "") && (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'17$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse17), "timeTo", [], "any"falsefalsefalse17) == "")) || (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 18
  3059. (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'18$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse18), "timeFrom", [], "any"falsefalsefalse18) == twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'18$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse18), "timeTo", [], "any"falsefalsefalse18)))) {
  3060.                 // line 19
  3061.                 echo "        ";
  3062.                 echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Круглосуточно", [], "profile");
  3063.                 // line 20
  3064.                 echo "    ";
  3065.             } else {
  3066.                 // line 21
  3067.                 echo "        с
  3068.         ";
  3069.                 // line 22
  3070.                 (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'22$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse22), "timeFrom", [], "any"falsefalsefalse22) == "")) ? (print (0)) : (print (twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'22$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse22), "timeFrom", [], "any"falsefalsefalse22), "html"nulltrue))));
  3071.                 echo "
  3072.         до
  3073.         ";
  3074.                 // line 24
  3075.                 (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'24$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse24), "timeTo", [], "any"falsefalsefalse24) == "")) ? (print (0)) : (print (twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["profile"]) || array_key_exists("profile"$context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.'24$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse24), "timeTo", [], "any"falsefalsefalse24), "html"nulltrue))));
  3076.                 echo "
  3077.     ";
  3078.             }
  3079.             
  3080.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  3081.             
  3082.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  3083.             
  3084.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  3085.             return ('' === $tmp ob_get_contents()) ? '' : new Markup($tmp$this->env->getCharset());
  3086.         } finally {
  3087.             ob_end_clean();
  3088.         }
  3089.     }
  3090.     /**
  3091.      * @codeCoverageIgnore
  3092.      */
  3093.     public function getTemplateName()
  3094.     {
  3095.         return "ProfilePreview/page.html.twig";
  3096.     }
  3097.     /**
  3098.      * @codeCoverageIgnore
  3099.      */
  3100.     public function isTraitable()
  3101.     {
  3102.         return false;
  3103.     }
  3104.     /**
  3105.      * @codeCoverageIgnore
  3106.      */
  3107.     public function getDebugInfo()
  3108.     {
  3109.         return array (  3177 => 24,  3172 => 22,  3169 => 21,  3166 => 20,  3163 => 19,  3161 => 18,  3159 => 17,  3137 => 16,  3116 => 13,  3113 => 12,  3089 => 11,  3068 => 8,  3066 => 7,  3065 => 6,  3062 => 5,  3037 => 4,  3003 => 1362,  2996 => 1358,  2989 => 1354,  2902 => 1269,  2892 => 1243,  2890 => 1242,  2883 => 1237,  2862 => 1235,  2845 => 1234,  2839 => 1230,  2835 => 1229,  2831 => 1228,  2827 => 1227,  2821 => 1224,  2817 => 1223,  2813 => 1221,  2800 => 1220,  2786 => 1217,  2782 => 1215,  2777 => 1212,  2771 => 1207,  2769 => 1206,  2757 => 1198,  2755 => 1197,  2749 => 1193,  2734 => 1181,  2717 => 1166,  2715 => 1165,  2709 => 1162,  2705 => 1160,  2701 => 1158,  2698 => 1157,  2684 => 1156,  2678 => 1155,  2660 => 1154,  2658 => 1153,  2638 => 1135,  2636 => 1134,  2629 => 1130,  2623 => 1128,  2621 => 1127,  2617 => 1125,  2612 => 1122,  2607 => 1119,  2597 => 1115,  2593 => 1113,  2589 => 1112,  2581 => 1110,  2578 => 1109,  2573 => 1106,  2553 => 1102,  2548 => 1100,  2540 => 1095,  2536 => 1094,  2532 => 1093,  2528 => 1092,  2521 => 1090,  2518 => 1089,  2501 => 1088,  2493 => 1086,  2490 => 1085,  2485 => 1082,  2465 => 1078,  2461 => 1077,  2452 => 1071,  2448 => 1070,  2444 => 1069,  2440 => 1068,  2433 => 1066,  2430 => 1065,  2413 => 1064,  2405 => 1062,  2403 => 1061,  2399 => 1059,  2389 => 1052,  2381 => 1049,  2378 => 1048,  2374 => 1047,  2364 => 1040,  2356 => 1037,  2353 => 1036,  2349 => 1035,  2339 => 1028,  2333 => 1024,  2329 => 1023,  2327 => 1022,  2323 => 1020,  2321 => 1019,  2318 => 1018,  2309 => 1011,  2304 => 1008,  2299 => 1005,  2297 => 1004,  2293 => 1003,  2289 => 1002,  2286 => 1001,  2283 => 1000,  2280 => 999,  2273 => 995,  2268 => 993,  2263 => 992,  2253 => 987,  2249 => 986,  2244 => 985,  2241 => 984,  2238 => 983,  2231 => 979,  2227 => 978,  2222 => 977,  2220 => 976,  2215 => 973,  2210 => 970,  2183 => 945,  2180 => 943,  2178 => 942,  2175 => 941,  2170 => 938,  2156 => 937,  2153 => 936,  2136 => 935,  2132 => 933,  2126 => 930,  2116 => 922,  2114 => 921,  2107 => 916,  2105 => 915,  2101 => 913,  2093 => 912,  2087 => 909,  2083 => 908,  2078 => 907,  2072 => 906,  2068 => 905,  2059 => 898,  2055 => 897,  2051 => 896,  2045 => 895,  2041 => 894,  2037 => 893,  2033 => 892,  2029 => 890,  2026 => 889,  2024 => 888,  2018 => 885,  2014 => 884,  2010 => 883,  2002 => 877,  1996 => 790,  1990 => 789,  1988 => 788,  1982 => 786,  1976 => 783,  1973 => 782,  1967 => 779,  1964 => 778,  1962 => 777,  1959 => 776,  1953 => 775,  1950 => 774,  1947 => 773,  1944 => 772,  1939 => 771,  1934 => 770,  1931 => 769,  1929 => 768,  1924 => 765,  1918 => 764,  1915 => 763,  1909 => 760,  1906 => 759,  1900 => 756,  1897 => 755,  1891 => 752,  1888 => 751,  1886 => 750,  1883 => 749,  1880 => 748,  1874 => 747,  1871 => 746,  1868 => 745,  1865 => 744,  1860 => 743,  1855 => 742,  1852 => 741,  1850 => 740,  1841 => 733,  1835 => 732,  1832 => 731,  1829 => 730,  1827 => 729,  1825 => 728,  1822 => 727,  1815 => 725,  1809 => 724,  1804 => 722,  1799 => 721,  1793 => 718,  1790 => 717,  1787 => 716,  1781 => 713,  1778 => 712,  1776 => 711,  1771 => 709,  1768 => 708,  1766 => 707,  1761 => 705,  1758 => 704,  1755 => 703,  1753 => 702,  1746 => 701,  1743 => 700,  1739 => 699,  1735 => 698,  1732 => 697,  1729 => 696,  1727 => 695,  1724 => 694,  1720 => 692,  1713 => 690,  1707 => 689,  1702 => 687,  1695 => 686,  1689 => 683,  1686 => 682,  1683 => 681,  1677 => 678,  1674 => 677,  1672 => 676,  1667 => 674,  1664 => 673,  1662 => 672,  1657 => 670,  1654 => 669,  1651 => 668,  1649 => 667,  1642 => 666,  1639 => 665,  1635 => 664,  1629 => 663,  1625 => 661,  1618 => 659,  1612 => 658,  1607 => 656,  1600 => 655,  1594 => 652,  1591 => 651,  1588 => 650,  1582 => 647,  1579 => 646,  1577 => 645,  1572 => 643,  1569 => 642,  1567 => 641,  1562 => 639,  1559 => 638,  1556 => 637,  1554 => 636,  1547 => 635,  1544 => 634,  1540 => 633,  1535 => 630,  1528 => 628,  1522 => 627,  1517 => 625,  1510 => 624,  1504 => 621,  1501 => 620,  1498 => 619,  1492 => 616,  1489 => 615,  1487 => 614,  1482 => 612,  1479 => 611,  1477 => 610,  1472 => 608,  1469 => 607,  1466 => 606,  1464 => 605,  1457 => 604,  1454 => 603,  1450 => 602,  1446 => 600,  1443 => 599,  1441 => 598,  1438 => 597,  1432 => 596,  1429 => 595,  1426 => 594,  1423 => 593,  1420 => 592,  1417 => 591,  1412 => 590,  1410 => 589,  1407 => 588,  1402 => 587,  1398 => 586,  1395 => 585,  1392 => 584,  1390 => 583,  1379 => 575,  1370 => 569,  1361 => 563,  1352 => 557,  1343 => 550,  1338 => 547,  1333 => 544,  1323 => 540,  1319 => 538,  1315 => 537,  1307 => 535,  1304 => 534,  1299 => 531,  1279 => 527,  1275 => 526,  1266 => 520,  1262 => 519,  1258 => 518,  1254 => 517,  1247 => 515,  1244 => 514,  1227 => 513,  1219 => 511,  1216 => 510,  1211 => 507,  1191 => 503,  1187 => 502,  1178 => 496,  1174 => 495,  1170 => 494,  1166 => 493,  1159 => 491,  1156 => 490,  1139 => 489,  1130 => 486,  1128 => 485,  1124 => 483,  1114 => 476,  1106 => 473,  1103 => 472,  1099 => 471,  1089 => 464,  1081 => 461,  1078 => 460,  1074 => 459,  1064 => 452,  1058 => 448,  1054 => 447,  1052 => 446,  1048 => 444,  1046 => 443,  1039 => 439,  1032 => 434,  1024 => 429,  1018 => 425,  1016 => 424,  1012 => 421,  1009 => 420,  1007 => 419,  1003 => 416,  1000 => 415,  998 => 414,  996 => 413,  994 => 412,  990 => 409,  986 => 407,  980 => 405,  978 => 404,  976 => 403,  972 => 401,  968 => 399,  962 => 397,  960 => 396,  958 => 395,  954 => 393,  950 => 391,  942 => 389,  940 => 388,  936 => 386,  932 => 384,  926 => 382,  924 => 381,  922 => 380,  914 => 374,  910 => 372,  904 => 369,  901 => 368,  899 => 367,  892 => 362,  888 => 360,  882 => 357,  879 => 356,  877 => 355,  868 => 349,  859 => 343,  850 => 337,  841 => 331,  832 => 325,  823 => 319,  814 => 312,  811 => 311,  807 => 309,  804 => 308,  790 => 307,  787 => 306,  779 => 303,  776 => 302,  768 => 299,  765 => 298,  762 => 297,  759 => 296,  756 => 295,  753 => 294,  750 => 293,  733 => 292,  728 => 290,  725 => 289,  714 => 286,  709 => 284,  705 => 282,  701 => 281,  696 => 278,  693 => 277,  690 => 276,  680 => 269,  677 => 268,  670 => 263,  666 => 261,  661 => 259,  656 => 258,  654 => 257,  647 => 253,  643 => 251,  639 => 249,  636 => 248,  622 => 247,  616 => 246,  598 => 245,  596 => 244,  587 => 238,  576 => 230,  571 => 227,  567 => 225,  562 => 222,  556 => 217,  554 => 216,  542 => 208,  540 => 207,  534 => 203,  519 => 191,  502 => 176,  499 => 175,  497 => 174,  492 => 171,  490 => 170,  484 => 166,  481 => 165,  473 => 164,  471 => 163,  467 => 161,  464 => 160,  456 => 159,  454 => 158,  450 => 156,  447 => 155,  439 => 154,  437 => 153,  428 => 147,  420 => 141,  416 => 139,  413 => 138,  409 => 136,  401 => 134,  398 => 133,  396 => 132,  392 => 130,  389 => 129,  381 => 128,  379 => 127,  375 => 125,  372 => 124,  364 => 123,  362 => 122,  358 => 120,  355 => 119,  347 => 118,  345 => 117,  336 => 111,  328 => 105,  319 => 98,  314 => 95,  309 => 92,  307 => 91,  303 => 90,  299 => 89,  296 => 88,  293 => 87,  290 => 86,  283 => 82,  278 => 80,  273 => 79,  264 => 75,  259 => 73,  254 => 72,  251 => 71,  248 => 70,  241 => 66,  236 => 64,  231 => 63,  229 => 62,  221 => 56,  213 => 51,  207 => 47,  205 => 46,  199 => 45,  193 => 43,  180 => 42,  162 => 37,  149 => 36,  124 => 34,  108 => 31,  95 => 30,  70 => 28,  41 => 1,);
  3110.     }
  3111.     public function getSourceContext()
  3112.     {
  3113.         return new Source("{% extends 'ProfilePreview/grid.html.twig' %}
  3114. {# Проверяем есть ли у нас вообще данные для табов #}
  3115. {%- macro _show_tabs(photos,selfies,videos,isDeleted) -%}
  3116.     {% if isDeleted %}false{% elseif (photos is defined and photos|length > 0) or
  3117.         (selfies is defined and selfies|length > 0) or
  3118.         (videos is defined and videos|length > 0)
  3119.     %}true{% else %}false{% endif %}
  3120. {%- endmacro -%}
  3121. {% macro _data_wrapper(text, value, shortText = '') %}
  3122.     {% set value = value ? value : '-' %}
  3123.     {{ value }}
  3124. {% endmacro %}
  3125. {% macro _time_to_work(profile) %}
  3126.     {% if (profile.phoneCallRestrictions.timeFrom == '' and profile.phoneCallRestrictions.timeTo == '') or
  3127.         (profile.phoneCallRestrictions.timeFrom == profile.phoneCallRestrictions.timeTo) %}
  3128.         {% trans with {} from 'profile' %}Круглосуточно{% endtrans %}
  3129.     {% else %}
  3130.         с
  3131.         {{ profile.phoneCallRestrictions.timeFrom == '' ? 0 : profile.phoneCallRestrictions.timeFrom }}
  3132.         до
  3133.         {{ profile.phoneCallRestrictions.timeTo == '' ? 0 : profile.phoneCallRestrictions.timeTo }}
  3134.     {% endif %}
  3135. {% endmacro %}
  3136. {% block title %}{{ seo_title() }}{% endblock %}
  3137. {% block metaDescription %}
  3138. \t<meta name=\"description\" content=\"{{ seo_description() }}\">
  3139. {% endblock %}
  3140. {% block name_page %}profile{% endblock %}
  3141. {% block stylesheet %}
  3142.     {{ parent() }}
  3143.     <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css\">
  3144.     <link rel=\"stylesheet\" href=\"/assets/vendors/lightgallery/css/lightgallery.min.css\">
  3145. {% endblock %}
  3146. {% block mainContainer %}
  3147.     {{ knp_menu_render('breadcrumbs', {'template': '_menu/breadcrumbs.html.twig'}) }}
  3148.     <div class=\"d-flex align-items-center flex-fill model-header\">
  3149.         <h1 class=\"border-line\">Индивидуалка {{ profile.name }} <span>- ID {{ profile.id }}</span></h1>
  3150.         {% if profile.approved %}
  3151.             <div class=\"model-header__verification ml-auto d-flex align-items-center\">
  3152.                 <span class=\"d-none d-sm-block\">Фото проверено</span>
  3153.                 <div class=\"model-header__verification-circle d-flex align-items-center justify-content-center ml-2 ml-sm-3\">
  3154.                     <svg class=\"icon\">
  3155.                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-verification-2\"></use>
  3156.                     </svg>
  3157.                 </div>
  3158.             </div>
  3159.         {% endif %}
  3160.     </div>
  3161.     <div class=\"d-lg-flex\">
  3162.         <div class=\"modal-main flex-fill order-lg-2\">
  3163.             <div class=\"modal-info d-xxl-flex mb-3 mb-lg-4\">
  3164.                 <div class=\"modal-col modal-info__items first\">
  3165.                     <div class=\"modal-info__items-preview d-block d-lg-none float-left\" id=\"girl_avatar\">
  3166.                         {% if profile.deleted %}
  3167.                             <a href=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\" class=\"girl-avatar__small\">
  3168.                                 <img itemprop=\"contentUrl\" src=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\"
  3169.                                     loading=\"lazy\"
  3170.                                      alt=\"Анкета {{ profile.name|trans }} удалена\"
  3171.                                      class=\"img-fluid\">
  3172.                             </a>
  3173.                         {% else %}
  3174.                             {% set photo = profile|avatar %}
  3175.                             {% if photo %}
  3176.                                 <a href=\"{{ responsive_asset(photo.path, 'profile_media', \"fullsize\", \"jpg\") }}\" class=\"girl-avatar__small\">
  3177.                                     <img itemprop=\"contentUrl\" src=\"{{ responsive_asset(photo.path, 'profile_media', \"357x500\", \"jpg\") }}\"
  3178.                                         loading=\"lazy\"
  3179.                                          alt=\"{{ profile.name|trans }}, {{ 'год'|plural(profile.personParameters.age) }}\"
  3180.                                          class=\"img-fluid\">
  3181.                                 </a>
  3182.                             {% else %}
  3183.                                 <a href=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\" class=\"girl-avatar__small\">
  3184.                                     <img itemprop=\"contentUrl\" src=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\"
  3185.                                         loading=\"lazy\"
  3186.                                         alt=\"Фотография {{ profile.name|trans }} отсутствует\"
  3187.                                         class=\"img-fluid\">
  3188.                                 </a>
  3189.                             {% endif %}
  3190.                         {% endif %}
  3191.                         {% if  is_user_customer(app.user) and not profile.deleted %}
  3192.                             <button type=\"button\"
  3193.                                     data-url-add=\"{{ path('account.favourites.remove', {profile: profile.id}) }}\"
  3194.                                     data-url-remove=\"{{ path('account.favourites.add', {profile: profile.id}) }}\"
  3195.                                     {% if is_profile_in_favourites(profile) %}
  3196.                                     title=\"Убрать из избранного\"
  3197.                                     class=\"btn favorite like\" id=\"favorite\">
  3198.                                 {% else %}
  3199.                                     title=\"Добавить в избранное\"
  3200.                                     class=\"btn favorite unlike\" id=\"favorite\">
  3201.                                 {% endif %}
  3202.                                 <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  3203.                                     <path d=\"M0 20C0 8.95431 8.95431 0 20 0V0C31.0457 0 40 8.95431 40 20V20C40 31.0457 31.0457 40 20 40V40C8.95431 40 0 31.0457 0 20V20Z\" fill=\"#F7901D\"/>
  3204.                                     <path d=\"M20 33L18.26 31.3455C12.08 25.4921 8 21.6316 8 16.8937C8 13.0332 10.904 10 14.6 10C16.688 10 18.692 11.0153 20 12.6196C21.308 11.0153 23.312 10 25.4 10C29.096 10 32 13.0332 32 16.8937C32 21.6316 27.92 25.4921 21.74 31.358L20 33Z\" fill=\"white\"/>
  3205.                                     <path class=\"ar\" d=\"M18.667 25.126L14 20.412L15.424 19.008L18.681 22.294L26.008 15L27.416 16.42L18.667 25.126Z\" fill=\"#F7901D\"/>
  3206.                                 </svg>
  3207.                             </button>
  3208.                         {% endif %}
  3209.                     </div>
  3210.                     <div>
  3211.                         <div class=\"modal-info__items-block first d-flex flex-column flex-md-row\">
  3212.                             <div class=\"block-item pb-2 pb-md-0 w-100\">
  3213.                                 <div class=\"block-item__title d-flex align-items-center mb-2 mb-md-3\">
  3214.                                     <svg class=\"icon mr-2 clr-1\">
  3215.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-apartments\"></use>
  3216.                                     </svg>
  3217.                                     Апартаменты
  3218.                                 </div>
  3219.                                 <div class=\"block-item__description clr-1\">
  3220.                                     <p class=\"d-flex\">Час <span class=\"ml-auto\">
  3221.                                             {% if profile.apartmentsPricing.oneHourPrice %}
  3222.                                                 {{ profile.apartmentsPricing.oneHourPrice }} {{ profile.city.countryCode|country_currency }}
  3223.                                             {% else %}-{% endif %}
  3224.                                         </span></p>
  3225.                                     <p class=\"d-flex\">2 часа <span class=\"ml-auto\">
  3226.                                             {% if profile.apartmentsPricing.twoHoursPrice %}
  3227.                                                 {{ profile.apartmentsPricing.twoHoursPrice }} {{ profile.city.countryCode|country_currency }}
  3228.                                             {% else %}-{% endif %}
  3229.                                         </span></p>
  3230.                                     <p class=\"d-flex\">Ночь <span class=\"ml-auto\">
  3231.                                             {% if profile.apartmentsPricing.nightPrice %}
  3232.                                                 {{ profile.apartmentsPricing.nightPrice }} {{ profile.city.countryCode|country_currency }}
  3233.                                             {% else %}-{% endif %}
  3234.                                         </span></p>
  3235.                                     <p class=\"d-flex\">Экспресс <span class=\"ml-auto\">
  3236.                                             {% if profile.expressPricing.provided %}
  3237.                                                 {% if profile.expressPricing.price %}
  3238.                                                     {{ profile.expressPricing.price }} {{ profile.city.countryCode|country_currency }}
  3239.                                                 {% else %}
  3240.                                                     -
  3241.                                                 {% endif %}
  3242.                                             {% else %}
  3243.                                                 -
  3244.                                             {% endif %}
  3245.                                         </span></p>
  3246.                                 </div>
  3247.                             </div>
  3248.                             <div class=\"block-item pl-0 pl-md-3 pl-xl-5 w-100\">
  3249.                                 <div class=\"block-item__title d-flex align-items-center mb-2 mb-md-3\">
  3250.                                     <svg class=\"icon mr-2 clr-2\">
  3251.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-car\"></use>
  3252.                                     </svg>
  3253.                                     Выезд
  3254.                                 </div>
  3255.                                 <div class=\"block-item__description clr-2\">
  3256.                                     <p class=\"d-flex\">Час <span class=\"ml-auto\">
  3257.                                             {% if profile.takeOutPricing.oneHourPrice %}
  3258.                                                 {{ profile.takeOutPricing.oneHourPrice }} {{ profile.city.countryCode|country_currency }}
  3259.                                             {% else %}-{% endif %}
  3260.                                         </span></p>
  3261.                                     <p class=\"d-flex\">2 часа <span class=\"ml-auto\">
  3262.                                             {% if profile.takeOutPricing.twoHoursPrice %}
  3263.                                                 {{ profile.takeOutPricing.twoHoursPrice }} {{ profile.city.countryCode|country_currency }}
  3264.                                             {% else %}-{% endif %}
  3265.                                         </span></p>
  3266.                                     <p class=\"d-flex\">Ночь <span class=\"ml-auto\">
  3267.                                             {% if profile.takeOutPricing.nightPrice %}
  3268.                                                 {{ profile.takeOutPricing.nightPrice }} {{ profile.city.countryCode|country_currency }}
  3269.                                             {% else %}-{% endif %}
  3270.                                         </span></p>
  3271.                                 </div>
  3272.                             </div>
  3273.                         </div>
  3274.                         {% if not profile.deleted %}
  3275.                             <div class=\"modal-info__items-block modal-info__items-block-phone\">
  3276.                                 <div class=\"d-flex flex-wrap mb-2 mb-sm-3\">
  3277.                                     <div class=\"model-phone d-flex align-items-center model-phone-desc\">
  3278.                                         {% if profile.isActive or not profile.hidden %}
  3279.                                             {% set onlyPhoneNumber = profile.phoneNumber|replace({' ': '', '-': '', '(': '', ')': ''}) %}
  3280.                                             <div class=\"telephone d-flex\">
  3281.                                                 <button class=\"number\" type=\"button\" onclick=\"this.classList.add('d-none');this.nextElementSibling.classList.remove('d-none')\">
  3282.                                                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  3283.                                                         <g clip-path=\"url(#clip0_2802_159460)\">
  3284.                                                         <path d=\"M15.4825 10.8312C15.2851 10.6339 15.0175 10.5231 14.7385 10.5231C14.4594 10.5231 14.1918 10.6339 13.9944 10.8312L12.317 12.5086C11.5393 12.2771 10.0881 11.7509 9.16834 10.8312C8.24858 9.91149 7.7224 8.46036 7.49089 7.6827L9.16834 6.00531C9.36563 5.80798 9.47645 5.54037 9.47645 5.26133C9.47645 4.9823 9.36563 4.71468 9.16834 4.51735L4.95892 0.308102C4.76158 0.110824 4.49395 0 4.21491 0C3.93586 0 3.66824 0.110824 3.47089 0.308102L0.616908 3.16197C0.217013 3.56185 -0.00819095 4.11115 0.000227882 4.67204C0.024432 6.17053 0.42117 11.3753 4.52325 15.4772C8.62533 19.5791 13.8303 19.9747 15.3299 20H15.3593C15.915 20 16.4401 19.7811 16.8379 19.3833L19.6919 16.5295C19.8892 16.3321 20 16.0645 20 15.7855C20 15.5065 19.8892 15.2388 19.6919 15.0415L15.4825 10.8312ZM15.3488 17.8943C14.0355 17.8722 9.54193 17.5197 6.01128 13.9881C2.46905 10.4461 2.12598 5.93691 2.10494 4.64994L4.21491 2.54005L6.9363 5.26133L5.5756 6.62197C5.45191 6.74556 5.36097 6.89803 5.31099 7.06559C5.26101 7.23315 5.25358 7.41052 5.28936 7.58168C5.31462 7.70269 5.93235 10.5723 7.67926 12.3192C9.42617 14.066 12.2959 14.6837 12.417 14.709C12.588 14.7459 12.7656 14.7391 12.9333 14.6892C13.1011 14.6394 13.2536 14.5481 13.3767 14.4238L14.7385 13.0632L17.4598 15.7844L15.3488 17.8943Z\" fill=\"white\"/>
  3285.                                                         </g>
  3286.                                                         <defs>
  3287.                                                         <clipPath id=\"clip0_2802_159460\">
  3288.                                                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  3289.                                                         </clipPath>
  3290.                                                         </defs>
  3291.                                                     </svg>
  3292.                                                     <span>Показать телефон</span>
  3293.                                                 </button>
  3294.                                                 <!--noindex--><a href=\"tel:{{ onlyPhoneNumber }}\" rel=\"nofollow\" class=\"number d-none\">
  3295.                                                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  3296.                                                         <g clip-path=\"url(#clip0_2802_159460)\">
  3297.                                                         <path d=\"M15.4825 10.8312C15.2851 10.6339 15.0175 10.5231 14.7385 10.5231C14.4594 10.5231 14.1918 10.6339 13.9944 10.8312L12.317 12.5086C11.5393 12.2771 10.0881 11.7509 9.16834 10.8312C8.24858 9.91149 7.7224 8.46036 7.49089 7.6827L9.16834 6.00531C9.36563 5.80798 9.47645 5.54037 9.47645 5.26133C9.47645 4.9823 9.36563 4.71468 9.16834 4.51735L4.95892 0.308102C4.76158 0.110824 4.49395 0 4.21491 0C3.93586 0 3.66824 0.110824 3.47089 0.308102L0.616908 3.16197C0.217013 3.56185 -0.00819095 4.11115 0.000227882 4.67204C0.024432 6.17053 0.42117 11.3753 4.52325 15.4772C8.62533 19.5791 13.8303 19.9747 15.3299 20H15.3593C15.915 20 16.4401 19.7811 16.8379 19.3833L19.6919 16.5295C19.8892 16.3321 20 16.0645 20 15.7855C20 15.5065 19.8892 15.2388 19.6919 15.0415L15.4825 10.8312ZM15.3488 17.8943C14.0355 17.8722 9.54193 17.5197 6.01128 13.9881C2.46905 10.4461 2.12598 5.93691 2.10494 4.64994L4.21491 2.54005L6.9363 5.26133L5.5756 6.62197C5.45191 6.74556 5.36097 6.89803 5.31099 7.06559C5.26101 7.23315 5.25358 7.41052 5.28936 7.58168C5.31462 7.70269 5.93235 10.5723 7.67926 12.3192C9.42617 14.066 12.2959 14.6837 12.417 14.709C12.588 14.7459 12.7656 14.7391 12.9333 14.6892C13.1011 14.6394 13.2536 14.5481 13.3767 14.4238L14.7385 13.0632L17.4598 15.7844L15.3488 17.8943Z\" fill=\"white\"/>
  3298.                                                         </g>
  3299.                                                         <defs>
  3300.                                                         <clipPath id=\"clip0_2802_159460\">
  3301.                                                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  3302.                                                         </clipPath>
  3303.                                                         </defs>
  3304.                                                     </svg>
  3305.                                                     <span>{{- profile.phoneNumber -}}</span>
  3306.                                                 </a><!--/noindex-->
  3307.                                                 <!--noindex-->
  3308.                                                 {%- if profile.messengers.whatsApp -%}
  3309.                                                     <a href=\"https://wa.me/{{ onlyPhoneNumber|replace({'+': ''}) }}?text=Привет,%20{{ profile.name }}!%20Нашел%20твою%20анкету%20на%20Стрелочках.\" rel=\"nofollow\" class=\"whatsup\" target=\"_blank\">
  3310.                                                         <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  3311.                                                             <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#48C95F\"/>
  3312.                                                             <path d=\"M27.9268 12.0625C25.9512 10.0937 23.3171 9 20.5366 9C14.7561 9 10.0732 13.6667 10.0732 19.4271C10.0732 21.25 10.5854 23.0729 11.4634 24.6042L10 30L15.561 28.5417C17.0976 29.3438 18.7805 29.7812 20.5366 29.7812C26.3171 29.7812 31 25.1146 31 19.3542C30.9268 16.6563 29.9024 14.0312 27.9268 12.0625ZM25.5854 23.1458C25.3659 23.7292 24.3415 24.3125 23.8293 24.3854C23.3902 24.4583 22.8049 24.4583 22.2195 24.3125C21.8537 24.1667 21.3415 24.0208 20.7561 23.7292C18.122 22.6354 16.439 20.0104 16.2927 19.7917C16.1463 19.6458 15.1951 18.4062 15.1951 17.0937C15.1951 15.7812 15.8537 15.1979 16.0732 14.9062C16.2927 14.6146 16.5854 14.6146 16.8049 14.6146C16.9512 14.6146 17.1707 14.6146 17.3171 14.6146C17.4634 14.6146 17.6829 14.5417 17.9024 15.0521C18.1219 15.5625 18.6341 16.875 18.7073 16.9479C18.7805 17.0938 18.7805 17.2396 18.7073 17.3854C18.6341 17.5312 18.561 17.6771 18.4146 17.8229C18.2683 17.9687 18.1219 18.1875 18.0488 18.2604C17.9024 18.4062 17.7561 18.5521 17.9024 18.7708C18.0488 19.0625 18.561 19.8646 19.3659 20.5937C20.3902 21.4687 21.1951 21.7604 21.4878 21.9063C21.7805 22.0521 21.9268 21.9792 22.0732 21.8333C22.2195 21.6875 22.7317 21.1042 22.878 20.8125C23.0244 20.5208 23.2439 20.5938 23.4634 20.6667C23.6829 20.7396 25 21.3958 25.2195 21.5417C25.5122 21.6875 25.6585 21.7604 25.7317 21.8333C25.8049 22.0521 25.8049 22.5625 25.5854 23.1458Z\" fill=\"white\"/>
  3313.                                                         </svg>
  3314.                                                     </a>
  3315.                                                 {%- endif -%}
  3316.                                                 {%- if profile.messengers.telegram -%}
  3317.                                                     <svg class=\"telegram\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  3318.                                                         <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#2F89CE\"/>
  3319.                                                         <path d=\"M9.3507 20.3741L13.9488 22.0886L15.7413 27.8557C15.8192 28.2454 16.2868 28.3233 16.5985 28.0895L19.1703 25.9853C19.4041 25.7515 19.7938 25.7515 20.1055 25.9853L24.7036 29.3364C25.0154 29.5702 25.483 29.4144 25.5609 29.0247L28.99 12.6587C29.0679 12.269 28.6782 11.8793 28.2886 12.0352L9.3507 19.3609C8.8831 19.5168 8.8831 20.2182 9.3507 20.3741ZM15.5075 21.2313L24.5477 15.6981C24.7036 15.6201 24.8595 15.8539 24.7036 15.9319L17.2999 22.868C17.0661 23.1018 16.8323 23.4135 16.8323 23.8032L16.5985 25.6736C16.5985 25.9074 16.2089 25.9853 16.1309 25.6736L15.1957 22.2445C14.9619 21.8548 15.1178 21.3872 15.5075 21.2313Z\" fill=\"white\"/>
  3320.                                                     </svg>
  3321.                                                 {%- endif -%}
  3322.                                                 <!--/noindex-->
  3323.                                             </div>
  3324.                                         {% else %}
  3325.                                             <p class=\"model-phone__arhive m-0 color-silver\">анкета в архиве</p>
  3326.                                         {% endif %}
  3327.                                     </div>
  3328.                                     <div class=\"model-warning d-flex align-items-center pt-2 pt-md-0\">
  3329.                                         <svg class=\"icon mr-2\">
  3330.                                             <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-warning\"></use>
  3331.                                         </svg>
  3332.                                         Никогда не отправляйте предоплату!
  3333.                                     </div>
  3334.                                 </div>
  3335.                                 <p class=\"model-thank mb-2 mb-sm-3\">
  3336.                                     Не забудьте сказать, что звоните с сайта \"spbdosug\"
  3337.                                     <svg class=\"icon ml-2\">
  3338.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-emoja\"></use>
  3339.                                     </svg>
  3340.                                 </p>
  3341.                                 <div class=\"d-flex modal-info-text\">
  3342.                                     <p class=\"mr-2\">Отвечаю на:<br/>
  3343.                                         <span>
  3344.                                             {% if profile.phoneCallRestrictions.answeringTo|length > 0 %}
  3345.                                                 {% for answeringTo in profile.phoneCallRestrictions.answeringTo %}
  3346.                                                     {{ answeringTo|answering_to|trans({}, 'phone_call_restrictions') }}{% if not loop.last %},{% endif %}
  3347.                                                 {% endfor %}
  3348.                                             {% else %}
  3349.                                                 Не указано
  3350.                                             {% endif %}
  3351.                                         </span>
  3352.                                     </p>
  3353.                                     <p class=\"ml-auto\">Удобное время для звонка:<br/><span>{{ _self._time_to_work(profile) }}</span></p>
  3354.                                 </div>
  3355.                                 <div class=\"d-flex modal-info-text mt-2\">
  3356.                                     <p class=\"mr-2\">Ограничение по возрасту партнера:<br/>
  3357.                                         <span>{% if profile.clientRestrictions.minAge or profile.clientRestrictions.maxAge %}
  3358.                                             от {{ profile.clientRestrictions.minAge ? profile.clientRestrictions.minAge : '-' }}
  3359.                                             до {{ profile.clientRestrictions.maxAge ? profile.clientRestrictions.maxAge : '-' }}
  3360.                                             {% else %}
  3361.                                                Не указано
  3362.                                             {% endif %}
  3363.                                         </span>
  3364.                                     </p>
  3365.                                 </div>
  3366.                             </div>
  3367.                         {% else %}
  3368.                             <div class=\"lock-block d-flex align-items-center\">
  3369.                                 <img src=\"{{ asset('assets/images/icons/profile-lock.svg','basicConfig') }}\" loading=\"lazy\">
  3370.                                 <div class=\"text-block\">
  3371.                                     <p class=\"title\">Девушка не работает</p>
  3372.                                     <p class=\"lock\">Анкета доступна только по прямой ссылке и не показывается в результатах поиска.</p>
  3373.                                 </div>
  3374.                             </div>
  3375.                         {% endif %}
  3376.                         {% if profile.city.uriIdentity == default_city().uriIdentity %}
  3377.                             {% if profile.stations|length > 0 %}
  3378.                                 <div class=\"modal-info__items-block modal-info__items-block-metro pb-0 pb-sm-3 d-flex d-sm-block\">
  3379.                                     <div class=\"metro-items d-sm-flex w-100 align-items-center flex-wrap mb-2 mb-xl-3\">
  3380.                                         Метро:
  3381.                                         {% for station in profile.stations|slice(0,3) %}
  3382.                                             <div class=\"metro-item\">
  3383.                                                 <svg class=\"icon mr-1\">
  3384.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-metro\"></use>
  3385.                                                 </svg>
  3386.                                                 <a href=\"{{ path('profile_list.list_by_station', {'city': city.uriIdentity, 'station': station.uriIdentity}) }}\">{{ station.name|trans }}</a>
  3387.                                             </div>
  3388.                                         {% endfor %}
  3389.                                     </div>
  3390.                                     {% if profile.stations|length > 0 %}<div class=\"metro-items d-sm-flex w-100 align-items-center flex-wrap\">
  3391.                                         Район:
  3392.                                         {% for station in profile.stations %}
  3393.                                             {% if loop.first %}
  3394.                                                 {% set stationDistrict = station.district %}
  3395.                                                 {% if stationDistrict %}
  3396.                                                     {% set districtCounty = stationDistrict.county %}
  3397.                                                     {% if districtCounty %}
  3398.                                                         <div class=\"metro-item\">
  3399.                                                             <a href=\"{{ path('profile_list.list_by_county', {'city': profile.city.uriIdentity, 'county': districtCounty.uriIdentity}) }}\">{{ districtCounty.name|trans }}</a>,
  3400.                                                         </div>
  3401.                                                     {% endif %}
  3402.                                                     <div class=\"metro-item\">
  3403.                                                         <a href=\"{{ path('profile_list.list_by_district', {'city': profile.city.uriIdentity, 'district': stationDistrict.uriIdentity}) }}\">{{ stationDistrict.name|trans }}</a>
  3404.                                                     </div>
  3405.                                                 {% endif %}
  3406.                                             {% endif %}
  3407.                                         {% endfor %}
  3408.                                     </div>{% endif %}
  3409.                                 </div>
  3410.                             {% endif %}
  3411.                         {% endif %}
  3412.                     </div>
  3413.                 </div>
  3414.                 <div class=\"modal-col modal-info__items mb-3 mb-md-0\">
  3415.                     <div class=\"modal-info__items-row d-flex flex-wrap\">
  3416.                         <div class=\"box-col text-center\">
  3417.                             <div class=\"box-item\">
  3418.                                 <span class=\"d-block\">Возраст</span>
  3419.                                 {{ _self._data_wrapper('Возраст', profile.personParameters.age) }}
  3420.                             </div>
  3421.                         </div>
  3422.                         <div class=\"box-col text-center\">
  3423.                             <div class=\"box-item\">
  3424.                                 <span class=\"d-block\">Рост</span>
  3425.                                 {{ _self._data_wrapper('Рост', profile.personParameters.height) }}
  3426.                             </div>
  3427.                         </div>
  3428.                         <div class=\"box-col text-center\">
  3429.                             <div class=\"box-item\">
  3430.                                 <span class=\"d-block\">Вес</span>
  3431.                                 {{ _self._data_wrapper('Вес', profile.personParameters.weight) }}
  3432.                             </div>
  3433.                         </div>
  3434.                         <div class=\"box-col text-center\">
  3435.                             <div class=\"box-item\">
  3436.                                 <span class=\"d-block\">Одежда</span>
  3437.                                 {{ _self._data_wrapper('Размер одежды', profile.personParameters.clothSize, 'Одежда') }}
  3438.                             </div>
  3439.                         </div>
  3440.                         <div class=\"box-col text-center\">
  3441.                             <div class=\"box-item\">
  3442.                                 <span class=\"d-block\">Обувь</span>
  3443.                                 {{ _self._data_wrapper('Размер обуви', profile.personParameters.shoesSize, 'Обувь') }}
  3444.                             </div>
  3445.                         </div>
  3446.                         <div class=\"box-col text-center\">
  3447.                             <div class=\"box-item\">
  3448.                                 <span class=\"d-block\">Грудь</span>
  3449.                                 {{ _self._data_wrapper('Размер груди', profile.personParameters.breastSize, 'Грудь') }}
  3450.                             </div>
  3451.                         </div>
  3452.                         <div class=\"box-col text-center\">
  3453.                             <div class=\"box-item\">
  3454.                                 <span class=\"d-block\">Тату</span>
  3455.                                 {% if profile.personParameters.tattoo %}
  3456.                                     <svg class=\"icon mr-1\">
  3457.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-check\"></use>
  3458.                                     </svg>
  3459.                                 {% else %}
  3460.                                     -
  3461.                                 {% endif %}
  3462.                             </div>
  3463.                         </div>
  3464.                         <div class=\"box-col text-center\">
  3465.                             <div class=\"box-item\">
  3466.                                 <span class=\"d-block\">Пирсинг</span>
  3467.                                 {% if profile.personParameters.piercing %}
  3468.                                     <svg class=\"icon mr-1\">
  3469.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-check\"></use>
  3470.                                     </svg>
  3471.                                 {% else %}
  3472.                                     -
  3473.                                 {% endif %}
  3474.                             </div>
  3475.                         </div>
  3476.                     </div>
  3477.                     <div class=\"modal-info__items-block d-sm-flex\">
  3478.                         <div class=\"description-items\">
  3479.                             <p class=\"description-item d-flex align-items-center\"><span>Телосложение:</span>
  3480.                                 {% if profile.personParameters.bodyType|body_type %}
  3481.                                     {# <a target=\"_blank\" href=\"{{ path('profile_list.list_by_body_type', {'city': city.uriIdentity, 'bodyType': profile.personParameters.bodyType|body_type|slugify}) }}\">{{ profile.personParameters.bodyType|body_type|trans({}, 'body_types') }}</a> #}
  3482.                                     {{ profile.personParameters.bodyType|body_type|trans({}, 'body_types') }}
  3483.                                 {% else %}
  3484.                                     -
  3485.                                 {% endif %}
  3486.                             </p>
  3487.                             <p class=\"description-item d-flex align-items-center\"><span>Цвет волос:</span>
  3488.                                 {% if profile.personParameters.hairColor|hair_color %}
  3489.                                     <a target=\"_blank\" href=\"{{ path('profile_list.list_by_hair_color', {'city': city.uriIdentity,'hairColor': profile.personParameters.hairColor|hair_color|slugify}) }}\">{{ profile.personParameters.hairColor|hair_color|trans({}, 'hair_colors') }}</a>
  3490.                                 {% else %}
  3491.                                     -
  3492.                                 {% endif %}
  3493.                             </p>
  3494.                             <p class=\"description-item d-flex align-items-center\"><span>Национальность:</span>
  3495.                                 {% if profile.personParameters.nationality|nationality %}
  3496.                                     {# <a target=\"_blank\" href=\"{{ path('profile_list.list_by_nationality', {'city': city.uriIdentity, 'nationality': profile.personParameters.nationality|nationality|slugify}) }}\">{{ profile.personParameters.nationality|nationality|trans({}, 'nationalities') }}</a> #}
  3497.                                     {{ profile.personParameters.nationality|nationality|trans({}, 'nationalities') }}
  3498.                                 {% else %}
  3499.                                     -
  3500.                                 {% endif %}
  3501.                             </p>
  3502.                             <p class=\"description-item d-flex align-items-center\"><span>Интимная стрижка:</span>
  3503.                                 {% if profile.personParameters.privateHaircut|private_haircut %}
  3504.                                     {# <a target=\"_blank\" href=\"{{ path('profile_list.list_by_private_haircut', {'city': profile.city.uriIdentity, 'privateHaircut': profile.personParameters.privateHaircut|private_haircut|slugify}) }}\">{{ profile.personParameters.privateHaircut|private_haircut|trans({}, 'private_haircuts') }}</a> #}
  3505.                                     {{ profile.personParameters.privateHaircut|private_haircut|trans({}, 'private_haircuts') }}
  3506.                                 {% else %}
  3507.                                     -
  3508.                                 {% endif %}
  3509.                             </p>
  3510.                         </div>
  3511.                         <div class=\"description-items\">
  3512.                             {%- set threshold = (\"now\"|date_modify(\"-14 days\")).getTimestamp() -%}
  3513.                             {%- set updatedAtTs = profile.updatedAt ? profile.updatedAt.getTimestamp() : '' -%}
  3514.                             {%- if profile.createdAt -%}
  3515.                                 <p class=\"description-item d-flex align-items-center\"><span>Дата регистрации:</span> <span
  3516.                                     class=\"date\" data-template=\"dd авг. YYYY г. hh:ii\">{{ _self._data_wrapper('Дата регистрации', profile.createdAt|date(\"d\") ~ ' ' ~ profile.createdAt|date(\"m\")|trans({}, 'date') ~ ' ' ~ profile.createdAt|date(\"Y\") ~ ' ' ~ profile.createdAt|date(\"H:i\") ) }}</span></p>
  3517.                             {%- endif -%}
  3518.                             {%- if updatedAtTs and updatedAtTs >= threshold -%}
  3519.                                 <p class=\"description-item d-flex align-items-center\"><span>Дата обновления:</span> <span
  3520.                                     class=\"date\">{{ _self._data_wrapper('Дата обновления', profile.updatedAt|date(\"d\") ~ ' ' ~ profile.updatedAt|date(\"m\")|trans({}, 'date') ~ ' ' ~ profile.updatedAt|date(\"Y\") ~ ' ' ~ profile.updatedAt|date(\"H:i\") ) }}</span></p>
  3521.                             {%- endif -%}
  3522.                             {%- if ( profile.approved ) -%}
  3523.                                 <p class=\"description-item\">
  3524.                                     <strong class=\"d-flex align-items-center\">
  3525.                                         Фото проверено
  3526.                                         <svg class=\"icon ml-2\">
  3527.                                             <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-verification\"></use>
  3528.                                         </svg>
  3529.                                     </strong>
  3530.                                 </p>
  3531.                             {% endif %}
  3532.                         </div>
  3533.                     </div>
  3534.                     <div class=\"modal-info__items-block p-0\">
  3535.                         <div class=\"model-description\">
  3536.                             <h2 class=\"border-line\">О себе</h2>
  3537.                             <p class=\"m-0\">{{ profile.description }}</p>
  3538.                         </div>
  3539.                     </div>
  3540.                 </div>
  3541.                 {% if _self._show_tabs(profile.photos,profile.selfies,profile.confirmedVideos,profile.deleted) == 'true' %}
  3542.                     <div class=\"model-aside__images d-block d-md-none\">
  3543.                         <ul class=\"nav nav-pills list-unstyled m-0 p-0 d-flex\" id=\"model-tab2\" role=\"tablist\">
  3544.                             {% set currentPage = '' %}
  3545.                             {% if profile.photos is defined and profile.photos|length > 0 %}{% set currentPage = 'photo' %}
  3546.                                 <li class=\"nav-item flex-fill\">
  3547.                                     <a class=\"active\" id=\"model-photo-tab2\" data-toggle=\"pill\" href=\"#model-photo2\" role=\"tab\" aria-controls=\"model-photo2\" aria-selected=\"false\">
  3548.                                         <div class=\"text-center mb-1\">
  3549.                                             <svg class=\"icon d-inline-block\">
  3550.                                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-photo-thumb\"></use>
  3551.                                             </svg>
  3552.                                         </div>
  3553.                                         Фото
  3554.                                     </a>
  3555.                                 </li>
  3556.                             {% endif %}
  3557.                             {% if profile.selfies is defined and profile.selfies|length > 0 %}{% set currentPage = currentPage == '' ? 'selfie' : currentPage %}
  3558.                                 <li class=\"nav-item flex-fill\">
  3559.                                     <a class=\"{% if currentPage == 'selfie' %}active{% endif %}\" id=\"model-selfie-tab2\" data-toggle=\"pill\" href=\"#model-selfie2\" role=\"tab\" aria-controls=\"model-selfie2\" aria-selected=\"false\">
  3560.                                         <div class=\"text-center mb-1\">
  3561.                                             <svg class=\"icon d-inline-block\">
  3562.                                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-selfie-thumb\"></use>
  3563.                                             </svg>
  3564.                                         </div>
  3565.                                         Селфи
  3566.                                     </a>
  3567.                                 </li>
  3568.                             {% endif %}
  3569.                             {% if profile.confirmedVideos is defined and profile.confirmedVideos|length > 0 %}{% set currentPage = currentPage == '' ? 'video' : currentPage %}
  3570.                                 <li class=\"nav-item flex-fill\">
  3571.                                     <a class=\"{% if currentPage == 'video' %}active{% endif %}\" id=\"model-video-tab2\" data-toggle=\"pill\" href=\"#model-video2\" role=\"tab\" aria-controls=\"model-video2\" aria-selected=\"true\">
  3572.                                         <div class=\"text-center mb-1\">
  3573.                                             <svg class=\"icon d-inline-block\">
  3574.                                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-video-thumb\"></use>
  3575.                                             </svg>
  3576.                                         </div>
  3577.                                         Видео
  3578.                                     </a>
  3579.                                 </li>
  3580.                             {% endif %}
  3581.                         </ul>
  3582.                         <div class=\"tab-content pt-2 pb-2\" id=\"model-tabContent2\">
  3583.                             {% if profile.photos is defined and profile.photos|length > 0 %}
  3584.                                 <div class=\"tab-pane fade{% if currentPage == 'photo' %} show active{% endif %}\" id=\"model-photo2\" role=\"tabpanel\" aria-labelledby=\"model-photo-tab2\">
  3585.                                     <div class=\"model-aside-row d-flex flex-wrap\">
  3586.                                         {% for photo in profile.photos %}
  3587.                                             <div class=\"model-aside-col\">
  3588.                                                 <a href=\"{{ responsive_asset(photo.path, \"profile_media\", \"fullsize\", \"jpg\") }}\" data-gallery=\"girl-gallery\" class=\"model-aside-photo photoswipe model-photo2\" data-index=\"{{loop.index0}}\">
  3589.                                                     <img class=\"img-fluid\"
  3590.                                                          srcset=\"{{ responsive_asset(photo.path, \"profile_media\", \"196x250\", \"jpg\") }} 196w,
  3591. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ responsive_asset(photo.path, \"profile_media\", \"177x250\", \"jpg\") }} 177w,
  3592. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ responsive_asset(photo.path, \"profile_media\", \"228x250\", \"jpg\") }} 228w,
  3593. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }} 260w\"
  3594.                                                          sizes=\"(max-width: 660px) 196px,
  3595. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 980px) 177px,
  3596. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 1125px) 228px,
  3597. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t260px\"
  3598.                                                         loading=\"lazy\"
  3599.                                                          src=\"{{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }}\"
  3600.                                                          alt=\"{{ profile.name|trans }}, фото {{ loop.index }}\">
  3601.                                                 </a>
  3602.                                             </div>
  3603.                                         {% endfor %}
  3604.                                     </div>
  3605.                                 </div>
  3606.                             {% endif %}
  3607.                             {% if profile.selfies is defined and profile.selfies|length > 0 %}
  3608.                                 <div class=\"tab-pane fade{% if currentPage == 'selfie' %} show active{% endif %}\" id=\"model-selfie2\" role=\"tabpanel\" aria-labelledby=\"model-selfie-tab2\">
  3609.                                     <div class=\"model-aside-row d-flex flex-wrap\">
  3610.                                         {% for photo in profile.selfies %}
  3611.                                             <div class=\"model-aside-col\">
  3612.                                                 <a href=\"{{ responsive_asset(photo.path, \"profile_media\", \"fullsize\", \"jpg\") }}\" data-gallery=\"girl-selfie\" class=\"photoswipe model-aside-photo model-selfie2\" data-index=\"{{loop.index0}}\">
  3613.                                                     <img class=\"img-fluid\"
  3614.                                                          srcset=\"{{ responsive_asset(photo.path, \"profile_media\", \"196x250\", \"jpg\") }} 196w,
  3615. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ responsive_asset(photo.path, \"profile_media\", \"177x250\", \"jpg\") }} 177w,
  3616. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ responsive_asset(photo.path, \"profile_media\", \"228x250\", \"jpg\") }} 228w,
  3617. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }} 260w\"
  3618.                                                          sizes=\"(max-width: 660px) 196px,
  3619. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 980px) 177px,
  3620. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 1125px) 228px,
  3621. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t260px\"
  3622.                                                         loading=\"lazy\"
  3623.                                                          src=\"{{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }}\"
  3624.                                                          alt=\"{{ profile.name|trans }}, фото {{ loop.index + profile.photos|length }}\">
  3625.                                                 </a>
  3626.                                             </div>
  3627.                                         {% endfor %}
  3628.                                     </div>
  3629.                                 </div>
  3630.                             {% endif %}
  3631.                             {% if profile.confirmedVideos is defined and profile.confirmedVideos|length > 0 %}
  3632.                                 <div class=\"tab-pane fade{% if currentPage == 'video' %} show active{% endif %}\" id=\"model-video2\" role=\"tabpanel\" aria-labelledby=\"model-video-tab2\">
  3633.                                     <div class=\"model-aside-row d-flex flex-wrap\">
  3634.                                         {% for video in profile.confirmedVideos %}
  3635.                                             <div class=\"model-aside-col video\">
  3636.                                                 <video class=\"video-js vjs-big-play-centered vjs-default-skin model-video2\" controls preload=\"metadata\" width=\"341\" height=\"227\" data-setup=\"{}\">
  3637.                                                     <source src=\"{{ asset(video.path, 'profile_media') }}\" type='video/mp4'/>
  3638.                                                 </video>
  3639.                                             </div>
  3640.                                         {% endfor %}
  3641.                                     </div>
  3642.                                 </div>
  3643.                             {% endif %}
  3644.                         </div>
  3645.                     </div>
  3646.                 {% endif %}
  3647.             </div>
  3648.             <div class=\"modal-services mb-3 mb-lg-4 p-2 p-sm-3 p-lg-4\">
  3649.                 <div class=\"modal-services__header d-flex flex-wrap align-items-start\">
  3650.                     <h2 class=\"border-line\">Интим услуги</h2>
  3651.                     <div class=\"modal-services__header-info d-flex flex-wrap align-items-center pb-2\">
  3652.                         <div class=\"header-item mr-3\">
  3653.                             <svg class=\"icon mr-1\">
  3654.                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3655.                             </svg>
  3656.                             - включено в стоимость
  3657.                         </div>
  3658.                         <div class=\"header-item mr-3\">
  3659.                             <svg class=\"icon mr-1\">
  3660.                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-liking\"></use>
  3661.                             </svg>
  3662.                             - по симпатии
  3663.                         </div>
  3664.                         <div class=\"header-item mr-3\">
  3665.                             <svg class=\"icon mr-1\">
  3666.                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-charge\"></use>
  3667.                             </svg>
  3668.                             - за дополнительную плату
  3669.                         </div>
  3670.                         <div class=\"header-item provided\">
  3671.                             <svg class=\"icon mr-1\">
  3672.                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3673.                             </svg>
  3674.                             - услуга не предоставляется
  3675.                         </div>
  3676.                     </div>
  3677.                 </div>
  3678.                 <div class=\"modal-services__main d-xl-flex\">
  3679.                     <div class=\"modal-services__items left w-100\">
  3680.                         {% set initional_group_2 = 0 %}
  3681.                         {% set group_2_minet = [] %}
  3682.                         {% set group_2_okon = [] %}
  3683.                         {% set group_2_okon_trigger = ['Окончание на грудь','Окончание на лицо','Окончание в рот'] %} {# Слова триггеры в 2 категории для блока Окончание. Все остальные уйдут в минет #}
  3684.                         {% for group, servicesGroup in services | filter((servicesGroup, group) => not profile.masseur or group not in masseurExcludeServiceGroups) %}
  3685.                             {% if group == 2 %}
  3686.                                 {# Тут нам нужно запомнить данные и разбить их на 2 категории - Минет и Окончание#}
  3687.                                 {% for service in servicesGroup %}
  3688.                                     {% if service.name == group_2_okon_trigger[0] or service.name == group_2_okon_trigger[1] or service.name == group_2_okon_trigger[2]  %}
  3689.                                         {% set group_2_okon = group_2_okon|merge([service]) %}
  3690.                                     {% else %}
  3691.                                         {% set group_2_minet = group_2_minet|merge([service]) %}
  3692.                                     {% endif %}
  3693.                                 {% endfor %}
  3694.                             {% elseif group == 3 and initional_group_2 == 0 %}
  3695.                                 {# Т.к. выводить сразу не можем в виду перемешенного вывода, будем выводить 2ю категории перед третьей #}
  3696.                                 {% set initional_group_2 = 1 %}
  3697.                                 <div class=\"modal-services__item\">
  3698.                                     <p class=\"item-title\">Минет</p>
  3699.                                     {% for service in group_2_minet %}
  3700.                                         {% set providedService = profile.providedService(service) %}
  3701.                                         <p class=\"item{% if not providedService %} provided{% endif %}\">
  3702.                                             {% if providedService %}
  3703.                                                 {% if providedService.condition == 1 %}
  3704.                                                     <svg class=\"icon mr-1\">
  3705.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3706.                                                     </svg>
  3707.                                                 {% elseif providedService.condition == 2 %}
  3708.                                                     <svg class=\"icon mr-1\">
  3709.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-liking\"></use>
  3710.                                                     </svg>
  3711.                                                 {% elseif providedService.condition == 3 %}
  3712.                                                     <svg class=\"icon mr-1\">
  3713.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-charge\"></use>
  3714.                                                     </svg>
  3715.                                                 {% endif %}
  3716.                                             {% else %}
  3717.                                                 <svg class=\"icon mr-1\">
  3718.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3719.                                                 </svg>
  3720.                                             {% endif %}
  3721.                                             <a href=\"{{ path('profile_list.list_by_provided_service', {'city': profile.city.uriIdentity, 'service': service.uriIdentity}) }}\" data-s=\"{{ service.name }}\">
  3722.                                                 {{ service.name|trans }}
  3723.                                             </a>
  3724.                                             {% if providedService and providedService.condition == 3 and providedService.extraCharge %}<span>(+{{ providedService.extraCharge }} Р)</span>{% endif %}
  3725.                                         </p>
  3726.                                     {% endfor %}
  3727.                                 </div>
  3728.                                 <div class=\"modal-services__item\">
  3729.                                     <p class=\"item-title\">Окончание</p>
  3730.                                     {% for service in group_2_okon %}
  3731.                                         {% set providedService = profile.providedService(service) %}
  3732.                                         <p class=\"item{% if not providedService %} provided{% endif %}\">
  3733.                                             {% if providedService %}
  3734.                                                 {% if providedService.condition == 1 %}
  3735.                                                     <svg class=\"icon mr-1\">
  3736.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3737.                                                     </svg>
  3738.                                                 {% elseif providedService.condition == 2 %}
  3739.                                                     <svg class=\"icon mr-1\">
  3740.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-liking\"></use>
  3741.                                                     </svg>
  3742.                                                 {% elseif providedService.condition == 3 %}
  3743.                                                     <svg class=\"icon mr-1\">
  3744.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-charge\"></use>
  3745.                                                     </svg>
  3746.                                                 {% endif %}
  3747.                                             {% else %}
  3748.                                                 <svg class=\"icon mr-1\">
  3749.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3750.                                                 </svg>
  3751.                                             {% endif %}
  3752.                                             <a href=\"{{ path('profile_list.list_by_provided_service', {'city': profile.city.uriIdentity, 'service': service.uriIdentity}) }}\" data-s=\"{{ service.name }}\">
  3753.                                                 {{ service.name|trans }}
  3754.                                             </a>
  3755.                                             {% if providedService and providedService.condition == 3 and providedService.extraCharge %}<span>(+{{ providedService.extraCharge }} Р)</span>{% endif %}
  3756.                                         </p>
  3757.                                     {% endfor %}
  3758.                                 </div>
  3759.                                 <div class=\"modal-services__item\">
  3760.                                     <p class=\"item-title\" data-group=\"{{ group }}\">{{ group|service_group|trans({}, 'service_groups') }}</p>
  3761.                                     {% for service in servicesGroup %}
  3762.                                         {% set providedService = profile.providedService(service) %}
  3763.                                         <p class=\"item{% if not providedService %} provided{% endif %}\">
  3764.                                             {% if providedService %}
  3765.                                                 {% if providedService.condition == 1 %}
  3766.                                                     <svg class=\"icon mr-1\">
  3767.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3768.                                                     </svg>
  3769.                                                 {% elseif providedService.condition == 2 %}
  3770.                                                     <svg class=\"icon mr-1\">
  3771.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-liking\"></use>
  3772.                                                     </svg>
  3773.                                                 {% elseif providedService.condition == 3 %}
  3774.                                                     <svg class=\"icon mr-1\">
  3775.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-charge\"></use>
  3776.                                                     </svg>
  3777.                                                 {% endif %}
  3778.                                             {% else %}
  3779.                                                 <svg class=\"icon mr-1\">
  3780.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3781.                                                 </svg>
  3782.                                             {% endif %}
  3783.                                             <a href=\"{{ path('profile_list.list_by_provided_service', {'city': profile.city.uriIdentity, 'service': service.uriIdentity}) }}\" data-s=\"{{ service.name }}\">
  3784.                                                 {{ service.name|trans }}
  3785.                                             </a>
  3786.                                             {% if providedService and providedService.condition == 3 and providedService.extraCharge %}<span>(+{{ providedService.extraCharge }} Р)</span>{% endif %}
  3787.                                         </p>
  3788.                                     {% endfor %}
  3789.                                 </div>
  3790.                             {% else %}
  3791.                                 {% if group == 1 or group == 5 or group == 7 %}
  3792.                                     {# <div class=\"modal-services__column\"> #}
  3793.                                 {% endif %}
  3794.                                 <div class=\"modal-services__item\">
  3795.                                     <p class=\"item-title\">{{ group|service_group|trans({}, 'service_groups') }}</p>
  3796.                                     {% for service in servicesGroup %}
  3797.                                         {% set providedService = profile.providedService(service) %}
  3798.                                         <p class=\"item{% if not providedService %} provided{% endif %}\">
  3799.                                             {% if providedService %}
  3800.                                                 {% if providedService.condition == 1 %}
  3801.                                                     <svg class=\"icon mr-1\">
  3802.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3803.                                                     </svg>
  3804.                                                 {% elseif providedService.condition == 2 %}
  3805.                                                     <svg class=\"icon mr-1\">
  3806.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-liking\"></use>
  3807.                                                     </svg>
  3808.                                                 {% elseif providedService.condition == 3 %}
  3809.                                                     <svg class=\"icon mr-1\">
  3810.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-charge\"></use>
  3811.                                                     </svg>
  3812.                                                 {% endif %}
  3813.                                             {% else %}
  3814.                                                 <svg class=\"icon mr-1\">
  3815.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3816.                                                 </svg>
  3817.                                             {% endif %}
  3818.                                             <a href=\"{{ path('profile_list.list_by_provided_service', {'city': profile.city.uriIdentity, 'service': service.uriIdentity}) }}\">
  3819.                                                 {{ service.name|trans }}
  3820.                                             </a>
  3821.                                             {% if providedService and providedService.condition == 3 and providedService.extraCharge %}<span>(+{{ providedService.extraCharge }} Р)</span>{% endif %}
  3822.                                         </p>
  3823.                                     {% endfor %}
  3824.                                 </div>
  3825.                                 {% if group == 4 or group == 6 or group == 7 %}
  3826.                                     {# </div> #}
  3827.                                 {% endif %}
  3828.                             {% endif %}
  3829.                         {% endfor %}
  3830.                     </div>
  3831.                     <div class=\"modal-services__items ml-auto\">
  3832.                         <div class=\"modal-services__box d-flex d-xl-block\">
  3833.                             <div class=\"modal-services__item w-100\">
  3834.                                 <h3 class=\"border-line\">Услуги для</h3>
  3835.                                 {% set client_types_text = ['1','2','3','4','5'] %}
  3836.                                 {% set includeService = false %}
  3837.                                 {% for clientTypeText in client_types_text %}
  3838.                                     {% for clientType in profile.clientTypes %}
  3839.                                         {% if (clientTypeText == clientType) %}
  3840.                                             {% set includeService = true %}
  3841.                                         {% endif %}
  3842.                                     {% endfor %}
  3843.                                     {% if clientTypeText|client_type != 'TRANS' %}
  3844.                                         <p class=\"item\">
  3845.                                             {% if includeService == true %}
  3846.                                                 <svg class=\"icon mr-1\">
  3847.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3848.                                                 </svg>
  3849.                                             {% else %}
  3850.                                                 <svg class=\"icon mr-1\">
  3851.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3852.                                                 </svg>
  3853.                                             {% endif %}
  3854.                                             {{ clientTypeText|client_type|trans({}, 'client_types_f') }}
  3855.                                         </p>
  3856.                                     {% endif %}
  3857.                                     {% set includeService = false %}
  3858.                                 {% endfor %}
  3859.                             </div>
  3860.                             <div class=\"modal-services__item mb-0 w-100\">
  3861.                                 <h3 class=\"border-line\">Выезд</h3>
  3862.                                 {% set locations_text = ['1','2','3','4','5','6'] %}
  3863.                                 {% set includeService = false %}
  3864.                                 {% for locationsText in locations_text %}
  3865.                                     {% for locations in profile.takeOutPricing.locations %}
  3866.                                         {% if (locationsText == locations) %}
  3867.                                             {% set includeService = true %}
  3868.                                         {% endif %}
  3869.                                     {% endfor %}
  3870.                                     <p class=\"item\">
  3871.                                         {% if includeService == true %}
  3872.                                             <svg class=\"icon mr-1\">
  3873.                                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3874.                                             </svg>
  3875.                                         {% else %}
  3876.                                             <svg class=\"icon mr-1\">
  3877.                                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3878.                                             </svg>
  3879.                                         {% endif %}
  3880.                                         {{ locationsText|take_out_location|trans({}, 'take_out_location') }}
  3881.                                     </p>
  3882.                                     {% set includeService = false %}
  3883.                                 {% endfor %}
  3884.                             </div>
  3885.                         </div>
  3886.                     </div>
  3887.                 </div>
  3888.                 {#<div class=\"modal-services__friends\">
  3889.                     <h2 class=\"border-line\">Есть подруги</h2>
  3890.                     <div class=\"friends-items d-flex\">
  3891.                         <a href=\"#\" class=\"friends-item\">
  3892.                             <div class=\"friends-item__images mb-2\">
  3893.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3894.                             </div>
  3895.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3896.                                 <svg class=\"icon mr-2\">
  3897.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3898.                                 </svg>
  3899.                                 <strong>Марина, 21</strong>
  3900.                             </p>
  3901.                         </a>
  3902.                         <a href=\"#\" class=\"friends-item\">
  3903.                             <div class=\"friends-item__images mb-2\">
  3904.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3905.                             </div>
  3906.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3907.                                 <svg class=\"icon mr-2\">
  3908.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3909.                                 </svg>
  3910.                                 <strong>Олеся и Алёна, 22</strong>
  3911.                             </p>
  3912.                         </a>
  3913.                         <a href=\"#\" class=\"friends-item\">
  3914.                             <div class=\"friends-item__images mb-2\">
  3915.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3916.                             </div>
  3917.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3918.                                 <svg class=\"icon mr-2\">
  3919.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3920.                                 </svg>
  3921.                                 <strong>Вика, 20</strong>
  3922.                             </p>
  3923.                         </a>
  3924.                         <a href=\"#\" class=\"friends-item\">
  3925.                             <div class=\"friends-item__images mb-2\">
  3926.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3927.                             </div>
  3928.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3929.                                 <svg class=\"icon mr-2\">
  3930.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3931.                                 </svg>
  3932.                                 <strong>Диана, 20</strong>
  3933.                             </p>
  3934.                         </a>
  3935.                         <a href=\"#\" class=\"friends-item\">
  3936.                             <div class=\"friends-item__images mb-2\">
  3937.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3938.                             </div>
  3939.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3940.                                 <svg class=\"icon mr-2\">
  3941.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3942.                                 </svg>
  3943.                                 <strong>ПЫШКА ЛИЛЯ ЛИЛЯ ЛИЛЯ</strong>
  3944.                             </p>
  3945.                         </a>
  3946.                         <a href=\"#\" class=\"friends-item\">
  3947.                             <div class=\"friends-item__images mb-2\">
  3948.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3949.                             </div>
  3950.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3951.                                 <svg class=\"icon mr-2\">
  3952.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3953.                                 </svg>
  3954.                                 <strong>Марина, 21</strong>
  3955.                             </p>
  3956.                         </a>
  3957.                         <a href=\"#\" class=\"friends-item\">
  3958.                             <div class=\"friends-item__images mb-2\">
  3959.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3960.                             </div>
  3961.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3962.                                 <svg class=\"icon mr-2\">
  3963.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3964.                                 </svg>
  3965.                                 <strong>Марина, 21</strong>
  3966.                             </p>
  3967.                         </a>
  3968.                     </div>
  3969.                 </div>#}
  3970.             </div>
  3971.             <div class=\"modal-map mb-3 mb-lg-4 p-2 p-sm-3 p-lg-4\">
  3972.                 <h2 class=\"border-line\">
  3973.                     Расположение
  3974.                 </h2>
  3975.                 <div class=\"map-block\" id=\"map\" style=\"width: 100%; height: 400px;\"
  3976.                      data-lat=\"{{ profile.mapCoordinate.latitude | default(profile.city.mapCoordinate.latitude) }}\"
  3977.                      data-lon=\"{{ profile.mapCoordinate.longitude | default(profile.city.mapCoordinate.longitude) }}\"
  3978.                      data-map-label=\"{{ asset('assets/images/icons/map-balloon.svg','basicConfig') }}\">
  3979.                 </div>
  3980.             </div>
  3981.             {% if feature('profile_comments') and not profile.deleted %}
  3982.                 {% set commentsCount = profile.comments|length %}
  3983.                 <div class=\"modal-comments mb-3 mb-lg-4 p-2 p-sm-3 p-lg-4\"
  3984.                      id=\"review-form\"
  3985.                      data-user=\"{{ is_user_customer(app.user) ? 'true' : 'false' }}\"
  3986.                      data-url=\"{{ path('profile.comment.create', {profile: profile.id}) }}\"
  3987.                      data-reg-url=\"{{ path('app_security_register') }}\"
  3988.                      {% if comment_form is defined %}data-entity-id=\"{{ comment_form.entity_id.vars.id }}\"
  3989.                      data-mark=\"{{ comment_form.mark.vars.full_name }}\"
  3990.                      data-text=\"{{ comment_form.text.vars.id }}\"{% endif %}
  3991.                 >
  3992.                     <div class=\"d-flex align-items-start\">
  3993.                         <h2 class=\"border-line mobile-short\">
  3994.                             Отзывы
  3995.                         </h2>
  3996.                         <div class=\"modal-comments__rating d-flex align-items-center ml-auto\">
  3997.                             <div class=\"rating-text d-flex align-items-center\" itemprop=\"itemReviewed\" itemscope itemtype=\"https://schema.org/Organization\">
  3998.                                 <meta itemprop=\"address\" content=\"{{ profile.city.name }}\" />
  3999.                                 {% if not profile.deleted %}<meta itemprop=\"telephone\" content=\"{{ profile.phoneNumber }}\" />{% endif %}
  4000.                                 <meta itemprop=\"name\" content=\"Рейтинг анкеты {{ profile.name }}\">
  4001.                                 <span class=\"rating-text-value{{ commentsCount == 0 ? ' zero' : '' }}\">
  4002.                                     {{ rating }}
  4003.                                 </span>
  4004.                                 <span class=\"rating-text-count\">
  4005.                                     по {{ commentsCount }} {% if commentsCount == 1 %}отзыву{% else %}отзывам{% endif %}
  4006.                                 </span>
  4007.                             </div>
  4008.                             {% include 'components/_rating-star.twig' with {\"rate\": rating, \"set\": \"0\"} %}
  4009.                         </div>
  4010.                     </div>
  4011.                     <div class=\"comments-main row\">
  4012.                         <div class=\"col-12 col-xl-7 pl-1 pr-1 pl-sm-3 pr-sm-3 d-flex justify-content-center\">
  4013.                             {% if commentsCount == 0 %}
  4014.                                 <div class=\"not-comments text-center\" id=\"review-block-list\">
  4015.                                     <div id=\"text-to-remove\">
  4016.                                         <svg width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4017.                                             <path d=\"M14 78.7096H23V97L45.9545 78.7096H68C72.9635 78.7096 77 74.6894 77 69.7459V33.8911C77 28.9476 72.9635 24.9274 68 24.9274H14C9.0365 24.9274 5 28.9476 5 33.8911V69.7459C5 74.6894 9.0365 78.7096 14 78.7096Z\" fill=\"#E5E5E5\"/>
  4018.                                             <path d=\"M86 7H32C27.0365 7 23 11.0202 23 15.9637H77C81.9635 15.9637 86 19.9839 86 24.9274V60.7822C90.9635 60.7822 95 56.762 95 51.8185V15.9637C95 11.0202 90.9635 7 86 7Z\" fill=\"#E5E5E5\"/>
  4019.                                         </svg>
  4020.                                         <p>К этой анкете ещё нет ни одного отзыва. Вы можете быть первым.</p>
  4021.                                     </div>
  4022.                                     <ul class=\"comment__elements\" style=\"display: none\">{% include 'ProfilePreview/comment-empty.html.twig' %}</ul>
  4023.                                 </div>
  4024.                             {% else %}
  4025.                                 <div class=\"comments overflow-hidden w-100\" id=\"review-block-list\">
  4026.                                     <ul class=\"comment__elements\">
  4027.                                         {% for comment in profile.comments %}
  4028.                                             {% include 'ProfilePreview/comment.html.twig' %}
  4029.                                         {% endfor %}
  4030.                                     </ul>
  4031.                                 </div>
  4032.                             {% endif %}
  4033.                         </div>
  4034.                         {% if not is_user_advertiser(app.user) %}
  4035.                             <div class=\"review-form col-12 col-xl-5\" id=\"review-form-comment\">
  4036.                                 {# {% include 'ProfilePreview/form-comment.html.twig' %} #}
  4037.                             </div>
  4038.                             <div
  4039.                                     class=\"dialog-container\"
  4040.                                     id=\"form-dialog\"
  4041.                                     aria-hidden=\"true\"
  4042.                                     aria-labelledby=\"form-dialog-title\"
  4043.                                     aria-describedby=\"form-dialog-description\"
  4044.                                 >
  4045.                                 <div class=\"dialog-overlay\" data-a11y-dialog-hide></div>
  4046.                                 <div class=\"dialog-content\" role=\"document\">
  4047.                                     <div class=\"dialog-header\">
  4048.                                     <button
  4049.                                         data-a11y-dialog-hide
  4050.                                         class=\"dialog-close\"
  4051.                                         aria-label=\"Close this dialog window\"
  4052.                                     >
  4053.                                         <svg class=\"dialog-close__icon\" fill=\"none\" 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\"/></svg>
  4054.                                     </button>
  4055.                                     </div>
  4056.                                     <div class=\"dialog-body\">
  4057.                                     </div>
  4058.                                 </div>
  4059.                             </div>
  4060.                         {% endif %}
  4061.                     </div>
  4062.                 </div>
  4063.             {% endif %}
  4064.         </div>
  4065.         <div class=\"model-aside order-lg-1 mb-3 pr-3 pr-xl-4\">
  4066.             <div class=\"model-aside__preview mb-1 d-none d-lg-block\">
  4067.                 {% if profile.deleted %}
  4068.                     <a href=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\" class=\"girl-avatar__small\">
  4069.                         <img itemprop=\"contentUrl\" src=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\"
  4070.                              alt=\"Анкета {{ profile.name|trans }} удалена\"
  4071.                              class=\"img-fluid\">
  4072.                     </a>
  4073.                 {% else %}
  4074.                     {% set photo = profile|avatar %}
  4075.                     {% if photo %}
  4076.                         <a href=\"{{ responsive_asset(photo.path, 'profile_media', \"fullsize\", \"jpg\") }}\" class=\"girl-avatar__small\">
  4077.                             <img itemprop=\"contentUrl\" src=\"{{ responsive_asset(photo.path, 'profile_media', \"357x500\", \"jpg\") }}\"
  4078.                                  alt=\"{{ profile.name|trans }}, {{ 'год'|plural(profile.personParameters.age) }}\"
  4079.                                 loading=\"lazy\"
  4080.                                  class=\"img-fluid\">
  4081.                         </a>
  4082.                     {% else %}
  4083.                         <a href=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\" class=\"girl-avatar__small\">
  4084.                             <img itemprop=\"contentUrl\" src=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\"
  4085.                                 loading=\"lazy\"
  4086.                                 alt=\"Фотография {{ profile.name|trans }} отсутствует\"
  4087.                                 class=\"img-fluid\">
  4088.                         </a>
  4089.                     {% endif %}
  4090.                 {% endif %}
  4091.                 {% if  is_user_customer(app.user) and not profile.deleted %}{#not app.user or#}
  4092.                     <button type=\"button\"
  4093.                             data-url-add=\"{{ path('account.favourites.remove', {profile: profile.id}) }}\"
  4094.                             data-url-remove=\"{{ path('account.favourites.add', {profile: profile.id}) }}\"
  4095.                         {% if is_profile_in_favourites(profile) %}
  4096.                             title=\"Убрать из избранного\"
  4097.                             class=\"btn favorite like\" id=\"favorite2\">
  4098.                         {% else %}
  4099.                             title=\"Добавить в избранное\"
  4100.                             class=\"btn favorite unlike\" id=\"favorite2\">
  4101.                         {% endif %}
  4102.                         <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4103.                             <path d=\"M0 20C0 8.95431 8.95431 0 20 0V0C31.0457 0 40 8.95431 40 20V20C40 31.0457 31.0457 40 20 40V40C8.95431 40 0 31.0457 0 20V20Z\" fill=\"#F7901D\"/>
  4104.                             <path d=\"M20 33L18.26 31.3455C12.08 25.4921 8 21.6316 8 16.8937C8 13.0332 10.904 10 14.6 10C16.688 10 18.692 11.0153 20 12.6196C21.308 11.0153 23.312 10 25.4 10C29.096 10 32 13.0332 32 16.8937C32 21.6316 27.92 25.4921 21.74 31.358L20 33Z\" fill=\"white\"/>
  4105.                             <path class=\"ar\" d=\"M18.667 25.126L14 20.412L15.424 19.008L18.681 22.294L26.008 15L27.416 16.42L18.667 25.126Z\" fill=\"#F7901D\"/>
  4106.                         </svg>
  4107.                     </button>
  4108.                 {% endif %}
  4109.             </div>
  4110.             {% if _self._show_tabs(profile.photos,profile.selfies,profile.confirmedVideos,profile.deleted) == 'true' %}
  4111.                 <div class=\"model-aside__images d-none d-md-block\">
  4112.                     <ul class=\"nav nav-pills list-unstyled m-0 p-0 d-flex\" id=\"model-tab\" role=\"tablist\">
  4113.                         {% set currentPage = '' %}
  4114.                         {% if profile.photos is defined and profile.photos|length > 0 %}{% set currentPage = 'photo' %}
  4115.                         <li class=\"nav-item flex-fill\">
  4116.                             <a class=\"active\" id=\"model-photo-tab\" data-toggle=\"pill\" href=\"#model-photo\" role=\"tab\" aria-controls=\"model-photo\" aria-selected=\"false\">
  4117.                                 <div class=\"text-center mb-1\">
  4118.                                     <svg class=\"icon d-inline-block\">
  4119.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-photo-thumb\"></use>
  4120.                                     </svg>
  4121.                                 </div>
  4122.                                 Фото
  4123.                             </a>
  4124.                         </li>
  4125.                         {% endif %}
  4126.                         {% if profile.selfies is defined and profile.selfies|length > 0 %}{% set currentPage = currentPage == '' ? 'selfie' : currentPage %}
  4127.                         <li class=\"nav-item flex-fill\">
  4128.                             <a class=\"{% if currentPage == 'selfie' %}active{% endif %}\" id=\"model-selfie-tab\" data-toggle=\"pill\" href=\"#model-selfie\" role=\"tab\" aria-controls=\"model-selfie\" aria-selected=\"false\">
  4129.                                 <div class=\"text-center mb-1\">
  4130.                                     <svg class=\"icon d-inline-block\">
  4131.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-selfie-thumb\"></use>
  4132.                                     </svg>
  4133.                                 </div>
  4134.                                 Селфи
  4135.                             </a>
  4136.                         </li>
  4137.                         {% endif %}
  4138.                         {% if profile.confirmedVideos is defined and profile.confirmedVideos|length > 0 %}{% set currentPage = currentPage == '' ? 'video' : currentPage %}
  4139.                         <li class=\"nav-item flex-fill\">
  4140.                             <a class=\"{% if currentPage == 'video' %}active{% endif %}\" id=\"model-video-tab\" data-toggle=\"pill\" href=\"#model-video\" role=\"tab\" aria-controls=\"model-video\" aria-selected=\"true\">
  4141.                                 <div class=\"text-center mb-1\">
  4142.                                     <svg class=\"icon d-inline-block\">
  4143.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-video-thumb\"></use>
  4144.                                     </svg>
  4145.                                 </div>
  4146.                                 Видео
  4147.                             </a>
  4148.                         </li>
  4149.                         {% endif %}
  4150.                     </ul>
  4151.                     <div class=\"tab-content pt-2 pb-2\" id=\"model-tabContent\">
  4152.                         {% if profile.photos is defined and profile.photos|length > 0 %}
  4153.                             <div class=\"tab-pane fade{% if currentPage == 'photo' %} show active{% endif %}\" id=\"model-photo\" role=\"tabpanel\" aria-labelledby=\"model-photo-tab\">
  4154.                                 <div class=\"model-aside-row d-flex flex-wrap\">
  4155.                                     {% for photo in profile.photos %}
  4156.                                         <div class=\"model-aside-col\">
  4157.                                             <a href=\"{{ responsive_asset(photo.path, \"profile_media\", \"fullsize\", \"jpg\") }}\" data-gallery=\"girl-gallery\" class=\"model-aside-photo photoswipe model-photo\" data-index=\"{{loop.index0}}\">
  4158.                                                 <img class=\"img-fluid\"
  4159.                                                         srcset=\"{{ responsive_asset(photo.path, \"profile_media\", \"196x250\", \"jpg\") }} 196w,
  4160. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ responsive_asset(photo.path, \"profile_media\", \"177x250\", \"jpg\") }} 177w,
  4161. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ responsive_asset(photo.path, \"profile_media\", \"228x250\", \"jpg\") }} 228w,
  4162. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }} 260w\"
  4163.                                                         sizes=\"(max-width: 660px) 196px,
  4164. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 980px) 177px,
  4165. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 1125px) 228px,
  4166. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t260px\"
  4167.                                                         loading=\"lazy\"
  4168.                                                         src=\"{{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }}\"
  4169.                                                         alt=\"{{ profile.name|trans }}, фото {{ loop.index }}\">
  4170.                                             </a>
  4171.                                         </div>
  4172.                                     {% endfor %}
  4173.                                 </div>
  4174.                             </div>
  4175.                         {% endif %}
  4176.                         {% if profile.selfies is defined and profile.selfies|length > 0 %}
  4177.                             <div class=\"tab-pane fade{% if currentPage == 'selfie' %} show active{% endif %}\" id=\"model-selfie\" role=\"tabpanel\" aria-labelledby=\"model-selfie-tab\">
  4178.                                 <div class=\"model-aside-row d-flex flex-wrap\" id=\"model-selfies\">
  4179.                                     {% for photo in profile.selfies %}
  4180.                                         <div class=\"model-aside-col\">
  4181.                                             <a href=\"{{ responsive_asset(photo.path, \"profile_media\", \"fullsize\", \"jpg\") }}\" data-gallery=\"girl-selfie\" class=\"photoswipe model-aside-photo model-selfie\" data-index=\"{{loop.index0}}\">
  4182.                                                 <img class=\"img-fluid\"
  4183.                                                     srcset=\"{{ responsive_asset(photo.path, \"profile_media\", \"196x250\", \"jpg\") }} 196w,
  4184.                                                         {{ responsive_asset(photo.path, \"profile_media\", \"177x250\", \"jpg\") }} 177w,
  4185.                                                         {{ responsive_asset(photo.path, \"profile_media\", \"228x250\", \"jpg\") }} 228w,
  4186.                                                         {{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }} 260w\"
  4187.                                                     sizes=\"(max-width: 660px) 196px,
  4188.                                                         (max-width: 980px) 177px,
  4189.                                                         (max-width: 1125px) 228px,
  4190.                                                         260px\"
  4191.                                                     src=\"{{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }}\"
  4192.                                                     loading=\"lazy\"
  4193.                                                     alt=\"{{ profile.name|trans }}, фото {{ loop.index + profile.photos|length }}\">
  4194.                                             </a>
  4195.                                         </div>
  4196.                                     {% endfor %}
  4197.                                 </div>
  4198.                             </div>
  4199.                         {% endif %}
  4200.                         {% if profile.confirmedVideos is defined and profile.confirmedVideos|length > 0 %}
  4201.                             <div class=\"tab-pane fade{% if currentPage == 'video' %} show active{% endif %}\" id=\"model-video\" role=\"tabpanel\" aria-labelledby=\"model-video-tab\">
  4202.                                 <div class=\"model-aside-row d-flex flex-wrap\" id=\"model-video\">
  4203.                                     {% for video in profile.confirmedVideos %}
  4204.                                         <div class=\"model-aside-col video\">
  4205.                                             <video class=\"video-js vjs-big-play-centered vjs-default-skin model-video\" controls preload=\"metadata\" width=\"341\" height=\"227\" data-setup=\"{}\">
  4206.                                                 <source src=\"{{ asset(video.path, 'profile_media') }}\" type='video/mp4'/>
  4207.                                             </video>
  4208.                                         </div>
  4209.                                     {% endfor %}
  4210.                                 </div>
  4211.                             </div>
  4212.                         {% endif %}
  4213.                     </div>
  4214.                 </div>
  4215.             {% endif %}
  4216.         </div>
  4217.     </div>
  4218.     {% set excludeRecommendationProfileIds = [profile.id] %}
  4219.     {{ include('components/_profile_recommendations.html.twig') }}
  4220.     {{ include('ProfilePreview/nearest_profiles.html.twig') }}
  4221.     <div class=\"model-phone d-flex align-items-center model-phone-mobile\" id=\"mobile-contacts\">
  4222.         {% if profile.isActive or not profile.hidden %}
  4223.             <div class=\"model-phone-info\">
  4224.                 <p class=\"model-phone-info-red\">
  4225.                     <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4226.                         <path d=\"M12.884 2.53152C12.538 1.87752 11.462 1.87752 11.116 2.53152L2.11596 19.5315C2.03494 19.6839 1.99478 19.8546 1.99938 20.0272C2.00398 20.1997 2.05319 20.368 2.14221 20.5159C2.23124 20.6637 2.35704 20.786 2.50736 20.8707C2.65768 20.9555 2.82739 20.9998 2.99996 20.9995H21C21.1724 20.9999 21.342 20.9555 21.4922 20.8708C21.6424 20.7861 21.7681 20.6639 21.8571 20.5162C21.946 20.3684 21.9951 20.2002 21.9997 20.0278C22.0042 19.8554 21.964 19.6847 21.883 19.5325L12.884 2.53152ZM13 17.9995H11V15.9995H13V17.9995ZM11 13.9995V8.99952H13L13.001 13.9995H11Z\" fill=\"#F5370D\"/>
  4227.                     </svg>
  4228.                     <span>Никогда не отправляйте предоплату!</span>
  4229.                 </p>
  4230.                 <p class=\"model-phone-info-green\">
  4231.                     <span>Не забудьте сказать, что звоните с сайта \"spbdosug\"</span>
  4232.                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4233.                         <path d=\"M20 10C20 15.5228 15.5228 20 10 20C4.47778 20 0 15.5228 0 10C0 4.47778 4.47778 0 10 0C15.5228 0 20 4.47778 20 10Z\" fill=\"#FFCC4D\"/>
  4234.                         <path d=\"M6.38889 11.1115C7.15595 11.1115 7.77778 10.241 7.77778 9.1671C7.77778 8.09321 7.15595 7.22266 6.38889 7.22266C5.62183 7.22266 5 8.09321 5 9.1671C5 10.241 5.62183 11.1115 6.38889 11.1115Z\" fill=\"#664500\"/>
  4235.                         <path d=\"M15.8095 9.88734C15.7761 9.81234 14.9767 8.05567 13.3334 8.05567C11.6906 8.05567 10.8906 9.81234 10.8572 9.88734C10.8061 10.0023 10.8395 10.1368 10.9378 10.2157C11.035 10.2946 11.1745 10.2973 11.2767 10.2234C11.2834 10.2184 11.9778 9.72234 13.3334 9.72234C14.6811 9.72234 15.3745 10.2118 15.39 10.2229C15.4389 10.2596 15.4978 10.2779 15.5556 10.2779C15.6167 10.2779 15.6784 10.2573 15.7289 10.2173C15.8272 10.1384 15.8611 10.0029 15.8095 9.88734ZM3.3328 6.92122C3.21725 6.92122 3.10003 6.88511 3.00003 6.81011C2.75447 6.62622 2.70503 6.27789 2.88892 6.03234C4.70114 3.61567 7.12003 3.58789 7.22225 3.58789C7.52892 3.58789 7.7778 3.83678 7.7778 4.14345C7.7778 4.44956 7.53058 4.69789 7.22447 4.699C7.1378 4.70011 5.24169 4.74678 3.77725 6.699C3.66892 6.84456 3.50169 6.92122 3.3328 6.92122ZM16.1117 8.10178C15.9422 8.10178 15.7761 8.02511 15.6667 7.87956C14.2267 5.959 11.7995 6.42011 11.7756 6.424C11.4717 6.484 11.1822 6.289 11.1217 5.98845C11.0617 5.68734 11.2567 5.39511 11.5572 5.33456C11.6856 5.30845 14.7 4.739 16.555 7.21234C16.7395 7.45789 16.6895 7.80622 16.4439 7.99011C16.3445 8.06622 16.2278 8.10178 16.1117 8.10178ZM12.9189 13.0984C12.8145 13.0373 12.6789 13.0501 12.5872 13.1318C12.5817 13.1362 12.0245 13.6112 10 13.6112C7.97725 13.6112 7.41892 13.1368 7.41892 13.1368C7.33058 13.0479 7.19447 13.0312 7.08558 13.0912C6.97725 13.1529 6.9228 13.2796 6.95336 13.4007C6.95892 13.4251 7.58892 15.8334 10 15.8334C12.4111 15.8334 13.0411 13.4251 13.0472 13.4007C13.0767 13.2823 13.0228 13.1612 12.9189 13.0984Z\" fill=\"#664500\"/>
  4236.                     </svg>
  4237.                 </p>
  4238.                 <div class=\"model-phone-info-work d-flex\">
  4239.                     <p class=\"\">Отвечаю на:<br/>
  4240.                         <span>
  4241.                             {% if profile.phoneCallRestrictions.answeringTo|length > 0 %}
  4242.                                 {% for answeringTo in profile.phoneCallRestrictions.answeringTo %}
  4243.                                     {{ answeringTo|answering_to|trans({}, 'phone_call_restrictions') }}{% if not loop.last %},{% endif %}
  4244.                                 {% endfor %}
  4245.                             {% else %}
  4246.                                 Не указано
  4247.                             {% endif %}
  4248.                         </span>
  4249.                     </p>
  4250.                     <p class=\"\">Удобное время для звонка:<br/><span>{{ _self._time_to_work(profile) }}</span></p>
  4251.                 </div>
  4252.             </div>
  4253.             {% set onlyPhoneNumber = profile.phoneNumber|replace({' ': '', '-': '', '(': '', ')': ''}) %}
  4254.             <div class=\"telephone d-flex\">
  4255.                 <button class=\"number\" type=\"button\" onclick=\"this.classList.add('d-none');this.nextElementSibling.classList.remove('d-none')\">
  4256.                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4257.                         <g clip-path=\"url(#clip0_2802_159460)\">
  4258.                         <path d=\"M15.4825 10.8312C15.2851 10.6339 15.0175 10.5231 14.7385 10.5231C14.4594 10.5231 14.1918 10.6339 13.9944 10.8312L12.317 12.5086C11.5393 12.2771 10.0881 11.7509 9.16834 10.8312C8.24858 9.91149 7.7224 8.46036 7.49089 7.6827L9.16834 6.00531C9.36563 5.80798 9.47645 5.54037 9.47645 5.26133C9.47645 4.9823 9.36563 4.71468 9.16834 4.51735L4.95892 0.308102C4.76158 0.110824 4.49395 0 4.21491 0C3.93586 0 3.66824 0.110824 3.47089 0.308102L0.616908 3.16197C0.217013 3.56185 -0.00819095 4.11115 0.000227882 4.67204C0.024432 6.17053 0.42117 11.3753 4.52325 15.4772C8.62533 19.5791 13.8303 19.9747 15.3299 20H15.3593C15.915 20 16.4401 19.7811 16.8379 19.3833L19.6919 16.5295C19.8892 16.3321 20 16.0645 20 15.7855C20 15.5065 19.8892 15.2388 19.6919 15.0415L15.4825 10.8312ZM15.3488 17.8943C14.0355 17.8722 9.54193 17.5197 6.01128 13.9881C2.46905 10.4461 2.12598 5.93691 2.10494 4.64994L4.21491 2.54005L6.9363 5.26133L5.5756 6.62197C5.45191 6.74556 5.36097 6.89803 5.31099 7.06559C5.26101 7.23315 5.25358 7.41052 5.28936 7.58168C5.31462 7.70269 5.93235 10.5723 7.67926 12.3192C9.42617 14.066 12.2959 14.6837 12.417 14.709C12.588 14.7459 12.7656 14.7391 12.9333 14.6892C13.1011 14.6394 13.2536 14.5481 13.3767 14.4238L14.7385 13.0632L17.4598 15.7844L15.3488 17.8943Z\" fill=\"white\"/>
  4259.                         </g>
  4260.                         <defs>
  4261.                         <clipPath id=\"clip0_2802_159460\">
  4262.                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  4263.                         </clipPath>
  4264.                         </defs>
  4265.                     </svg>
  4266.                     <span>Показать телефон</span>
  4267.                 </button>
  4268.                 <!--noindex--><a href=\"tel:{{ onlyPhoneNumber }}\" rel=\"nofollow\" class=\"number d-none\">
  4269.                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4270.                         <g clip-path=\"url(#clip0_2802_159460)\">
  4271.                         <path d=\"M15.4825 10.8312C15.2851 10.6339 15.0175 10.5231 14.7385 10.5231C14.4594 10.5231 14.1918 10.6339 13.9944 10.8312L12.317 12.5086C11.5393 12.2771 10.0881 11.7509 9.16834 10.8312C8.24858 9.91149 7.7224 8.46036 7.49089 7.6827L9.16834 6.00531C9.36563 5.80798 9.47645 5.54037 9.47645 5.26133C9.47645 4.9823 9.36563 4.71468 9.16834 4.51735L4.95892 0.308102C4.76158 0.110824 4.49395 0 4.21491 0C3.93586 0 3.66824 0.110824 3.47089 0.308102L0.616908 3.16197C0.217013 3.56185 -0.00819095 4.11115 0.000227882 4.67204C0.024432 6.17053 0.42117 11.3753 4.52325 15.4772C8.62533 19.5791 13.8303 19.9747 15.3299 20H15.3593C15.915 20 16.4401 19.7811 16.8379 19.3833L19.6919 16.5295C19.8892 16.3321 20 16.0645 20 15.7855C20 15.5065 19.8892 15.2388 19.6919 15.0415L15.4825 10.8312ZM15.3488 17.8943C14.0355 17.8722 9.54193 17.5197 6.01128 13.9881C2.46905 10.4461 2.12598 5.93691 2.10494 4.64994L4.21491 2.54005L6.9363 5.26133L5.5756 6.62197C5.45191 6.74556 5.36097 6.89803 5.31099 7.06559C5.26101 7.23315 5.25358 7.41052 5.28936 7.58168C5.31462 7.70269 5.93235 10.5723 7.67926 12.3192C9.42617 14.066 12.2959 14.6837 12.417 14.709C12.588 14.7459 12.7656 14.7391 12.9333 14.6892C13.1011 14.6394 13.2536 14.5481 13.3767 14.4238L14.7385 13.0632L17.4598 15.7844L15.3488 17.8943Z\" fill=\"white\"/>
  4272.                         </g>
  4273.                         <defs>
  4274.                         <clipPath id=\"clip0_2802_159460\">
  4275.                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  4276.                         </clipPath>
  4277.                         </defs>
  4278.                     </svg>
  4279.                     <span>{{- profile.phoneNumber -}}</span>
  4280.                 </a><!--/noindex-->
  4281.                 <!--noindex-->
  4282.                 {%- if profile.messengers.whatsApp -%}
  4283.                     <a href=\"https://wa.me/{{ onlyPhoneNumber|replace({'+': ''}) }}?text=Привет,%20{{ profile.name }}!%20Нашел%20твою%20анкету%20на%20Стрелочках.\" rel=\"nofollow\" class=\"whatsup\" target=\"_blank\">
  4284.                         <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4285.                             <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#48C95F\"/>
  4286.                             <path d=\"M27.9268 12.0625C25.9512 10.0937 23.3171 9 20.5366 9C14.7561 9 10.0732 13.6667 10.0732 19.4271C10.0732 21.25 10.5854 23.0729 11.4634 24.6042L10 30L15.561 28.5417C17.0976 29.3438 18.7805 29.7812 20.5366 29.7812C26.3171 29.7812 31 25.1146 31 19.3542C30.9268 16.6563 29.9024 14.0312 27.9268 12.0625ZM25.5854 23.1458C25.3659 23.7292 24.3415 24.3125 23.8293 24.3854C23.3902 24.4583 22.8049 24.4583 22.2195 24.3125C21.8537 24.1667 21.3415 24.0208 20.7561 23.7292C18.122 22.6354 16.439 20.0104 16.2927 19.7917C16.1463 19.6458 15.1951 18.4062 15.1951 17.0937C15.1951 15.7812 15.8537 15.1979 16.0732 14.9062C16.2927 14.6146 16.5854 14.6146 16.8049 14.6146C16.9512 14.6146 17.1707 14.6146 17.3171 14.6146C17.4634 14.6146 17.6829 14.5417 17.9024 15.0521C18.1219 15.5625 18.6341 16.875 18.7073 16.9479C18.7805 17.0938 18.7805 17.2396 18.7073 17.3854C18.6341 17.5312 18.561 17.6771 18.4146 17.8229C18.2683 17.9687 18.1219 18.1875 18.0488 18.2604C17.9024 18.4062 17.7561 18.5521 17.9024 18.7708C18.0488 19.0625 18.561 19.8646 19.3659 20.5937C20.3902 21.4687 21.1951 21.7604 21.4878 21.9063C21.7805 22.0521 21.9268 21.9792 22.0732 21.8333C22.2195 21.6875 22.7317 21.1042 22.878 20.8125C23.0244 20.5208 23.2439 20.5938 23.4634 20.6667C23.6829 20.7396 25 21.3958 25.2195 21.5417C25.5122 21.6875 25.6585 21.7604 25.7317 21.8333C25.8049 22.0521 25.8049 22.5625 25.5854 23.1458Z\" fill=\"white\"/>
  4287.                         </svg>
  4288.                     </a>
  4289.                 {%- endif -%}
  4290.                 {%- if profile.messengers.telegram -%}
  4291.                     <svg class=\"telegram\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4292.                         <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#2F89CE\"/>
  4293.                         <path d=\"M9.3507 20.3741L13.9488 22.0886L15.7413 27.8557C15.8192 28.2454 16.2868 28.3233 16.5985 28.0895L19.1703 25.9853C19.4041 25.7515 19.7938 25.7515 20.1055 25.9853L24.7036 29.3364C25.0154 29.5702 25.483 29.4144 25.5609 29.0247L28.99 12.6587C29.0679 12.269 28.6782 11.8793 28.2886 12.0352L9.3507 19.3609C8.8831 19.5168 8.8831 20.2182 9.3507 20.3741ZM15.5075 21.2313L24.5477 15.6981C24.7036 15.6201 24.8595 15.8539 24.7036 15.9319L17.2999 22.868C17.0661 23.1018 16.8323 23.4135 16.8323 23.8032L16.5985 25.6736C16.5985 25.9074 16.2089 25.9853 16.1309 25.6736L15.1957 22.2445C14.9619 21.8548 15.1178 21.3872 15.5075 21.2313Z\" fill=\"white\"/>
  4294.                     </svg>
  4295.                 {%- endif -%}
  4296.                 <!--/noindex-->
  4297.             </div>
  4298.         {% else %}
  4299.             <p class=\"model-phone__arhive m-0 color-silver\">анкета в архиве</p>
  4300.         {% endif %}
  4301.     </div>
  4302. {% endblock %}
  4303. {% block javascripts %}
  4304.     <script>
  4305.         window._lD = {
  4306.             setLastViewedListing: '{{ app.request.attributes.get('_route') }}',
  4307.             cityUrl: \"{{city.uriIdentity}}\"
  4308.         };
  4309.         window.comment_data = {
  4310. \t\t\t'urlCreate': '{{ path('profile.comment.create', {profile: profile.id}) }}',
  4311. \t\t\t'urlGet': '{{ path('profile.comment.comment_form', {profile: profile.id}) }}',
  4312. \t\t\t'sitekey': \"{{ ewz_recaptcha_site_key }}\",
  4313. \t\t\t'registrationUrl': \"{{ path('app_security_register') }}\"
  4314. \t\t};
  4315.         window._spb_s = {
  4316.             stations: {
  4317.                 {%- for station in stations() -%}
  4318.                     \"{{ station.name|trans }}\": \"{{ path('profile_list.list_by_station', {'city': station.city.uriIdentity, 'station': station.uriIdentity}) }}\"{% if not loop.last %},{% endif %}
  4319.                 {%- endfor -%}
  4320.             }
  4321.         };
  4322.     </script>
  4323.     <script src=\"https://www.google.com/recaptcha/api.js\" async defer></script>
  4324.     {% set excludeRecommendationProfileIds = [profile.id] %}
  4325.     {{ parent() }}
  4326.     <script src=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js\"></script>
  4327.     <script src=\"/assets/vendors/lightgallery/js/lightgallery-all.min.js\"></script>
  4328.     <script type=\"text/javascript\">
  4329.         // \$(document).ready(function() {
  4330.             {#const \$slider__images = \$('.friends-items');
  4331.             if (\$slider__images.length) {
  4332.                 \$slider__images.slick({
  4333.                     slidesToShow: 7,
  4334.                     slidesToScroll: 1,
  4335.                     dots: false,
  4336.                     centerMode: false,
  4337.                     focusOnSelect: true,
  4338.                     variableWidth: true,
  4339.                     responsive: [
  4340.                         {
  4341.                             breakpoint: 1680,
  4342.                             settings: {
  4343.                                 slidesToShow: 6
  4344.                             }
  4345.                         },
  4346.                     ]
  4347.                 });
  4348.             }#}
  4349.         // });
  4350.     </script>
  4351.     <script type=\"text/javascript\">
  4352.         \$(document).ready(function() {
  4353.             const \$girlAvatarSmall = \$('.girl-avatar__small');
  4354.             if (\$girlAvatarSmall.length) {
  4355.                 \$girlAvatarSmall.lightGallery({
  4356.                     selector: 'this',
  4357.                     thumbnail: false,
  4358.                     share: false
  4359.                 });
  4360.             }
  4361.             const \$girlAvatarBig = \$('.girl-avatar__big')
  4362.             if (\$girlAvatarBig.length) {
  4363.                 \$girlAvatarBig.lightGallery({
  4364.                     selector: 'this',
  4365.                     thumbnail: false,
  4366.                     share: false
  4367.                 });
  4368.             }
  4369.             const \$modelPhotos = \$('#model-photo');
  4370.             const \$modelSelfies = \$('#model-selfie');
  4371.             const \$modelVideo = \$('#model-video');
  4372.             const \$modelPhotos2 = \$('#model-photo2');
  4373.             const \$modelSelfies2 = \$('#model-selfie2');
  4374.             const \$modelVideo2 = \$('#model-video2');
  4375.             if (\$modelPhotos.length) {
  4376.                 \$modelPhotos.lightGallery({
  4377.                     selector: '.model-photo',
  4378.                     thumbnail: true,
  4379.                     share: false
  4380.                 });
  4381.             }
  4382.             if (\$modelSelfies.length) {
  4383.                 \$modelSelfies.lightGallery({
  4384.                     selector: '.model-selfie',
  4385.                     thumbnail: true,
  4386.                     share: false
  4387.                 });
  4388.             }
  4389.             if (\$modelPhotos2.length) {
  4390.                 \$modelPhotos2.lightGallery({
  4391.                     selector: '.model-photo2',
  4392.                     thumbnail: true,
  4393.                     share: false
  4394.                 });
  4395.             }
  4396.             if (\$modelSelfies2.length) {
  4397.                 \$modelSelfies2.lightGallery({
  4398.                     selector: '.model-selfie2',
  4399.                     thumbnail: true,
  4400.                     share: false
  4401.                 });
  4402.             }
  4403.             // if (\$modelVideo2.length) {
  4404.             //     \$modelVideo2.lightGallery({
  4405.             //         selector: '.model-video2',
  4406.             //         thumbnail: true,
  4407.             //         share: false
  4408.             //     });
  4409.             // }
  4410.             // if (\$modelVideo.length) {
  4411.             //     \$modelVideo.lightGallery({
  4412.             //         selector: '.model-video',
  4413.             //         thumbnail: true,
  4414.             //         share: false
  4415.             //     });
  4416.             // }
  4417.         })
  4418.     </script>
  4419.     <script>
  4420.         (function() {
  4421.             let isRenderRecommendationsWidget = false;
  4422.             let isRenderBotWidget = false;
  4423.             let isRenderRecentlyViewedWidget = false;
  4424.             function loadWidgets() {
  4425.                 if (!isRenderRecommendationsWidget) {
  4426.                     isRenderRecommendationsWidget = true;
  4427.                     window.Recommendations.addViewedProfile({{ profile.id }})
  4428.                 }
  4429.                 if (!isRenderBotWidget) {
  4430.                     isRenderBotWidget = true;
  4431.                     window.profileBotHelper.addViewedProfile({{ profile.id }});
  4432.                 }
  4433.                 if (!isRenderRecentlyViewedWidget) {
  4434.                     isRenderRecentlyViewedWidget = true;
  4435.                     window.recentlyViewed.addViewedProfile({{ profile.id }});
  4436.                 }
  4437.                 //const recentlyViewedProfiles = recentlyViewed.getViewedProfiles();
  4438.             }
  4439.             document.addEventListener('DOMContentLoaded', function() {
  4440.                 try {
  4441.                     loadWidgets();
  4442.                 } catch (error) {
  4443.                     console.error(error);
  4444.                 }
  4445.             }, {once:true});
  4446.             document.addEventListener(\"recommendations:ready\", function() {
  4447.                 try {
  4448.                     loadWidgets();
  4449.                 } catch (error) {
  4450.                     console.error(error);
  4451.                 }
  4452.             }, {once:true});
  4453.         })();
  4454. \t</script>
  4455. {% endblock %}
  4456. ""ProfilePreview/page.html.twig""/app/templates/ProfilePreview/page.html.twig");
  4457.     }
  4458. }