var/cache/dev/twig/a3/a37a876cfd16deb04f7cd1f2f702a012.php line 260

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* @DcSite/Toyota/base.html.twig */
  16. class __TwigTemplate_583f213e5c4af9bab06fa19a969c49b4 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'head' => [$this'block_head'],
  29.             'seo' => [$this'block_seo'],
  30.             'socialPreview' => [$this'block_socialPreview'],
  31.             'body' => [$this'block_body'],
  32.             'content' => [$this'block_content'],
  33.             'css' => [$this'block_css'],
  34.             'coreBottomJs' => [$this'block_coreBottomJs'],
  35.             'pageJS' => [$this'block_pageJS'],
  36.         ];
  37.     }
  38.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  39.     {
  40.         // line 1
  41.         return "@Core/DCSite/core-dc-template.html.twig";
  42.     }
  43.     protected function doDisplay(array $context, array $blocks = []): iterable
  44.     {
  45.         $macros $this->macros;
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@DcSite/Toyota/base.html.twig"));
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@DcSite/Toyota/base.html.twig"));
  50.         // line 2
  51.         $context["policyUrl"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("toyota_personal_data_policy");
  52.         // line 1
  53.         $this->parent $this->load("@Core/DCSite/core-dc-template.html.twig"1);
  54.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  55.         
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  57.         
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  59.     }
  60.     // line 5
  61.     /**
  62.      * @return iterable<null|scalar|\Stringable>
  63.      */
  64.     public function block_head(array $context, array $blocks = []): iterable
  65.     {
  66.         $macros $this->macros;
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  68.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  70.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  71.         // line 6
  72.         yield "    <link rel=\"icon\" href=\"";
  73.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/dcsite/img/toyota/favicon/favicon.ico"), "html"nulltrue);
  74.         yield "\" type=\"image/x-icon\"/>
  75.     <link rel=\"apple-touch-icon\" sizes=\"76x76\"
  76.           href=\"";
  77.         // line 8
  78.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/dcsite/img/toyota/favicon/apple-touch-icon.png"), "html"nulltrue);
  79.         yield "\">
  80.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\"
  81.           href=\"";
  82.         // line 10
  83.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/dcsite/img/toyota/favicon/favicon-32x32.png"), "html"nulltrue);
  84.         yield "\">
  85.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\"
  86.           href=\"";
  87.         // line 12
  88.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/dcsite/img/toyota/favicon/favicon-16x16.png"), "html"nulltrue);
  89.         yield "\">
  90.     <link rel=\"manifest\" href=\"";
  91.         // line 13
  92.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/dcsite/img/toyota/favicon/site.webmanifest"), "html"nulltrue);
  93.         yield "\">
  94.     <link rel=\"mask-icon\" href=\"";
  95.         // line 14
  96.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/dcsite/img/toyota/favicon/safari-pinned-tab.svg"), "html"nulltrue);
  97.         yield "\" color=\"#da2728\">
  98.     <meta name=\"msapplication-TileColor\" content=\"#da2728\">
  99.     <meta name=\"theme-color\" content=\"#da2728\">
  100.     <meta name=\"dmca-site-verification\" content=\"MlgvM0V5b2lmbitDN1N5bHNqUmwrZz090\">
  101.     <meta name=\"facebook-domain-verification\" content=\"oiuuib78vzte2vdu28uxq9f5zycn0g\">
  102.     <meta name=\"google-site-verification\" content=\"gboUNadhhEyBztnrR7iBIU5BZf_sUV0rIuRsXq2bcH8\">
  103.     <meta name=\"google-site-verification\" content=\"XF69SDZL3figV8805mrNn-kE45qtxSP7CCEKliOYE1A\">
  104.     <link href=\"https://stats.g.doubleclick.net\" rel=\"preconnect\" crossorigin>
  105.     <link href=\"https://www.facebook.com\" rel=\"preconnect\" crossorigin>
  106.     <link href=\"https://connect.facebook.net\" rel=\"preconnect\" crossorigin>
  107.     <link href=\"https://www.google-analytics.com\" rel=\"preconnect\" crossorigin>
  108.     <link href=\"https://maps.gstatic.com\" rel=\"preconnect\" crossorigin>
  109.     <link href=\"https://accounts.google.com\" rel=\"preconnect\" crossorigin>
  110.     <link href=\"https://maps.googleapis.com\" rel=\"preconnect\" crossorigin>
  111.     <link href=\"https://www.google.com.ua\" rel=\"preconnect\" crossorigin>
  112.     <link href=\"https://www.google.com\" rel=\"preconnect\" crossorigin>
  113.     <link rel=\"preload\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"
  114.           href=\"/dist/";
  115.         // line 33
  116.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["MODE"]) || array_key_exists("MODE"$context) ? $context["MODE"] : (function () { throw new RuntimeError('Variable "MODE" does not exist.'33$this->source); })()), "html"nulltrue);
  117.         yield "/dcsite/toyota/fonts/ToyotaType-Regular.woff2\">
  118.     <link rel=\"preload\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"
  119.           href=\"/dist/";
  120.         // line 35
  121.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["MODE"]) || array_key_exists("MODE"$context) ? $context["MODE"] : (function () { throw new RuntimeError('Variable "MODE" does not exist.'35$this->source); })()), "html"nulltrue);
  122.         yield "/dcsite/toyota/fonts/ToyotaType-Book.woff2\">
  123.     <link rel=\"preload\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"
  124.           href=\"/dist/";
  125.         // line 37
  126.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["MODE"]) || array_key_exists("MODE"$context) ? $context["MODE"] : (function () { throw new RuntimeError('Variable "MODE" does not exist.'37$this->source); })()), "html"nulltrue);
  127.         yield "/dcsite/toyota/fonts/ToyotaType-Semibold.woff2\">
  128.     ";
  129.         // line 39
  130.         yield from $this->unwrap()->yieldBlock('seo'$context$blocks);
  131.         // line 43
  132.         yield "    ";
  133.         yield from $this->load("@DcSite/Toyota/preloader-css.html.twig"43)->unwrap()->yield($context);
  134.         // line 44
  135.         yield "
  136.     ";
  137.         // line 45
  138.         if ((($tmp = (isset($context["INCLUDE_ANALYTICS"]) || array_key_exists("INCLUDE_ANALYTICS"$context) ? $context["INCLUDE_ANALYTICS"] : (function () { throw new RuntimeError('Variable "INCLUDE_ANALYTICS" does not exist.'45$this->source); })())) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  139.             // line 46
  140.             yield "        ";
  141.             yield from $this->load("@DcSite/Modules/google-tag-manager.html.twig"46)->unwrap()->yield(CoreExtension::merge($context, ["domain" => CoreExtension::getAttribute($this->env$this->source, (isset($context["dealer"]) || array_key_exists("dealer"$context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.'46$this->source); })()), "domain", [], "any"falsefalsefalse46), "gtmIdCode" => "GTM-N4CWV9G"]));
  142.             // line 47
  143.             yield "    ";
  144.         }
  145.         // line 48
  146.         yield "
  147. ";
  148.         
  149.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  150.         
  151.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  152.         yield from [];
  153.     }
  154.     // line 39
  155.     /**
  156.      * @return iterable<null|scalar|\Stringable>
  157.      */
  158.     public function block_seo(array $context, array $blocks = []): iterable
  159.     {
  160.         $macros $this->macros;
  161.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  162.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""seo"));
  163.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  164.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""seo"));
  165.         // line 40
  166.         yield "        <title>";
  167.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("base.seo.title", [], "dc_toyota"), "html"nulltrue);
  168.         yield "</title>
  169.         <meta name=\"description\" content=\"";
  170.         // line 41
  171.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("base.seo.description", [], "dc_toyota"), "html"nulltrue);
  172.         yield "\"/>
  173.     ";
  174.         
  175.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  176.         
  177.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  178.         yield from [];
  179.     }
  180.     // line 51
  181.     /**
  182.      * @return iterable<null|scalar|\Stringable>
  183.      */
  184.     public function block_socialPreview(array $context, array $blocks = []): iterable
  185.     {
  186.         $macros $this->macros;
  187.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  188.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""socialPreview"));
  189.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  190.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""socialPreview"));
  191.         
  192.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  193.         
  194.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  195.         yield from [];
  196.     }
  197.     // line 54
  198.     /**
  199.      * @return iterable<null|scalar|\Stringable>
  200.      */
  201.     public function block_body(array $context, array $blocks = []): iterable
  202.     {
  203.         $macros $this->macros;
  204.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  205.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  206.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  207.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  208.         // line 55
  209.         yield "    ";
  210.         if ((($tmp = (isset($context["INCLUDE_ANALYTICS"]) || array_key_exists("INCLUDE_ANALYTICS"$context) ? $context["INCLUDE_ANALYTICS"] : (function () { throw new RuntimeError('Variable "INCLUDE_ANALYTICS" does not exist.'55$this->source); })())) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  211.             // line 56
  212.             yield "    <!-- Google Tag Manager (noscript) -->
  213.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-N4CWV9G\"
  214.                       height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  215.     <!-- End Google Tag Manager (noscript) -->
  216.     ";
  217.         }
  218.         // line 61
  219.         yield "    <div class=\"h-100\">
  220.         <div class=\"scroll__model__line\">
  221.             ";
  222.         // line 63
  223.         yield from $this->load("@DcSite/Toyota/header.html.twig"63)->unwrap()->yield($context);
  224.         // line 64
  225.         yield "
  226.             ";
  227.         // line 65
  228.         yield from $this->unwrap()->yieldBlock('content'$context$blocks);
  229.         // line 67
  230.         yield "
  231.             ";
  232.         // line 68
  233.         yield from $this->load("@DcSite/Toyota/leads.html.twig"68)->unwrap()->yield($context);
  234.         // line 69
  235.         yield "            ";
  236.         yield from $this->load("@DcSite/Toyota/footer-new.html.twig"69)->unwrap()->yield($context);
  237.         // line 70
  238.         yield "            ";
  239.         yield from $this->load("@DcSite/Modules/callback/widget.html.twig"70)->unwrap()->yield($context);
  240.         // line 71
  241.         yield "            ";
  242.         yield from $this->load("@DcSite/Modules/feedback-popup.html.twig"71)->unwrap()->yield($context);
  243.         // line 72
  244.         yield "
  245.         </div>
  246.     </div>
  247.     ";
  248.         // line 76
  249.         yield from $this->unwrap()->yieldBlock('css'$context$blocks);
  250.         // line 78
  251.         yield "
  252. ";
  253.         
  254.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  255.         
  256.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  257.         yield from [];
  258.     }
  259.     // line 65
  260.     /**
  261.      * @return iterable<null|scalar|\Stringable>
  262.      */
  263.     public function block_content(array $context, array $blocks = []): iterable
  264.     {
  265.         $macros $this->macros;
  266.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  267.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  268.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  269.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  270.         // line 66
  271.         yield "            ";
  272.         
  273.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  274.         
  275.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  276.         yield from [];
  277.     }
  278.     // line 76
  279.     /**
  280.      * @return iterable<null|scalar|\Stringable>
  281.      */
  282.     public function block_css(array $context, array $blocks = []): iterable
  283.     {
  284.         $macros $this->macros;
  285.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  286.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""css"));
  287.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  288.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""css"));
  289.         // line 77
  290.         yield "    ";
  291.         
  292.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  293.         
  294.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  295.         yield from [];
  296.     }
  297.     // line 81
  298.     /**
  299.      * @return iterable<null|scalar|\Stringable>
  300.      */
  301.     public function block_coreBottomJs(array $context, array $blocks = []): iterable
  302.     {
  303.         $macros $this->macros;
  304.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  305.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""coreBottomJs"));
  306.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  307.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""coreBottomJs"));
  308.         // line 82
  309.         yield "    <script>
  310.         app.onCustomEvent('coreCssLoaded', function () {
  311.             \$('#preloader').hide();
  312.         });
  313.         app.onCustomEvent('appInit', function () {
  314.             app.leadForms.setSuccessTitle(\"";
  315.         // line 87
  316.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forms.success.title", [], "dc_toyota"), "html"nulltrue);
  317.         yield "\");
  318.             app.leadForms.setSuccessButtonHref(null);
  319.             app.leadForms.setButtonText(\"";
  320.         // line 89
  321.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pages.base.ok", [], "dc_base"), "html"nulltrue);
  322.         yield "\");
  323.             ";
  324.         // line 91
  325.         yield "            app.leadForms.setSuccessText(\"";
  326.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("modules.sps_form_subtitle", [], "dc_base"), "html"nulltrue);
  327.         yield "\");
  328.             app.loadCss('";
  329.         // line 92
  330.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/bundles/dcsite/css/toyota/style.css"), "html"nulltrue);
  331.         yield "');
  332.             app.loadCss('";
  333.         // line 93
  334.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/bundles/dcsite/css/toyota/modules/lead-magnets.css"), "html"nulltrue);
  335.         yield "');
  336.             app.loadCss('";
  337.         // line 94
  338.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/bundles/dcsite/css/modules/callback/timer-call.css"), "html"nulltrue);
  339.         yield "');
  340.             \$('.dropdown-menu').on('click', function (e) {
  341.                 if (\$(this).hasClass('dropdown-menu-open')) {
  342.                     e.stopPropagation();
  343.                 }
  344.             });
  345.             \$(window).scroll(function () {
  346.                 \$('#mainMenu').toggleClass('scroll_class-menu', \$(this).scrollTop() > 50);
  347.             });
  348.             var menuisInit = false;
  349.             \$(\"#dropCars\").click(function () {
  350.                 \$(\"#carMenu\").toggleClass('m-close');
  351.                 if (!menuisInit) {
  352.                     menuisInit = true;
  353.                     \$('#mainCarMenu img').each(function (index, element) {
  354.                         if (element.getAttribute('menu-data-src')) {
  355.                             element.setAttribute('src', element.getAttribute('menu-data-src'));
  356.                             element.style.visibility = 'visible';
  357.                         }
  358.                     });
  359.                 }
  360.             });
  361.             ";
  362.         // line 122
  363.         yield "            ";
  364.         // line 123
  365.         yield "            ";
  366.         // line 124
  367.         yield "            ";
  368.         // line 125
  369.         yield "            ";
  370.         // line 126
  371.         yield "
  372.             app.loadJs('/bundles/dcsite/js/modules/callback/callback-vue.js', function () {
  373.                 callbackRequest({
  374.                     initUrl: '";
  375.         // line 129
  376.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("callback_widget_init");
  377.         yield "',
  378.                     createUrl: '";
  379.         // line 130
  380.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("callback_widget_create_request");
  381.         yield "',
  382.                     getStateUrl: '";
  383.         // line 131
  384.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("callback_widget_get_state");
  385.         yield "',
  386.                     privacyUrl: '";
  387.         // line 132
  388.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["privacyUrl"]) || array_key_exists("privacyUrl"$context) ? $context["privacyUrl"] : (function () { throw new RuntimeError('Variable "privacyUrl" does not exist.'132$this->source); })()), "html"nulltrue);
  389.         yield "',
  390.                     callBackMinute: '";
  391.         // line 133
  392.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("callback_widget.title", [], "dc_base");
  393.         yield "',
  394.                     callBackWorkingHours: '";
  395.         // line 134
  396.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("callback_widget.working_hours", [], "dc_base"), "html"nulltrue);
  397.         yield "',
  398.                 });
  399.             });
  400.             \$('.js-scroll-link').click(function (e) {
  401.                 e.preventDefault();
  402.                 var blockId = \$(this).attr('href');
  403.                 \$('html, body').stop().animate({
  404.                     scrollTop: \$(blockId).offset().top - 50
  405.                 }, 750);
  406.             });
  407.         });
  408.         setTimeout(function () {
  409.             let script = document.createElement('script');
  410.             script.src = '";
  411.         // line 150
  412.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("https://images.dmca.com/Badges/DMCABadgeHelper.min.js"), "html"nulltrue);
  413.         yield "';
  414.             script.async = true;
  415.             document.body.appendChild(script);
  416.         }, 1000);
  417.     </script>
  418.     <script type=\"application/ld+json\">
  419.         {
  420.             \"@context\": \"https://schema.org/\",
  421.             \"@type\": \"WebSite\",
  422.             \"name\": \"";
  423.         // line 161
  424.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["dealer"]) || array_key_exists("dealer"$context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.'161$this->source); })()), "brand", [], "any"falsefalsefalse161), "name", [], "any"falsefalsefalse161), "html"nulltrue);
  425.         yield "\",
  426.             \"url\": \"";
  427.         // line 162
  428.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'162$this->source); })()), "request", [], "any"falsefalsefalse162), "uri", [], "any"falsefalsefalse162), "html"nulltrue);
  429.         yield "\"
  430.         }
  431.     </script>
  432.     <script type=\"application/ld+json\">
  433. {
  434.   \"@context\": \"https://schema.org\",
  435.   \"@type\": \"AutoDealer\",
  436.   \"name\": \"";
  437.         // line 171
  438.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["dealer"]) || array_key_exists("dealer"$context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.'171$this->source); })()), "brand", [], "any"falsefalsefalse171), "name", [], "any"falsefalsefalse171), "html"nulltrue);
  439.         yield "\",
  440.   \"image\": \"https://toyota-ua.com/bundles/dcsite/img/toyota/logo-toyota.png\",
  441.   \"url\": \"";
  442.         // line 173
  443.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'173$this->source); })()), "request", [], "any"falsefalsefalse173), "uri", [], "any"falsefalsefalse173), "html"nulltrue);
  444.         yield "\",
  445.   \"telephone\": \"";
  446.         // line 174
  447.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dealer"]) || array_key_exists("dealer"$context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.'174$this->source); })()), "phone", [], "any"falsefalsefalse174), "html"nulltrue);
  448.         yield "\",
  449.   \"address\": {
  450.     \"@type\": \"PostalAddress\",
  451.     \"streetAddress\": \" ";
  452.         // line 177
  453.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dealer"]) || array_key_exists("dealer"$context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.'177$this->source); })()), "addressUa", [], "any"falsefalsefalse177), "html"nulltrue);
  454.         yield "\",
  455.     \"addressLocality\": \"Київ\"
  456.   },
  457.   \"sameAs\": [
  458.     \"";
  459.         // line 181
  460.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dealer"]) || array_key_exists("dealer"$context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.'181$this->source); })()), "linkFacebook", [], "any"falsefalsefalse181), "html"nulltrue);
  461.         yield "\",
  462.     \"";
  463.         // line 182
  464.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dealer"]) || array_key_exists("dealer"$context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.'182$this->source); })()), "linkInstagram", [], "any"falsefalsefalse182), "html"nulltrue);
  465.         yield "\",
  466.     \"";
  467.         // line 183
  468.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["dealer"]) || array_key_exists("dealer"$context) ? $context["dealer"] : (function () { throw new RuntimeError('Variable "dealer" does not exist.'183$this->source); })()), "linkYoutube", [], "any"falsefalsefalse183), "html"nulltrue);
  469.         yield "\"
  470.   ]
  471. }
  472.     </script>
  473.     <script type=\"application/ld+json\">
  474.         {
  475.             \"@context\": \"https://schema.org\",
  476.             \"@type\": \"Organization\",
  477.             \"url\": \"";
  478.         // line 194
  479.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'194$this->source); })()), "request", [], "any"falsefalsefalse194), "uri", [], "any"falsefalsefalse194), "html"nulltrue);
  480.         yield "\",
  481.             \"logo\": \"https://toyota-ua.com/bundles/dcsite/img/toyota/logo-toyota.png\"
  482.         }
  483.     </script>
  484.     ";
  485.         // line 199
  486.         yield from $this->unwrap()->yieldBlock('pageJS'$context$blocks);
  487.         // line 202
  488.         yield "
  489. ";
  490.         
  491.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  492.         
  493.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  494.         yield from [];
  495.     }
  496.     // line 199
  497.     /**
  498.      * @return iterable<null|scalar|\Stringable>
  499.      */
  500.     public function block_pageJS(array $context, array $blocks = []): iterable
  501.     {
  502.         $macros $this->macros;
  503.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  504.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pageJS"));
  505.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  506.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""pageJS"));
  507.         // line 200
  508.         yield "
  509.     ";
  510.         
  511.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  512.         
  513.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  514.         yield from [];
  515.     }
  516.     /**
  517.      * @codeCoverageIgnore
  518.      */
  519.     public function getTemplateName(): string
  520.     {
  521.         return "@DcSite/Toyota/base.html.twig";
  522.     }
  523.     /**
  524.      * @codeCoverageIgnore
  525.      */
  526.     public function isTraitable(): bool
  527.     {
  528.         return false;
  529.     }
  530.     /**
  531.      * @codeCoverageIgnore
  532.      */
  533.     public function getDebugInfo(): array
  534.     {
  535.         return array (  577 => 200,  564 => 199,  552 => 202,  550 => 199,  542 => 194,  528 => 183,  524 => 182,  520 => 181,  513 => 177,  507 => 174,  503 => 173,  498 => 171,  486 => 162,  482 => 161,  468 => 150,  449 => 134,  445 => 133,  441 => 132,  437 => 131,  433 => 130,  429 => 129,  424 => 126,  422 => 125,  420 => 124,  418 => 123,  416 => 122,  386 => 94,  382 => 93,  378 => 92,  373 => 91,  369 => 89,  364 => 87,  357 => 82,  344 => 81,  333 => 77,  320 => 76,  309 => 66,  296 => 65,  284 => 78,  282 => 76,  276 => 72,  273 => 71,  270 => 70,  267 => 69,  265 => 68,  262 => 67,  260 => 65,  257 => 64,  255 => 63,  251 => 61,  244 => 56,  241 => 55,  228 => 54,  206 => 51,  193 => 41,  188 => 40,  175 => 39,  163 => 48,  160 => 47,  157 => 46,  155 => 45,  152 => 44,  149 => 43,  147 => 39,  142 => 37,  137 => 35,  132 => 33,  110 => 14,  106 => 13,  102 => 12,  97 => 10,  92 => 8,  86 => 6,  73 => 5,  62 => 1,  60 => 2,  47 => 1,);
  536.     }
  537.     public function getSourceContext(): Source
  538.     {
  539.         return new Source("{% extends '@Core/DCSite/core-dc-template.html.twig' %}
  540. {% set policyUrl = path('toyota_personal_data_policy') %}
  541. {% block head %}
  542.     <link rel=\"icon\" href=\"{{ asset('bundles/dcsite/img/toyota/favicon/favicon.ico') }}\" type=\"image/x-icon\"/>
  543.     <link rel=\"apple-touch-icon\" sizes=\"76x76\"
  544.           href=\"{{ asset('bundles/dcsite/img/toyota/favicon/apple-touch-icon.png') }}\">
  545.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\"
  546.           href=\"{{ asset('bundles/dcsite/img/toyota/favicon/favicon-32x32.png') }}\">
  547.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\"
  548.           href=\"{{ asset('bundles/dcsite/img/toyota/favicon/favicon-16x16.png') }}\">
  549.     <link rel=\"manifest\" href=\"{{ asset('bundles/dcsite/img/toyota/favicon/site.webmanifest') }}\">
  550.     <link rel=\"mask-icon\" href=\"{{ asset('bundles/dcsite/img/toyota/favicon/safari-pinned-tab.svg') }}\" color=\"#da2728\">
  551.     <meta name=\"msapplication-TileColor\" content=\"#da2728\">
  552.     <meta name=\"theme-color\" content=\"#da2728\">
  553.     <meta name=\"dmca-site-verification\" content=\"MlgvM0V5b2lmbitDN1N5bHNqUmwrZz090\">
  554.     <meta name=\"facebook-domain-verification\" content=\"oiuuib78vzte2vdu28uxq9f5zycn0g\">
  555.     <meta name=\"google-site-verification\" content=\"gboUNadhhEyBztnrR7iBIU5BZf_sUV0rIuRsXq2bcH8\">
  556.     <meta name=\"google-site-verification\" content=\"XF69SDZL3figV8805mrNn-kE45qtxSP7CCEKliOYE1A\">
  557.     <link href=\"https://stats.g.doubleclick.net\" rel=\"preconnect\" crossorigin>
  558.     <link href=\"https://www.facebook.com\" rel=\"preconnect\" crossorigin>
  559.     <link href=\"https://connect.facebook.net\" rel=\"preconnect\" crossorigin>
  560.     <link href=\"https://www.google-analytics.com\" rel=\"preconnect\" crossorigin>
  561.     <link href=\"https://maps.gstatic.com\" rel=\"preconnect\" crossorigin>
  562.     <link href=\"https://accounts.google.com\" rel=\"preconnect\" crossorigin>
  563.     <link href=\"https://maps.googleapis.com\" rel=\"preconnect\" crossorigin>
  564.     <link href=\"https://www.google.com.ua\" rel=\"preconnect\" crossorigin>
  565.     <link href=\"https://www.google.com\" rel=\"preconnect\" crossorigin>
  566.     <link rel=\"preload\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"
  567.           href=\"/dist/{{ MODE }}/dcsite/toyota/fonts/ToyotaType-Regular.woff2\">
  568.     <link rel=\"preload\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"
  569.           href=\"/dist/{{ MODE }}/dcsite/toyota/fonts/ToyotaType-Book.woff2\">
  570.     <link rel=\"preload\" as=\"font\" type=\"font/woff2\" crossorigin=\"anonymous\"
  571.           href=\"/dist/{{ MODE }}/dcsite/toyota/fonts/ToyotaType-Semibold.woff2\">
  572.     {% block seo %}
  573.         <title>{{ 'base.seo.title'|trans({}, 'dc_toyota') }}</title>
  574.         <meta name=\"description\" content=\"{{ 'base.seo.description'|trans({}, 'dc_toyota') }}\"/>
  575.     {% endblock seo %}
  576.     {% include '@DcSite/Toyota/preloader-css.html.twig' %}
  577.     {% if INCLUDE_ANALYTICS %}
  578.         {% include '@DcSite/Modules/google-tag-manager.html.twig' with { 'domain': dealer.domain, 'gtmIdCode': 'GTM-N4CWV9G' } %}
  579.     {% endif %}
  580. {% endblock head %}
  581. {% block socialPreview %}
  582. {% endblock socialPreview %}
  583. {% block body %}
  584.     {% if INCLUDE_ANALYTICS %}
  585.     <!-- Google Tag Manager (noscript) -->
  586.     <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-N4CWV9G\"
  587.                       height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  588.     <!-- End Google Tag Manager (noscript) -->
  589.     {% endif %}
  590.     <div class=\"h-100\">
  591.         <div class=\"scroll__model__line\">
  592.             {% include '@DcSite/Toyota/header.html.twig' %}
  593.             {% block content %}
  594.             {% endblock content %}
  595.             {% include '@DcSite/Toyota/leads.html.twig' %}
  596.             {% include '@DcSite/Toyota/footer-new.html.twig' %}
  597.             {% include '@DcSite/Modules/callback/widget.html.twig' %}
  598.             {% include '@DcSite/Modules/feedback-popup.html.twig' %}
  599.         </div>
  600.     </div>
  601.     {% block css %}
  602.     {% endblock %}
  603. {% endblock body %}
  604. {% block coreBottomJs %}
  605.     <script>
  606.         app.onCustomEvent('coreCssLoaded', function () {
  607.             \$('#preloader').hide();
  608.         });
  609.         app.onCustomEvent('appInit', function () {
  610.             app.leadForms.setSuccessTitle(\"{{ 'forms.success.title'|trans({},'dc_toyota') }}\");
  611.             app.leadForms.setSuccessButtonHref(null);
  612.             app.leadForms.setButtonText(\"{{ 'pages.base.ok'|trans({}, 'dc_base') }}\");
  613.             {#app.leadForms.setSuccessText(\"{{ 'forms.success.message'|trans({'%url%': url('toyota_about_contacts') },'dc_toyota')|raw }}\");#}
  614.             app.leadForms.setSuccessText(\"{{ 'modules.sps_form_subtitle'|trans({}, 'dc_base') }}\");
  615.             app.loadCss('{{ asset('/bundles/dcsite/css/toyota/style.css') }}');
  616.             app.loadCss('{{ asset('/bundles/dcsite/css/toyota/modules/lead-magnets.css') }}');
  617.             app.loadCss('{{ asset('/bundles/dcsite/css/modules/callback/timer-call.css') }}');
  618.             \$('.dropdown-menu').on('click', function (e) {
  619.                 if (\$(this).hasClass('dropdown-menu-open')) {
  620.                     e.stopPropagation();
  621.                 }
  622.             });
  623.             \$(window).scroll(function () {
  624.                 \$('#mainMenu').toggleClass('scroll_class-menu', \$(this).scrollTop() > 50);
  625.             });
  626.             var menuisInit = false;
  627.             \$(\"#dropCars\").click(function () {
  628.                 \$(\"#carMenu\").toggleClass('m-close');
  629.                 if (!menuisInit) {
  630.                     menuisInit = true;
  631.                     \$('#mainCarMenu img').each(function (index, element) {
  632.                         if (element.getAttribute('menu-data-src')) {
  633.                             element.setAttribute('src', element.getAttribute('menu-data-src'));
  634.                             element.style.visibility = 'visible';
  635.                         }
  636.                     });
  637.                 }
  638.             });
  639.             {#app.loadJs('{{ asset('bundles/my/js/cookies-warning.js') }}', function () {#}
  640.             {#    initCookiesWarning({#}
  641.             {#        policyUrl: \"{{ privacyUrl }}\",#}
  642.             {#    });#}
  643.             {#});#}
  644.             app.loadJs('/bundles/dcsite/js/modules/callback/callback-vue.js', function () {
  645.                 callbackRequest({
  646.                     initUrl: '{{ path('callback_widget_init') }}',
  647.                     createUrl: '{{ path('callback_widget_create_request') }}',
  648.                     getStateUrl: '{{ path('callback_widget_get_state') }}',
  649.                     privacyUrl: '{{ privacyUrl }}',
  650.                     callBackMinute: '{{ 'callback_widget.title'|trans({}, 'dc_base')|raw }}',
  651.                     callBackWorkingHours: '{{ 'callback_widget.working_hours'|trans({}, 'dc_base') }}',
  652.                 });
  653.             });
  654.             \$('.js-scroll-link').click(function (e) {
  655.                 e.preventDefault();
  656.                 var blockId = \$(this).attr('href');
  657.                 \$('html, body').stop().animate({
  658.                     scrollTop: \$(blockId).offset().top - 50
  659.                 }, 750);
  660.             });
  661.         });
  662.         setTimeout(function () {
  663.             let script = document.createElement('script');
  664.             script.src = '{{ asset('https://images.dmca.com/Badges/DMCABadgeHelper.min.js') }}';
  665.             script.async = true;
  666.             document.body.appendChild(script);
  667.         }, 1000);
  668.     </script>
  669.     <script type=\"application/ld+json\">
  670.         {
  671.             \"@context\": \"https://schema.org/\",
  672.             \"@type\": \"WebSite\",
  673.             \"name\": \"{{ dealer.brand.name }}\",
  674.             \"url\": \"{{ app.request.uri }}\"
  675.         }
  676.     </script>
  677.     <script type=\"application/ld+json\">
  678. {
  679.   \"@context\": \"https://schema.org\",
  680.   \"@type\": \"AutoDealer\",
  681.   \"name\": \"{{ dealer.brand.name }}\",
  682.   \"image\": \"https://toyota-ua.com/bundles/dcsite/img/toyota/logo-toyota.png\",
  683.   \"url\": \"{{ app.request.uri }}\",
  684.   \"telephone\": \"{{ dealer.phone }}\",
  685.   \"address\": {
  686.     \"@type\": \"PostalAddress\",
  687.     \"streetAddress\": \" {{ dealer.addressUa }}\",
  688.     \"addressLocality\": \"Київ\"
  689.   },
  690.   \"sameAs\": [
  691.     \"{{ dealer.linkFacebook }}\",
  692.     \"{{ dealer.linkInstagram }}\",
  693.     \"{{ dealer.linkYoutube }}\"
  694.   ]
  695. }
  696.     </script>
  697.     <script type=\"application/ld+json\">
  698.         {
  699.             \"@context\": \"https://schema.org\",
  700.             \"@type\": \"Organization\",
  701.             \"url\": \"{{ app.request.uri }}\",
  702.             \"logo\": \"https://toyota-ua.com/bundles/dcsite/img/toyota/logo-toyota.png\"
  703.         }
  704.     </script>
  705.     {% block pageJS %}
  706.     {% endblock pageJS %}
  707. {% endblock coreBottomJs %}
  708. ""@DcSite/Toyota/base.html.twig""/var/www/vidi.ua/releases/251030-0548d202/src/DcSiteBundle/Resources/views/Toyota/base.html.twig");
  709.     }
  710. }