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

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.             'mainContainer' => [$this'block_mainContainer'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.         ];
  29.         $macros["_self"] = $this->macros["_self"] = $this;
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 1
  34.         return "ProfilePreview/grid.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  40.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfilePreview/page.html.twig"));
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfilePreview/page.html.twig"));
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""ProfilePreview/page.html.twig"));
  45.         $this->parent $this->loadTemplate("ProfilePreview/grid.html.twig""ProfilePreview/page.html.twig"1);
  46.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  49.         
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  51.         
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  53.     }
  54.     // line 28
  55.     public function block_title($context, array $blocks = [])
  56.     {
  57.         $macros $this->macros;
  58.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  59.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  64.         echo twig_escape_filter($this->env$this->extensions['App\Twig\SeoExtension']->metaTitle(), "html"nulltrue);
  65.         
  66.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  67.         
  68.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  69.         
  70.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  71.     }
  72.     // line 30
  73.     public function block_metaDescription($context, array $blocks = [])
  74.     {
  75.         $macros $this->macros;
  76.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  77.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  78.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  79.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  80.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  81.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  82.         // line 31
  83.         echo "\t<meta name=\"description\" content=\"";
  84.         echo twig_escape_filter($this->env$this->extensions['App\Twig\SeoExtension']->metaDescription(), "html"nulltrue);
  85.         echo "\">
  86. ";
  87.         
  88.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  89.         
  90.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  91.         
  92.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  93.     }
  94.     // line 34
  95.     public function block_name_page($context, array $blocks = [])
  96.     {
  97.         $macros $this->macros;
  98.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  99.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  100.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  102.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""name_page"));
  104.         echo "profile";
  105.         
  106.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  107.         
  108.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  109.         
  110.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  111.     }
  112.     // line 36
  113.     public function block_mainContainer($context, array $blocks = [])
  114.     {
  115.         $macros $this->macros;
  116.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  117.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  118.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  119.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  120.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  121.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""mainContainer"));
  122.         // line 37
  123.         echo "    ";
  124.         echo $this->extensions['Knp\Menu\Twig\MenuExtension']->render("breadcrumbs", ["template" => "_menu/breadcrumbs.html.twig"]);
  125.         echo "
  126.     <div class=\"d-flex align-items-center flex-fill model-header\">
  127.         <h1 class=\"border-line\">Индивидуалка ";
  128.         // line 39
  129.         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.'39$this->source); })()), "name", [], "any"falsefalsefalse39), "html"nulltrue);
  130.         echo " <span>- ID ";
  131.         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.'39$this->source); })()), "id", [], "any"falsefalsefalse39), "html"nulltrue);
  132.         echo "</span></h1>
  133.         ";
  134.         // line 40
  135.         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.'40$this->source); })()), "approved", [], "any"falsefalsefalse40)) {
  136.             // line 41
  137.             echo "            <div class=\"model-header__verification ml-auto d-flex align-items-center\">
  138.                 <span class=\"d-none d-sm-block\">Фото проверено</span>
  139.                 <div class=\"model-header__verification-circle d-flex align-items-center justify-content-center ml-2 ml-sm-3\">
  140.                     <svg class=\"icon\">
  141.                         <use xlink:href=\"";
  142.             // line 45
  143.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  144.             echo "#icon-verification-2\"></use>
  145.                     </svg>
  146.                 </div>
  147.             </div>
  148.         ";
  149.         }
  150.         // line 50
  151.         echo "    </div>
  152.     <div class=\"d-lg-flex\">
  153.         <div class=\"modal-main flex-fill order-lg-2\">
  154.             <div class=\"modal-info d-xxl-flex mb-3 mb-lg-4\">
  155.                 <div class=\"modal-col modal-info__items first\">
  156.                     <div class=\"modal-info__items-preview d-block d-lg-none float-left\" id=\"girl_avatar\">
  157.                         ";
  158.         // line 56
  159.         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.'56$this->source); })()), "deleted", [], "any"falsefalsefalse56)) {
  160.             // line 57
  161.             echo "                            <a href=\"";
  162.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  163.             echo "\" class=\"girl-avatar__small\">
  164.                                 <img itemprop=\"contentUrl\" src=\"";
  165.             // line 58
  166.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  167.             echo "\"
  168.                                     loading=\"lazy\"
  169.                                      alt=\"Анкета ";
  170.             // line 60
  171.             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.'60$this->source); })()), "name", [], "any"falsefalsefalse60)), "html"nulltrue);
  172.             echo " удалена\"
  173.                                      class=\"img-fluid\">
  174.                             </a>
  175.                         ";
  176.         } else {
  177.             // line 64
  178.             echo "                            ";
  179.             $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.'64$this->source); })()));
  180.             // line 65
  181.             echo "                            ";
  182.             if ((isset($context["photo"]) || array_key_exists("photo"$context) ? $context["photo"] : (function () { throw new RuntimeError('Variable "photo" does not exist.'65$this->source); })())) {
  183.                 // line 66
  184.                 echo "                                <a href=\"";
  185.                 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.'66$this->source); })()), "path", [], "any"falsefalsefalse66), "profile_media""fullsize""jpg"), "html"nulltrue);
  186.                 echo "\" class=\"girl-avatar__small\" data-gallery=\"girl-avatar\" data-index=\"0\">
  187.                                     <img itemprop=\"contentUrl\" src=\"";
  188.                 // line 67
  189.                 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.'67$this->source); })()), "path", [], "any"falsefalsefalse67), "profile_media""357x500""jpg"), "html"nulltrue);
  190.                 echo "\"
  191.                                         loading=\"lazy\"
  192.                                          alt=\"";
  193.                 // line 69
  194.                 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.'69$this->source); })()), "name", [], "any"falsefalsefalse69)), "html"nulltrue);
  195.                 echo ", ";
  196.                 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.'69$this->source); })()), "personParameters", [], "any"falsefalsefalse69), "age", [], "any"falsefalsefalse69)), "html"nulltrue);
  197.                 echo "\"
  198.                                          class=\"img-fluid\">
  199.                                 </a>
  200.                             ";
  201.             } else {
  202.                 // line 73
  203.                 echo "                                <a href=\"";
  204.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  205.                 echo "\" class=\"girl-avatar__small\">
  206.                                     <img itemprop=\"contentUrl\" src=\"";
  207.                 // line 74
  208.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  209.                 echo "\"
  210.                                         loading=\"lazy\"
  211.                                         alt=\"Фотография ";
  212.                 // line 76
  213.                 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.'76$this->source); })()), "name", [], "any"falsefalsefalse76)), "html"nulltrue);
  214.                 echo " отсутствует\"
  215.                                         class=\"img-fluid\">
  216.                                 </a>
  217.                             ";
  218.             }
  219.             // line 80
  220.             echo "                        ";
  221.         }
  222.         // line 81
  223.         echo "                        ";
  224.         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.'81$this->source); })()), "user", [], "any"falsefalsefalse81)) &&  !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.'81$this->source); })()), "deleted", [], "any"falsefalsefalse81))) {
  225.             // line 82
  226.             echo "                            <button type=\"button\"
  227.                                     data-url-add=\"";
  228.             // line 83
  229.             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.'83$this->source); })()), "id", [], "any"falsefalsefalse83)]), "html"nulltrue);
  230.             echo "\"
  231.                                     data-url-remove=\"";
  232.             // line 84
  233.             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.'84$this->source); })()), "id", [], "any"falsefalsefalse84)]), "html"nulltrue);
  234.             echo "\"
  235.                                     ";
  236.             // line 85
  237.             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.'85$this->source); })()))) {
  238.                 // line 86
  239.                 echo "                                    title=\"Убрать из избранного\"
  240.                                     class=\"btn favorite like\" id=\"favorite\">
  241.                                 ";
  242.             } else {
  243.                 // line 89
  244.                 echo "                                    title=\"Добавить в избранное\"
  245.                                     class=\"btn favorite unlike\" id=\"favorite\">
  246.                                 ";
  247.             }
  248.             // line 92
  249.             echo "                                <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  250.                                     <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\"/>
  251.                                     <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\"/>
  252.                                     <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\"/>
  253.                                 </svg>
  254.                             </button>
  255.                         ";
  256.         }
  257.         // line 99
  258.         echo "                    </div>
  259.                     <div>
  260.                         <div class=\"modal-info__items-block first d-flex flex-column flex-md-row\">
  261.                             <div class=\"block-item pb-2 pb-md-0 w-100\">
  262.                                 <div class=\"block-item__title d-flex align-items-center mb-2 mb-md-3\">
  263.                                     <svg class=\"icon mr-2 clr-1\">
  264.                                         <use xlink:href=\"";
  265.         // line 105
  266.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  267.         echo "#icon-apartments\"></use>
  268.                                     </svg>
  269.                                     Апартаменты
  270.                                 </div>
  271.                                 <div class=\"block-item__description clr-1\">
  272.                                     <p class=\"d-flex\">Час <span class=\"ml-auto\">
  273.                                             ";
  274.         // line 111
  275.         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.'111$this->source); })()), "apartmentsPricing", [], "any"falsefalsefalse111), "oneHourPrice", [], "any"falsefalsefalse111)) {
  276.             // line 112
  277.             echo "                                                ";
  278.             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.'112$this->source); })()), "apartmentsPricing", [], "any"falsefalsefalse112), "oneHourPrice", [], "any"falsefalsefalse112), "html"nulltrue);
  279.             echo " ";
  280.             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.'112$this->source); })()), "city", [], "any"falsefalsefalse112), "countryCode", [], "any"falsefalsefalse112)), "html"nulltrue);
  281.             echo "
  282.                                             ";
  283.         } else {
  284.             // line 113
  285.             echo "-";
  286.         }
  287.         // line 114
  288.         echo "                                        </span></p>
  289.                                     <p class=\"d-flex\">2 часа <span class=\"ml-auto\">
  290.                                             ";
  291.         // line 116
  292.         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.'116$this->source); })()), "apartmentsPricing", [], "any"falsefalsefalse116), "twoHoursPrice", [], "any"falsefalsefalse116)) {
  293.             // line 117
  294.             echo "                                                ";
  295.             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.'117$this->source); })()), "apartmentsPricing", [], "any"falsefalsefalse117), "twoHoursPrice", [], "any"falsefalsefalse117), "html"nulltrue);
  296.             echo " ";
  297.             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.'117$this->source); })()), "city", [], "any"falsefalsefalse117), "countryCode", [], "any"falsefalsefalse117)), "html"nulltrue);
  298.             echo "
  299.                                             ";
  300.         } else {
  301.             // line 118
  302.             echo "-";
  303.         }
  304.         // line 119
  305.         echo "                                        </span></p>
  306.                                     <p class=\"d-flex\">Ночь <span class=\"ml-auto\">
  307.                                             ";
  308.         // line 121
  309.         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.'121$this->source); })()), "apartmentsPricing", [], "any"falsefalsefalse121), "nightPrice", [], "any"falsefalsefalse121)) {
  310.             // line 122
  311.             echo "                                                ";
  312.             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.'122$this->source); })()), "apartmentsPricing", [], "any"falsefalsefalse122), "nightPrice", [], "any"falsefalsefalse122), "html"nulltrue);
  313.             echo " ";
  314.             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.'122$this->source); })()), "city", [], "any"falsefalsefalse122), "countryCode", [], "any"falsefalsefalse122)), "html"nulltrue);
  315.             echo "
  316.                                             ";
  317.         } else {
  318.             // line 123
  319.             echo "-";
  320.         }
  321.         // line 124
  322.         echo "                                        </span></p>
  323.                                     <p class=\"d-flex\">Экспресс <span class=\"ml-auto\">
  324.                                             ";
  325.         // line 126
  326.         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.'126$this->source); })()), "expressPricing", [], "any"falsefalsefalse126), "provided", [], "any"falsefalsefalse126)) {
  327.             // line 127
  328.             echo "                                                ";
  329.             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); })()), "expressPricing", [], "any"falsefalsefalse127), "price", [], "any"falsefalsefalse127)) {
  330.                 // line 128
  331.                 echo "                                                    ";
  332.                 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); })()), "expressPricing", [], "any"falsefalsefalse128), "price", [], "any"falsefalsefalse128), "html"nulltrue);
  333.                 echo " ";
  334.                 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);
  335.                 echo "
  336.                                                 ";
  337.             } else {
  338.                 // line 130
  339.                 echo "                                                    -
  340.                                                 ";
  341.             }
  342.             // line 132
  343.             echo "                                            ";
  344.         } else {
  345.             // line 133
  346.             echo "                                                -
  347.                                             ";
  348.         }
  349.         // line 135
  350.         echo "                                        </span></p>
  351.                                 </div>
  352.                             </div>
  353.                             <div class=\"block-item pl-0 pl-md-3 pl-xl-5 w-100\">
  354.                                 <div class=\"block-item__title d-flex align-items-center mb-2 mb-md-3\">
  355.                                     <svg class=\"icon mr-2 clr-2\">
  356.                                         <use xlink:href=\"";
  357.         // line 141
  358.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  359.         echo "#icon-car\"></use>
  360.                                     </svg>
  361.                                     Выезд
  362.                                 </div>
  363.                                 <div class=\"block-item__description clr-2\">
  364.                                     <p class=\"d-flex\">Час <span class=\"ml-auto\">
  365.                                             ";
  366.         // line 147
  367.         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.'147$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse147), "oneHourPrice", [], "any"falsefalsefalse147)) {
  368.             // line 148
  369.             echo "                                                ";
  370.             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.'148$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse148), "oneHourPrice", [], "any"falsefalsefalse148), "html"nulltrue);
  371.             echo " ";
  372.             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.'148$this->source); })()), "city", [], "any"falsefalsefalse148), "countryCode", [], "any"falsefalsefalse148)), "html"nulltrue);
  373.             echo "
  374.                                             ";
  375.         } else {
  376.             // line 149
  377.             echo "-";
  378.         }
  379.         // line 150
  380.         echo "                                        </span></p>
  381.                                     <p class=\"d-flex\">2 часа <span class=\"ml-auto\">
  382.                                             ";
  383.         // line 152
  384.         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.'152$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse152), "twoHoursPrice", [], "any"falsefalsefalse152)) {
  385.             // line 153
  386.             echo "                                                ";
  387.             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.'153$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse153), "twoHoursPrice", [], "any"falsefalsefalse153), "html"nulltrue);
  388.             echo " ";
  389.             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.'153$this->source); })()), "city", [], "any"falsefalsefalse153), "countryCode", [], "any"falsefalsefalse153)), "html"nulltrue);
  390.             echo "
  391.                                             ";
  392.         } else {
  393.             // line 154
  394.             echo "-";
  395.         }
  396.         // line 155
  397.         echo "                                        </span></p>
  398.                                     <p class=\"d-flex\">Ночь <span class=\"ml-auto\">
  399.                                             ";
  400.         // line 157
  401.         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.'157$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse157), "nightPrice", [], "any"falsefalsefalse157)) {
  402.             // line 158
  403.             echo "                                                ";
  404.             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.'158$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse158), "nightPrice", [], "any"falsefalsefalse158), "html"nulltrue);
  405.             echo " ";
  406.             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.'158$this->source); })()), "city", [], "any"falsefalsefalse158), "countryCode", [], "any"falsefalsefalse158)), "html"nulltrue);
  407.             echo "
  408.                                             ";
  409.         } else {
  410.             // line 159
  411.             echo "-";
  412.         }
  413.         // line 160
  414.         echo "                                        </span></p>
  415.                                 </div>
  416.                             </div>
  417.                         </div>
  418.                         ";
  419.         // line 164
  420.         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.'164$this->source); })()), "deleted", [], "any"falsefalsefalse164)) {
  421.             // line 165
  422.             echo "                            <div class=\"modal-info__items-block modal-info__items-block-phone\">
  423.                                 <div class=\"d-flex flex-wrap mb-2 mb-sm-3\">
  424.                                     <div class=\"model-phone d-flex align-items-center model-phone-desc\">
  425.                                         ";
  426.             // line 168
  427.             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.'168$this->source); })()), "isActive", [], "any"falsefalsefalse168) ||  !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.'168$this->source); })()), "hidden", [], "any"falsefalsefalse168))) {
  428.                 // line 169
  429.                 echo "                                            ";
  430.                 $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.'169$this->source); })()), "phoneNumber", [], "any"falsefalsefalse169), [" " => """-" => """(" => """)" => ""]);
  431.                 // line 170
  432.                 echo "                                            <div class=\"telephone d-flex\">
  433.                                                 <button class=\"telephone-number-btn number\" type=\"button\" onclick=\"this.classList.add('d-none');this.nextElementSibling.classList.remove('d-none')\">
  434.                                                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  435.                                                         <g clip-path=\"url(#clip0_2802_159460)\">
  436.                                                         <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\"/>
  437.                                                         </g>
  438.                                                         <defs>
  439.                                                         <clipPath id=\"clip0_2802_159460\">
  440.                                                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  441.                                                         </clipPath>
  442.                                                         </defs>
  443.                                                     </svg>
  444.                                                     <span class=\"button-click-first\">Показать телефон</span>
  445.                                                 </button>
  446.                                                 <!--noindex--><a href=\"tel:";
  447.                 // line 185
  448.                 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.'185$this->source); })()), "html"nulltrue);
  449.                 echo "\" rel=\"nofollow\" class=\"telephone-number-btn number d-none\">
  450.                                                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  451.                                                         <g clip-path=\"url(#clip0_2802_159460)\">
  452.                                                         <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\"/>
  453.                                                         </g>
  454.                                                         <defs>
  455.                                                         <clipPath id=\"clip0_2802_159460\">
  456.                                                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  457.                                                         </clipPath>
  458.                                                         </defs>
  459.                                                     </svg>
  460.                                                     <span class=\"button-click-second\">";
  461.                 // line 197
  462.                 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.'197$this->source); })()), "phoneNumber", [], "any"falsefalsefalse197), "html"nulltrue);
  463.                 echo "</span>
  464.                                                 </a><!--/noindex-->
  465.                                                 <!--noindex-->";
  466.                 // line 201
  467.                 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.'201$this->source); })()), "messengers", [], "any"falsefalsefalse201), "whatsApp", [], "any"falsefalsefalse201)) {
  468.                     // line 202
  469.                     echo "<a href=\"https://wa.me/";
  470.                     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.'202$this->source); })()), ["+" => ""]), "html"nulltrue);
  471.                     echo "?text=Привет,%20";
  472.                     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.'202$this->source); })()), "name", [], "any"falsefalsefalse202), "html"nulltrue);
  473.                     echo "!%20Нашел%20твою%20анкету%20на%20Стрелочках.\" rel=\"nofollow\" class=\"whatsup\" target=\"_blank\">
  474.                                                         <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  475.                                                             <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#48C95F\"/>
  476.                                                             <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\"/>
  477.                                                         </svg>
  478.                                                     </a>";
  479.                 }
  480.                 // line 210
  481.                 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.'210$this->source); })()), "messengers", [], "any"falsefalsefalse210), "telegram", [], "any"falsefalsefalse210) && 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.'210$this->source); })()), "messengers", [], "any"falsefalsefalse210), "telegramUsername", [], "any"falsefalsefalse210))) {
  482.                     // line 211
  483.                     echo "<a href=\"https://t.me/";
  484.                     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.'211$this->source); })()), "messengers", [], "any"falsefalsefalse211), "telegramUsername", [], "any"falsefalsefalse211), "html"nulltrue);
  485.                     echo "\" rel=\"nofollow noindex\", target=\"_blank\" class=\"telegram\">
  486.                                                         <svg class=\"telegram\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  487.                                                             <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#2F89CE\"/>
  488.                                                             <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\"/>
  489.                                                         </svg>
  490.                                                     </a>";
  491.                 }
  492.                 // line 218
  493.                 echo "<!--/noindex-->
  494.                                             </div>
  495.                                         ";
  496.             } else {
  497.                 // line 221
  498.                 echo "                                            <p class=\"model-phone__arhive m-0 color-silver\">анкета в архиве</p>
  499.                                         ";
  500.             }
  501.             // line 223
  502.             echo "                                    </div>
  503.                                     <div class=\"model-warning d-flex align-items-center pt-2 pt-md-0\">
  504.                                         <svg class=\"icon mr-2\">
  505.                                             <use xlink:href=\"";
  506.             // line 226
  507.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  508.             echo "#icon-warning\"></use>
  509.                                         </svg>
  510.                                         Никогда не отправляйте предоплату!
  511.                                     </div>
  512.                                 </div>
  513.                                 <p class=\"model-thank mb-2 mb-sm-3\">
  514.                                     Не забудьте сказать, что звоните с сайта \"spbdosug\"
  515.                                     <svg class=\"icon ml-2\">
  516.                                         <use xlink:href=\"";
  517.             // line 234
  518.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  519.             echo "#icon-emoja\"></use>
  520.                                     </svg>
  521.                                 </p>
  522.                                 <div class=\"d-flex modal-info-text\">
  523.                                     <p class=\"mr-2\">Отвечаю на:<br/>
  524.                                         <span>
  525.                                             ";
  526.             // line 240
  527.             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.'240$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse240), "answeringTo", [], "any"falsefalsefalse240)) > 0)) {
  528.                 // line 241
  529.                 echo "                                                ";
  530.                 $context['_parent'] = $context;
  531.                 $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.'241$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse241), "answeringTo", [], "any"falsefalsefalse241));
  532.                 $context['loop'] = [
  533.                   'parent' => $context['_parent'],
  534.                   'index0' => 0,
  535.                   'index'  => 1,
  536.                   'first'  => true,
  537.                 ];
  538.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  539.                     $length count($context['_seq']);
  540.                     $context['loop']['revindex0'] = $length 1;
  541.                     $context['loop']['revindex'] = $length;
  542.                     $context['loop']['length'] = $length;
  543.                     $context['loop']['last'] = === $length;
  544.                 }
  545.                 foreach ($context['_seq'] as $context["_key"] => $context["answeringTo"]) {
  546.                     // line 242
  547.                     echo "                                                    ";
  548.                     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);
  549.                     if ( !twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse242)) {
  550.                         echo ",";
  551.                     }
  552.                     // line 243
  553.                     echo "                                                ";
  554.                     ++$context['loop']['index0'];
  555.                     ++$context['loop']['index'];
  556.                     $context['loop']['first'] = false;
  557.                     if (isset($context['loop']['length'])) {
  558.                         --$context['loop']['revindex0'];
  559.                         --$context['loop']['revindex'];
  560.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  561.                     }
  562.                 }
  563.                 $_parent $context['_parent'];
  564.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['answeringTo'], $context['_parent'], $context['loop']);
  565.                 $context array_intersect_key($context$_parent) + $_parent;
  566.                 // line 244
  567.                 echo "                                            ";
  568.             } else {
  569.                 // line 245
  570.                 echo "                                                Не указано
  571.                                             ";
  572.             }
  573.             // line 247
  574.             echo "                                        </span>
  575.                                     </p>
  576.                                     <p class=\"ml-auto\">Удобное время для звонка:<br/><span>";
  577.             // line 249
  578.             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.'249$this->source); })())], 249$context$this->getSourceContext());
  579.             echo "</span></p>
  580.                                 </div>
  581.                                 <div class=\"d-flex modal-info-text mt-2\">
  582.                                     <p class=\"mr-2\">Ограничение по возрасту партнера:<br/>
  583.                                         <span>";
  584.             // line 253
  585.             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.'253$this->source); })()), "clientRestrictions", [], "any"falsefalsefalse253), "minAge", [], "any"falsefalsefalse253) || 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.'253$this->source); })()), "clientRestrictions", [], "any"falsefalsefalse253), "maxAge", [], "any"falsefalsefalse253))) {
  586.                 // line 254
  587.                 echo "                                            от ";
  588.                 ((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.'254$this->source); })()), "clientRestrictions", [], "any"falsefalsefalse254), "minAge", [], "any"falsefalsefalse254)) ? (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.'254$this->source); })()), "clientRestrictions", [], "any"falsefalsefalse254), "minAge", [], "any"falsefalsefalse254), "html"nulltrue))) : (print ("-")));
  589.                 echo "
  590.                                             до ";
  591.                 // line 255
  592.                 ((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.'255$this->source); })()), "clientRestrictions", [], "any"falsefalsefalse255), "maxAge", [], "any"falsefalsefalse255)) ? (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.'255$this->source); })()), "clientRestrictions", [], "any"falsefalsefalse255), "maxAge", [], "any"falsefalsefalse255), "html"nulltrue))) : (print ("-")));
  593.                 echo "
  594.                                             ";
  595.             } else {
  596.                 // line 257
  597.                 echo "                                               Не указано
  598.                                             ";
  599.             }
  600.             // line 259
  601.             echo "                                        </span>
  602.                                     </p>
  603.                                 </div>
  604.                             </div>
  605.                         ";
  606.         } else {
  607.             // line 264
  608.             echo "                            <div class=\"lock-block d-flex align-items-center\">
  609.                                 <img src=\"";
  610.             // line 265
  611.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/icons/profile-lock.svg""basicConfig"), "html"nulltrue);
  612.             echo "\" loading=\"lazy\">
  613.                                 <div class=\"text-block\">
  614.                                     <p class=\"title\">Девушка не работает</p>
  615.                                     <p class=\"lock\">Анкета доступна только по прямой ссылке и не показывается в результатах поиска.</p>
  616.                                 </div>
  617.                             </div>
  618.                         ";
  619.         }
  620.         // line 272
  621.         echo "                        ";
  622.         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.'272$this->source); })()), "city", [], "any"falsefalsefalse272), "uriIdentity", [], "any"falsefalsefalse272) == twig_get_attribute($this->env$this->source$this->extensions['App\Twig\DefaultCityExtension']->defaultCity(), "uriIdentity", [], "any"falsefalsefalse272))) {
  623.             // line 273
  624.             echo "                            ";
  625.             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.'273$this->source); })()), "stationsSortedByPrimary", [], "any"falsefalsefalse273)) > 0)) {
  626.                 // line 274
  627.                 echo "                                <div class=\"modal-info__items-block modal-info__items-block-metro pb-0 pb-sm-3 d-flex d-sm-block\">
  628.                                     <div class=\"metro-items d-sm-flex w-100 align-items-center flex-wrap mb-2 mb-xl-3\">
  629.                                         Метро:
  630.                                         ";
  631.                 // line 277
  632.                 $context['_parent'] = $context;
  633.                 $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.'277$this->source); })()), "stationsSortedByPrimary", [], "any"falsefalsefalse277), 03));
  634.                 foreach ($context['_seq'] as $context["_key"] => $context["station"]) {
  635.                     // line 278
  636.                     echo "                                            <div class=\"metro-item\">
  637.                                                 <svg class=\"icon mr-1\">
  638.                                                     <use xlink:href=\"";
  639.                     // line 280
  640.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  641.                     echo "#icon-metro\"></use>
  642.                                                 </svg>
  643.                                                 <a href=\"";
  644.                     // line 282
  645.                     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.'282$this->source); })()), "uriIdentity", [], "any"falsefalsefalse282), "station" => twig_get_attribute($this->env$this->source$context["station"], "uriIdentity", [], "any"falsefalsefalse282)]), "html"nulltrue);
  646.                     echo "\">";
  647.                     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"falsefalsefalse282)), "html"nulltrue);
  648.                     echo "</a>
  649.                                             </div>
  650.                                         ";
  651.                 }
  652.                 $_parent $context['_parent'];
  653.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['station'], $context['_parent'], $context['loop']);
  654.                 $context array_intersect_key($context$_parent) + $_parent;
  655.                 // line 285
  656.                 echo "                                    </div>
  657.                                     ";
  658.                 // line 286
  659.                 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.'286$this->source); })()), "stationsSortedByPrimary", [], "any"falsefalsefalse286)) > 0)) {
  660.                     echo "<div class=\"metro-items d-sm-flex w-100 align-items-center flex-wrap\">
  661.                                         Район:
  662.                                         ";
  663.                     // line 288
  664.                     $context['_parent'] = $context;
  665.                     $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.'288$this->source); })()), "stationsSortedByPrimary", [], "any"falsefalsefalse288));
  666.                     $context['loop'] = [
  667.                       'parent' => $context['_parent'],
  668.                       'index0' => 0,
  669.                       'index'  => 1,
  670.                       'first'  => true,
  671.                     ];
  672.                     if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  673.                         $length count($context['_seq']);
  674.                         $context['loop']['revindex0'] = $length 1;
  675.                         $context['loop']['revindex'] = $length;
  676.                         $context['loop']['length'] = $length;
  677.                         $context['loop']['last'] = === $length;
  678.                     }
  679.                     foreach ($context['_seq'] as $context["_key"] => $context["station"]) {
  680.                         // line 289
  681.                         echo "                                            ";
  682.                         if (twig_get_attribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse289)) {
  683.                             // line 290
  684.                             echo "                                                ";
  685.                             $context["stationDistrict"] = twig_get_attribute($this->env$this->source$context["station"], "district", [], "any"falsefalsefalse290);
  686.                             // line 291
  687.                             echo "                                                ";
  688.                             if ((isset($context["stationDistrict"]) || array_key_exists("stationDistrict"$context) ? $context["stationDistrict"] : (function () { throw new RuntimeError('Variable "stationDistrict" does not exist.'291$this->source); })())) {
  689.                                 // line 292
  690.                                 echo "                                                    ";
  691.                                 $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.'292$this->source); })()), "county", [], "any"falsefalsefalse292);
  692.                                 // line 293
  693.                                 echo "                                                    ";
  694.                                 if ((isset($context["districtCounty"]) || array_key_exists("districtCounty"$context) ? $context["districtCounty"] : (function () { throw new RuntimeError('Variable "districtCounty" does not exist.'293$this->source); })())) {
  695.                                     // line 294
  696.                                     echo "                                                        <div class=\"metro-item\">
  697.                                                             <a href=\"";
  698.                                     // line 295
  699.                                     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.'295$this->source); })()), "city", [], "any"falsefalsefalse295), "uriIdentity", [], "any"falsefalsefalse295), "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.'295$this->source); })()), "uriIdentity", [], "any"falsefalsefalse295)]), "html"nulltrue);
  700.                                     echo "\">";
  701.                                     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.'295$this->source); })()), "name", [], "any"falsefalsefalse295)), "html"nulltrue);
  702.                                     echo "</a>,
  703.                                                         </div>
  704.                                                     ";
  705.                                 }
  706.                                 // line 298
  707.                                 echo "                                                    <div class=\"metro-item\">
  708.                                                         <a href=\"";
  709.                                 // line 299
  710.                                 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.'299$this->source); })()), "city", [], "any"falsefalsefalse299), "uriIdentity", [], "any"falsefalsefalse299), "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.'299$this->source); })()), "uriIdentity", [], "any"falsefalsefalse299)]), "html"nulltrue);
  711.                                 echo "\">";
  712.                                 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.'299$this->source); })()), "name", [], "any"falsefalsefalse299)), "html"nulltrue);
  713.                                 echo "</a>
  714.                                                     </div>
  715.                                                 ";
  716.                             }
  717.                             // line 302
  718.                             echo "                                            ";
  719.                         }
  720.                         // line 303
  721.                         echo "                                        ";
  722.                         ++$context['loop']['index0'];
  723.                         ++$context['loop']['index'];
  724.                         $context['loop']['first'] = false;
  725.                         if (isset($context['loop']['length'])) {
  726.                             --$context['loop']['revindex0'];
  727.                             --$context['loop']['revindex'];
  728.                             $context['loop']['last'] = === $context['loop']['revindex0'];
  729.                         }
  730.                     }
  731.                     $_parent $context['_parent'];
  732.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['station'], $context['_parent'], $context['loop']);
  733.                     $context array_intersect_key($context$_parent) + $_parent;
  734.                     // line 304
  735.                     echo "                                    </div>";
  736.                 }
  737.                 // line 305
  738.                 echo "                                </div>
  739.                             ";
  740.             }
  741.             // line 307
  742.             echo "                        ";
  743.         }
  744.         // line 308
  745.         echo "                    </div>
  746.                 </div>
  747.                 <div class=\"modal-col modal-info__items mb-3 mb-md-0\">
  748.                     <div class=\"modal-info__items-row d-flex flex-wrap\">
  749.                         <div class=\"box-col text-center\">
  750.                             <div class=\"box-item\">
  751.                                 <span class=\"d-block\">Возраст</span>
  752.                                 ";
  753.         // line 315
  754.         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.'315$this->source); })()), "personParameters", [], "any"falsefalsefalse315), "age", [], "any"falsefalsefalse315)], 315$context$this->getSourceContext());
  755.         echo "
  756.                             </div>
  757.                         </div>
  758.                         <div class=\"box-col text-center\">
  759.                             <div class=\"box-item\">
  760.                                 <span class=\"d-block\">Рост</span>
  761.                                 ";
  762.         // line 321
  763.         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.'321$this->source); })()), "personParameters", [], "any"falsefalsefalse321), "height", [], "any"falsefalsefalse321)], 321$context$this->getSourceContext());
  764.         echo "
  765.                             </div>
  766.                         </div>
  767.                         <div class=\"box-col text-center\">
  768.                             <div class=\"box-item\">
  769.                                 <span class=\"d-block\">Вес</span>
  770.                                 ";
  771.         // line 327
  772.         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.'327$this->source); })()), "personParameters", [], "any"falsefalsefalse327), "weight", [], "any"falsefalsefalse327)], 327$context$this->getSourceContext());
  773.         echo "
  774.                             </div>
  775.                         </div>
  776.                         <div class=\"box-col text-center\">
  777.                             <div class=\"box-item\">
  778.                                 <span class=\"d-block\">Одежда</span>
  779.                                 ";
  780.         // line 333
  781.         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.'333$this->source); })()), "personParameters", [], "any"falsefalsefalse333), "clothSize", [], "any"falsefalsefalse333), "Одежда"], 333$context$this->getSourceContext());
  782.         echo "
  783.                             </div>
  784.                         </div>
  785.                         <div class=\"box-col text-center\">
  786.                             <div class=\"box-item\">
  787.                                 <span class=\"d-block\">Обувь</span>
  788.                                 ";
  789.         // line 339
  790.         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.'339$this->source); })()), "personParameters", [], "any"falsefalsefalse339), "shoesSize", [], "any"falsefalsefalse339), "Обувь"], 339$context$this->getSourceContext());
  791.         echo "
  792.                             </div>
  793.                         </div>
  794.                         <div class=\"box-col text-center\">
  795.                             <div class=\"box-item\">
  796.                                 <span class=\"d-block\">Грудь</span>
  797.                                 ";
  798.         // line 345
  799.         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.'345$this->source); })()), "personParameters", [], "any"falsefalsefalse345), "breastSize", [], "any"falsefalsefalse345), "Грудь"], 345$context$this->getSourceContext());
  800.         echo "
  801.                             </div>
  802.                         </div>
  803.                         <div class=\"box-col text-center\">
  804.                             <div class=\"box-item\">
  805.                                 <span class=\"d-block\">Тату</span>
  806.                                 ";
  807.         // line 351
  808.         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.'351$this->source); })()), "personParameters", [], "any"falsefalsefalse351), "tattoo", [], "any"falsefalsefalse351)) {
  809.             // line 352
  810.             echo "                                    <svg class=\"icon mr-1\">
  811.                                         <use xlink:href=\"";
  812.             // line 353
  813.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  814.             echo "#icon-check\"></use>
  815.                                     </svg>
  816.                                 ";
  817.         } else {
  818.             // line 356
  819.             echo "                                    -
  820.                                 ";
  821.         }
  822.         // line 358
  823.         echo "                            </div>
  824.                         </div>
  825.                         <div class=\"box-col text-center\">
  826.                             <div class=\"box-item\">
  827.                                 <span class=\"d-block\">Пирсинг</span>
  828.                                 ";
  829.         // line 363
  830.         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.'363$this->source); })()), "personParameters", [], "any"falsefalsefalse363), "piercing", [], "any"falsefalsefalse363)) {
  831.             // line 364
  832.             echo "                                    <svg class=\"icon mr-1\">
  833.                                         <use xlink:href=\"";
  834.             // line 365
  835.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  836.             echo "#icon-check\"></use>
  837.                                     </svg>
  838.                                 ";
  839.         } else {
  840.             // line 368
  841.             echo "                                    -
  842.                                 ";
  843.         }
  844.         // line 370
  845.         echo "                            </div>
  846.                         </div>
  847.                     </div>
  848.                     <div class=\"modal-info__items-block d-sm-flex\">
  849.                         <div class=\"description-items\">
  850.                             <p class=\"description-item d-flex align-items-center\"><span>Телосложение:</span>
  851.                                 ";
  852.         // line 376
  853.         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.'376$this->source); })()), "personParameters", [], "any"falsefalsefalse376), "bodyType", [], "any"falsefalsefalse376))) {
  854.             // line 377
  855.             echo "                                    ";
  856.             // line 378
  857.             echo "                                    ";
  858.             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.'378$this->source); })()), "personParameters", [], "any"falsefalsefalse378), "bodyType", [], "any"falsefalsefalse378)), [], "body_types"), "html"nulltrue);
  859.             echo "
  860.                                 ";
  861.         } else {
  862.             // line 380
  863.             echo "                                    -
  864.                                 ";
  865.         }
  866.         // line 382
  867.         echo "                            </p>
  868.                             <p class=\"description-item d-flex align-items-center\"><span>Цвет волос:</span>
  869.                                 ";
  870.         // line 384
  871.         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.'384$this->source); })()), "personParameters", [], "any"falsefalsefalse384), "hairColor", [], "any"falsefalsefalse384))) {
  872.             // line 385
  873.             echo "                                    <a target=\"_blank\" href=\"";
  874.             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.'385$this->source); })()), "uriIdentity", [], "any"falsefalsefalse385), "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.'385$this->source); })()), "personParameters", [], "any"falsefalsefalse385), "hairColor", [], "any"falsefalsefalse385)))]), "html"nulltrue);
  875.             echo "\">";
  876.             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.'385$this->source); })()), "personParameters", [], "any"falsefalsefalse385), "hairColor", [], "any"falsefalsefalse385)), [], "hair_colors"), "html"nulltrue);
  877.             echo "</a>
  878.                                 ";
  879.         } else {
  880.             // line 387
  881.             echo "                                    -
  882.                                 ";
  883.         }
  884.         // line 389
  885.         echo "                            </p>
  886.                             <p class=\"description-item d-flex align-items-center\"><span>Национальность:</span>
  887.                                 ";
  888.         // line 391
  889.         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.'391$this->source); })()), "personParameters", [], "any"falsefalsefalse391), "nationality", [], "any"falsefalsefalse391))) {
  890.             // line 392
  891.             echo "                                    ";
  892.             // line 393
  893.             echo "                                    ";
  894.             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.'393$this->source); })()), "personParameters", [], "any"falsefalsefalse393), "nationality", [], "any"falsefalsefalse393)), [], "nationalities"), "html"nulltrue);
  895.             echo "
  896.                                 ";
  897.         } else {
  898.             // line 395
  899.             echo "                                    -
  900.                                 ";
  901.         }
  902.         // line 397
  903.         echo "                            </p>
  904.                             <p class=\"description-item d-flex align-items-center\"><span>Интимная стрижка:</span>
  905.                                 ";
  906.         // line 399
  907.         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.'399$this->source); })()), "personParameters", [], "any"falsefalsefalse399), "privateHaircut", [], "any"falsefalsefalse399))) {
  908.             // line 400
  909.             echo "                                    ";
  910.             // line 401
  911.             echo "                                    ";
  912.             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.'401$this->source); })()), "personParameters", [], "any"falsefalsefalse401), "privateHaircut", [], "any"falsefalsefalse401)), [], "private_haircuts"), "html"nulltrue);
  913.             echo "
  914.                                 ";
  915.         } else {
  916.             // line 403
  917.             echo "                                    -
  918.                                 ";
  919.         }
  920.         // line 405
  921.         echo "                            </p>
  922.                         </div>
  923.                         <div class=\"description-items\">";
  924.         // line 408
  925.         $context["threshold"] = twig_get_attribute($this->env$this->sourcetwig_date_modify_filter($this->env"now""-14 days"), "getTimestamp", [], "method"falsefalsefalse408);
  926.         // line 409
  927.         $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.'409$this->source); })()), "updatedAt", [], "any"falsefalsefalse409)) ? (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.'409$this->source); })()), "updatedAt", [], "any"falsefalsefalse409), "getTimestamp", [], "method"falsefalsefalse409)) : (""));
  928.         // line 410
  929.         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.'410$this->source); })()), "createdAt", [], "any"falsefalsefalse410)) {
  930.             // line 411
  931.             echo "<p class=\"description-item d-flex align-items-center\"><span>Дата регистрации:</span> <span
  932.                                     class=\"date\" data-template=\"dd авг. YYYY г. hh:ii\">";
  933.             // line 412
  934.             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.'412$this->source); })()), "createdAt", [], "any"falsefalsefalse412), "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.'412$this->source); })()), "createdAt", [], "any"falsefalsefalse412), "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.'412$this->source); })()), "createdAt", [], "any"falsefalsefalse412), "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.'412$this->source); })()), "createdAt", [], "any"falsefalsefalse412), "H:i"))], 412$context$this->getSourceContext());
  935.             echo "</span></p>";
  936.         }
  937.         // line 415
  938.         if (((isset($context["updatedAtTs"]) || array_key_exists("updatedAtTs"$context) ? $context["updatedAtTs"] : (function () { throw new RuntimeError('Variable "updatedAtTs" does not exist.'415$this->source); })()) && ((isset($context["updatedAtTs"]) || array_key_exists("updatedAtTs"$context) ? $context["updatedAtTs"] : (function () { throw new RuntimeError('Variable "updatedAtTs" does not exist.'415$this->source); })()) >= (isset($context["threshold"]) || array_key_exists("threshold"$context) ? $context["threshold"] : (function () { throw new RuntimeError('Variable "threshold" does not exist.'415$this->source); })())))) {
  939.             // line 416
  940.             echo "<p class=\"description-item d-flex align-items-center\"><span>Дата обновления:</span> <span
  941.                                     class=\"date\">";
  942.             // line 417
  943.             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.'417$this->source); })()), "updatedAt", [], "any"falsefalsefalse417), "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.'417$this->source); })()), "updatedAt", [], "any"falsefalsefalse417), "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.'417$this->source); })()), "updatedAt", [], "any"falsefalsefalse417), "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.'417$this->source); })()), "updatedAt", [], "any"falsefalsefalse417), "H:i"))], 417$context$this->getSourceContext());
  944.             echo "</span></p>";
  945.         }
  946.         // line 420
  947.         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.'420$this->source); })()), "approved", [], "any"falsefalsefalse420)) {
  948.             // line 421
  949.             echo "<p class=\"description-item\">
  950.                                     <strong class=\"d-flex align-items-center\">
  951.                                         Фото проверено
  952.                                         <svg class=\"icon ml-2\">
  953.                                             <use xlink:href=\"";
  954.             // line 425
  955.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  956.             echo "#icon-verification\"></use>
  957.                                         </svg>
  958.                                     </strong>
  959.                                 </p>
  960.                             ";
  961.         }
  962.         // line 430
  963.         echo "                        </div>
  964.                     </div>
  965.                     <div class=\"modal-info__items-block p-0\">
  966.                         <div class=\"model-description\">
  967.                             <h2 class=\"border-line\">О себе</h2>
  968.                             <p class=\"m-0\">";
  969.         // line 435
  970.         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.'435$this->source); })()), "description", [], "any"falsefalsefalse435), "html"nulltrue);
  971.         echo "</p>
  972.                         </div>
  973.                     </div>
  974.                 </div>
  975.                 ";
  976.         // line 439
  977.         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.'439$this->source); })()), "photos", [], "any"falsefalsefalse439), 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.'439$this->source); })()), "selfies", [], "any"falsefalsefalse439), 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.'439$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse439), 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.'439$this->source); })()), "deleted", [], "any"falsefalsefalse439)], 439$context$this->getSourceContext()) == "true")) {
  978.             // line 440
  979.             echo "                    <div class=\"model-aside__images d-block d-md-none\">
  980.                         <ul class=\"nav nav-pills list-unstyled m-0 p-0 d-flex\" id=\"model-tab2\" role=\"tablist\">
  981.                             ";
  982.             // line 442
  983.             $context["currentPage"] = "";
  984.             // line 443
  985.             echo "                            ";
  986.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "photos", [], "any"truetruefalse443) && (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.'443$this->source); })()), "photos", [], "any"falsefalsefalse443)) > 0))) {
  987.                 $context["currentPage"] = "photo";
  988.                 // line 444
  989.                 echo "                                <li class=\"nav-item flex-fill\">
  990.                                     <a class=\"active\" id=\"model-photo-tab2\" data-toggle=\"pill\" href=\"#model-photo2\" role=\"tab\" aria-controls=\"model-photo2\" aria-selected=\"false\">
  991.                                         <div class=\"text-center mb-1\">
  992.                                             <svg class=\"icon d-inline-block\">
  993.                                                 <use xlink:href=\"";
  994.                 // line 448
  995.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  996.                 echo "#icon-photo-thumb\"></use>
  997.                                             </svg>
  998.                                         </div>
  999.                                         Фото
  1000.                                     </a>
  1001.                                 </li>
  1002.                             ";
  1003.             }
  1004.             // line 455
  1005.             echo "                            ";
  1006.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "selfies", [], "any"truetruefalse455) && (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.'455$this->source); })()), "selfies", [], "any"falsefalsefalse455)) > 0))) {
  1007.                 $context["currentPage"] = ((((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'455$this->source); })()) == "")) ? ("selfie") : ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'455$this->source); })())));
  1008.                 // line 456
  1009.                 echo "                                <li class=\"nav-item flex-fill\">
  1010.                                     <a class=\"";
  1011.                 // line 457
  1012.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'457$this->source); })()) == "selfie")) {
  1013.                     echo "active";
  1014.                 }
  1015.                 echo "\" id=\"model-selfie-tab2\" data-toggle=\"pill\" href=\"#model-selfie2\" role=\"tab\" aria-controls=\"model-selfie2\" aria-selected=\"false\">
  1016.                                         <div class=\"text-center mb-1\">
  1017.                                             <svg class=\"icon d-inline-block\">
  1018.                                                 <use xlink:href=\"";
  1019.                 // line 460
  1020.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1021.                 echo "#icon-selfie-thumb\"></use>
  1022.                                             </svg>
  1023.                                         </div>
  1024.                                         Селфи
  1025.                                     </a>
  1026.                                 </li>
  1027.                             ";
  1028.             }
  1029.             // line 467
  1030.             echo "                            ";
  1031.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "confirmedVideos", [], "any"truetruefalse467) && (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.'467$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse467)) > 0))) {
  1032.                 $context["currentPage"] = ((((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'467$this->source); })()) == "")) ? ("video") : ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'467$this->source); })())));
  1033.                 // line 468
  1034.                 echo "                                <li class=\"nav-item flex-fill\">
  1035.                                     <a class=\"";
  1036.                 // line 469
  1037.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'469$this->source); })()) == "video")) {
  1038.                     echo "active";
  1039.                 }
  1040.                 echo "\" id=\"model-video-tab2\" data-toggle=\"pill\" href=\"#model-video2\" role=\"tab\" aria-controls=\"model-video2\" aria-selected=\"true\">
  1041.                                         <div class=\"text-center mb-1\">
  1042.                                             <svg class=\"icon d-inline-block\">
  1043.                                                 <use xlink:href=\"";
  1044.                 // line 472
  1045.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1046.                 echo "#icon-video-thumb\"></use>
  1047.                                             </svg>
  1048.                                         </div>
  1049.                                         Видео
  1050.                                     </a>
  1051.                                 </li>
  1052.                             ";
  1053.             }
  1054.             // line 479
  1055.             echo "                        </ul>
  1056.                         <div class=\"tab-content pt-2 pb-2\" id=\"model-tabContent2\">
  1057.                             ";
  1058.             // line 481
  1059.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "photos", [], "any"truetruefalse481) && (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.'481$this->source); })()), "photos", [], "any"falsefalsefalse481)) > 0))) {
  1060.                 // line 482
  1061.                 echo "                                <div class=\"tab-pane fade";
  1062.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'482$this->source); })()) == "photo")) {
  1063.                     echo " show active";
  1064.                 }
  1065.                 echo "\" id=\"model-photo2\" role=\"tabpanel\" aria-labelledby=\"model-photo-tab2\">
  1066.                                     <div class=\"model-aside-row d-flex flex-wrap\" id=\"photo-list\">
  1067.                                         ";
  1068.                 // line 485
  1069.                 $context['_parent'] = $context;
  1070.                 $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.'485$this->source); })()), "photos", [], "any"falsefalsefalse485));
  1071.                 $context['loop'] = [
  1072.                   'parent' => $context['_parent'],
  1073.                   'index0' => 0,
  1074.                   'index'  => 1,
  1075.                   'first'  => true,
  1076.                 ];
  1077.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  1078.                     $length count($context['_seq']);
  1079.                     $context['loop']['revindex0'] = $length 1;
  1080.                     $context['loop']['revindex'] = $length;
  1081.                     $context['loop']['length'] = $length;
  1082.                     $context['loop']['last'] = === $length;
  1083.                 }
  1084.                 foreach ($context['_seq'] as $context["_key"] => $context["photo"]) {
  1085.                     // line 486
  1086.                     echo "                                            <div class=\"model-aside-col\">
  1087.                                                 <a href=\"";
  1088.                     // line 487
  1089.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse487), "profile_media""fullsize""jpg"), "html"nulltrue);
  1090.                     echo "\"
  1091.                                                     data-gallery=\"girl-gallery\"
  1092.                                                     class=\"model-aside-photo photoswipe model-photo2\"
  1093.                                                     data-index=\"";
  1094.                     // line 490
  1095.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse490), "html"nulltrue);
  1096.                     echo "\">
  1097.                                                     <img class=\"img-fluid\"
  1098.                                                          srcset=\"";
  1099.                     // line 492
  1100.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse492), "profile_media""196x250""jpg"), "html"nulltrue);
  1101.                     echo " 196w,
  1102. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1103.                     // line 493
  1104.                     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""177x250""jpg"), "html"nulltrue);
  1105.                     echo " 177w,
  1106. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1107.                     // line 494
  1108.                     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""228x250""jpg"), "html"nulltrue);
  1109.                     echo " 228w,
  1110. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t";
  1111.                     // line 495
  1112.                     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""250x250""jpg"), "html"nulltrue);
  1113.                     echo " 260w\"
  1114.                                                          sizes=\"(max-width: 660px) 196px,
  1115. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 980px) 177px,
  1116. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 1125px) 228px,
  1117. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t260px\"
  1118.                                                         loading=\"lazy\"
  1119.                                                          src=\"";
  1120.                     // line 501
  1121.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse501), "profile_media""250x250""jpg"), "html"nulltrue);
  1122.                     echo "\"
  1123.                                                          alt=\"";
  1124.                     // line 502
  1125.                     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.'502$this->source); })()), "name", [], "any"falsefalsefalse502)), "html"nulltrue);
  1126.                     echo ", фото ";
  1127.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse502), "html"nulltrue);
  1128.                     echo "\">
  1129.                                                 </a>
  1130.                                             </div>
  1131.                                         ";
  1132.                     ++$context['loop']['index0'];
  1133.                     ++$context['loop']['index'];
  1134.                     $context['loop']['first'] = false;
  1135.                     if (isset($context['loop']['length'])) {
  1136.                         --$context['loop']['revindex0'];
  1137.                         --$context['loop']['revindex'];
  1138.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  1139.                     }
  1140.                 }
  1141.                 $_parent $context['_parent'];
  1142.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['photo'], $context['_parent'], $context['loop']);
  1143.                 $context array_intersect_key($context$_parent) + $_parent;
  1144.                 // line 506
  1145.                 echo "                                    </div>
  1146.                                 </div>
  1147.                             ";
  1148.             }
  1149.             // line 509
  1150.             echo "                            ";
  1151.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "selfies", [], "any"truetruefalse509) && (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.'509$this->source); })()), "selfies", [], "any"falsefalsefalse509)) > 0))) {
  1152.                 // line 510
  1153.                 echo "                                <div class=\"tab-pane fade";
  1154.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'510$this->source); })()) == "selfie")) {
  1155.                     echo " show active";
  1156.                 }
  1157.                 echo "\" id=\"model-selfie2\" role=\"tabpanel\" aria-labelledby=\"model-selfie-tab2\">
  1158.                                     <div class=\"model-aside-row d-flex flex-wrap\">
  1159.                                         ";
  1160.                 // line 512
  1161.                 $context['_parent'] = $context;
  1162.                 $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.'512$this->source); })()), "selfies", [], "any"falsefalsefalse512));
  1163.                 $context['loop'] = [
  1164.                   'parent' => $context['_parent'],
  1165.                   'index0' => 0,
  1166.                   'index'  => 1,
  1167.                   'first'  => true,
  1168.                 ];
  1169.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  1170.                     $length count($context['_seq']);
  1171.                     $context['loop']['revindex0'] = $length 1;
  1172.                     $context['loop']['revindex'] = $length;
  1173.                     $context['loop']['length'] = $length;
  1174.                     $context['loop']['last'] = === $length;
  1175.                 }
  1176.                 foreach ($context['_seq'] as $context["_key"] => $context["photo"]) {
  1177.                     // line 513
  1178.                     if (twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse513)) {
  1179.                         // line 514
  1180.                         $context["uniqId"] = (twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse514) + 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.'514$this->source); })()), "photos", [], "any"falsefalsefalse514)));
  1181.                         // line 515
  1182.                         echo "                                                <div class=\"model-aside-col\">
  1183.                                                     <a href=\"";
  1184.                         // line 516
  1185.                         echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse516), "profile_media""fullsize""jpg"), "html"nulltrue);
  1186.                         echo "\"
  1187.                                                         data-gallery=\"girl-selfie\"
  1188.                                                         class=\"photoswipe model-aside-photo model-selfie2\"
  1189.                                                         data-index=\"";
  1190.                         // line 519
  1191.                         echo twig_escape_filter($this->env, (isset($context["uniqId"]) || array_key_exists("uniqId"$context) ? $context["uniqId"] : (function () { throw new RuntimeError('Variable "uniqId" does not exist.'519$this->source); })()), "html"nulltrue);
  1192.                         echo "\">
  1193.                                                         <img class=\"img-fluid\"
  1194.                                                             srcset=\"";
  1195.                         // line 521
  1196.                         echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse521), "profile_media""196x250""jpg"), "html"nulltrue);
  1197.                         echo " 196w,
  1198.                                                                 ";
  1199.                         // line 522
  1200.                         echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse522), "profile_media""177x250""jpg"), "html"nulltrue);
  1201.                         echo " 177w,
  1202.                                                                 ";
  1203.                         // line 523
  1204.                         echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse523), "profile_media""228x250""jpg"), "html"nulltrue);
  1205.                         echo " 228w,
  1206.                                                                 ";
  1207.                         // line 524
  1208.                         echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse524), "profile_media""250x250""jpg"), "html"nulltrue);
  1209.                         echo " 260w\"
  1210.                                                             sizes=\"(max-width: 660px) 196px,
  1211.                                                                 (max-width: 980px) 177px,
  1212.                                                                 (max-width: 1125px) 228px,
  1213.                                                                 260px\"
  1214.                                                             loading=\"lazy\"
  1215.                                                             src=\"";
  1216.                         // line 530
  1217.                         echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse530), "profile_media""250x250""jpg"), "html"nulltrue);
  1218.                         echo "\"
  1219.                                                             alt=\"";
  1220.                         // line 531
  1221.                         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.'531$this->source); })()), "name", [], "any"falsefalsefalse531)), "html"nulltrue);
  1222.                         echo ", фото ";
  1223.                         echo twig_escape_filter($this->env, (isset($context["uniqId"]) || array_key_exists("uniqId"$context) ? $context["uniqId"] : (function () { throw new RuntimeError('Variable "uniqId" does not exist.'531$this->source); })()), "html"nulltrue);
  1224.                         echo "\">
  1225.                                                     </a>
  1226.                                                 </div>";
  1227.                     }
  1228.                     ++$context['loop']['index0'];
  1229.                     ++$context['loop']['index'];
  1230.                     $context['loop']['first'] = false;
  1231.                     if (isset($context['loop']['length'])) {
  1232.                         --$context['loop']['revindex0'];
  1233.                         --$context['loop']['revindex'];
  1234.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  1235.                     }
  1236.                 }
  1237.                 $_parent $context['_parent'];
  1238.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['photo'], $context['_parent'], $context['loop']);
  1239.                 $context array_intersect_key($context$_parent) + $_parent;
  1240.                 // line 536
  1241.                 echo "                                    </div>
  1242.                                 </div>
  1243.                             ";
  1244.             }
  1245.             // line 539
  1246.             echo "                            ";
  1247.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "confirmedVideos", [], "any"truetruefalse539) && (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.'539$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse539)) > 0))) {
  1248.                 // line 540
  1249.                 echo "                                <div class=\"tab-pane fade";
  1250.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'540$this->source); })()) == "video")) {
  1251.                     echo " show active";
  1252.                 }
  1253.                 echo "\" id=\"model-video2\" role=\"tabpanel\" aria-labelledby=\"model-video-tab2\">
  1254.                                     <div class=\"model-aside-row d-flex flex-wrap\">
  1255.                                         ";
  1256.                 // line 542
  1257.                 $context['_parent'] = $context;
  1258.                 $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.'542$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse542));
  1259.                 foreach ($context['_seq'] as $context["_key"] => $context["video"]) {
  1260.                     // line 543
  1261.                     echo "                                            <div class=\"model-aside-col video\">
  1262.                                                 <video class=\"video-js vjs-big-play-centered vjs-default-skin model-video2\" controls preload=\"metadata\" width=\"341\" height=\"227\" data-setup=\"{}\">
  1263.                                                     <source src=\"";
  1264.                     // line 545
  1265.                     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"falsefalsefalse545), "profile_media"), "html"nulltrue);
  1266.                     echo "\" type='video/mp4'/>
  1267.                                                 </video>
  1268.                                             </div>
  1269.                                         ";
  1270.                 }
  1271.                 $_parent $context['_parent'];
  1272.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['video'], $context['_parent'], $context['loop']);
  1273.                 $context array_intersect_key($context$_parent) + $_parent;
  1274.                 // line 549
  1275.                 echo "                                    </div>
  1276.                                 </div>
  1277.                             ";
  1278.             }
  1279.             // line 552
  1280.             echo "                        </div>
  1281.                     </div>
  1282.                 ";
  1283.         }
  1284.         // line 555
  1285.         echo "            </div>
  1286.             <div class=\"modal-services mb-3 mb-lg-4 p-2 p-sm-3 p-lg-4\">
  1287.                 <div class=\"modal-services__header d-flex flex-wrap align-items-start\">
  1288.                     <h2 class=\"border-line\">Интим услуги</h2>
  1289.                     <div class=\"modal-services__header-info d-flex flex-wrap align-items-center pb-2\">
  1290.                         <div class=\"header-item mr-3\">
  1291.                             <svg class=\"icon mr-1\">
  1292.                                 <use xlink:href=\"";
  1293.         // line 562
  1294.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1295.         echo "#icon-model-included\"></use>
  1296.                             </svg>
  1297.                             - включено в стоимость
  1298.                         </div>
  1299.                         <div class=\"header-item mr-3\">
  1300.                             <svg class=\"icon mr-1\">
  1301.                                 <use xlink:href=\"";
  1302.         // line 568
  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-liking\"></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 574
  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-charge\"></use>
  1314.                             </svg>
  1315.                             - за дополнительную плату
  1316.                         </div>
  1317.                         <div class=\"header-item provided\">
  1318.                             <svg class=\"icon mr-1\">
  1319.                                 <use xlink:href=\"";
  1320.         // line 580
  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-provided\"></use>
  1323.                             </svg>
  1324.                             - услуга не предоставляется
  1325.                         </div>
  1326.                     </div>
  1327.                 </div>
  1328.                 <div class=\"modal-services__main d-xl-flex\">
  1329.                     <div class=\"modal-services__items left w-100\">
  1330.                         ";
  1331.         // line 588
  1332.         $context["initional_group_2"] = 0;
  1333.         // line 589
  1334.         echo "                        ";
  1335.         $context["group_2_minet"] = [];
  1336.         // line 590
  1337.         echo "                        ";
  1338.         $context["group_2_okon"] = [];
  1339.         // line 591
  1340.         echo "                        ";
  1341.         $context["group_2_okon_trigger"] = ["Окончание на грудь""Окончание на лицо""Окончание в рот"];
  1342.         echo " ";
  1343.         // line 592
  1344.         echo "                        ";
  1345.         $context['_parent'] = $context;
  1346.         $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.'592$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.'592$this->source); })()), "masseur", [], "any"falsefalsefalse592) || !twig_in_filter($context["group"], (isset($context["masseurExcludeServiceGroups"]) || array_key_exists("masseurExcludeServiceGroups"$context) ? $context["masseurExcludeServiceGroups"] : (function () { throw new RuntimeError('Variable "masseurExcludeServiceGroups" does not exist.'592$this->source); })()))); }));
  1347.         foreach ($context['_seq'] as $context["group"] => $context["servicesGroup"]) {
  1348.             // line 593
  1349.             echo "                            ";
  1350.             if (($context["group"] == 2)) {
  1351.                 // line 594
  1352.                 echo "                                ";
  1353.                 // line 595
  1354.                 echo "                                ";
  1355.                 $context['_parent'] = $context;
  1356.                 $context['_seq'] = twig_ensure_traversable($context["servicesGroup"]);
  1357.                 foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  1358.                     // line 596
  1359.                     echo "                                    ";
  1360.                     if ((((twig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse596) == 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.'596$this->source); })()), 0, [], "array"falsefalsefalse596)) || (twig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse596) == 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.'596$this->source); })()), 1, [], "array"falsefalsefalse596))) || (twig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse596) == 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.'596$this->source); })()), 2, [], "array"falsefalsefalse596)))) {
  1361.                         // line 597
  1362.                         echo "                                        ";
  1363.                         $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.'597$this->source); })()), [$context["service"]]);
  1364.                         // line 598
  1365.                         echo "                                    ";
  1366.                     } else {
  1367.                         // line 599
  1368.                         echo "                                        ";
  1369.                         $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.'599$this->source); })()), [$context["service"]]);
  1370.                         // line 600
  1371.                         echo "                                    ";
  1372.                     }
  1373.                     // line 601
  1374.                     echo "                                ";
  1375.                 }
  1376.                 $_parent $context['_parent'];
  1377.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  1378.                 $context array_intersect_key($context$_parent) + $_parent;
  1379.                 // line 602
  1380.                 echo "                            ";
  1381.             } 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.'602$this->source); })()) == 0))) {
  1382.                 // line 603
  1383.                 echo "                                ";
  1384.                 // line 604
  1385.                 echo "                                ";
  1386.                 $context["initional_group_2"] = 1;
  1387.                 // line 605
  1388.                 echo "                                <div class=\"modal-services__item\">
  1389.                                     <p class=\"item-title\">Минет</p>
  1390.                                     ";
  1391.                 // line 607
  1392.                 $context['_parent'] = $context;
  1393.                 $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.'607$this->source); })()));
  1394.                 foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  1395.                     // line 608
  1396.                     echo "                                        ";
  1397.                     $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.'608$this->source); })()), "providedService", [$context["service"]], "method"falsefalsefalse608);
  1398.                     // line 609
  1399.                     echo "                                        <p class=\"item";
  1400.                     if ( !(isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'609$this->source); })())) {
  1401.                         echo " provided";
  1402.                     }
  1403.                     echo "\">
  1404.                                             ";
  1405.                     // line 610
  1406.                     if ((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'610$this->source); })())) {
  1407.                         // line 611
  1408.                         echo "                                                ";
  1409.                         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.'611$this->source); })()), "condition", [], "any"falsefalsefalse611) == 1)) {
  1410.                             // line 612
  1411.                             echo "                                                    <svg class=\"icon mr-1\">
  1412.                                                         <use xlink:href=\"";
  1413.                             // line 613
  1414.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1415.                             echo "#icon-model-included\"></use>
  1416.                                                     </svg>
  1417.                                                 ";
  1418.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 615
  1419. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'615$this->source); })()), "condition", [], "any"falsefalsefalse615) == 2)) {
  1420.                             // line 616
  1421.                             echo "                                                    <svg class=\"icon mr-1\">
  1422.                                                         <use xlink:href=\"";
  1423.                             // line 617
  1424.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1425.                             echo "#icon-model-liking\"></use>
  1426.                                                     </svg>
  1427.                                                 ";
  1428.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 619
  1429. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'619$this->source); })()), "condition", [], "any"falsefalsefalse619) == 3)) {
  1430.                             // line 620
  1431.                             echo "                                                    <svg class=\"icon mr-1\">
  1432.                                                         <use xlink:href=\"";
  1433.                             // line 621
  1434.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1435.                             echo "#icon-model-charge\"></use>
  1436.                                                     </svg>
  1437.                                                 ";
  1438.                         }
  1439.                         // line 624
  1440.                         echo "                                            ";
  1441.                     } else {
  1442.                         // line 625
  1443.                         echo "                                                <svg class=\"icon mr-1\">
  1444.                                                     <use xlink:href=\"";
  1445.                         // line 626
  1446.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1447.                         echo "#icon-model-provided\"></use>
  1448.                                                 </svg>
  1449.                                             ";
  1450.                     }
  1451.                     // line 629
  1452.                     echo "                                            <a href=\"";
  1453.                     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.'629$this->source); })()), "city", [], "any"falsefalsefalse629), "uriIdentity", [], "any"falsefalsefalse629), "service" => twig_get_attribute($this->env$this->source$context["service"], "uriIdentity", [], "any"falsefalsefalse629)]), "html"nulltrue);
  1454.                     echo "\" data-s=\"";
  1455.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse629), "html"nulltrue);
  1456.                     echo "\">
  1457.                                                 ";
  1458.                     // line 630
  1459.                     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"falsefalsefalse630)), "html"nulltrue);
  1460.                     echo "
  1461.                                             </a>
  1462.                                             ";
  1463.                     // line 632
  1464.                     if ((((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'632$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.'632$this->source); })()), "condition", [], "any"falsefalsefalse632) == 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.'632$this->source); })()), "extraCharge", [], "any"falsefalsefalse632))) {
  1465.                         echo "<span>(+";
  1466.                         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.'632$this->source); })()), "extraCharge", [], "any"falsefalsefalse632), "html"nulltrue);
  1467.                         echo " Р)</span>";
  1468.                     }
  1469.                     // line 633
  1470.                     echo "                                        </p>
  1471.                                     ";
  1472.                 }
  1473.                 $_parent $context['_parent'];
  1474.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  1475.                 $context array_intersect_key($context$_parent) + $_parent;
  1476.                 // line 635
  1477.                 echo "                                </div>
  1478.                                 <div class=\"modal-services__item\">
  1479.                                     <p class=\"item-title\">Окончание</p>
  1480.                                     ";
  1481.                 // line 638
  1482.                 $context['_parent'] = $context;
  1483.                 $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.'638$this->source); })()));
  1484.                 foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  1485.                     // line 639
  1486.                     echo "                                        ";
  1487.                     $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.'639$this->source); })()), "providedService", [$context["service"]], "method"falsefalsefalse639);
  1488.                     // line 640
  1489.                     echo "                                        <p class=\"item";
  1490.                     if ( !(isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'640$this->source); })())) {
  1491.                         echo " provided";
  1492.                     }
  1493.                     echo "\">
  1494.                                             ";
  1495.                     // line 641
  1496.                     if ((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'641$this->source); })())) {
  1497.                         // line 642
  1498.                         echo "                                                ";
  1499.                         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.'642$this->source); })()), "condition", [], "any"falsefalsefalse642) == 1)) {
  1500.                             // line 643
  1501.                             echo "                                                    <svg class=\"icon mr-1\">
  1502.                                                         <use xlink:href=\"";
  1503.                             // line 644
  1504.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1505.                             echo "#icon-model-included\"></use>
  1506.                                                     </svg>
  1507.                                                 ";
  1508.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 646
  1509. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'646$this->source); })()), "condition", [], "any"falsefalsefalse646) == 2)) {
  1510.                             // line 647
  1511.                             echo "                                                    <svg class=\"icon mr-1\">
  1512.                                                         <use xlink:href=\"";
  1513.                             // line 648
  1514.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1515.                             echo "#icon-model-liking\"></use>
  1516.                                                     </svg>
  1517.                                                 ";
  1518.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 650
  1519. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'650$this->source); })()), "condition", [], "any"falsefalsefalse650) == 3)) {
  1520.                             // line 651
  1521.                             echo "                                                    <svg class=\"icon mr-1\">
  1522.                                                         <use xlink:href=\"";
  1523.                             // line 652
  1524.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1525.                             echo "#icon-model-charge\"></use>
  1526.                                                     </svg>
  1527.                                                 ";
  1528.                         }
  1529.                         // line 655
  1530.                         echo "                                            ";
  1531.                     } else {
  1532.                         // line 656
  1533.                         echo "                                                <svg class=\"icon mr-1\">
  1534.                                                     <use xlink:href=\"";
  1535.                         // line 657
  1536.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1537.                         echo "#icon-model-provided\"></use>
  1538.                                                 </svg>
  1539.                                             ";
  1540.                     }
  1541.                     // line 660
  1542.                     echo "                                            <a href=\"";
  1543.                     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.'660$this->source); })()), "city", [], "any"falsefalsefalse660), "uriIdentity", [], "any"falsefalsefalse660), "service" => twig_get_attribute($this->env$this->source$context["service"], "uriIdentity", [], "any"falsefalsefalse660)]), "html"nulltrue);
  1544.                     echo "\" data-s=\"";
  1545.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse660), "html"nulltrue);
  1546.                     echo "\">
  1547.                                                 ";
  1548.                     // line 661
  1549.                     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"falsefalsefalse661)), "html"nulltrue);
  1550.                     echo "
  1551.                                             </a>
  1552.                                             ";
  1553.                     // line 663
  1554.                     if ((((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'663$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.'663$this->source); })()), "condition", [], "any"falsefalsefalse663) == 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.'663$this->source); })()), "extraCharge", [], "any"falsefalsefalse663))) {
  1555.                         echo "<span>(+";
  1556.                         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.'663$this->source); })()), "extraCharge", [], "any"falsefalsefalse663), "html"nulltrue);
  1557.                         echo " Р)</span>";
  1558.                     }
  1559.                     // line 664
  1560.                     echo "                                        </p>
  1561.                                     ";
  1562.                 }
  1563.                 $_parent $context['_parent'];
  1564.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  1565.                 $context array_intersect_key($context$_parent) + $_parent;
  1566.                 // line 666
  1567.                 echo "                                </div>
  1568.                                 <div class=\"modal-services__item\">
  1569.                                     <p class=\"item-title\" data-group=\"";
  1570.                 // line 668
  1571.                 echo twig_escape_filter($this->env$context["group"], "html"nulltrue);
  1572.                 echo "\">";
  1573.                 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);
  1574.                 echo "</p>
  1575.                                     ";
  1576.                 // line 669
  1577.                 $context['_parent'] = $context;
  1578.                 $context['_seq'] = twig_ensure_traversable($context["servicesGroup"]);
  1579.                 foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  1580.                     // line 670
  1581.                     echo "                                        ";
  1582.                     $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.'670$this->source); })()), "providedService", [$context["service"]], "method"falsefalsefalse670);
  1583.                     // line 671
  1584.                     echo "                                        <p class=\"item";
  1585.                     if ( !(isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'671$this->source); })())) {
  1586.                         echo " provided";
  1587.                     }
  1588.                     echo "\">
  1589.                                             ";
  1590.                     // line 672
  1591.                     if ((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'672$this->source); })())) {
  1592.                         // line 673
  1593.                         echo "                                                ";
  1594.                         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.'673$this->source); })()), "condition", [], "any"falsefalsefalse673) == 1)) {
  1595.                             // line 674
  1596.                             echo "                                                    <svg class=\"icon mr-1\">
  1597.                                                         <use xlink:href=\"";
  1598.                             // line 675
  1599.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1600.                             echo "#icon-model-included\"></use>
  1601.                                                     </svg>
  1602.                                                 ";
  1603.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 677
  1604. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'677$this->source); })()), "condition", [], "any"falsefalsefalse677) == 2)) {
  1605.                             // line 678
  1606.                             echo "                                                    <svg class=\"icon mr-1\">
  1607.                                                         <use xlink:href=\"";
  1608.                             // line 679
  1609.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1610.                             echo "#icon-model-liking\"></use>
  1611.                                                     </svg>
  1612.                                                 ";
  1613.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 681
  1614. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'681$this->source); })()), "condition", [], "any"falsefalsefalse681) == 3)) {
  1615.                             // line 682
  1616.                             echo "                                                    <svg class=\"icon mr-1\">
  1617.                                                         <use xlink:href=\"";
  1618.                             // line 683
  1619.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1620.                             echo "#icon-model-charge\"></use>
  1621.                                                     </svg>
  1622.                                                 ";
  1623.                         }
  1624.                         // line 686
  1625.                         echo "                                            ";
  1626.                     } else {
  1627.                         // line 687
  1628.                         echo "                                                <svg class=\"icon mr-1\">
  1629.                                                     <use xlink:href=\"";
  1630.                         // line 688
  1631.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1632.                         echo "#icon-model-provided\"></use>
  1633.                                                 </svg>
  1634.                                             ";
  1635.                     }
  1636.                     // line 691
  1637.                     echo "                                            <a href=\"";
  1638.                     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.'691$this->source); })()), "city", [], "any"falsefalsefalse691), "uriIdentity", [], "any"falsefalsefalse691), "service" => twig_get_attribute($this->env$this->source$context["service"], "uriIdentity", [], "any"falsefalsefalse691)]), "html"nulltrue);
  1639.                     echo "\" data-s=\"";
  1640.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["service"], "name", [], "any"falsefalsefalse691), "html"nulltrue);
  1641.                     echo "\">
  1642.                                                 ";
  1643.                     // line 692
  1644.                     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"falsefalsefalse692)), "html"nulltrue);
  1645.                     echo "
  1646.                                             </a>
  1647.                                             ";
  1648.                     // line 694
  1649.                     if ((((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'694$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.'694$this->source); })()), "condition", [], "any"falsefalsefalse694) == 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.'694$this->source); })()), "extraCharge", [], "any"falsefalsefalse694))) {
  1650.                         echo "<span>(+";
  1651.                         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.'694$this->source); })()), "extraCharge", [], "any"falsefalsefalse694), "html"nulltrue);
  1652.                         echo " Р)</span>";
  1653.                     }
  1654.                     // line 695
  1655.                     echo "                                        </p>
  1656.                                     ";
  1657.                 }
  1658.                 $_parent $context['_parent'];
  1659.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  1660.                 $context array_intersect_key($context$_parent) + $_parent;
  1661.                 // line 697
  1662.                 echo "                                </div>
  1663.                             ";
  1664.             } else {
  1665.                 // line 699
  1666.                 echo "                                ";
  1667.                 if (((($context["group"] == 1) || ($context["group"] == 5)) || ($context["group"] == 7))) {
  1668.                     // line 700
  1669.                     echo "                                    ";
  1670.                     // line 701
  1671.                     echo "                                ";
  1672.                 }
  1673.                 // line 702
  1674.                 echo "                                <div class=\"modal-services__item\">
  1675.                                     <p class=\"item-title\">";
  1676.                 // line 703
  1677.                 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);
  1678.                 echo "</p>
  1679.                                     ";
  1680.                 // line 704
  1681.                 $context['_parent'] = $context;
  1682.                 $context['_seq'] = twig_ensure_traversable($context["servicesGroup"]);
  1683.                 foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  1684.                     // line 705
  1685.                     echo "                                        ";
  1686.                     $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.'705$this->source); })()), "providedService", [$context["service"]], "method"falsefalsefalse705);
  1687.                     // line 706
  1688.                     echo "                                        <p class=\"item";
  1689.                     if ( !(isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'706$this->source); })())) {
  1690.                         echo " provided";
  1691.                     }
  1692.                     echo "\">
  1693.                                             ";
  1694.                     // line 707
  1695.                     if ((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'707$this->source); })())) {
  1696.                         // line 708
  1697.                         echo "                                                ";
  1698.                         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.'708$this->source); })()), "condition", [], "any"falsefalsefalse708) == 1)) {
  1699.                             // line 709
  1700.                             echo "                                                    <svg class=\"icon mr-1\">
  1701.                                                         <use xlink:href=\"";
  1702.                             // line 710
  1703.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1704.                             echo "#icon-model-included\"></use>
  1705.                                                     </svg>
  1706.                                                 ";
  1707.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 712
  1708. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'712$this->source); })()), "condition", [], "any"falsefalsefalse712) == 2)) {
  1709.                             // line 713
  1710.                             echo "                                                    <svg class=\"icon mr-1\">
  1711.                                                         <use xlink:href=\"";
  1712.                             // line 714
  1713.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1714.                             echo "#icon-model-liking\"></use>
  1715.                                                     </svg>
  1716.                                                 ";
  1717.                         } elseif ((twig_get_attribute($this->env$this->source,                         // line 716
  1718. (isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'716$this->source); })()), "condition", [], "any"falsefalsefalse716) == 3)) {
  1719.                             // line 717
  1720.                             echo "                                                    <svg class=\"icon mr-1\">
  1721.                                                         <use xlink:href=\"";
  1722.                             // line 718
  1723.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1724.                             echo "#icon-model-charge\"></use>
  1725.                                                     </svg>
  1726.                                                 ";
  1727.                         }
  1728.                         // line 721
  1729.                         echo "                                            ";
  1730.                     } else {
  1731.                         // line 722
  1732.                         echo "                                                <svg class=\"icon mr-1\">
  1733.                                                     <use xlink:href=\"";
  1734.                         // line 723
  1735.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1736.                         echo "#icon-model-provided\"></use>
  1737.                                                 </svg>
  1738.                                             ";
  1739.                     }
  1740.                     // line 726
  1741.                     echo "                                            <a href=\"";
  1742.                     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.'726$this->source); })()), "city", [], "any"falsefalsefalse726), "uriIdentity", [], "any"falsefalsefalse726), "service" => twig_get_attribute($this->env$this->source$context["service"], "uriIdentity", [], "any"falsefalsefalse726)]), "html"nulltrue);
  1743.                     echo "\">
  1744.                                                 ";
  1745.                     // line 727
  1746.                     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"falsefalsefalse727)), "html"nulltrue);
  1747.                     echo "
  1748.                                             </a>
  1749.                                             ";
  1750.                     // line 729
  1751.                     if ((((isset($context["providedService"]) || array_key_exists("providedService"$context) ? $context["providedService"] : (function () { throw new RuntimeError('Variable "providedService" does not exist.'729$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.'729$this->source); })()), "condition", [], "any"falsefalsefalse729) == 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.'729$this->source); })()), "extraCharge", [], "any"falsefalsefalse729))) {
  1752.                         echo "<span>(+";
  1753.                         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.'729$this->source); })()), "extraCharge", [], "any"falsefalsefalse729), "html"nulltrue);
  1754.                         echo " Р)</span>";
  1755.                     }
  1756.                     // line 730
  1757.                     echo "                                        </p>
  1758.                                     ";
  1759.                 }
  1760.                 $_parent $context['_parent'];
  1761.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  1762.                 $context array_intersect_key($context$_parent) + $_parent;
  1763.                 // line 732
  1764.                 echo "                                </div>
  1765.                                 ";
  1766.                 // line 733
  1767.                 if (((($context["group"] == 4) || ($context["group"] == 6)) || ($context["group"] == 7))) {
  1768.                     // line 734
  1769.                     echo "                                    ";
  1770.                     // line 735
  1771.                     echo "                                ";
  1772.                 }
  1773.                 // line 736
  1774.                 echo "                            ";
  1775.             }
  1776.             // line 737
  1777.             echo "                        ";
  1778.         }
  1779.         $_parent $context['_parent'];
  1780.         unset($context['_seq'], $context['_iterated'], $context['group'], $context['servicesGroup'], $context['_parent'], $context['loop']);
  1781.         $context array_intersect_key($context$_parent) + $_parent;
  1782.         // line 738
  1783.         echo "
  1784.                     </div>
  1785.                     <div class=\"modal-services__items ml-auto\">
  1786.                         <div class=\"modal-services__box d-flex d-xl-block\">
  1787.                             <div class=\"modal-services__item w-100\">
  1788.                                 <h3 class=\"border-line\">Услуги для</h3>
  1789.                                 ";
  1790.         // line 745
  1791.         $context["client_types_text"] = ["1""2""3""4""5"];
  1792.         // line 746
  1793.         echo "                                ";
  1794.         $context["includeService"] = false;
  1795.         // line 747
  1796.         echo "                                ";
  1797.         $context['_parent'] = $context;
  1798.         $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.'747$this->source); })()));
  1799.         foreach ($context['_seq'] as $context["_key"] => $context["clientTypeText"]) {
  1800.             // line 748
  1801.             echo "                                    ";
  1802.             $context['_parent'] = $context;
  1803.             $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.'748$this->source); })()), "clientTypes", [], "any"falsefalsefalse748));
  1804.             foreach ($context['_seq'] as $context["_key"] => $context["clientType"]) {
  1805.                 // line 749
  1806.                 echo "                                        ";
  1807.                 if (($context["clientTypeText"] == $context["clientType"])) {
  1808.                     // line 750
  1809.                     echo "                                            ";
  1810.                     $context["includeService"] = true;
  1811.                     // line 751
  1812.                     echo "                                        ";
  1813.                 }
  1814.                 // line 752
  1815.                 echo "                                    ";
  1816.             }
  1817.             $_parent $context['_parent'];
  1818.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['clientType'], $context['_parent'], $context['loop']);
  1819.             $context array_intersect_key($context$_parent) + $_parent;
  1820.             // line 753
  1821.             echo "                                    ";
  1822.             if (($this->extensions['App\Twig\ClientTypeExtension']->clientType($context["clientTypeText"]) != "TRANS")) {
  1823.                 // line 754
  1824.                 echo "                                        <p class=\"item\">
  1825.                                             ";
  1826.                 // line 755
  1827.                 if (((isset($context["includeService"]) || array_key_exists("includeService"$context) ? $context["includeService"] : (function () { throw new RuntimeError('Variable "includeService" does not exist.'755$this->source); })()) == true)) {
  1828.                     // line 756
  1829.                     echo "                                                <svg class=\"icon mr-1\">
  1830.                                                     <use xlink:href=\"";
  1831.                     // line 757
  1832.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1833.                     echo "#icon-model-included\"></use>
  1834.                                                 </svg>
  1835.                                             ";
  1836.                 } else {
  1837.                     // line 760
  1838.                     echo "                                                <svg class=\"icon mr-1\">
  1839.                                                     <use xlink:href=\"";
  1840.                     // line 761
  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-provided\"></use>
  1843.                                                 </svg>
  1844.                                             ";
  1845.                 }
  1846.                 // line 764
  1847.                 echo "
  1848.                                             ";
  1849.                 // line 765
  1850.                 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);
  1851.                 echo "
  1852.                                         </p>
  1853.                                     ";
  1854.             }
  1855.             // line 768
  1856.             echo "                                    ";
  1857.             $context["includeService"] = false;
  1858.             // line 769
  1859.             echo "                                ";
  1860.         }
  1861.         $_parent $context['_parent'];
  1862.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['clientTypeText'], $context['_parent'], $context['loop']);
  1863.         $context array_intersect_key($context$_parent) + $_parent;
  1864.         // line 770
  1865.         echo "                            </div>
  1866.                             <div class=\"modal-services__item mb-0 w-100\">
  1867.                                 <h3 class=\"border-line\">Выезд</h3>
  1868.                                 ";
  1869.         // line 773
  1870.         $context["locations_text"] = ["1""2""3""4""5""6"];
  1871.         // line 774
  1872.         echo "                                ";
  1873.         $context["includeService"] = false;
  1874.         // line 775
  1875.         echo "                                ";
  1876.         $context['_parent'] = $context;
  1877.         $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.'775$this->source); })()));
  1878.         foreach ($context['_seq'] as $context["_key"] => $context["locationsText"]) {
  1879.             // line 776
  1880.             echo "                                    ";
  1881.             $context['_parent'] = $context;
  1882.             $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.'776$this->source); })()), "takeOutPricing", [], "any"falsefalsefalse776), "locations", [], "any"falsefalsefalse776));
  1883.             foreach ($context['_seq'] as $context["_key"] => $context["locations"]) {
  1884.                 // line 777
  1885.                 echo "                                        ";
  1886.                 if (($context["locationsText"] == $context["locations"])) {
  1887.                     // line 778
  1888.                     echo "                                            ";
  1889.                     $context["includeService"] = true;
  1890.                     // line 779
  1891.                     echo "                                        ";
  1892.                 }
  1893.                 // line 780
  1894.                 echo "                                    ";
  1895.             }
  1896.             $_parent $context['_parent'];
  1897.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['locations'], $context['_parent'], $context['loop']);
  1898.             $context array_intersect_key($context$_parent) + $_parent;
  1899.             // line 781
  1900.             echo "                                    <p class=\"item\">
  1901.                                         ";
  1902.             // line 782
  1903.             if (((isset($context["includeService"]) || array_key_exists("includeService"$context) ? $context["includeService"] : (function () { throw new RuntimeError('Variable "includeService" does not exist.'782$this->source); })()) == true)) {
  1904.                 // line 783
  1905.                 echo "                                            <svg class=\"icon mr-1\">
  1906.                                                 <use xlink:href=\"";
  1907.                 // line 784
  1908.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  1909.                 echo "#icon-model-included\"></use>
  1910.                                             </svg>
  1911.                                         ";
  1912.             } else {
  1913.                 // line 787
  1914.                 echo "                                            <svg class=\"icon mr-1\">
  1915.                                                 <use xlink:href=\"";
  1916.                 // line 788
  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-provided\"></use>
  1919.                                             </svg>
  1920.                                         ";
  1921.             }
  1922.             // line 791
  1923.             echo "                                        ";
  1924.             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);
  1925.             echo "
  1926.                                     </p>
  1927.                                     ";
  1928.             // line 793
  1929.             $context["includeService"] = false;
  1930.             // line 794
  1931.             echo "                                ";
  1932.         }
  1933.         $_parent $context['_parent'];
  1934.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['locationsText'], $context['_parent'], $context['loop']);
  1935.         $context array_intersect_key($context$_parent) + $_parent;
  1936.         // line 795
  1937.         echo "                            </div>
  1938.                         </div>
  1939.                     </div>
  1940.                 </div>
  1941.                 ";
  1942.         // line 882
  1943.         echo "            </div>
  1944.             <div class=\"modal-map mb-3 mb-lg-4 p-2 p-sm-3 p-lg-4\">
  1945.                 <h2 class=\"border-line\">
  1946.                     Расположение
  1947.                 </h2>
  1948.                 <div class=\"map-block\" id=\"map\" style=\"width: 100%; height: 400px;\"
  1949.                      data-lat=\"";
  1950.         // line 888
  1951.         echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "mapCoordinate", [], "any"falsetruefalse888), "latitude", [], "any"truetruefalse888)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "mapCoordinate", [], "any"falsetruefalse888), "latitude", [], "any"falsefalsefalse888), 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.'888$this->source); })()), "city", [], "any"falsefalsefalse888), "mapCoordinate", [], "any"falsefalsefalse888), "latitude", [], "any"falsefalsefalse888))) : (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.'888$this->source); })()), "city", [], "any"falsefalsefalse888), "mapCoordinate", [], "any"falsefalsefalse888), "latitude", [], "any"falsefalsefalse888))), "html"nulltrue);
  1952.         echo "\"
  1953.                      data-lon=\"";
  1954.         // line 889
  1955.         echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "mapCoordinate", [], "any"falsetruefalse889), "longitude", [], "any"truetruefalse889)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "mapCoordinate", [], "any"falsetruefalse889), "longitude", [], "any"falsefalsefalse889), 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.'889$this->source); })()), "city", [], "any"falsefalsefalse889), "mapCoordinate", [], "any"falsefalsefalse889), "longitude", [], "any"falsefalsefalse889))) : (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.'889$this->source); })()), "city", [], "any"falsefalsefalse889), "mapCoordinate", [], "any"falsefalsefalse889), "longitude", [], "any"falsefalsefalse889))), "html"nulltrue);
  1956.         echo "\"
  1957.                      data-map-label=\"";
  1958.         // line 890
  1959.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/icons/map-balloon.svg""basicConfig"), "html"nulltrue);
  1960.         echo "\">
  1961.                 </div>
  1962.             </div>
  1963.             ";
  1964.         // line 893
  1965.         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.'893$this->source); })()), "deleted", [], "any"falsefalsefalse893))) {
  1966.             // line 894
  1967.             echo "                ";
  1968.             $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.'894$this->source); })()), "comments", [], "any"falsefalsefalse894));
  1969.             // line 895
  1970.             echo "                <div class=\"modal-comments mb-3 mb-lg-4 p-2 p-sm-3 p-lg-4\"
  1971.                      id=\"review-form\"
  1972.                      data-user=\"";
  1973.             // line 897
  1974.             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.'897$this->source); })()), "user", [], "any"falsefalsefalse897))) ? ("true") : ("false"));
  1975.             echo "\"
  1976.                      data-url=\"";
  1977.             // line 898
  1978.             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.'898$this->source); })()), "id", [], "any"falsefalsefalse898)]), "html"nulltrue);
  1979.             echo "\"
  1980.                      data-reg-url=\"";
  1981.             // line 899
  1982.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_security_register");
  1983.             echo "\"
  1984.                      ";
  1985.             // line 900
  1986.             if (array_key_exists("comment_form"$context)) {
  1987.                 echo "data-entity-id=\"";
  1988.                 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.'900$this->source); })()), "entity_id", [], "any"falsefalsefalse900), "vars", [], "any"falsefalsefalse900), "id", [], "any"falsefalsefalse900), "html"nulltrue);
  1989.                 echo "\"
  1990.                      data-mark=\"";
  1991.                 // line 901
  1992.                 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.'901$this->source); })()), "mark", [], "any"falsefalsefalse901), "vars", [], "any"falsefalsefalse901), "full_name", [], "any"falsefalsefalse901), "html"nulltrue);
  1993.                 echo "\"
  1994.                      data-text=\"";
  1995.                 // line 902
  1996.                 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.'902$this->source); })()), "text", [], "any"falsefalsefalse902), "vars", [], "any"falsefalsefalse902), "id", [], "any"falsefalsefalse902), "html"nulltrue);
  1997.                 echo "\"";
  1998.             }
  1999.             // line 903
  2000.             echo "                >
  2001.                     <div class=\"d-flex align-items-start\">
  2002.                         <h2 class=\"border-line mobile-short\">
  2003.                             Отзывы
  2004.                         </h2>
  2005.                         <div class=\"modal-comments__rating d-flex align-items-center ml-auto\">
  2006.                             <div class=\"rating-text d-flex align-items-center\" itemprop=\"itemReviewed\" itemscope itemtype=\"https://schema.org/Organization\">
  2007.                                 <meta itemprop=\"address\" content=\"";
  2008.             // line 910
  2009.             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.'910$this->source); })()), "city", [], "any"falsefalsefalse910), "name", [], "any"falsefalsefalse910), "html"nulltrue);
  2010.             echo "\" />
  2011.                                 ";
  2012.             // line 911
  2013.             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.'911$this->source); })()), "deleted", [], "any"falsefalsefalse911)) {
  2014.                 echo "<meta itemprop=\"telephone\" content=\"";
  2015.                 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.'911$this->source); })()), "phoneNumber", [], "any"falsefalsefalse911), "html"nulltrue);
  2016.                 echo "\" />";
  2017.             }
  2018.             // line 912
  2019.             echo "                                <meta itemprop=\"name\" content=\"Рейтинг анкеты ";
  2020.             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.'912$this->source); })()), "name", [], "any"falsefalsefalse912), "html"nulltrue);
  2021.             echo "\">
  2022.                                 <span class=\"rating-text-value";
  2023.             // line 913
  2024.             echo ((((isset($context["commentsCount"]) || array_key_exists("commentsCount"$context) ? $context["commentsCount"] : (function () { throw new RuntimeError('Variable "commentsCount" does not exist.'913$this->source); })()) == 0)) ? (" zero") : (""));
  2025.             echo "\">
  2026.                                     ";
  2027.             // line 914
  2028.             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.'914$this->source); })()), "html"nulltrue);
  2029.             echo "
  2030.                                 </span>
  2031.                                 <span class=\"rating-text-count\">
  2032.                                     по ";
  2033.             // line 917
  2034.             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.'917$this->source); })()), "html"nulltrue);
  2035.             echo " ";
  2036.             if (((isset($context["commentsCount"]) || array_key_exists("commentsCount"$context) ? $context["commentsCount"] : (function () { throw new RuntimeError('Variable "commentsCount" does not exist.'917$this->source); })()) == 1)) {
  2037.                 echo "отзыву";
  2038.             } else {
  2039.                 echo "отзывам";
  2040.             }
  2041.             // line 918
  2042.             echo "                                </span>
  2043.                             </div>
  2044.                             ";
  2045.             // line 920
  2046.             $this->loadTemplate("components/_rating-star.twig""ProfilePreview/page.html.twig"920)->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.'920$this->source); })()), "set" => "0"]));
  2047.             // line 921
  2048.             echo "                        </div>
  2049.                     </div>
  2050.                     <div class=\"comments-main row\">
  2051.                         <div class=\"col-12 col-xl-7 pl-1 pr-1 pl-sm-3 pr-sm-3 d-flex justify-content-center\">
  2052.                             ";
  2053.             // line 926
  2054.             if (((isset($context["commentsCount"]) || array_key_exists("commentsCount"$context) ? $context["commentsCount"] : (function () { throw new RuntimeError('Variable "commentsCount" does not exist.'926$this->source); })()) == 0)) {
  2055.                 // line 927
  2056.                 echo "                                <div class=\"not-comments text-center\" id=\"review-block-list\">
  2057.                                     <div id=\"text-to-remove\">
  2058.                                         <svg width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2059.                                             <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\"/>
  2060.                                             <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\"/>
  2061.                                         </svg>
  2062.                                         <p>К этой анкете ещё нет ни одного отзыва. Вы можете быть первым.</p>
  2063.                                     </div>
  2064.                                     <ul class=\"comment__elements\" style=\"display: none\">";
  2065.                 // line 935
  2066.                 $this->loadTemplate("ProfilePreview/comment-empty.html.twig""ProfilePreview/page.html.twig"935)->display($context);
  2067.                 echo "</ul>
  2068.                                 </div>
  2069.                             ";
  2070.             } else {
  2071.                 // line 938
  2072.                 echo "                                <div class=\"comments overflow-hidden w-100\" id=\"review-block-list\">
  2073.                                     <ul class=\"comment__elements\">
  2074.                                         ";
  2075.                 // line 940
  2076.                 $context['_parent'] = $context;
  2077.                 $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.'940$this->source); })()), "comments", [], "any"falsefalsefalse940));
  2078.                 $context['loop'] = [
  2079.                   'parent' => $context['_parent'],
  2080.                   'index0' => 0,
  2081.                   'index'  => 1,
  2082.                   'first'  => true,
  2083.                 ];
  2084.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2085.                     $length count($context['_seq']);
  2086.                     $context['loop']['revindex0'] = $length 1;
  2087.                     $context['loop']['revindex'] = $length;
  2088.                     $context['loop']['length'] = $length;
  2089.                     $context['loop']['last'] = === $length;
  2090.                 }
  2091.                 foreach ($context['_seq'] as $context["_key"] => $context["comment"]) {
  2092.                     // line 941
  2093.                     echo "                                            ";
  2094.                     $this->loadTemplate("ProfilePreview/comment.html.twig""ProfilePreview/page.html.twig"941)->display($context);
  2095.                     // line 942
  2096.                     echo "                                        ";
  2097.                     ++$context['loop']['index0'];
  2098.                     ++$context['loop']['index'];
  2099.                     $context['loop']['first'] = false;
  2100.                     if (isset($context['loop']['length'])) {
  2101.                         --$context['loop']['revindex0'];
  2102.                         --$context['loop']['revindex'];
  2103.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  2104.                     }
  2105.                 }
  2106.                 $_parent $context['_parent'];
  2107.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['comment'], $context['_parent'], $context['loop']);
  2108.                 $context array_intersect_key($context$_parent) + $_parent;
  2109.                 // line 943
  2110.                 echo "                                    </ul>
  2111.                                 </div>
  2112.                             ";
  2113.             }
  2114.             // line 946
  2115.             echo "                        </div>
  2116.                         ";
  2117.             // line 947
  2118.             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.'947$this->source); })()), "user", [], "any"falsefalsefalse947))) {
  2119.                 // line 948
  2120.                 echo "                            <div class=\"review-form col-12 col-xl-5\" id=\"review-form-comment\">
  2121.                                 ";
  2122.                 // line 950
  2123.                 echo "                            </div>
  2124.                             <div
  2125.                                     class=\"dialog-container\"
  2126.                                     id=\"form-dialog\"
  2127.                                     aria-hidden=\"true\"
  2128.                                     aria-labelledby=\"form-dialog-title\"
  2129.                                     aria-describedby=\"form-dialog-description\"
  2130.                                 >
  2131.                                 <div class=\"dialog-overlay\" data-a11y-dialog-hide></div>
  2132.                                 <div class=\"dialog-content\" role=\"document\">
  2133.                                     <div class=\"dialog-header\">
  2134.                                     <button
  2135.                                         data-a11y-dialog-hide
  2136.                                         class=\"dialog-close\"
  2137.                                         aria-label=\"Close this dialog window\"
  2138.                                     >
  2139.                                         <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>
  2140.                                     </button>
  2141.                                     </div>
  2142.                                     <div class=\"dialog-body\">
  2143.                                     </div>
  2144.                                 </div>
  2145.                             </div>
  2146.                         ";
  2147.             }
  2148.             // line 975
  2149.             echo "                    </div>
  2150.                 </div>
  2151.             ";
  2152.         }
  2153.         // line 978
  2154.         echo "        </div>
  2155.         <div class=\"model-aside order-lg-1 mb-3 pr-3 pr-xl-4\">
  2156.             <div class=\"model-aside__preview mb-1 d-none d-lg-block\">
  2157.                 ";
  2158.         // line 981
  2159.         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.'981$this->source); })()), "deleted", [], "any"falsefalsefalse981)) {
  2160.             // line 982
  2161.             echo "                    <a href=\"";
  2162.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  2163.             echo "\" class=\"girl-avatar__small\">
  2164.                         <img itemprop=\"contentUrl\" src=\"";
  2165.             // line 983
  2166.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  2167.             echo "\"
  2168.                              alt=\"Анкета ";
  2169.             // line 984
  2170.             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.'984$this->source); })()), "name", [], "any"falsefalsefalse984)), "html"nulltrue);
  2171.             echo " удалена\"
  2172.                              class=\"img-fluid\">
  2173.                     </a>
  2174.                 ";
  2175.         } else {
  2176.             // line 988
  2177.             echo "                    ";
  2178.             $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.'988$this->source); })()));
  2179.             // line 989
  2180.             echo "                    ";
  2181.             if ((isset($context["photo"]) || array_key_exists("photo"$context) ? $context["photo"] : (function () { throw new RuntimeError('Variable "photo" does not exist.'989$this->source); })())) {
  2182.                 // line 990
  2183.                 echo "                        <a href=\"";
  2184.                 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.'990$this->source); })()), "path", [], "any"falsefalsefalse990), "profile_media""fullsize""jpg"), "html"nulltrue);
  2185.                 echo "\" class=\"girl-avatar__small\" data-gallery=\"girl-avatar\" data-index=\"0\">
  2186.                             <img itemprop=\"contentUrl\" src=\"";
  2187.                 // line 991
  2188.                 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.'991$this->source); })()), "path", [], "any"falsefalsefalse991), "profile_media""357x500""jpg"), "html"nulltrue);
  2189.                 echo "\"
  2190.                                  alt=\"";
  2191.                 // line 992
  2192.                 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.'992$this->source); })()), "name", [], "any"falsefalsefalse992)), "html"nulltrue);
  2193.                 echo ", ";
  2194.                 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.'992$this->source); })()), "personParameters", [], "any"falsefalsefalse992), "age", [], "any"falsefalsefalse992)), "html"nulltrue);
  2195.                 echo "\"
  2196.                                 loading=\"lazy\"
  2197.                                  class=\"img-fluid\">
  2198.                         </a>
  2199.                     ";
  2200.             } else {
  2201.                 // line 997
  2202.                 echo "                        <a href=\"";
  2203.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  2204.                 echo "\" class=\"girl-avatar__small\">
  2205.                             <img itemprop=\"contentUrl\" src=\"";
  2206.                 // line 998
  2207.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/deleted-profiles.svg""basicConfig"), "html"nulltrue);
  2208.                 echo "\"
  2209.                                 loading=\"lazy\"
  2210.                                 alt=\"Фотография ";
  2211.                 // line 1000
  2212.                 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.'1000$this->source); })()), "name", [], "any"falsefalsefalse1000)), "html"nulltrue);
  2213.                 echo " отсутствует\"
  2214.                                 class=\"img-fluid\">
  2215.                         </a>
  2216.                     ";
  2217.             }
  2218.             // line 1004
  2219.             echo "                ";
  2220.         }
  2221.         // line 1005
  2222.         echo "                ";
  2223.         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.'1005$this->source); })()), "user", [], "any"falsefalsefalse1005)) &&  !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.'1005$this->source); })()), "deleted", [], "any"falsefalsefalse1005))) {
  2224.             // line 1006
  2225.             echo "                    <button type=\"button\"
  2226.                             data-url-add=\"";
  2227.             // line 1007
  2228.             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.'1007$this->source); })()), "id", [], "any"falsefalsefalse1007)]), "html"nulltrue);
  2229.             echo "\"
  2230.                             data-url-remove=\"";
  2231.             // line 1008
  2232.             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.'1008$this->source); })()), "id", [], "any"falsefalsefalse1008)]), "html"nulltrue);
  2233.             echo "\"
  2234.                         ";
  2235.             // line 1009
  2236.             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.'1009$this->source); })()))) {
  2237.                 // line 1010
  2238.                 echo "                            title=\"Убрать из избранного\"
  2239.                             class=\"btn favorite like\" id=\"favorite2\">
  2240.                         ";
  2241.             } else {
  2242.                 // line 1013
  2243.                 echo "                            title=\"Добавить в избранное\"
  2244.                             class=\"btn favorite unlike\" id=\"favorite2\">
  2245.                         ";
  2246.             }
  2247.             // line 1016
  2248.             echo "                        <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2249.                             <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\"/>
  2250.                             <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\"/>
  2251.                             <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\"/>
  2252.                         </svg>
  2253.                     </button>
  2254.                 ";
  2255.         }
  2256.         // line 1023
  2257.         echo "            </div>
  2258.             ";
  2259.         // line 1024
  2260.         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.'1024$this->source); })()), "photos", [], "any"falsefalsefalse1024), 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.'1024$this->source); })()), "selfies", [], "any"falsefalsefalse1024), 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.'1024$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse1024), 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.'1024$this->source); })()), "deleted", [], "any"falsefalsefalse1024)], 1024$context$this->getSourceContext()) == "true")) {
  2261.             // line 1025
  2262.             echo "                <div class=\"model-aside__images d-none d-md-block\">
  2263.                     <ul class=\"nav nav-pills list-unstyled m-0 p-0 d-flex\" id=\"model-tab\" role=\"tablist\">
  2264.                         ";
  2265.             // line 1027
  2266.             $context["currentPage"] = "";
  2267.             // line 1028
  2268.             echo "                        ";
  2269.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "photos", [], "any"truetruefalse1028) && (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.'1028$this->source); })()), "photos", [], "any"falsefalsefalse1028)) > 0))) {
  2270.                 $context["currentPage"] = "photo";
  2271.                 // line 1029
  2272.                 echo "                            <li class=\"nav-item flex-fill\">
  2273.                                 <a class=\"active\" id=\"model-photo-tab\" data-toggle=\"pill\" href=\"#model-photo\" role=\"tab\" aria-controls=\"model-photo\" aria-selected=\"false\">
  2274.                                     <div class=\"text-center mb-1\">
  2275.                                         <svg class=\"icon d-inline-block\">
  2276.                                             <use xlink:href=\"";
  2277.                 // line 1033
  2278.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  2279.                 echo "#icon-photo-thumb\"></use>
  2280.                                         </svg>
  2281.                                     </div>
  2282.                                     Фото
  2283.                                 </a>
  2284.                             </li>
  2285.                         ";
  2286.             }
  2287.             // line 1040
  2288.             echo "                        ";
  2289.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "selfies", [], "any"truetruefalse1040) && (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.'1040$this->source); })()), "selfies", [], "any"falsefalsefalse1040)) > 0))) {
  2290.                 $context["currentPage"] = ((((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1040$this->source); })()) == "")) ? ("selfie") : ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1040$this->source); })())));
  2291.                 // line 1041
  2292.                 echo "                            <li class=\"nav-item flex-fill\">
  2293.                                 <a class=\"";
  2294.                 // line 1042
  2295.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1042$this->source); })()) == "selfie")) {
  2296.                     echo "active";
  2297.                 }
  2298.                 echo "\" id=\"model-selfie-tab\" data-toggle=\"pill\" href=\"#model-selfie\" role=\"tab\" aria-controls=\"model-selfie\" aria-selected=\"false\">
  2299.                                     <div class=\"text-center mb-1\">
  2300.                                         <svg class=\"icon d-inline-block\">
  2301.                                             <use xlink:href=\"";
  2302.                 // line 1045
  2303.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  2304.                 echo "#icon-selfie-thumb\"></use>
  2305.                                         </svg>
  2306.                                     </div>
  2307.                                     Селфи
  2308.                                 </a>
  2309.                             </li>
  2310.                         ";
  2311.             }
  2312.             // line 1052
  2313.             echo "                        ";
  2314.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "confirmedVideos", [], "any"truetruefalse1052) && (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.'1052$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse1052)) > 0))) {
  2315.                 $context["currentPage"] = ((((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1052$this->source); })()) == "")) ? ("video") : ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1052$this->source); })())));
  2316.                 // line 1053
  2317.                 echo "                            <li class=\"nav-item flex-fill\">
  2318.                                 <a class=\"";
  2319.                 // line 1054
  2320.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1054$this->source); })()) == "video")) {
  2321.                     echo "active";
  2322.                 }
  2323.                 echo "\" id=\"model-video-tab\" data-toggle=\"pill\" href=\"#model-video\" role=\"tab\" aria-controls=\"model-video\" aria-selected=\"true\">
  2324.                                     <div class=\"text-center mb-1\">
  2325.                                         <svg class=\"icon d-inline-block\">
  2326.                                             <use xlink:href=\"";
  2327.                 // line 1057
  2328.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets_domain/images/icons/svg-library.svg""nodomainConfig"), "html"nulltrue);
  2329.                 echo "#icon-video-thumb\"></use>
  2330.                                         </svg>
  2331.                                     </div>
  2332.                                     Видео
  2333.                                 </a>
  2334.                             </li>
  2335.                         ";
  2336.             }
  2337.             // line 1064
  2338.             echo "                    </ul>
  2339.                     <div class=\"tab-content pt-2 pb-2\" id=\"model-tabContent\">
  2340.                         ";
  2341.             // line 1066
  2342.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "photos", [], "any"truetruefalse1066) && (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.'1066$this->source); })()), "photos", [], "any"falsefalsefalse1066)) > 0))) {
  2343.                 // line 1067
  2344.                 echo "                            <div class=\"tab-pane fade";
  2345.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1067$this->source); })()) == "photo")) {
  2346.                     echo " show active";
  2347.                 }
  2348.                 echo "\" id=\"model-photo\" role=\"tabpanel\" aria-labelledby=\"model-photo-tab\">
  2349.                                 <div class=\"model-aside-row d-flex flex-wrap\">
  2350.                                     ";
  2351.                 // line 1069
  2352.                 $context['_parent'] = $context;
  2353.                 $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.'1069$this->source); })()), "photos", [], "any"falsefalsefalse1069));
  2354.                 $context['loop'] = [
  2355.                   'parent' => $context['_parent'],
  2356.                   'index0' => 0,
  2357.                   'index'  => 1,
  2358.                   'first'  => true,
  2359.                 ];
  2360.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2361.                     $length count($context['_seq']);
  2362.                     $context['loop']['revindex0'] = $length 1;
  2363.                     $context['loop']['revindex'] = $length;
  2364.                     $context['loop']['length'] = $length;
  2365.                     $context['loop']['last'] = === $length;
  2366.                 }
  2367.                 foreach ($context['_seq'] as $context["_key"] => $context["photo"]) {
  2368.                     // line 1070
  2369.                     echo "                                        <div class=\"model-aside-col\">
  2370.                                             <a href=\"";
  2371.                     // line 1071
  2372.                     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""fullsize""jpg"), "html"nulltrue);
  2373.                     echo "\"
  2374.                                             data-gallery=\"girl-gallery\"
  2375.                                             class=\"model-aside-photo photoswipe model-photo\"
  2376.                                             data-index=\"";
  2377.                     // line 1074
  2378.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse1074), "html"nulltrue);
  2379.                     echo "\">
  2380.                                                 <img class=\"img-fluid\"
  2381.                                                     srcset=\"";
  2382.                     // line 1076
  2383.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1076), "profile_media""196x250""jpg"), "html"nulltrue);
  2384.                     echo " 196w,
  2385.                                                         ";
  2386.                     // line 1077
  2387.                     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""177x250""jpg"), "html"nulltrue);
  2388.                     echo " 177w,
  2389.                                                         ";
  2390.                     // line 1078
  2391.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1078), "profile_media""228x250""jpg"), "html"nulltrue);
  2392.                     echo " 228w,
  2393.                                                         ";
  2394.                     // line 1079
  2395.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1079), "profile_media""250x250""jpg"), "html"nulltrue);
  2396.                     echo " 260w\"
  2397.                                                     sizes=\"(max-width: 660px) 196px,
  2398.                                                         (max-width: 980px) 177px,
  2399.                                                         (max-width: 1125px) 228px,
  2400.                                                         260px\"
  2401.                                                     loading=\"lazy\"
  2402.                                                     src=\"";
  2403.                     // line 1085
  2404.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1085), "profile_media""250x250""jpg"), "html"nulltrue);
  2405.                     echo "\"
  2406.                                                     alt=\"";
  2407.                     // line 1086
  2408.                     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.'1086$this->source); })()), "name", [], "any"falsefalsefalse1086)), "html"nulltrue);
  2409.                     echo ", фото ";
  2410.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse1086), "html"nulltrue);
  2411.                     echo "\">
  2412.                                             </a>
  2413.                                         </div>
  2414.                                     ";
  2415.                     ++$context['loop']['index0'];
  2416.                     ++$context['loop']['index'];
  2417.                     $context['loop']['first'] = false;
  2418.                     if (isset($context['loop']['length'])) {
  2419.                         --$context['loop']['revindex0'];
  2420.                         --$context['loop']['revindex'];
  2421.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  2422.                     }
  2423.                 }
  2424.                 $_parent $context['_parent'];
  2425.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['photo'], $context['_parent'], $context['loop']);
  2426.                 $context array_intersect_key($context$_parent) + $_parent;
  2427.                 // line 1090
  2428.                 echo "                                </div>
  2429.                             </div>
  2430.                         ";
  2431.             }
  2432.             // line 1093
  2433.             echo "                        ";
  2434.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "selfies", [], "any"truetruefalse1093) && (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.'1093$this->source); })()), "selfies", [], "any"falsefalsefalse1093)) > 0))) {
  2435.                 // line 1094
  2436.                 echo "                            <div class=\"tab-pane fade";
  2437.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1094$this->source); })()) == "selfie")) {
  2438.                     echo " show active";
  2439.                 }
  2440.                 echo "\" id=\"model-selfie\" role=\"tabpanel\" aria-labelledby=\"model-selfie-tab\">
  2441.                                 <div class=\"model-aside-row d-flex flex-wrap\" id=\"model-selfies\">
  2442.                                     ";
  2443.                 // line 1096
  2444.                 $context['_parent'] = $context;
  2445.                 $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.'1096$this->source); })()), "selfies", [], "any"falsefalsefalse1096));
  2446.                 $context['loop'] = [
  2447.                   'parent' => $context['_parent'],
  2448.                   'index0' => 0,
  2449.                   'index'  => 1,
  2450.                   'first'  => true,
  2451.                 ];
  2452.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2453.                     $length count($context['_seq']);
  2454.                     $context['loop']['revindex0'] = $length 1;
  2455.                     $context['loop']['revindex'] = $length;
  2456.                     $context['loop']['length'] = $length;
  2457.                     $context['loop']['last'] = === $length;
  2458.                 }
  2459.                 foreach ($context['_seq'] as $context["_key"] => $context["photo"]) {
  2460.                     // line 1097
  2461.                     if (twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1097)) {
  2462.                         // line 1098
  2463.                         $context["uniqId"] = (twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse1098) + 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.'1098$this->source); })()), "photos", [], "any"falsefalsefalse1098)));
  2464.                         // line 1099
  2465.                         echo "                                            <div class=\"model-aside-col\">
  2466.                                                 <a href=\"";
  2467.                         // line 1100
  2468.                         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""fullsize""jpg"), "html"nulltrue);
  2469.                         echo "\"
  2470.                                                     data-gallery=\"girl-selfie\" c
  2471.                                                     lass=\"photoswipe model-aside-photo model-selfie\"
  2472.                                                     data-index=\"";
  2473.                         // line 1103
  2474.                         echo twig_escape_filter($this->env, (isset($context["uniqId"]) || array_key_exists("uniqId"$context) ? $context["uniqId"] : (function () { throw new RuntimeError('Variable "uniqId" does not exist.'1103$this->source); })()), "html"nulltrue);
  2475.                         echo "\">
  2476.                                                     <img class=\"img-fluid\"
  2477.                                                         srcset=\"";
  2478.                         // line 1105
  2479.                         echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1105), "profile_media""196x250""jpg"), "html"nulltrue);
  2480.                         echo " 196w,
  2481.                                                             ";
  2482.                         // line 1106
  2483.                         echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1106), "profile_media""177x250""jpg"), "html"nulltrue);
  2484.                         echo " 177w,
  2485.                                                             ";
  2486.                         // line 1107
  2487.                         echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1107), "profile_media""228x250""jpg"), "html"nulltrue);
  2488.                         echo " 228w,
  2489.                                                             ";
  2490.                         // line 1108
  2491.                         echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1108), "profile_media""250x250""jpg"), "html"nulltrue);
  2492.                         echo " 260w\"
  2493.                                                         sizes=\"(max-width: 660px) 196px,
  2494.                                                             (max-width: 980px) 177px,
  2495.                                                             (max-width: 1125px) 228px,
  2496.                                                             260px\"
  2497.                                                         src=\"";
  2498.                         // line 1113
  2499.                         echo twig_escape_filter($this->env$this->extensions['App\Twig\ResponsiveAssetExtension']->getResponsiveImageUrl(twig_get_attribute($this->env$this->source$context["photo"], "path", [], "any"falsefalsefalse1113), "profile_media""250x250""jpg"), "html"nulltrue);
  2500.                         echo "\"
  2501.                                                         loading=\"lazy\"
  2502.                                                         alt=\"";
  2503.                         // line 1115
  2504.                         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.'1115$this->source); })()), "name", [], "any"falsefalsefalse1115)), "html"nulltrue);
  2505.                         echo ", фото ";
  2506.                         echo twig_escape_filter($this->env, (twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse1115) + 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.'1115$this->source); })()), "photos", [], "any"falsefalsefalse1115))), "html"nulltrue);
  2507.                         echo "\">
  2508.                                                 </a>
  2509.                                             </div>";
  2510.                     }
  2511.                     ++$context['loop']['index0'];
  2512.                     ++$context['loop']['index'];
  2513.                     $context['loop']['first'] = false;
  2514.                     if (isset($context['loop']['length'])) {
  2515.                         --$context['loop']['revindex0'];
  2516.                         --$context['loop']['revindex'];
  2517.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  2518.                     }
  2519.                 }
  2520.                 $_parent $context['_parent'];
  2521.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['photo'], $context['_parent'], $context['loop']);
  2522.                 $context array_intersect_key($context$_parent) + $_parent;
  2523.                 // line 1120
  2524.                 echo "                                </div>
  2525.                             </div>
  2526.                         ";
  2527.             }
  2528.             // line 1123
  2529.             echo "                        ";
  2530.             if ((twig_get_attribute($this->env$this->source, ($context["profile"] ?? null), "confirmedVideos", [], "any"truetruefalse1123) && (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.'1123$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse1123)) > 0))) {
  2531.                 // line 1124
  2532.                 echo "                            <div class=\"tab-pane fade";
  2533.                 if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'1124$this->source); })()) == "video")) {
  2534.                     echo " show active";
  2535.                 }
  2536.                 echo "\" id=\"model-video\" role=\"tabpanel\" aria-labelledby=\"model-video-tab\">
  2537.                                 <div class=\"model-aside-row d-flex flex-wrap\" id=\"model-video\">
  2538.                                     ";
  2539.                 // line 1126
  2540.                 $context['_parent'] = $context;
  2541.                 $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.'1126$this->source); })()), "confirmedVideos", [], "any"falsefalsefalse1126));
  2542.                 foreach ($context['_seq'] as $context["_key"] => $context["video"]) {
  2543.                     // line 1127
  2544.                     echo "                                        <div class=\"model-aside-col video\">
  2545.                                             <video class=\"video-js vjs-big-play-centered vjs-default-skin model-video\" controls preload=\"metadata\" width=\"341\" height=\"227\" data-setup=\"{}\">
  2546.                                                 <source src=\"";
  2547.                     // line 1129
  2548.                     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"falsefalsefalse1129), "profile_media"), "html"nulltrue);
  2549.                     echo "\" type='video/mp4'/>
  2550.                                             </video>
  2551.                                         </div>
  2552.                                     ";
  2553.                 }
  2554.                 $_parent $context['_parent'];
  2555.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['video'], $context['_parent'], $context['loop']);
  2556.                 $context array_intersect_key($context$_parent) + $_parent;
  2557.                 // line 1133
  2558.                 echo "                                </div>
  2559.                             </div>
  2560.                         ";
  2561.             }
  2562.             // line 1136
  2563.             echo "                    </div>
  2564.                 </div>
  2565.             ";
  2566.         }
  2567.         // line 1139
  2568.         echo "        </div>
  2569.     </div>
  2570.     ";
  2571.         // line 1141
  2572.         $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.'1141$this->source); })()), "id", [], "any"falsefalsefalse1141)];
  2573.         // line 1142
  2574.         echo "    ";
  2575.         echo twig_include($this->env$context"components/_profile_recommendations.html.twig");
  2576.         echo "
  2577.     ";
  2578.         // line 1144
  2579.         echo twig_include($this->env$context"ProfilePreview/nearest_profiles.html.twig");
  2580.         echo "
  2581.     <div class=\"model-phone d-flex align-items-center model-phone-mobile\" id=\"mobile-contacts\">
  2582.         ";
  2583.         // line 1148
  2584.         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.'1148$this->source); })()), "isActive", [], "any"falsefalsefalse1148) ||  !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.'1148$this->source); })()), "hidden", [], "any"falsefalsefalse1148))) {
  2585.             // line 1149
  2586.             echo "            <div class=\"model-phone-info\">
  2587.                 <p class=\"model-phone-info-red\">
  2588.                     <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2589.                         <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\"/>
  2590.                     </svg>
  2591.                     <span>Никогда не отправляйте предоплату!</span>
  2592.                 </p>
  2593.                 <p class=\"model-phone-info-green\">
  2594.                     <span>Не забудьте сказать, что звоните с сайта \"spbdosug\"</span>
  2595.                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2596.                         <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\"/>
  2597.                         <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\"/>
  2598.                         <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\"/>
  2599.                     </svg>
  2600.                 </p>
  2601.                 <div class=\"model-phone-info-work d-flex\">
  2602.                     <p class=\"\">Отвечаю на:<br/>
  2603.                         <span>
  2604.                             ";
  2605.             // line 1167
  2606.             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.'1167$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse1167), "answeringTo", [], "any"falsefalsefalse1167)) > 0)) {
  2607.                 // line 1168
  2608.                 echo "                                ";
  2609.                 $context['_parent'] = $context;
  2610.                 $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.'1168$this->source); })()), "phoneCallRestrictions", [], "any"falsefalsefalse1168), "answeringTo", [], "any"falsefalsefalse1168));
  2611.                 $context['loop'] = [
  2612.                   'parent' => $context['_parent'],
  2613.                   'index0' => 0,
  2614.                   'index'  => 1,
  2615.                   'first'  => true,
  2616.                 ];
  2617.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2618.                     $length count($context['_seq']);
  2619.                     $context['loop']['revindex0'] = $length 1;
  2620.                     $context['loop']['revindex'] = $length;
  2621.                     $context['loop']['length'] = $length;
  2622.                     $context['loop']['last'] = === $length;
  2623.                 }
  2624.                 foreach ($context['_seq'] as $context["_key"] => $context["answeringTo"]) {
  2625.                     // line 1169
  2626.                     echo "                                    ";
  2627.                     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);
  2628.                     if ( !twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse1169)) {
  2629.                         echo ",";
  2630.                     }
  2631.                     // line 1170
  2632.                     echo "                                ";
  2633.                     ++$context['loop']['index0'];
  2634.                     ++$context['loop']['index'];
  2635.                     $context['loop']['first'] = false;
  2636.                     if (isset($context['loop']['length'])) {
  2637.                         --$context['loop']['revindex0'];
  2638.                         --$context['loop']['revindex'];
  2639.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  2640.                     }
  2641.                 }
  2642.                 $_parent $context['_parent'];
  2643.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['answeringTo'], $context['_parent'], $context['loop']);
  2644.                 $context array_intersect_key($context$_parent) + $_parent;
  2645.                 // line 1171
  2646.                 echo "                            ";
  2647.             } else {
  2648.                 // line 1172
  2649.                 echo "                                Не указано
  2650.                             ";
  2651.             }
  2652.             // line 1174
  2653.             echo "                        </span>
  2654.                     </p>
  2655.                     <p class=\"\">Удобное время для звонка:<br/><span>";
  2656.             // line 1176
  2657.             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.'1176$this->source); })())], 1176$context$this->getSourceContext());
  2658.             echo "</span></p>
  2659.                 </div>
  2660.             </div>
  2661.             ";
  2662.             // line 1179
  2663.             $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.'1179$this->source); })()), "phoneNumber", [], "any"falsefalsefalse1179), [" " => """-" => """(" => """)" => ""]);
  2664.             // line 1180
  2665.             echo "            <div class=\"telephone d-flex\">
  2666.                 <button class=\"telephone-number-btn number\" type=\"button\" onclick=\"this.classList.add('d-none');this.nextElementSibling.classList.remove('d-none')\">
  2667.                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2668.                         <g clip-path=\"url(#clip0_2802_159460)\">
  2669.                         <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\"/>
  2670.                         </g>
  2671.                         <defs>
  2672.                         <clipPath id=\"clip0_2802_159460\">
  2673.                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  2674.                         </clipPath>
  2675.                         </defs>
  2676.                     </svg>
  2677.                     <span class=\"button-click-first\">Показать телефон</span>
  2678.                 </button>
  2679.                 <!--noindex--><a href=\"tel:";
  2680.             // line 1195
  2681.             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.'1195$this->source); })()), "html"nulltrue);
  2682.             echo "\" rel=\"nofollow\" class=\"telephone-number-btn number d-none\">
  2683.                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2684.                         <g clip-path=\"url(#clip0_2802_159460)\">
  2685.                         <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\"/>
  2686.                         </g>
  2687.                         <defs>
  2688.                         <clipPath id=\"clip0_2802_159460\">
  2689.                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  2690.                         </clipPath>
  2691.                         </defs>
  2692.                     </svg>
  2693.                     <span class=\"button-click-second\">";
  2694.             // line 1207
  2695.             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.'1207$this->source); })()), "phoneNumber", [], "any"falsefalsefalse1207), "html"nulltrue);
  2696.             echo "</span>
  2697.                 </a><!--/noindex-->
  2698.                 <!--noindex-->";
  2699.             // line 1211
  2700.             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.'1211$this->source); })()), "messengers", [], "any"falsefalsefalse1211), "whatsApp", [], "any"falsefalsefalse1211)) {
  2701.                 // line 1212
  2702.                 echo "<a href=\"https://wa.me/";
  2703.                 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.'1212$this->source); })()), ["+" => ""]), "html"nulltrue);
  2704.                 echo "?text=Привет,%20";
  2705.                 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.'1212$this->source); })()), "name", [], "any"falsefalsefalse1212), "html"nulltrue);
  2706.                 echo "!%20Нашел%20твою%20анкету%20на%20Стрелочках.\" rel=\"nofollow\" class=\"whatsup\" target=\"_blank\">
  2707.                         <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2708.                             <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#48C95F\"/>
  2709.                             <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\"/>
  2710.                         </svg>
  2711.                     </a>";
  2712.             }
  2713.             // line 1220
  2714.             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.'1220$this->source); })()), "messengers", [], "any"falsefalsefalse1220), "telegram", [], "any"falsefalsefalse1220) && 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.'1220$this->source); })()), "messengers", [], "any"falsefalsefalse1220), "telegramUsername", [], "any"falsefalsefalse1220))) {
  2715.                 // line 1221
  2716.                 echo "<a href=\"https://t.me/";
  2717.                 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.'1221$this->source); })()), "messengers", [], "any"falsefalsefalse1221), "telegramUsername", [], "any"falsefalsefalse1221), "html"nulltrue);
  2718.                 echo "\" rel=\"nofollow noindex\", target=\"_blank\" class=\"telegram\">
  2719.                         <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  2720.                             <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#2F89CE\"/>
  2721.                             <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\"/>
  2722.                         </svg>
  2723.                     </a>";
  2724.             }
  2725.             // line 1228
  2726.             echo "<!--/noindex-->
  2727.             </div>
  2728.         ";
  2729.         } else {
  2730.             // line 1231
  2731.             echo "            <p class=\"model-phone__arhive m-0 color-silver\">анкета в архиве</p>
  2732.         ";
  2733.         }
  2734.         // line 1233
  2735.         echo "    </div>
  2736. ";
  2737.         
  2738.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2739.         
  2740.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2741.         
  2742.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  2743.     }
  2744.     // line 1237
  2745.     public function block_javascripts($context, array $blocks = [])
  2746.     {
  2747.         $macros $this->macros;
  2748.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  2749.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2750.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2751.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2752.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2753.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  2754.         // line 1238
  2755.         echo "    <script>
  2756.         window._lD = {
  2757.             setLastViewedListing: '";
  2758.         // line 1240
  2759.         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.'1240$this->source); })()), "request", [], "any"falsefalsefalse1240), "attributes", [], "any"falsefalsefalse1240), "get", ["_route"], "method"falsefalsefalse1240), "html"nulltrue);
  2760.         echo "',
  2761.             cityUrl: \"";
  2762.         // line 1241
  2763.         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.'1241$this->source); })()), "uriIdentity", [], "any"falsefalsefalse1241), "html"nulltrue);
  2764.         echo "\"
  2765.         };
  2766.         window.comment_data = {
  2767. \t\t\t'urlCreate': '";
  2768.         // line 1244
  2769.         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.'1244$this->source); })()), "id", [], "any"falsefalsefalse1244)]), "html"nulltrue);
  2770.         echo "',
  2771. \t\t\t'urlGet': '";
  2772.         // line 1245
  2773.         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.'1245$this->source); })()), "id", [], "any"falsefalsefalse1245)]), "html"nulltrue);
  2774.         echo "',
  2775. \t\t\t'sitekey': \"";
  2776.         // line 1246
  2777.         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.'1246$this->source); })()), "html"nulltrue);
  2778.         echo "\",
  2779. \t\t\t'registrationUrl': \"";
  2780.         // line 1247
  2781.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_security_register");
  2782.         echo "\"
  2783. \t\t};
  2784.         window._spb_s = {
  2785.             stations: {";
  2786.         // line 1251
  2787.         $context['_parent'] = $context;
  2788.         $context['_seq'] = twig_ensure_traversable($this->extensions['App\Twig\StationsExtension']->stations());
  2789.         $context['loop'] = [
  2790.           'parent' => $context['_parent'],
  2791.           'index0' => 0,
  2792.           'index'  => 1,
  2793.           'first'  => true,
  2794.         ];
  2795.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2796.             $length count($context['_seq']);
  2797.             $context['loop']['revindex0'] = $length 1;
  2798.             $context['loop']['revindex'] = $length;
  2799.             $context['loop']['length'] = $length;
  2800.             $context['loop']['last'] = === $length;
  2801.         }
  2802.         foreach ($context['_seq'] as $context["_key"] => $context["station"]) {
  2803.             // line 1252
  2804.             echo "\"";
  2805.             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"falsefalsefalse1252)), "html"nulltrue);
  2806.             echo "\": \"";
  2807.             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"falsefalsefalse1252), "uriIdentity", [], "any"falsefalsefalse1252), "station" => twig_get_attribute($this->env$this->source$context["station"], "uriIdentity", [], "any"falsefalsefalse1252)]), "html"nulltrue);
  2808.             echo "\"";
  2809.             if ( !twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse1252)) {
  2810.                 echo ",";
  2811.             }
  2812.             ++$context['loop']['index0'];
  2813.             ++$context['loop']['index'];
  2814.             $context['loop']['first'] = false;
  2815.             if (isset($context['loop']['length'])) {
  2816.                 --$context['loop']['revindex0'];
  2817.                 --$context['loop']['revindex'];
  2818.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  2819.             }
  2820.         }
  2821.         $_parent $context['_parent'];
  2822.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['station'], $context['_parent'], $context['loop']);
  2823.         $context array_intersect_key($context$_parent) + $_parent;
  2824.         // line 1254
  2825.         echo "}
  2826.         };
  2827.     </script>
  2828.     <script src=\"https://www.google.com/recaptcha/api.js\" async defer></script>
  2829.     ";
  2830.         // line 1259
  2831.         $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.'1259$this->source); })()), "id", [], "any"falsefalsefalse1259)];
  2832.         // line 1260
  2833.         echo "    ";
  2834.         $this->displayParentBlock("javascripts"$context$blocks);
  2835.         // line 1262
  2836.         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.'1262$this->source); })()), "deleted", [], "any"falsefalsefalse1262)) {
  2837.             // line 1263
  2838.             echo twig_include($this->env$context"ProfilePreview/components/media.js.twig");
  2839.         }
  2840.         // line 1266
  2841.         echo "<script>
  2842.         (function() {
  2843.             let isRenderRecommendationsWidget = false;
  2844.             let isRenderBotWidget = false;
  2845.             let isRenderRecentlyViewedWidget = false;
  2846.             function loadWidgets() {
  2847.                 if (!isRenderRecommendationsWidget) {
  2848.                     isRenderRecommendationsWidget = true;
  2849.                     window.Recommendations.addViewedProfile(";
  2850.         // line 1274
  2851.         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.'1274$this->source); })()), "id", [], "any"falsefalsefalse1274), "html"nulltrue);
  2852.         echo ")
  2853.                 }
  2854.                 if (!isRenderBotWidget) {
  2855.                     isRenderBotWidget = true;
  2856.                     window.profileBotHelper.addViewedProfile(";
  2857.         // line 1278
  2858.         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.'1278$this->source); })()), "id", [], "any"falsefalsefalse1278), "html"nulltrue);
  2859.         echo ");
  2860.                 }
  2861.                 if (!isRenderRecentlyViewedWidget) {
  2862.                     isRenderRecentlyViewedWidget = true;
  2863.                     window.recentlyViewed.addViewedProfile(";
  2864.         // line 1282
  2865.         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.'1282$this->source); })()), "id", [], "any"falsefalsefalse1282), "html"nulltrue);
  2866.         echo ");
  2867.                 }
  2868.                 //const recentlyViewedProfiles = recentlyViewed.getViewedProfiles();
  2869.             }
  2870.             document.addEventListener('DOMContentLoaded', function() {
  2871.                 try {
  2872.                     loadWidgets();
  2873.                 } catch (error) {
  2874.                     console.error(error);
  2875.                 }
  2876.             }, {once:true});
  2877.             document.addEventListener(\"recommendations:ready\", function() {
  2878.                 try {
  2879.                     loadWidgets();
  2880.                 } catch (error) {
  2881.                     console.error(error);
  2882.                 }
  2883.             }, {once:true});
  2884.         })();
  2885. \t</script>
  2886. ";
  2887.         
  2888.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2889.         
  2890.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2891.         
  2892.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  2893.     }
  2894.     // line 4
  2895.     public function macro__show_tabs($__photos__ null$__selfies__ null$__videos__ null$__isDeleted__ null, ...$__varargs__)
  2896.     {
  2897.         $macros $this->macros;
  2898.         $context $this->env->mergeGlobals([
  2899.             "photos" => $__photos__,
  2900.             "selfies" => $__selfies__,
  2901.             "videos" => $__videos__,
  2902.             "isDeleted" => $__isDeleted__,
  2903.             "varargs" => $__varargs__,
  2904.         ]);
  2905.         $blocks = [];
  2906.         ob_start();
  2907.         try {
  2908.             $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  2909.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_show_tabs"));
  2910.             $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2911.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_show_tabs"));
  2912.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2913.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_show_tabs"));
  2914.             // line 5
  2915.             if ((isset($context["isDeleted"]) || array_key_exists("isDeleted"$context) ? $context["isDeleted"] : (function () { throw new RuntimeError('Variable "isDeleted" does not exist.'5$this->source); })())) {
  2916.                 echo "false";
  2917.             } 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
  2918. 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
  2919. 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)))) {
  2920.                 // line 8
  2921.                 echo "true";
  2922.             } else {
  2923.                 echo "false";
  2924.             }
  2925.             
  2926.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2927.             
  2928.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2929.             
  2930.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  2931.             return ('' === $tmp ob_get_contents()) ? '' : new Markup($tmp$this->env->getCharset());
  2932.         } finally {
  2933.             ob_end_clean();
  2934.         }
  2935.     }
  2936.     // line 11
  2937.     public function macro__data_wrapper($__text__ null$__value__ null$__shortText__ "", ...$__varargs__)
  2938.     {
  2939.         $macros $this->macros;
  2940.         $context $this->env->mergeGlobals([
  2941.             "text" => $__text__,
  2942.             "value" => $__value__,
  2943.             "shortText" => $__shortText__,
  2944.             "varargs" => $__varargs__,
  2945.         ]);
  2946.         $blocks = [];
  2947.         ob_start();
  2948.         try {
  2949.             $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  2950.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_data_wrapper"));
  2951.             $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2952.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_data_wrapper"));
  2953.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2954.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_data_wrapper"));
  2955.             // line 12
  2956.             echo "    ";
  2957.             $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); })())) : ("-"));
  2958.             // line 13
  2959.             echo "    ";
  2960.             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);
  2961.             echo "
  2962. ";
  2963.             
  2964.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2965.             
  2966.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2967.             
  2968.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  2969.             return ('' === $tmp ob_get_contents()) ? '' : new Markup($tmp$this->env->getCharset());
  2970.         } finally {
  2971.             ob_end_clean();
  2972.         }
  2973.     }
  2974.     // line 16
  2975.     public function macro__time_to_work($__profile__ null, ...$__varargs__)
  2976.     {
  2977.         $macros $this->macros;
  2978.         $context $this->env->mergeGlobals([
  2979.             "profile" => $__profile__,
  2980.             "varargs" => $__varargs__,
  2981.         ]);
  2982.         $blocks = [];
  2983.         ob_start();
  2984.         try {
  2985.             $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  2986.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_time_to_work"));
  2987.             $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2988.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_time_to_work"));
  2989.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2990.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro""_time_to_work"));
  2991.             // line 17
  2992.             echo "    ";
  2993.             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
  2994. (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)))) {
  2995.                 // line 19
  2996.                 echo "        ";
  2997.                 echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Круглосуточно", [], "profile");
  2998.                 // line 20
  2999.                 echo "    ";
  3000.             } else {
  3001.                 // line 21
  3002.                 echo "        с
  3003.         ";
  3004.                 // line 22
  3005.                 (((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))));
  3006.                 echo "
  3007.         до
  3008.         ";
  3009.                 // line 24
  3010.                 (((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))));
  3011.                 echo "
  3012.     ";
  3013.             }
  3014.             
  3015.             $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  3016.             
  3017.             $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  3018.             
  3019.             $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  3020.             return ('' === $tmp ob_get_contents()) ? '' : new Markup($tmp$this->env->getCharset());
  3021.         } finally {
  3022.             ob_end_clean();
  3023.         }
  3024.     }
  3025.     /**
  3026.      * @codeCoverageIgnore
  3027.      */
  3028.     public function getTemplateName()
  3029.     {
  3030.         return "ProfilePreview/page.html.twig";
  3031.     }
  3032.     /**
  3033.      * @codeCoverageIgnore
  3034.      */
  3035.     public function isTraitable()
  3036.     {
  3037.         return false;
  3038.     }
  3039.     /**
  3040.      * @codeCoverageIgnore
  3041.      */
  3042.     public function getDebugInfo()
  3043.     {
  3044.         return array (  3098 => 24,  3093 => 22,  3090 => 21,  3087 => 20,  3084 => 19,  3082 => 18,  3080 => 17,  3058 => 16,  3037 => 13,  3034 => 12,  3010 => 11,  2989 => 8,  2987 => 7,  2986 => 6,  2983 => 5,  2958 => 4,  2924 => 1282,  2917 => 1278,  2910 => 1274,  2900 => 1266,  2897 => 1263,  2895 => 1262,  2892 => 1260,  2890 => 1259,  2883 => 1254,  2862 => 1252,  2845 => 1251,  2839 => 1247,  2835 => 1246,  2831 => 1245,  2827 => 1244,  2821 => 1241,  2817 => 1240,  2813 => 1238,  2800 => 1237,  2786 => 1233,  2782 => 1231,  2777 => 1228,  2767 => 1221,  2765 => 1220,  2753 => 1212,  2751 => 1211,  2745 => 1207,  2730 => 1195,  2713 => 1180,  2711 => 1179,  2705 => 1176,  2701 => 1174,  2697 => 1172,  2694 => 1171,  2680 => 1170,  2674 => 1169,  2656 => 1168,  2654 => 1167,  2634 => 1149,  2632 => 1148,  2625 => 1144,  2619 => 1142,  2617 => 1141,  2613 => 1139,  2608 => 1136,  2603 => 1133,  2593 => 1129,  2589 => 1127,  2585 => 1126,  2577 => 1124,  2574 => 1123,  2569 => 1120,  2549 => 1115,  2544 => 1113,  2536 => 1108,  2532 => 1107,  2528 => 1106,  2524 => 1105,  2519 => 1103,  2513 => 1100,  2510 => 1099,  2508 => 1098,  2506 => 1097,  2489 => 1096,  2481 => 1094,  2478 => 1093,  2473 => 1090,  2453 => 1086,  2449 => 1085,  2440 => 1079,  2436 => 1078,  2432 => 1077,  2428 => 1076,  2423 => 1074,  2417 => 1071,  2414 => 1070,  2397 => 1069,  2389 => 1067,  2387 => 1066,  2383 => 1064,  2373 => 1057,  2365 => 1054,  2362 => 1053,  2358 => 1052,  2348 => 1045,  2340 => 1042,  2337 => 1041,  2333 => 1040,  2323 => 1033,  2317 => 1029,  2313 => 1028,  2311 => 1027,  2307 => 1025,  2305 => 1024,  2302 => 1023,  2293 => 1016,  2288 => 1013,  2283 => 1010,  2281 => 1009,  2277 => 1008,  2273 => 1007,  2270 => 1006,  2267 => 1005,  2264 => 1004,  2257 => 1000,  2252 => 998,  2247 => 997,  2237 => 992,  2233 => 991,  2228 => 990,  2225 => 989,  2222 => 988,  2215 => 984,  2211 => 983,  2206 => 982,  2204 => 981,  2199 => 978,  2194 => 975,  2167 => 950,  2164 => 948,  2162 => 947,  2159 => 946,  2154 => 943,  2140 => 942,  2137 => 941,  2120 => 940,  2116 => 938,  2110 => 935,  2100 => 927,  2098 => 926,  2091 => 921,  2089 => 920,  2085 => 918,  2077 => 917,  2071 => 914,  2067 => 913,  2062 => 912,  2056 => 911,  2052 => 910,  2043 => 903,  2039 => 902,  2035 => 901,  2029 => 900,  2025 => 899,  2021 => 898,  2017 => 897,  2013 => 895,  2010 => 894,  2008 => 893,  2002 => 890,  1998 => 889,  1994 => 888,  1986 => 882,  1980 => 795,  1974 => 794,  1972 => 793,  1966 => 791,  1960 => 788,  1957 => 787,  1951 => 784,  1948 => 783,  1946 => 782,  1943 => 781,  1937 => 780,  1934 => 779,  1931 => 778,  1928 => 777,  1923 => 776,  1918 => 775,  1915 => 774,  1913 => 773,  1908 => 770,  1902 => 769,  1899 => 768,  1893 => 765,  1890 => 764,  1884 => 761,  1881 => 760,  1875 => 757,  1872 => 756,  1870 => 755,  1867 => 754,  1864 => 753,  1858 => 752,  1855 => 751,  1852 => 750,  1849 => 749,  1844 => 748,  1839 => 747,  1836 => 746,  1834 => 745,  1825 => 738,  1819 => 737,  1816 => 736,  1813 => 735,  1811 => 734,  1809 => 733,  1806 => 732,  1799 => 730,  1793 => 729,  1788 => 727,  1783 => 726,  1777 => 723,  1774 => 722,  1771 => 721,  1765 => 718,  1762 => 717,  1760 => 716,  1755 => 714,  1752 => 713,  1750 => 712,  1745 => 710,  1742 => 709,  1739 => 708,  1737 => 707,  1730 => 706,  1727 => 705,  1723 => 704,  1719 => 703,  1716 => 702,  1713 => 701,  1711 => 700,  1708 => 699,  1704 => 697,  1697 => 695,  1691 => 694,  1686 => 692,  1679 => 691,  1673 => 688,  1670 => 687,  1667 => 686,  1661 => 683,  1658 => 682,  1656 => 681,  1651 => 679,  1648 => 678,  1646 => 677,  1641 => 675,  1638 => 674,  1635 => 673,  1633 => 672,  1626 => 671,  1623 => 670,  1619 => 669,  1613 => 668,  1609 => 666,  1602 => 664,  1596 => 663,  1591 => 661,  1584 => 660,  1578 => 657,  1575 => 656,  1572 => 655,  1566 => 652,  1563 => 651,  1561 => 650,  1556 => 648,  1553 => 647,  1551 => 646,  1546 => 644,  1543 => 643,  1540 => 642,  1538 => 641,  1531 => 640,  1528 => 639,  1524 => 638,  1519 => 635,  1512 => 633,  1506 => 632,  1501 => 630,  1494 => 629,  1488 => 626,  1485 => 625,  1482 => 624,  1476 => 621,  1473 => 620,  1471 => 619,  1466 => 617,  1463 => 616,  1461 => 615,  1456 => 613,  1453 => 612,  1450 => 611,  1448 => 610,  1441 => 609,  1438 => 608,  1434 => 607,  1430 => 605,  1427 => 604,  1425 => 603,  1422 => 602,  1416 => 601,  1413 => 600,  1410 => 599,  1407 => 598,  1404 => 597,  1401 => 596,  1396 => 595,  1394 => 594,  1391 => 593,  1386 => 592,  1382 => 591,  1379 => 590,  1376 => 589,  1374 => 588,  1363 => 580,  1354 => 574,  1345 => 568,  1336 => 562,  1327 => 555,  1322 => 552,  1317 => 549,  1307 => 545,  1303 => 543,  1299 => 542,  1291 => 540,  1288 => 539,  1283 => 536,  1263 => 531,  1259 => 530,  1250 => 524,  1246 => 523,  1242 => 522,  1238 => 521,  1233 => 519,  1227 => 516,  1224 => 515,  1222 => 514,  1220 => 513,  1203 => 512,  1195 => 510,  1192 => 509,  1187 => 506,  1167 => 502,  1163 => 501,  1154 => 495,  1150 => 494,  1146 => 493,  1142 => 492,  1137 => 490,  1131 => 487,  1128 => 486,  1111 => 485,  1102 => 482,  1100 => 481,  1096 => 479,  1086 => 472,  1078 => 469,  1075 => 468,  1071 => 467,  1061 => 460,  1053 => 457,  1050 => 456,  1046 => 455,  1036 => 448,  1030 => 444,  1026 => 443,  1024 => 442,  1020 => 440,  1018 => 439,  1011 => 435,  1004 => 430,  996 => 425,  990 => 421,  988 => 420,  984 => 417,  981 => 416,  979 => 415,  975 => 412,  972 => 411,  970 => 410,  968 => 409,  966 => 408,  962 => 405,  958 => 403,  952 => 401,  950 => 400,  948 => 399,  944 => 397,  940 => 395,  934 => 393,  932 => 392,  930 => 391,  926 => 389,  922 => 387,  914 => 385,  912 => 384,  908 => 382,  904 => 380,  898 => 378,  896 => 377,  894 => 376,  886 => 370,  882 => 368,  876 => 365,  873 => 364,  871 => 363,  864 => 358,  860 => 356,  854 => 353,  851 => 352,  849 => 351,  840 => 345,  831 => 339,  822 => 333,  813 => 327,  804 => 321,  795 => 315,  786 => 308,  783 => 307,  779 => 305,  776 => 304,  762 => 303,  759 => 302,  751 => 299,  748 => 298,  740 => 295,  737 => 294,  734 => 293,  731 => 292,  728 => 291,  725 => 290,  722 => 289,  705 => 288,  700 => 286,  697 => 285,  686 => 282,  681 => 280,  677 => 278,  673 => 277,  668 => 274,  665 => 273,  662 => 272,  652 => 265,  649 => 264,  642 => 259,  638 => 257,  633 => 255,  628 => 254,  626 => 253,  619 => 249,  615 => 247,  611 => 245,  608 => 244,  594 => 243,  588 => 242,  570 => 241,  568 => 240,  559 => 234,  548 => 226,  543 => 223,  539 => 221,  534 => 218,  524 => 211,  522 => 210,  510 => 202,  508 => 201,  502 => 197,  487 => 185,  470 => 170,  467 => 169,  465 => 168,  460 => 165,  458 => 164,  452 => 160,  449 => 159,  441 => 158,  439 => 157,  435 => 155,  432 => 154,  424 => 153,  422 => 152,  418 => 150,  415 => 149,  407 => 148,  405 => 147,  396 => 141,  388 => 135,  384 => 133,  381 => 132,  377 => 130,  369 => 128,  366 => 127,  364 => 126,  360 => 124,  357 => 123,  349 => 122,  347 => 121,  343 => 119,  340 => 118,  332 => 117,  330 => 116,  326 => 114,  323 => 113,  315 => 112,  313 => 111,  304 => 105,  296 => 99,  287 => 92,  282 => 89,  277 => 86,  275 => 85,  271 => 84,  267 => 83,  264 => 82,  261 => 81,  258 => 80,  251 => 76,  246 => 74,  241 => 73,  232 => 69,  227 => 67,  222 => 66,  219 => 65,  216 => 64,  209 => 60,  204 => 58,  199 => 57,  197 => 56,  189 => 50,  181 => 45,  175 => 41,  173 => 40,  167 => 39,  161 => 37,  148 => 36,  123 => 34,  107 => 31,  94 => 30,  69 => 28,  40 => 1,);
  3045.     }
  3046.     public function getSourceContext()
  3047.     {
  3048.         return new Source("{% extends 'ProfilePreview/grid.html.twig' %}
  3049. {# Проверяем есть ли у нас вообще данные для табов #}
  3050. {%- macro _show_tabs(photos,selfies,videos,isDeleted) -%}
  3051.     {% if isDeleted %}false{% elseif (photos is defined and photos|length > 0) or
  3052.         (selfies is defined and selfies|length > 0) or
  3053.         (videos is defined and videos|length > 0)
  3054.     %}true{% else %}false{% endif %}
  3055. {%- endmacro -%}
  3056. {% macro _data_wrapper(text, value, shortText = '') %}
  3057.     {% set value = value ? value : '-' %}
  3058.     {{ value }}
  3059. {% endmacro %}
  3060. {% macro _time_to_work(profile) %}
  3061.     {% if (profile.phoneCallRestrictions.timeFrom == '' and profile.phoneCallRestrictions.timeTo == '') or
  3062.         (profile.phoneCallRestrictions.timeFrom == profile.phoneCallRestrictions.timeTo) %}
  3063.         {% trans with {} from 'profile' %}Круглосуточно{% endtrans %}
  3064.     {% else %}
  3065.         с
  3066.         {{ profile.phoneCallRestrictions.timeFrom == '' ? 0 : profile.phoneCallRestrictions.timeFrom }}
  3067.         до
  3068.         {{ profile.phoneCallRestrictions.timeTo == '' ? 0 : profile.phoneCallRestrictions.timeTo }}
  3069.     {% endif %}
  3070. {% endmacro %}
  3071. {% block title %}{{ seo_title() }}{% endblock %}
  3072. {% block metaDescription %}
  3073. \t<meta name=\"description\" content=\"{{ seo_description() }}\">
  3074. {% endblock %}
  3075. {% block name_page %}profile{% endblock %}
  3076. {% block mainContainer %}
  3077.     {{ knp_menu_render('breadcrumbs', {'template': '_menu/breadcrumbs.html.twig'}) }}
  3078.     <div class=\"d-flex align-items-center flex-fill model-header\">
  3079.         <h1 class=\"border-line\">Индивидуалка {{ profile.name }} <span>- ID {{ profile.id }}</span></h1>
  3080.         {% if profile.approved %}
  3081.             <div class=\"model-header__verification ml-auto d-flex align-items-center\">
  3082.                 <span class=\"d-none d-sm-block\">Фото проверено</span>
  3083.                 <div class=\"model-header__verification-circle d-flex align-items-center justify-content-center ml-2 ml-sm-3\">
  3084.                     <svg class=\"icon\">
  3085.                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-verification-2\"></use>
  3086.                     </svg>
  3087.                 </div>
  3088.             </div>
  3089.         {% endif %}
  3090.     </div>
  3091.     <div class=\"d-lg-flex\">
  3092.         <div class=\"modal-main flex-fill order-lg-2\">
  3093.             <div class=\"modal-info d-xxl-flex mb-3 mb-lg-4\">
  3094.                 <div class=\"modal-col modal-info__items first\">
  3095.                     <div class=\"modal-info__items-preview d-block d-lg-none float-left\" id=\"girl_avatar\">
  3096.                         {% if profile.deleted %}
  3097.                             <a href=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\" class=\"girl-avatar__small\">
  3098.                                 <img itemprop=\"contentUrl\" src=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\"
  3099.                                     loading=\"lazy\"
  3100.                                      alt=\"Анкета {{ profile.name|trans }} удалена\"
  3101.                                      class=\"img-fluid\">
  3102.                             </a>
  3103.                         {% else %}
  3104.                             {% set photo = profile|avatar %}
  3105.                             {% if photo %}
  3106.                                 <a href=\"{{ responsive_asset(photo.path, 'profile_media', \"fullsize\", \"jpg\") }}\" class=\"girl-avatar__small\" data-gallery=\"girl-avatar\" data-index=\"0\">
  3107.                                     <img itemprop=\"contentUrl\" src=\"{{ responsive_asset(photo.path, 'profile_media', \"357x500\", \"jpg\") }}\"
  3108.                                         loading=\"lazy\"
  3109.                                          alt=\"{{ profile.name|trans }}, {{ 'год'|plural(profile.personParameters.age) }}\"
  3110.                                          class=\"img-fluid\">
  3111.                                 </a>
  3112.                             {% else %}
  3113.                                 <a href=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\" class=\"girl-avatar__small\">
  3114.                                     <img itemprop=\"contentUrl\" src=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\"
  3115.                                         loading=\"lazy\"
  3116.                                         alt=\"Фотография {{ profile.name|trans }} отсутствует\"
  3117.                                         class=\"img-fluid\">
  3118.                                 </a>
  3119.                             {% endif %}
  3120.                         {% endif %}
  3121.                         {% if  is_user_customer(app.user) and not profile.deleted %}
  3122.                             <button type=\"button\"
  3123.                                     data-url-add=\"{{ path('account.favourites.remove', {profile: profile.id}) }}\"
  3124.                                     data-url-remove=\"{{ path('account.favourites.add', {profile: profile.id}) }}\"
  3125.                                     {% if is_profile_in_favourites(profile) %}
  3126.                                     title=\"Убрать из избранного\"
  3127.                                     class=\"btn favorite like\" id=\"favorite\">
  3128.                                 {% else %}
  3129.                                     title=\"Добавить в избранное\"
  3130.                                     class=\"btn favorite unlike\" id=\"favorite\">
  3131.                                 {% endif %}
  3132.                                 <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  3133.                                     <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\"/>
  3134.                                     <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\"/>
  3135.                                     <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\"/>
  3136.                                 </svg>
  3137.                             </button>
  3138.                         {% endif %}
  3139.                     </div>
  3140.                     <div>
  3141.                         <div class=\"modal-info__items-block first d-flex flex-column flex-md-row\">
  3142.                             <div class=\"block-item pb-2 pb-md-0 w-100\">
  3143.                                 <div class=\"block-item__title d-flex align-items-center mb-2 mb-md-3\">
  3144.                                     <svg class=\"icon mr-2 clr-1\">
  3145.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-apartments\"></use>
  3146.                                     </svg>
  3147.                                     Апартаменты
  3148.                                 </div>
  3149.                                 <div class=\"block-item__description clr-1\">
  3150.                                     <p class=\"d-flex\">Час <span class=\"ml-auto\">
  3151.                                             {% if profile.apartmentsPricing.oneHourPrice %}
  3152.                                                 {{ profile.apartmentsPricing.oneHourPrice }} {{ profile.city.countryCode|country_currency }}
  3153.                                             {% else %}-{% endif %}
  3154.                                         </span></p>
  3155.                                     <p class=\"d-flex\">2 часа <span class=\"ml-auto\">
  3156.                                             {% if profile.apartmentsPricing.twoHoursPrice %}
  3157.                                                 {{ profile.apartmentsPricing.twoHoursPrice }} {{ profile.city.countryCode|country_currency }}
  3158.                                             {% else %}-{% endif %}
  3159.                                         </span></p>
  3160.                                     <p class=\"d-flex\">Ночь <span class=\"ml-auto\">
  3161.                                             {% if profile.apartmentsPricing.nightPrice %}
  3162.                                                 {{ profile.apartmentsPricing.nightPrice }} {{ profile.city.countryCode|country_currency }}
  3163.                                             {% else %}-{% endif %}
  3164.                                         </span></p>
  3165.                                     <p class=\"d-flex\">Экспресс <span class=\"ml-auto\">
  3166.                                             {% if profile.expressPricing.provided %}
  3167.                                                 {% if profile.expressPricing.price %}
  3168.                                                     {{ profile.expressPricing.price }} {{ profile.city.countryCode|country_currency }}
  3169.                                                 {% else %}
  3170.                                                     -
  3171.                                                 {% endif %}
  3172.                                             {% else %}
  3173.                                                 -
  3174.                                             {% endif %}
  3175.                                         </span></p>
  3176.                                 </div>
  3177.                             </div>
  3178.                             <div class=\"block-item pl-0 pl-md-3 pl-xl-5 w-100\">
  3179.                                 <div class=\"block-item__title d-flex align-items-center mb-2 mb-md-3\">
  3180.                                     <svg class=\"icon mr-2 clr-2\">
  3181.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-car\"></use>
  3182.                                     </svg>
  3183.                                     Выезд
  3184.                                 </div>
  3185.                                 <div class=\"block-item__description clr-2\">
  3186.                                     <p class=\"d-flex\">Час <span class=\"ml-auto\">
  3187.                                             {% if profile.takeOutPricing.oneHourPrice %}
  3188.                                                 {{ profile.takeOutPricing.oneHourPrice }} {{ profile.city.countryCode|country_currency }}
  3189.                                             {% else %}-{% endif %}
  3190.                                         </span></p>
  3191.                                     <p class=\"d-flex\">2 часа <span class=\"ml-auto\">
  3192.                                             {% if profile.takeOutPricing.twoHoursPrice %}
  3193.                                                 {{ profile.takeOutPricing.twoHoursPrice }} {{ profile.city.countryCode|country_currency }}
  3194.                                             {% else %}-{% endif %}
  3195.                                         </span></p>
  3196.                                     <p class=\"d-flex\">Ночь <span class=\"ml-auto\">
  3197.                                             {% if profile.takeOutPricing.nightPrice %}
  3198.                                                 {{ profile.takeOutPricing.nightPrice }} {{ profile.city.countryCode|country_currency }}
  3199.                                             {% else %}-{% endif %}
  3200.                                         </span></p>
  3201.                                 </div>
  3202.                             </div>
  3203.                         </div>
  3204.                         {% if not profile.deleted %}
  3205.                             <div class=\"modal-info__items-block modal-info__items-block-phone\">
  3206.                                 <div class=\"d-flex flex-wrap mb-2 mb-sm-3\">
  3207.                                     <div class=\"model-phone d-flex align-items-center model-phone-desc\">
  3208.                                         {% if profile.isActive or not profile.hidden %}
  3209.                                             {% set onlyPhoneNumber = profile.phoneNumber|replace({' ': '', '-': '', '(': '', ')': ''}) %}
  3210.                                             <div class=\"telephone d-flex\">
  3211.                                                 <button class=\"telephone-number-btn number\" type=\"button\" onclick=\"this.classList.add('d-none');this.nextElementSibling.classList.remove('d-none')\">
  3212.                                                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  3213.                                                         <g clip-path=\"url(#clip0_2802_159460)\">
  3214.                                                         <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\"/>
  3215.                                                         </g>
  3216.                                                         <defs>
  3217.                                                         <clipPath id=\"clip0_2802_159460\">
  3218.                                                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  3219.                                                         </clipPath>
  3220.                                                         </defs>
  3221.                                                     </svg>
  3222.                                                     <span class=\"button-click-first\">Показать телефон</span>
  3223.                                                 </button>
  3224.                                                 <!--noindex--><a href=\"tel:{{ onlyPhoneNumber }}\" rel=\"nofollow\" class=\"telephone-number-btn number d-none\">
  3225.                                                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  3226.                                                         <g clip-path=\"url(#clip0_2802_159460)\">
  3227.                                                         <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\"/>
  3228.                                                         </g>
  3229.                                                         <defs>
  3230.                                                         <clipPath id=\"clip0_2802_159460\">
  3231.                                                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  3232.                                                         </clipPath>
  3233.                                                         </defs>
  3234.                                                     </svg>
  3235.                                                     <span class=\"button-click-second\">{{- profile.phoneNumber -}}</span>
  3236.                                                 </a><!--/noindex-->
  3237.                                                 <!--noindex-->
  3238.                                                 {%- if profile.messengers.whatsApp -%}
  3239.                                                     <a href=\"https://wa.me/{{ onlyPhoneNumber|replace({'+': ''}) }}?text=Привет,%20{{ profile.name }}!%20Нашел%20твою%20анкету%20на%20Стрелочках.\" rel=\"nofollow\" class=\"whatsup\" target=\"_blank\">
  3240.                                                         <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  3241.                                                             <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#48C95F\"/>
  3242.                                                             <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\"/>
  3243.                                                         </svg>
  3244.                                                     </a>
  3245.                                                 {%- endif -%}
  3246.                                                 {%- if profile.messengers.telegram and profile.messengers.telegramUsername -%}
  3247.                                                     <a href=\"https://t.me/{{ profile.messengers.telegramUsername }}\" rel=\"nofollow noindex\", target=\"_blank\" class=\"telegram\">
  3248.                                                         <svg class=\"telegram\" width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  3249.                                                             <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#2F89CE\"/>
  3250.                                                             <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\"/>
  3251.                                                         </svg>
  3252.                                                     </a>
  3253.                                                 {%- endif -%}
  3254.                                                 <!--/noindex-->
  3255.                                             </div>
  3256.                                         {% else %}
  3257.                                             <p class=\"model-phone__arhive m-0 color-silver\">анкета в архиве</p>
  3258.                                         {% endif %}
  3259.                                     </div>
  3260.                                     <div class=\"model-warning d-flex align-items-center pt-2 pt-md-0\">
  3261.                                         <svg class=\"icon mr-2\">
  3262.                                             <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-warning\"></use>
  3263.                                         </svg>
  3264.                                         Никогда не отправляйте предоплату!
  3265.                                     </div>
  3266.                                 </div>
  3267.                                 <p class=\"model-thank mb-2 mb-sm-3\">
  3268.                                     Не забудьте сказать, что звоните с сайта \"spbdosug\"
  3269.                                     <svg class=\"icon ml-2\">
  3270.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-emoja\"></use>
  3271.                                     </svg>
  3272.                                 </p>
  3273.                                 <div class=\"d-flex modal-info-text\">
  3274.                                     <p class=\"mr-2\">Отвечаю на:<br/>
  3275.                                         <span>
  3276.                                             {% if profile.phoneCallRestrictions.answeringTo|length > 0 %}
  3277.                                                 {% for answeringTo in profile.phoneCallRestrictions.answeringTo %}
  3278.                                                     {{ answeringTo|answering_to|trans({}, 'phone_call_restrictions') }}{% if not loop.last %},{% endif %}
  3279.                                                 {% endfor %}
  3280.                                             {% else %}
  3281.                                                 Не указано
  3282.                                             {% endif %}
  3283.                                         </span>
  3284.                                     </p>
  3285.                                     <p class=\"ml-auto\">Удобное время для звонка:<br/><span>{{ _self._time_to_work(profile) }}</span></p>
  3286.                                 </div>
  3287.                                 <div class=\"d-flex modal-info-text mt-2\">
  3288.                                     <p class=\"mr-2\">Ограничение по возрасту партнера:<br/>
  3289.                                         <span>{% if profile.clientRestrictions.minAge or profile.clientRestrictions.maxAge %}
  3290.                                             от {{ profile.clientRestrictions.minAge ? profile.clientRestrictions.minAge : '-' }}
  3291.                                             до {{ profile.clientRestrictions.maxAge ? profile.clientRestrictions.maxAge : '-' }}
  3292.                                             {% else %}
  3293.                                                Не указано
  3294.                                             {% endif %}
  3295.                                         </span>
  3296.                                     </p>
  3297.                                 </div>
  3298.                             </div>
  3299.                         {% else %}
  3300.                             <div class=\"lock-block d-flex align-items-center\">
  3301.                                 <img src=\"{{ asset('assets/images/icons/profile-lock.svg','basicConfig') }}\" loading=\"lazy\">
  3302.                                 <div class=\"text-block\">
  3303.                                     <p class=\"title\">Девушка не работает</p>
  3304.                                     <p class=\"lock\">Анкета доступна только по прямой ссылке и не показывается в результатах поиска.</p>
  3305.                                 </div>
  3306.                             </div>
  3307.                         {% endif %}
  3308.                         {% if profile.city.uriIdentity == default_city().uriIdentity %}
  3309.                             {% if profile.stationsSortedByPrimary|length > 0 %}
  3310.                                 <div class=\"modal-info__items-block modal-info__items-block-metro pb-0 pb-sm-3 d-flex d-sm-block\">
  3311.                                     <div class=\"metro-items d-sm-flex w-100 align-items-center flex-wrap mb-2 mb-xl-3\">
  3312.                                         Метро:
  3313.                                         {% for station in profile.stationsSortedByPrimary|slice(0,3) %}
  3314.                                             <div class=\"metro-item\">
  3315.                                                 <svg class=\"icon mr-1\">
  3316.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-metro\"></use>
  3317.                                                 </svg>
  3318.                                                 <a href=\"{{ path('profile_list.list_by_station', {'city': city.uriIdentity, 'station': station.uriIdentity}) }}\">{{ station.name|trans }}</a>
  3319.                                             </div>
  3320.                                         {% endfor %}
  3321.                                     </div>
  3322.                                     {% if profile.stationsSortedByPrimary|length > 0 %}<div class=\"metro-items d-sm-flex w-100 align-items-center flex-wrap\">
  3323.                                         Район:
  3324.                                         {% for station in profile.stationsSortedByPrimary %}
  3325.                                             {% if loop.first %}
  3326.                                                 {% set stationDistrict = station.district %}
  3327.                                                 {% if stationDistrict %}
  3328.                                                     {% set districtCounty = stationDistrict.county %}
  3329.                                                     {% if districtCounty %}
  3330.                                                         <div class=\"metro-item\">
  3331.                                                             <a href=\"{{ path('profile_list.list_by_county', {'city': profile.city.uriIdentity, 'county': districtCounty.uriIdentity}) }}\">{{ districtCounty.name|trans }}</a>,
  3332.                                                         </div>
  3333.                                                     {% endif %}
  3334.                                                     <div class=\"metro-item\">
  3335.                                                         <a href=\"{{ path('profile_list.list_by_district', {'city': profile.city.uriIdentity, 'district': stationDistrict.uriIdentity}) }}\">{{ stationDistrict.name|trans }}</a>
  3336.                                                     </div>
  3337.                                                 {% endif %}
  3338.                                             {% endif %}
  3339.                                         {% endfor %}
  3340.                                     </div>{% endif %}
  3341.                                 </div>
  3342.                             {% endif %}
  3343.                         {% endif %}
  3344.                     </div>
  3345.                 </div>
  3346.                 <div class=\"modal-col modal-info__items mb-3 mb-md-0\">
  3347.                     <div class=\"modal-info__items-row d-flex flex-wrap\">
  3348.                         <div class=\"box-col text-center\">
  3349.                             <div class=\"box-item\">
  3350.                                 <span class=\"d-block\">Возраст</span>
  3351.                                 {{ _self._data_wrapper('Возраст', profile.personParameters.age) }}
  3352.                             </div>
  3353.                         </div>
  3354.                         <div class=\"box-col text-center\">
  3355.                             <div class=\"box-item\">
  3356.                                 <span class=\"d-block\">Рост</span>
  3357.                                 {{ _self._data_wrapper('Рост', profile.personParameters.height) }}
  3358.                             </div>
  3359.                         </div>
  3360.                         <div class=\"box-col text-center\">
  3361.                             <div class=\"box-item\">
  3362.                                 <span class=\"d-block\">Вес</span>
  3363.                                 {{ _self._data_wrapper('Вес', profile.personParameters.weight) }}
  3364.                             </div>
  3365.                         </div>
  3366.                         <div class=\"box-col text-center\">
  3367.                             <div class=\"box-item\">
  3368.                                 <span class=\"d-block\">Одежда</span>
  3369.                                 {{ _self._data_wrapper('Размер одежды', profile.personParameters.clothSize, 'Одежда') }}
  3370.                             </div>
  3371.                         </div>
  3372.                         <div class=\"box-col text-center\">
  3373.                             <div class=\"box-item\">
  3374.                                 <span class=\"d-block\">Обувь</span>
  3375.                                 {{ _self._data_wrapper('Размер обуви', profile.personParameters.shoesSize, 'Обувь') }}
  3376.                             </div>
  3377.                         </div>
  3378.                         <div class=\"box-col text-center\">
  3379.                             <div class=\"box-item\">
  3380.                                 <span class=\"d-block\">Грудь</span>
  3381.                                 {{ _self._data_wrapper('Размер груди', profile.personParameters.breastSize, 'Грудь') }}
  3382.                             </div>
  3383.                         </div>
  3384.                         <div class=\"box-col text-center\">
  3385.                             <div class=\"box-item\">
  3386.                                 <span class=\"d-block\">Тату</span>
  3387.                                 {% if profile.personParameters.tattoo %}
  3388.                                     <svg class=\"icon mr-1\">
  3389.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-check\"></use>
  3390.                                     </svg>
  3391.                                 {% else %}
  3392.                                     -
  3393.                                 {% endif %}
  3394.                             </div>
  3395.                         </div>
  3396.                         <div class=\"box-col text-center\">
  3397.                             <div class=\"box-item\">
  3398.                                 <span class=\"d-block\">Пирсинг</span>
  3399.                                 {% if profile.personParameters.piercing %}
  3400.                                     <svg class=\"icon mr-1\">
  3401.                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-check\"></use>
  3402.                                     </svg>
  3403.                                 {% else %}
  3404.                                     -
  3405.                                 {% endif %}
  3406.                             </div>
  3407.                         </div>
  3408.                     </div>
  3409.                     <div class=\"modal-info__items-block d-sm-flex\">
  3410.                         <div class=\"description-items\">
  3411.                             <p class=\"description-item d-flex align-items-center\"><span>Телосложение:</span>
  3412.                                 {% if profile.personParameters.bodyType|body_type %}
  3413.                                     {# <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> #}
  3414.                                     {{ profile.personParameters.bodyType|body_type|trans({}, 'body_types') }}
  3415.                                 {% else %}
  3416.                                     -
  3417.                                 {% endif %}
  3418.                             </p>
  3419.                             <p class=\"description-item d-flex align-items-center\"><span>Цвет волос:</span>
  3420.                                 {% if profile.personParameters.hairColor|hair_color %}
  3421.                                     <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>
  3422.                                 {% else %}
  3423.                                     -
  3424.                                 {% endif %}
  3425.                             </p>
  3426.                             <p class=\"description-item d-flex align-items-center\"><span>Национальность:</span>
  3427.                                 {% if profile.personParameters.nationality|nationality %}
  3428.                                     {# <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> #}
  3429.                                     {{ profile.personParameters.nationality|nationality|trans({}, 'nationalities') }}
  3430.                                 {% else %}
  3431.                                     -
  3432.                                 {% endif %}
  3433.                             </p>
  3434.                             <p class=\"description-item d-flex align-items-center\"><span>Интимная стрижка:</span>
  3435.                                 {% if profile.personParameters.privateHaircut|private_haircut %}
  3436.                                     {# <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> #}
  3437.                                     {{ profile.personParameters.privateHaircut|private_haircut|trans({}, 'private_haircuts') }}
  3438.                                 {% else %}
  3439.                                     -
  3440.                                 {% endif %}
  3441.                             </p>
  3442.                         </div>
  3443.                         <div class=\"description-items\">
  3444.                             {%- set threshold = (\"now\"|date_modify(\"-14 days\")).getTimestamp() -%}
  3445.                             {%- set updatedAtTs = profile.updatedAt ? profile.updatedAt.getTimestamp() : '' -%}
  3446.                             {%- if profile.createdAt -%}
  3447.                                 <p class=\"description-item d-flex align-items-center\"><span>Дата регистрации:</span> <span
  3448.                                     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>
  3449.                             {%- endif -%}
  3450.                             {%- if updatedAtTs and updatedAtTs >= threshold -%}
  3451.                                 <p class=\"description-item d-flex align-items-center\"><span>Дата обновления:</span> <span
  3452.                                     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>
  3453.                             {%- endif -%}
  3454.                             {%- if ( profile.approved ) -%}
  3455.                                 <p class=\"description-item\">
  3456.                                     <strong class=\"d-flex align-items-center\">
  3457.                                         Фото проверено
  3458.                                         <svg class=\"icon ml-2\">
  3459.                                             <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-verification\"></use>
  3460.                                         </svg>
  3461.                                     </strong>
  3462.                                 </p>
  3463.                             {% endif %}
  3464.                         </div>
  3465.                     </div>
  3466.                     <div class=\"modal-info__items-block p-0\">
  3467.                         <div class=\"model-description\">
  3468.                             <h2 class=\"border-line\">О себе</h2>
  3469.                             <p class=\"m-0\">{{ profile.description }}</p>
  3470.                         </div>
  3471.                     </div>
  3472.                 </div>
  3473.                 {% if _self._show_tabs(profile.photos,profile.selfies,profile.confirmedVideos,profile.deleted) == 'true' %}
  3474.                     <div class=\"model-aside__images d-block d-md-none\">
  3475.                         <ul class=\"nav nav-pills list-unstyled m-0 p-0 d-flex\" id=\"model-tab2\" role=\"tablist\">
  3476.                             {% set currentPage = '' %}
  3477.                             {% if profile.photos is defined and profile.photos|length > 0 %}{% set currentPage = 'photo' %}
  3478.                                 <li class=\"nav-item flex-fill\">
  3479.                                     <a class=\"active\" id=\"model-photo-tab2\" data-toggle=\"pill\" href=\"#model-photo2\" role=\"tab\" aria-controls=\"model-photo2\" aria-selected=\"false\">
  3480.                                         <div class=\"text-center mb-1\">
  3481.                                             <svg class=\"icon d-inline-block\">
  3482.                                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-photo-thumb\"></use>
  3483.                                             </svg>
  3484.                                         </div>
  3485.                                         Фото
  3486.                                     </a>
  3487.                                 </li>
  3488.                             {% endif %}
  3489.                             {% if profile.selfies is defined and profile.selfies|length > 0 %}{% set currentPage = currentPage == '' ? 'selfie' : currentPage %}
  3490.                                 <li class=\"nav-item flex-fill\">
  3491.                                     <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\">
  3492.                                         <div class=\"text-center mb-1\">
  3493.                                             <svg class=\"icon d-inline-block\">
  3494.                                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-selfie-thumb\"></use>
  3495.                                             </svg>
  3496.                                         </div>
  3497.                                         Селфи
  3498.                                     </a>
  3499.                                 </li>
  3500.                             {% endif %}
  3501.                             {% if profile.confirmedVideos is defined and profile.confirmedVideos|length > 0 %}{% set currentPage = currentPage == '' ? 'video' : currentPage %}
  3502.                                 <li class=\"nav-item flex-fill\">
  3503.                                     <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\">
  3504.                                         <div class=\"text-center mb-1\">
  3505.                                             <svg class=\"icon d-inline-block\">
  3506.                                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-video-thumb\"></use>
  3507.                                             </svg>
  3508.                                         </div>
  3509.                                         Видео
  3510.                                     </a>
  3511.                                 </li>
  3512.                             {% endif %}
  3513.                         </ul>
  3514.                         <div class=\"tab-content pt-2 pb-2\" id=\"model-tabContent2\">
  3515.                             {% if profile.photos is defined and profile.photos|length > 0 %}
  3516.                                 <div class=\"tab-pane fade{% if currentPage == 'photo' %} show active{% endif %}\" id=\"model-photo2\" role=\"tabpanel\" aria-labelledby=\"model-photo-tab2\">
  3517.                                     <div class=\"model-aside-row d-flex flex-wrap\" id=\"photo-list\">
  3518.                                         {% for photo in profile.photos %}
  3519.                                             <div class=\"model-aside-col\">
  3520.                                                 <a href=\"{{ responsive_asset(photo.path, \"profile_media\", \"fullsize\", \"jpg\") }}\"
  3521.                                                     data-gallery=\"girl-gallery\"
  3522.                                                     class=\"model-aside-photo photoswipe model-photo2\"
  3523.                                                     data-index=\"{{loop.index}}\">
  3524.                                                     <img class=\"img-fluid\"
  3525.                                                          srcset=\"{{ responsive_asset(photo.path, \"profile_media\", \"196x250\", \"jpg\") }} 196w,
  3526. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ responsive_asset(photo.path, \"profile_media\", \"177x250\", \"jpg\") }} 177w,
  3527. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ responsive_asset(photo.path, \"profile_media\", \"228x250\", \"jpg\") }} 228w,
  3528. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }} 260w\"
  3529.                                                          sizes=\"(max-width: 660px) 196px,
  3530. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 980px) 177px,
  3531. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(max-width: 1125px) 228px,
  3532. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t260px\"
  3533.                                                         loading=\"lazy\"
  3534.                                                          src=\"{{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }}\"
  3535.                                                          alt=\"{{ profile.name|trans }}, фото {{ loop.index }}\">
  3536.                                                 </a>
  3537.                                             </div>
  3538.                                         {% endfor %}
  3539.                                     </div>
  3540.                                 </div>
  3541.                             {% endif %}
  3542.                             {% if profile.selfies is defined and profile.selfies|length > 0 %}
  3543.                                 <div class=\"tab-pane fade{% if currentPage == 'selfie' %} show active{% endif %}\" id=\"model-selfie2\" role=\"tabpanel\" aria-labelledby=\"model-selfie-tab2\">
  3544.                                     <div class=\"model-aside-row d-flex flex-wrap\">
  3545.                                         {% for photo in profile.selfies %}
  3546.                                             {%- if photo.path -%}
  3547.                                                 {% set uniqId = loop.index + profile.photos|length %}
  3548.                                                 <div class=\"model-aside-col\">
  3549.                                                     <a href=\"{{ responsive_asset(photo.path, \"profile_media\", \"fullsize\", \"jpg\") }}\"
  3550.                                                         data-gallery=\"girl-selfie\"
  3551.                                                         class=\"photoswipe model-aside-photo model-selfie2\"
  3552.                                                         data-index=\"{{uniqId}}\">
  3553.                                                         <img class=\"img-fluid\"
  3554.                                                             srcset=\"{{ responsive_asset(photo.path, \"profile_media\", \"196x250\", \"jpg\") }} 196w,
  3555.                                                                 {{ responsive_asset(photo.path, \"profile_media\", \"177x250\", \"jpg\") }} 177w,
  3556.                                                                 {{ responsive_asset(photo.path, \"profile_media\", \"228x250\", \"jpg\") }} 228w,
  3557.                                                                 {{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }} 260w\"
  3558.                                                             sizes=\"(max-width: 660px) 196px,
  3559.                                                                 (max-width: 980px) 177px,
  3560.                                                                 (max-width: 1125px) 228px,
  3561.                                                                 260px\"
  3562.                                                             loading=\"lazy\"
  3563.                                                             src=\"{{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }}\"
  3564.                                                             alt=\"{{ profile.name|trans }}, фото {{ uniqId }}\">
  3565.                                                     </a>
  3566.                                                 </div>
  3567.                                             {%- endif -%}
  3568.                                         {% endfor %}
  3569.                                     </div>
  3570.                                 </div>
  3571.                             {% endif %}
  3572.                             {% if profile.confirmedVideos is defined and profile.confirmedVideos|length > 0 %}
  3573.                                 <div class=\"tab-pane fade{% if currentPage == 'video' %} show active{% endif %}\" id=\"model-video2\" role=\"tabpanel\" aria-labelledby=\"model-video-tab2\">
  3574.                                     <div class=\"model-aside-row d-flex flex-wrap\">
  3575.                                         {% for video in profile.confirmedVideos %}
  3576.                                             <div class=\"model-aside-col video\">
  3577.                                                 <video class=\"video-js vjs-big-play-centered vjs-default-skin model-video2\" controls preload=\"metadata\" width=\"341\" height=\"227\" data-setup=\"{}\">
  3578.                                                     <source src=\"{{ asset(video.path, 'profile_media') }}\" type='video/mp4'/>
  3579.                                                 </video>
  3580.                                             </div>
  3581.                                         {% endfor %}
  3582.                                     </div>
  3583.                                 </div>
  3584.                             {% endif %}
  3585.                         </div>
  3586.                     </div>
  3587.                 {% endif %}
  3588.             </div>
  3589.             <div class=\"modal-services mb-3 mb-lg-4 p-2 p-sm-3 p-lg-4\">
  3590.                 <div class=\"modal-services__header d-flex flex-wrap align-items-start\">
  3591.                     <h2 class=\"border-line\">Интим услуги</h2>
  3592.                     <div class=\"modal-services__header-info d-flex flex-wrap align-items-center pb-2\">
  3593.                         <div class=\"header-item mr-3\">
  3594.                             <svg class=\"icon mr-1\">
  3595.                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3596.                             </svg>
  3597.                             - включено в стоимость
  3598.                         </div>
  3599.                         <div class=\"header-item mr-3\">
  3600.                             <svg class=\"icon mr-1\">
  3601.                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-liking\"></use>
  3602.                             </svg>
  3603.                             - по симпатии
  3604.                         </div>
  3605.                         <div class=\"header-item mr-3\">
  3606.                             <svg class=\"icon mr-1\">
  3607.                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-charge\"></use>
  3608.                             </svg>
  3609.                             - за дополнительную плату
  3610.                         </div>
  3611.                         <div class=\"header-item provided\">
  3612.                             <svg class=\"icon mr-1\">
  3613.                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3614.                             </svg>
  3615.                             - услуга не предоставляется
  3616.                         </div>
  3617.                     </div>
  3618.                 </div>
  3619.                 <div class=\"modal-services__main d-xl-flex\">
  3620.                     <div class=\"modal-services__items left w-100\">
  3621.                         {% set initional_group_2 = 0 %}
  3622.                         {% set group_2_minet = [] %}
  3623.                         {% set group_2_okon = [] %}
  3624.                         {% set group_2_okon_trigger = ['Окончание на грудь','Окончание на лицо','Окончание в рот'] %} {# Слова триггеры в 2 категории для блока Окончание. Все остальные уйдут в минет #}
  3625.                         {% for group, servicesGroup in services | filter((servicesGroup, group) => not profile.masseur or group not in masseurExcludeServiceGroups) %}
  3626.                             {% if group == 2 %}
  3627.                                 {# Тут нам нужно запомнить данные и разбить их на 2 категории - Минет и Окончание#}
  3628.                                 {% for service in servicesGroup %}
  3629.                                     {% if service.name == group_2_okon_trigger[0] or service.name == group_2_okon_trigger[1] or service.name == group_2_okon_trigger[2]  %}
  3630.                                         {% set group_2_okon = group_2_okon|merge([service]) %}
  3631.                                     {% else %}
  3632.                                         {% set group_2_minet = group_2_minet|merge([service]) %}
  3633.                                     {% endif %}
  3634.                                 {% endfor %}
  3635.                             {% elseif group == 3 and initional_group_2 == 0 %}
  3636.                                 {# Т.к. выводить сразу не можем в виду перемешенного вывода, будем выводить 2ю категории перед третьей #}
  3637.                                 {% set initional_group_2 = 1 %}
  3638.                                 <div class=\"modal-services__item\">
  3639.                                     <p class=\"item-title\">Минет</p>
  3640.                                     {% for service in group_2_minet %}
  3641.                                         {% set providedService = profile.providedService(service) %}
  3642.                                         <p class=\"item{% if not providedService %} provided{% endif %}\">
  3643.                                             {% if providedService %}
  3644.                                                 {% if providedService.condition == 1 %}
  3645.                                                     <svg class=\"icon mr-1\">
  3646.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3647.                                                     </svg>
  3648.                                                 {% elseif providedService.condition == 2 %}
  3649.                                                     <svg class=\"icon mr-1\">
  3650.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-liking\"></use>
  3651.                                                     </svg>
  3652.                                                 {% elseif providedService.condition == 3 %}
  3653.                                                     <svg class=\"icon mr-1\">
  3654.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-charge\"></use>
  3655.                                                     </svg>
  3656.                                                 {% endif %}
  3657.                                             {% else %}
  3658.                                                 <svg class=\"icon mr-1\">
  3659.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3660.                                                 </svg>
  3661.                                             {% endif %}
  3662.                                             <a href=\"{{ path('profile_list.list_by_provided_service', {'city': profile.city.uriIdentity, 'service': service.uriIdentity}) }}\" data-s=\"{{ service.name }}\">
  3663.                                                 {{ service.name|trans }}
  3664.                                             </a>
  3665.                                             {% if providedService and providedService.condition == 3 and providedService.extraCharge %}<span>(+{{ providedService.extraCharge }} Р)</span>{% endif %}
  3666.                                         </p>
  3667.                                     {% endfor %}
  3668.                                 </div>
  3669.                                 <div class=\"modal-services__item\">
  3670.                                     <p class=\"item-title\">Окончание</p>
  3671.                                     {% for service in group_2_okon %}
  3672.                                         {% set providedService = profile.providedService(service) %}
  3673.                                         <p class=\"item{% if not providedService %} provided{% endif %}\">
  3674.                                             {% if providedService %}
  3675.                                                 {% if providedService.condition == 1 %}
  3676.                                                     <svg class=\"icon mr-1\">
  3677.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3678.                                                     </svg>
  3679.                                                 {% elseif providedService.condition == 2 %}
  3680.                                                     <svg class=\"icon mr-1\">
  3681.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-liking\"></use>
  3682.                                                     </svg>
  3683.                                                 {% elseif providedService.condition == 3 %}
  3684.                                                     <svg class=\"icon mr-1\">
  3685.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-charge\"></use>
  3686.                                                     </svg>
  3687.                                                 {% endif %}
  3688.                                             {% else %}
  3689.                                                 <svg class=\"icon mr-1\">
  3690.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3691.                                                 </svg>
  3692.                                             {% endif %}
  3693.                                             <a href=\"{{ path('profile_list.list_by_provided_service', {'city': profile.city.uriIdentity, 'service': service.uriIdentity}) }}\" data-s=\"{{ service.name }}\">
  3694.                                                 {{ service.name|trans }}
  3695.                                             </a>
  3696.                                             {% if providedService and providedService.condition == 3 and providedService.extraCharge %}<span>(+{{ providedService.extraCharge }} Р)</span>{% endif %}
  3697.                                         </p>
  3698.                                     {% endfor %}
  3699.                                 </div>
  3700.                                 <div class=\"modal-services__item\">
  3701.                                     <p class=\"item-title\" data-group=\"{{ group }}\">{{ group|service_group|trans({}, 'service_groups') }}</p>
  3702.                                     {% for service in servicesGroup %}
  3703.                                         {% set providedService = profile.providedService(service) %}
  3704.                                         <p class=\"item{% if not providedService %} provided{% endif %}\">
  3705.                                             {% if providedService %}
  3706.                                                 {% if providedService.condition == 1 %}
  3707.                                                     <svg class=\"icon mr-1\">
  3708.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3709.                                                     </svg>
  3710.                                                 {% elseif providedService.condition == 2 %}
  3711.                                                     <svg class=\"icon mr-1\">
  3712.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-liking\"></use>
  3713.                                                     </svg>
  3714.                                                 {% elseif providedService.condition == 3 %}
  3715.                                                     <svg class=\"icon mr-1\">
  3716.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-charge\"></use>
  3717.                                                     </svg>
  3718.                                                 {% endif %}
  3719.                                             {% else %}
  3720.                                                 <svg class=\"icon mr-1\">
  3721.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3722.                                                 </svg>
  3723.                                             {% endif %}
  3724.                                             <a href=\"{{ path('profile_list.list_by_provided_service', {'city': profile.city.uriIdentity, 'service': service.uriIdentity}) }}\" data-s=\"{{ service.name }}\">
  3725.                                                 {{ service.name|trans }}
  3726.                                             </a>
  3727.                                             {% if providedService and providedService.condition == 3 and providedService.extraCharge %}<span>(+{{ providedService.extraCharge }} Р)</span>{% endif %}
  3728.                                         </p>
  3729.                                     {% endfor %}
  3730.                                 </div>
  3731.                             {% else %}
  3732.                                 {% if group == 1 or group == 5 or group == 7 %}
  3733.                                     {# <div class=\"modal-services__column\"> #}
  3734.                                 {% endif %}
  3735.                                 <div class=\"modal-services__item\">
  3736.                                     <p class=\"item-title\">{{ group|service_group|trans({}, 'service_groups') }}</p>
  3737.                                     {% for service in servicesGroup %}
  3738.                                         {% set providedService = profile.providedService(service) %}
  3739.                                         <p class=\"item{% if not providedService %} provided{% endif %}\">
  3740.                                             {% if providedService %}
  3741.                                                 {% if providedService.condition == 1 %}
  3742.                                                     <svg class=\"icon mr-1\">
  3743.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3744.                                                     </svg>
  3745.                                                 {% elseif providedService.condition == 2 %}
  3746.                                                     <svg class=\"icon mr-1\">
  3747.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-liking\"></use>
  3748.                                                     </svg>
  3749.                                                 {% elseif providedService.condition == 3 %}
  3750.                                                     <svg class=\"icon mr-1\">
  3751.                                                         <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-charge\"></use>
  3752.                                                     </svg>
  3753.                                                 {% endif %}
  3754.                                             {% else %}
  3755.                                                 <svg class=\"icon mr-1\">
  3756.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3757.                                                 </svg>
  3758.                                             {% endif %}
  3759.                                             <a href=\"{{ path('profile_list.list_by_provided_service', {'city': profile.city.uriIdentity, 'service': service.uriIdentity}) }}\">
  3760.                                                 {{ service.name|trans }}
  3761.                                             </a>
  3762.                                             {% if providedService and providedService.condition == 3 and providedService.extraCharge %}<span>(+{{ providedService.extraCharge }} Р)</span>{% endif %}
  3763.                                         </p>
  3764.                                     {% endfor %}
  3765.                                 </div>
  3766.                                 {% if group == 4 or group == 6 or group == 7 %}
  3767.                                     {# </div> #}
  3768.                                 {% endif %}
  3769.                             {% endif %}
  3770.                         {% endfor %}
  3771.                     </div>
  3772.                     <div class=\"modal-services__items ml-auto\">
  3773.                         <div class=\"modal-services__box d-flex d-xl-block\">
  3774.                             <div class=\"modal-services__item w-100\">
  3775.                                 <h3 class=\"border-line\">Услуги для</h3>
  3776.                                 {% set client_types_text = ['1','2','3','4','5'] %}
  3777.                                 {% set includeService = false %}
  3778.                                 {% for clientTypeText in client_types_text %}
  3779.                                     {% for clientType in profile.clientTypes %}
  3780.                                         {% if (clientTypeText == clientType) %}
  3781.                                             {% set includeService = true %}
  3782.                                         {% endif %}
  3783.                                     {% endfor %}
  3784.                                     {% if clientTypeText|client_type != 'TRANS' %}
  3785.                                         <p class=\"item\">
  3786.                                             {% if includeService == true %}
  3787.                                                 <svg class=\"icon mr-1\">
  3788.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3789.                                                 </svg>
  3790.                                             {% else %}
  3791.                                                 <svg class=\"icon mr-1\">
  3792.                                                     <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3793.                                                 </svg>
  3794.                                             {% endif %}
  3795.                                             {{ clientTypeText|client_type|trans({}, 'client_types_f') }}
  3796.                                         </p>
  3797.                                     {% endif %}
  3798.                                     {% set includeService = false %}
  3799.                                 {% endfor %}
  3800.                             </div>
  3801.                             <div class=\"modal-services__item mb-0 w-100\">
  3802.                                 <h3 class=\"border-line\">Выезд</h3>
  3803.                                 {% set locations_text = ['1','2','3','4','5','6'] %}
  3804.                                 {% set includeService = false %}
  3805.                                 {% for locationsText in locations_text %}
  3806.                                     {% for locations in profile.takeOutPricing.locations %}
  3807.                                         {% if (locationsText == locations) %}
  3808.                                             {% set includeService = true %}
  3809.                                         {% endif %}
  3810.                                     {% endfor %}
  3811.                                     <p class=\"item\">
  3812.                                         {% if includeService == true %}
  3813.                                             <svg class=\"icon mr-1\">
  3814.                                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-included\"></use>
  3815.                                             </svg>
  3816.                                         {% else %}
  3817.                                             <svg class=\"icon mr-1\">
  3818.                                                 <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-model-provided\"></use>
  3819.                                             </svg>
  3820.                                         {% endif %}
  3821.                                         {{ locationsText|take_out_location|trans({}, 'take_out_location') }}
  3822.                                     </p>
  3823.                                     {% set includeService = false %}
  3824.                                 {% endfor %}
  3825.                             </div>
  3826.                         </div>
  3827.                     </div>
  3828.                 </div>
  3829.                 {#<div class=\"modal-services__friends\">
  3830.                     <h2 class=\"border-line\">Есть подруги</h2>
  3831.                     <div class=\"friends-items d-flex\">
  3832.                         <a href=\"#\" class=\"friends-item\">
  3833.                             <div class=\"friends-item__images mb-2\">
  3834.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3835.                             </div>
  3836.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3837.                                 <svg class=\"icon mr-2\">
  3838.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3839.                                 </svg>
  3840.                                 <strong>Марина, 21</strong>
  3841.                             </p>
  3842.                         </a>
  3843.                         <a href=\"#\" class=\"friends-item\">
  3844.                             <div class=\"friends-item__images mb-2\">
  3845.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3846.                             </div>
  3847.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3848.                                 <svg class=\"icon mr-2\">
  3849.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3850.                                 </svg>
  3851.                                 <strong>Олеся и Алёна, 22</strong>
  3852.                             </p>
  3853.                         </a>
  3854.                         <a href=\"#\" class=\"friends-item\">
  3855.                             <div class=\"friends-item__images mb-2\">
  3856.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3857.                             </div>
  3858.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3859.                                 <svg class=\"icon mr-2\">
  3860.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3861.                                 </svg>
  3862.                                 <strong>Вика, 20</strong>
  3863.                             </p>
  3864.                         </a>
  3865.                         <a href=\"#\" class=\"friends-item\">
  3866.                             <div class=\"friends-item__images mb-2\">
  3867.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3868.                             </div>
  3869.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3870.                                 <svg class=\"icon mr-2\">
  3871.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3872.                                 </svg>
  3873.                                 <strong>Диана, 20</strong>
  3874.                             </p>
  3875.                         </a>
  3876.                         <a href=\"#\" class=\"friends-item\">
  3877.                             <div class=\"friends-item__images mb-2\">
  3878.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3879.                             </div>
  3880.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3881.                                 <svg class=\"icon mr-2\">
  3882.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3883.                                 </svg>
  3884.                                 <strong>ПЫШКА ЛИЛЯ ЛИЛЯ ЛИЛЯ</strong>
  3885.                             </p>
  3886.                         </a>
  3887.                         <a href=\"#\" class=\"friends-item\">
  3888.                             <div class=\"friends-item__images mb-2\">
  3889.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3890.                             </div>
  3891.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3892.                                 <svg class=\"icon mr-2\">
  3893.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3894.                                 </svg>
  3895.                                 <strong>Марина, 21</strong>
  3896.                             </p>
  3897.                         </a>
  3898.                         <a href=\"#\" class=\"friends-item\">
  3899.                             <div class=\"friends-item__images mb-2\">
  3900.                                 <img class=\"img-fluid\" src=\"{{ asset('assets/images/temp_model_friends.jpg') }}\">
  3901.                             </div>
  3902.                             <p class=\"d-flex align-items-start m-0 friends-item__title\">
  3903.                                 <svg class=\"icon mr-2\">
  3904.                                     <use xlink:href=\"{{ asset('assets/images/icons/svg-library.svg#icon-verification') }}\"></use>
  3905.                                 </svg>
  3906.                                 <strong>Марина, 21</strong>
  3907.                             </p>
  3908.                         </a>
  3909.                     </div>
  3910.                 </div>#}
  3911.             </div>
  3912.             <div class=\"modal-map mb-3 mb-lg-4 p-2 p-sm-3 p-lg-4\">
  3913.                 <h2 class=\"border-line\">
  3914.                     Расположение
  3915.                 </h2>
  3916.                 <div class=\"map-block\" id=\"map\" style=\"width: 100%; height: 400px;\"
  3917.                      data-lat=\"{{ profile.mapCoordinate.latitude | default(profile.city.mapCoordinate.latitude) }}\"
  3918.                      data-lon=\"{{ profile.mapCoordinate.longitude | default(profile.city.mapCoordinate.longitude) }}\"
  3919.                      data-map-label=\"{{ asset('assets/images/icons/map-balloon.svg','basicConfig') }}\">
  3920.                 </div>
  3921.             </div>
  3922.             {% if feature('profile_comments') and not profile.deleted %}
  3923.                 {% set commentsCount = profile.comments|length %}
  3924.                 <div class=\"modal-comments mb-3 mb-lg-4 p-2 p-sm-3 p-lg-4\"
  3925.                      id=\"review-form\"
  3926.                      data-user=\"{{ is_user_customer(app.user) ? 'true' : 'false' }}\"
  3927.                      data-url=\"{{ path('profile.comment.create', {profile: profile.id}) }}\"
  3928.                      data-reg-url=\"{{ path('app_security_register') }}\"
  3929.                      {% if comment_form is defined %}data-entity-id=\"{{ comment_form.entity_id.vars.id }}\"
  3930.                      data-mark=\"{{ comment_form.mark.vars.full_name }}\"
  3931.                      data-text=\"{{ comment_form.text.vars.id }}\"{% endif %}
  3932.                 >
  3933.                     <div class=\"d-flex align-items-start\">
  3934.                         <h2 class=\"border-line mobile-short\">
  3935.                             Отзывы
  3936.                         </h2>
  3937.                         <div class=\"modal-comments__rating d-flex align-items-center ml-auto\">
  3938.                             <div class=\"rating-text d-flex align-items-center\" itemprop=\"itemReviewed\" itemscope itemtype=\"https://schema.org/Organization\">
  3939.                                 <meta itemprop=\"address\" content=\"{{ profile.city.name }}\" />
  3940.                                 {% if not profile.deleted %}<meta itemprop=\"telephone\" content=\"{{ profile.phoneNumber }}\" />{% endif %}
  3941.                                 <meta itemprop=\"name\" content=\"Рейтинг анкеты {{ profile.name }}\">
  3942.                                 <span class=\"rating-text-value{{ commentsCount == 0 ? ' zero' : '' }}\">
  3943.                                     {{ rating }}
  3944.                                 </span>
  3945.                                 <span class=\"rating-text-count\">
  3946.                                     по {{ commentsCount }} {% if commentsCount == 1 %}отзыву{% else %}отзывам{% endif %}
  3947.                                 </span>
  3948.                             </div>
  3949.                             {% include 'components/_rating-star.twig' with {\"rate\": rating, \"set\": \"0\"} %}
  3950.                         </div>
  3951.                     </div>
  3952.                     <div class=\"comments-main row\">
  3953.                         <div class=\"col-12 col-xl-7 pl-1 pr-1 pl-sm-3 pr-sm-3 d-flex justify-content-center\">
  3954.                             {% if commentsCount == 0 %}
  3955.                                 <div class=\"not-comments text-center\" id=\"review-block-list\">
  3956.                                     <div id=\"text-to-remove\">
  3957.                                         <svg width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  3958.                                             <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\"/>
  3959.                                             <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\"/>
  3960.                                         </svg>
  3961.                                         <p>К этой анкете ещё нет ни одного отзыва. Вы можете быть первым.</p>
  3962.                                     </div>
  3963.                                     <ul class=\"comment__elements\" style=\"display: none\">{% include 'ProfilePreview/comment-empty.html.twig' %}</ul>
  3964.                                 </div>
  3965.                             {% else %}
  3966.                                 <div class=\"comments overflow-hidden w-100\" id=\"review-block-list\">
  3967.                                     <ul class=\"comment__elements\">
  3968.                                         {% for comment in profile.comments %}
  3969.                                             {% include 'ProfilePreview/comment.html.twig' %}
  3970.                                         {% endfor %}
  3971.                                     </ul>
  3972.                                 </div>
  3973.                             {% endif %}
  3974.                         </div>
  3975.                         {% if not is_user_advertiser(app.user) %}
  3976.                             <div class=\"review-form col-12 col-xl-5\" id=\"review-form-comment\">
  3977.                                 {# {% include 'ProfilePreview/form-comment.html.twig' %} #}
  3978.                             </div>
  3979.                             <div
  3980.                                     class=\"dialog-container\"
  3981.                                     id=\"form-dialog\"
  3982.                                     aria-hidden=\"true\"
  3983.                                     aria-labelledby=\"form-dialog-title\"
  3984.                                     aria-describedby=\"form-dialog-description\"
  3985.                                 >
  3986.                                 <div class=\"dialog-overlay\" data-a11y-dialog-hide></div>
  3987.                                 <div class=\"dialog-content\" role=\"document\">
  3988.                                     <div class=\"dialog-header\">
  3989.                                     <button
  3990.                                         data-a11y-dialog-hide
  3991.                                         class=\"dialog-close\"
  3992.                                         aria-label=\"Close this dialog window\"
  3993.                                     >
  3994.                                         <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>
  3995.                                     </button>
  3996.                                     </div>
  3997.                                     <div class=\"dialog-body\">
  3998.                                     </div>
  3999.                                 </div>
  4000.                             </div>
  4001.                         {% endif %}
  4002.                     </div>
  4003.                 </div>
  4004.             {% endif %}
  4005.         </div>
  4006.         <div class=\"model-aside order-lg-1 mb-3 pr-3 pr-xl-4\">
  4007.             <div class=\"model-aside__preview mb-1 d-none d-lg-block\">
  4008.                 {% if profile.deleted %}
  4009.                     <a href=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\" class=\"girl-avatar__small\">
  4010.                         <img itemprop=\"contentUrl\" src=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\"
  4011.                              alt=\"Анкета {{ profile.name|trans }} удалена\"
  4012.                              class=\"img-fluid\">
  4013.                     </a>
  4014.                 {% else %}
  4015.                     {% set photo = profile|avatar %}
  4016.                     {% if photo %}
  4017.                         <a href=\"{{ responsive_asset(photo.path, 'profile_media', \"fullsize\", \"jpg\") }}\" class=\"girl-avatar__small\" data-gallery=\"girl-avatar\" data-index=\"0\">
  4018.                             <img itemprop=\"contentUrl\" src=\"{{ responsive_asset(photo.path, 'profile_media', \"357x500\", \"jpg\") }}\"
  4019.                                  alt=\"{{ profile.name|trans }}, {{ 'год'|plural(profile.personParameters.age) }}\"
  4020.                                 loading=\"lazy\"
  4021.                                  class=\"img-fluid\">
  4022.                         </a>
  4023.                     {% else %}
  4024.                         <a href=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\" class=\"girl-avatar__small\">
  4025.                             <img itemprop=\"contentUrl\" src=\"{{ asset(\"assets/images/deleted-profiles.svg\",'basicConfig') }}\"
  4026.                                 loading=\"lazy\"
  4027.                                 alt=\"Фотография {{ profile.name|trans }} отсутствует\"
  4028.                                 class=\"img-fluid\">
  4029.                         </a>
  4030.                     {% endif %}
  4031.                 {% endif %}
  4032.                 {% if  is_user_customer(app.user) and not profile.deleted %}{#not app.user or#}
  4033.                     <button type=\"button\"
  4034.                             data-url-add=\"{{ path('account.favourites.remove', {profile: profile.id}) }}\"
  4035.                             data-url-remove=\"{{ path('account.favourites.add', {profile: profile.id}) }}\"
  4036.                         {% if is_profile_in_favourites(profile) %}
  4037.                             title=\"Убрать из избранного\"
  4038.                             class=\"btn favorite like\" id=\"favorite2\">
  4039.                         {% else %}
  4040.                             title=\"Добавить в избранное\"
  4041.                             class=\"btn favorite unlike\" id=\"favorite2\">
  4042.                         {% endif %}
  4043.                         <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4044.                             <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\"/>
  4045.                             <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\"/>
  4046.                             <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\"/>
  4047.                         </svg>
  4048.                     </button>
  4049.                 {% endif %}
  4050.             </div>
  4051.             {% if _self._show_tabs(profile.photos,profile.selfies,profile.confirmedVideos,profile.deleted) == 'true' %}
  4052.                 <div class=\"model-aside__images d-none d-md-block\">
  4053.                     <ul class=\"nav nav-pills list-unstyled m-0 p-0 d-flex\" id=\"model-tab\" role=\"tablist\">
  4054.                         {% set currentPage = '' %}
  4055.                         {% if profile.photos is defined and profile.photos|length > 0 %}{% set currentPage = 'photo' %}
  4056.                             <li class=\"nav-item flex-fill\">
  4057.                                 <a class=\"active\" id=\"model-photo-tab\" data-toggle=\"pill\" href=\"#model-photo\" role=\"tab\" aria-controls=\"model-photo\" aria-selected=\"false\">
  4058.                                     <div class=\"text-center mb-1\">
  4059.                                         <svg class=\"icon d-inline-block\">
  4060.                                             <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-photo-thumb\"></use>
  4061.                                         </svg>
  4062.                                     </div>
  4063.                                     Фото
  4064.                                 </a>
  4065.                             </li>
  4066.                         {% endif %}
  4067.                         {% if profile.selfies is defined and profile.selfies|length > 0 %}{% set currentPage = currentPage == '' ? 'selfie' : currentPage %}
  4068.                             <li class=\"nav-item flex-fill\">
  4069.                                 <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\">
  4070.                                     <div class=\"text-center mb-1\">
  4071.                                         <svg class=\"icon d-inline-block\">
  4072.                                             <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-selfie-thumb\"></use>
  4073.                                         </svg>
  4074.                                     </div>
  4075.                                     Селфи
  4076.                                 </a>
  4077.                             </li>
  4078.                         {% endif %}
  4079.                         {% if profile.confirmedVideos is defined and profile.confirmedVideos|length > 0 %}{% set currentPage = currentPage == '' ? 'video' : currentPage %}
  4080.                             <li class=\"nav-item flex-fill\">
  4081.                                 <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\">
  4082.                                     <div class=\"text-center mb-1\">
  4083.                                         <svg class=\"icon d-inline-block\">
  4084.                                             <use xlink:href=\"{{ asset('assets_domain/images/icons/svg-library.svg', 'nodomainConfig') }}#icon-video-thumb\"></use>
  4085.                                         </svg>
  4086.                                     </div>
  4087.                                     Видео
  4088.                                 </a>
  4089.                             </li>
  4090.                         {% endif %}
  4091.                     </ul>
  4092.                     <div class=\"tab-content pt-2 pb-2\" id=\"model-tabContent\">
  4093.                         {% if profile.photos is defined and profile.photos|length > 0 %}
  4094.                             <div class=\"tab-pane fade{% if currentPage == 'photo' %} show active{% endif %}\" id=\"model-photo\" role=\"tabpanel\" aria-labelledby=\"model-photo-tab\">
  4095.                                 <div class=\"model-aside-row d-flex flex-wrap\">
  4096.                                     {% for photo in profile.photos %}
  4097.                                         <div class=\"model-aside-col\">
  4098.                                             <a href=\"{{ responsive_asset(photo.path, \"profile_media\", \"fullsize\", \"jpg\") }}\"
  4099.                                             data-gallery=\"girl-gallery\"
  4100.                                             class=\"model-aside-photo photoswipe model-photo\"
  4101.                                             data-index=\"{{loop.index}}\">
  4102.                                                 <img class=\"img-fluid\"
  4103.                                                     srcset=\"{{ responsive_asset(photo.path, \"profile_media\", \"196x250\", \"jpg\") }} 196w,
  4104.                                                         {{ responsive_asset(photo.path, \"profile_media\", \"177x250\", \"jpg\") }} 177w,
  4105.                                                         {{ responsive_asset(photo.path, \"profile_media\", \"228x250\", \"jpg\") }} 228w,
  4106.                                                         {{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }} 260w\"
  4107.                                                     sizes=\"(max-width: 660px) 196px,
  4108.                                                         (max-width: 980px) 177px,
  4109.                                                         (max-width: 1125px) 228px,
  4110.                                                         260px\"
  4111.                                                     loading=\"lazy\"
  4112.                                                     src=\"{{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }}\"
  4113.                                                     alt=\"{{ profile.name|trans }}, фото {{ loop.index }}\">
  4114.                                             </a>
  4115.                                         </div>
  4116.                                     {% endfor %}
  4117.                                 </div>
  4118.                             </div>
  4119.                         {% endif %}
  4120.                         {% if profile.selfies is defined and profile.selfies|length > 0 %}
  4121.                             <div class=\"tab-pane fade{% if currentPage == 'selfie' %} show active{% endif %}\" id=\"model-selfie\" role=\"tabpanel\" aria-labelledby=\"model-selfie-tab\">
  4122.                                 <div class=\"model-aside-row d-flex flex-wrap\" id=\"model-selfies\">
  4123.                                     {% for photo in profile.selfies %}
  4124.                                         {%- if photo.path -%}
  4125.                                             {% set uniqId = loop.index + profile.photos|length %}
  4126.                                             <div class=\"model-aside-col\">
  4127.                                                 <a href=\"{{ responsive_asset(photo.path, \"profile_media\", \"fullsize\", \"jpg\") }}\"
  4128.                                                     data-gallery=\"girl-selfie\" c
  4129.                                                     lass=\"photoswipe model-aside-photo model-selfie\"
  4130.                                                     data-index=\"{{uniqId}}\">
  4131.                                                     <img class=\"img-fluid\"
  4132.                                                         srcset=\"{{ responsive_asset(photo.path, \"profile_media\", \"196x250\", \"jpg\") }} 196w,
  4133.                                                             {{ responsive_asset(photo.path, \"profile_media\", \"177x250\", \"jpg\") }} 177w,
  4134.                                                             {{ responsive_asset(photo.path, \"profile_media\", \"228x250\", \"jpg\") }} 228w,
  4135.                                                             {{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }} 260w\"
  4136.                                                         sizes=\"(max-width: 660px) 196px,
  4137.                                                             (max-width: 980px) 177px,
  4138.                                                             (max-width: 1125px) 228px,
  4139.                                                             260px\"
  4140.                                                         src=\"{{ responsive_asset(photo.path, \"profile_media\", \"250x250\", \"jpg\") }}\"
  4141.                                                         loading=\"lazy\"
  4142.                                                         alt=\"{{ profile.name|trans }}, фото {{ loop.index + profile.photos|length }}\">
  4143.                                                 </a>
  4144.                                             </div>
  4145.                                         {%- endif -%}
  4146.                                     {% endfor %}
  4147.                                 </div>
  4148.                             </div>
  4149.                         {% endif %}
  4150.                         {% if profile.confirmedVideos is defined and profile.confirmedVideos|length > 0 %}
  4151.                             <div class=\"tab-pane fade{% if currentPage == 'video' %} show active{% endif %}\" id=\"model-video\" role=\"tabpanel\" aria-labelledby=\"model-video-tab\">
  4152.                                 <div class=\"model-aside-row d-flex flex-wrap\" id=\"model-video\">
  4153.                                     {% for video in profile.confirmedVideos %}
  4154.                                         <div class=\"model-aside-col video\">
  4155.                                             <video class=\"video-js vjs-big-play-centered vjs-default-skin model-video\" controls preload=\"metadata\" width=\"341\" height=\"227\" data-setup=\"{}\">
  4156.                                                 <source src=\"{{ asset(video.path, 'profile_media') }}\" type='video/mp4'/>
  4157.                                             </video>
  4158.                                         </div>
  4159.                                     {% endfor %}
  4160.                                 </div>
  4161.                             </div>
  4162.                         {% endif %}
  4163.                     </div>
  4164.                 </div>
  4165.             {% endif %}
  4166.         </div>
  4167.     </div>
  4168.     {% set excludeRecommendationProfileIds = [profile.id] %}
  4169.     {{ include('components/_profile_recommendations.html.twig') }}
  4170.     {{ include('ProfilePreview/nearest_profiles.html.twig') }}
  4171.     <div class=\"model-phone d-flex align-items-center model-phone-mobile\" id=\"mobile-contacts\">
  4172.         {% if profile.isActive or not profile.hidden %}
  4173.             <div class=\"model-phone-info\">
  4174.                 <p class=\"model-phone-info-red\">
  4175.                     <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4176.                         <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\"/>
  4177.                     </svg>
  4178.                     <span>Никогда не отправляйте предоплату!</span>
  4179.                 </p>
  4180.                 <p class=\"model-phone-info-green\">
  4181.                     <span>Не забудьте сказать, что звоните с сайта \"spbdosug\"</span>
  4182.                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4183.                         <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\"/>
  4184.                         <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\"/>
  4185.                         <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\"/>
  4186.                     </svg>
  4187.                 </p>
  4188.                 <div class=\"model-phone-info-work d-flex\">
  4189.                     <p class=\"\">Отвечаю на:<br/>
  4190.                         <span>
  4191.                             {% if profile.phoneCallRestrictions.answeringTo|length > 0 %}
  4192.                                 {% for answeringTo in profile.phoneCallRestrictions.answeringTo %}
  4193.                                     {{ answeringTo|answering_to|trans({}, 'phone_call_restrictions') }}{% if not loop.last %},{% endif %}
  4194.                                 {% endfor %}
  4195.                             {% else %}
  4196.                                 Не указано
  4197.                             {% endif %}
  4198.                         </span>
  4199.                     </p>
  4200.                     <p class=\"\">Удобное время для звонка:<br/><span>{{ _self._time_to_work(profile) }}</span></p>
  4201.                 </div>
  4202.             </div>
  4203.             {% set onlyPhoneNumber = profile.phoneNumber|replace({' ': '', '-': '', '(': '', ')': ''}) %}
  4204.             <div class=\"telephone d-flex\">
  4205.                 <button class=\"telephone-number-btn number\" type=\"button\" onclick=\"this.classList.add('d-none');this.nextElementSibling.classList.remove('d-none')\">
  4206.                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4207.                         <g clip-path=\"url(#clip0_2802_159460)\">
  4208.                         <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\"/>
  4209.                         </g>
  4210.                         <defs>
  4211.                         <clipPath id=\"clip0_2802_159460\">
  4212.                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  4213.                         </clipPath>
  4214.                         </defs>
  4215.                     </svg>
  4216.                     <span class=\"button-click-first\">Показать телефон</span>
  4217.                 </button>
  4218.                 <!--noindex--><a href=\"tel:{{ onlyPhoneNumber }}\" rel=\"nofollow\" class=\"telephone-number-btn number d-none\">
  4219.                     <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4220.                         <g clip-path=\"url(#clip0_2802_159460)\">
  4221.                         <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\"/>
  4222.                         </g>
  4223.                         <defs>
  4224.                         <clipPath id=\"clip0_2802_159460\">
  4225.                         <rect width=\"20\" height=\"20\" fill=\"white\"/>
  4226.                         </clipPath>
  4227.                         </defs>
  4228.                     </svg>
  4229.                     <span class=\"button-click-second\">{{- profile.phoneNumber -}}</span>
  4230.                 </a><!--/noindex-->
  4231.                 <!--noindex-->
  4232.                 {%- if profile.messengers.whatsApp -%}
  4233.                     <a href=\"https://wa.me/{{ onlyPhoneNumber|replace({'+': ''}) }}?text=Привет,%20{{ profile.name }}!%20Нашел%20твою%20анкету%20на%20Стрелочках.\" rel=\"nofollow\" class=\"whatsup\" target=\"_blank\">
  4234.                         <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4235.                             <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#48C95F\"/>
  4236.                             <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\"/>
  4237.                         </svg>
  4238.                     </a>
  4239.                 {%- endif -%}
  4240.                 {%- if profile.messengers.telegram and profile.messengers.telegramUsername -%}
  4241.                     <a href=\"https://t.me/{{ profile.messengers.telegramUsername }}\" rel=\"nofollow noindex\", target=\"_blank\" class=\"telegram\">
  4242.                         <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
  4243.                             <circle cx=\"20\" cy=\"20\" r=\"20\" fill=\"#2F89CE\"/>
  4244.                             <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\"/>
  4245.                         </svg>
  4246.                     </a>
  4247.                 {%- endif -%}
  4248.                 <!--/noindex-->
  4249.             </div>
  4250.         {% else %}
  4251.             <p class=\"model-phone__arhive m-0 color-silver\">анкета в архиве</p>
  4252.         {% endif %}
  4253.     </div>
  4254. {% endblock %}
  4255. {% block javascripts %}
  4256.     <script>
  4257.         window._lD = {
  4258.             setLastViewedListing: '{{ app.request.attributes.get('_route') }}',
  4259.             cityUrl: \"{{city.uriIdentity}}\"
  4260.         };
  4261.         window.comment_data = {
  4262. \t\t\t'urlCreate': '{{ path('profile.comment.create', {profile: profile.id}) }}',
  4263. \t\t\t'urlGet': '{{ path('profile.comment.comment_form', {profile: profile.id}) }}',
  4264. \t\t\t'sitekey': \"{{ ewz_recaptcha_site_key }}\",
  4265. \t\t\t'registrationUrl': \"{{ path('app_security_register') }}\"
  4266. \t\t};
  4267.         window._spb_s = {
  4268.             stations: {
  4269.                 {%- for station in stations() -%}
  4270.                     \"{{ station.name|trans }}\": \"{{ path('profile_list.list_by_station', {'city': station.city.uriIdentity, 'station': station.uriIdentity}) }}\"{% if not loop.last %},{% endif %}
  4271.                 {%- endfor -%}
  4272.             }
  4273.         };
  4274.     </script>
  4275.     <script src=\"https://www.google.com/recaptcha/api.js\" async defer></script>
  4276.     {% set excludeRecommendationProfileIds = [profile.id] %}
  4277.     {{ parent() }}
  4278.     {%- if not profile.deleted -%}
  4279.         {{ include('ProfilePreview/components/media.js.twig') }}
  4280.     {%- endif -%}
  4281.     <script>
  4282.         (function() {
  4283.             let isRenderRecommendationsWidget = false;
  4284.             let isRenderBotWidget = false;
  4285.             let isRenderRecentlyViewedWidget = false;
  4286.             function loadWidgets() {
  4287.                 if (!isRenderRecommendationsWidget) {
  4288.                     isRenderRecommendationsWidget = true;
  4289.                     window.Recommendations.addViewedProfile({{ profile.id }})
  4290.                 }
  4291.                 if (!isRenderBotWidget) {
  4292.                     isRenderBotWidget = true;
  4293.                     window.profileBotHelper.addViewedProfile({{ profile.id }});
  4294.                 }
  4295.                 if (!isRenderRecentlyViewedWidget) {
  4296.                     isRenderRecentlyViewedWidget = true;
  4297.                     window.recentlyViewed.addViewedProfile({{ profile.id }});
  4298.                 }
  4299.                 //const recentlyViewedProfiles = recentlyViewed.getViewedProfiles();
  4300.             }
  4301.             document.addEventListener('DOMContentLoaded', function() {
  4302.                 try {
  4303.                     loadWidgets();
  4304.                 } catch (error) {
  4305.                     console.error(error);
  4306.                 }
  4307.             }, {once:true});
  4308.             document.addEventListener(\"recommendations:ready\", function() {
  4309.                 try {
  4310.                     loadWidgets();
  4311.                 } catch (error) {
  4312.                     console.error(error);
  4313.                 }
  4314.             }, {once:true});
  4315.         })();
  4316. \t</script>
  4317. {% endblock %}
  4318. ""ProfilePreview/page.html.twig""/app/templates/ProfilePreview/page.html.twig");
  4319.     }
  4320. }