Exceptions
Exceptions 2
Twig\Error\ RuntimeError
{% for item in services %}<h2 class="site__sub__title">{{ item.category.contentByLocale(app.request.locale).title }}</h2><div class="list__options__wrapper">{% for page in item.pages %}<a href="{{ path('toyota_service_page', {url: page.url}) }}" class="list__options__box"><div class="list__options__img" style="background-image: url('{{ sonata_path(page.image, 'reference') }}')"></div><p class="list__options-name">{{ page.contentByLocale(app.request.locale).title }}</p></a>{% endfor %}</div>{% endfor %}
in
var/cache/dev/twig/0b/0b49a8347446de107129e24f08866622.php
->
yield
(line 303)
";// line 67if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 67, $this->source); })()), "request", [], "any", false, false, false, 67), "locale", [], "any", false, false, false, 67) == "ru")) {// line 68yield " ";yield from $this->load("@DcSite/Toyota/Service/translations/new-sign-in_ru.html.twig", 68)->unwrap()->yield($context);// line 69yield " ";} else {// line 70yield " ";
in
vendor/twig/twig/src/Template.php
->
block_content
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/dev/twig/a3/a37a876cfd16deb04f7cd1f2f702a012.php
->
yieldBlock
(line 260)
yield from $this->load("@DcSite/Toyota/header.html.twig", 63)->unwrap()->yield($context);// line 64yield "";// line 65yield from $this->unwrap()->yieldBlock('content', $context, $blocks);// line 67yield "";// line 68yield from $this->load("@DcSite/Toyota/leads.html.twig", 68)->unwrap()->yield($context);
in
vendor/twig/twig/src/Template.php
->
block_body
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/dev/twig/ab/abcc6f89abaf493079ff4f07a70fc725.php
->
yieldBlock
(line 171)
yield from $this->unwrap()->yieldBlock('socialPreview', $context, $blocks);// line 93yield "";// line 94yield from $this->unwrap()->yieldBlock('body', $context, $blocks);// line 96yield from $this->load("@My/Modules/auth.html.twig", 96)->unwrap()->yield($context);// line 97yield from $this->unwrap()->yieldBlock('coreMessage', $context, $blocks);// line 100
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/a3/a37a876cfd16deb04f7cd1f2f702a012.php
->
yield
(line 63)
// line 2$context["policyUrl"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("toyota_personal_data_policy");// line 1$this->parent = $this->load("@Core/DCSite/core-dc-template.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/0b/0b49a8347446de107129e24f08866622.php
->
yield
(line 59)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@DcSite/Toyota/Service/sign-in.html.twig"));$this->parent = $this->load("@DcSite/Toyota/base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
Environment->render('@DcSite/Toyota/Service/sign-in.html.twig', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')))
in
src/DcSiteBundle/Controller/BaseDcController.php
(line 278)
$helpCrunchParams = $this->getParameter('help_crunch_params')[$dealer->getUniqueId()] ?? null;if ($helpCrunchParams) {$parameters = array_merge($parameters, ['helpCrunch' => $helpCrunchParams]);}$content = $this->twig->render($view, $parameters);if (null === $response) {$response = new Response();}
BaseDcController->baseDcRender('@DcSite/Toyota/Service/sign-in.html.twig', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')), null)
in
src/DcSiteBundle/Controller/Toyota/BaseController.php
(line 49)
$parameters = array_merge($parameters, ['menu' => $menu,'forms' => $this->buildForms(),'privacyUrl' => 'https://www.toyota.ua/legal/personal-data',]);return parent::baseDcRender($view, $parameters, $response);}public function buildForms(): array{
BaseController->baseToyotaRender('@DcSite/Toyota/Service/sign-in.html.twig', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data'))
in
src/DcSiteBundle/Controller/Toyota/ServiceController.php
(line 64)
$services = $servicePageService->getServiceByDealer($this->getDealer());return $this->baseToyotaRender('@DcSite/Toyota/Service/sign-in.html.twig', ['serviceForm' => $serviceForm->createView(),'dealerName' => $this->getDealer()->getBrand()->getName(),'services' => $services,]);}public function servicePage(Request $request, ServicePageService $servicePageService, ViDiWorkerModel $viDiWorkerModel): ?Response{
in
vendor/symfony/http-kernel/HttpKernel.php
->
signIn
(line 163)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 75)
{$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if ($e instanceof RequestExceptionInterface) {$e = new BadRequestHttpException($e->getMessage(), $e);}if (false === $catch) {
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 202)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
Debug::enable();}$kernel = new Kernel($_SERVER['APP_ENV'], $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);
TypeError
'media' => $media,'options' => $options,]);}public function path(int|string|MediaInterface $media, string $format): string{$media = $this->getMedia($media);if (null === $media) {return '';
in
var/cache/dev/twig/27/27f9661b03f800974a99baba0d71854f.php
->
path
(line 327)
yield " <a href=\"";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("toyota_service_page", ["url" => CoreExtension::getAttribute($this->env, $this->source, $context["page"], "url", [], "any", false, false, false, 257)]), "html", null, true);yield "\" class=\"list__options__box\"><div class=\"list__options__img\" style=\"background-image: url('";// line 258yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Sonata\MediaBundle\Twig\MediaRuntime')->path(CoreExtension::getAttribute($this->env, $this->source, $context["page"], "image", [], "any", false, false, false, 258), "reference"), "html", null, true);yield "')\"></div><p class=\"list__options-name\">";// line 259yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["page"], "contentByLocale", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 259, $this->source); })()), "request", [], "any", false, false, false, 259), "locale", [], "any", false, false, false, 259)], "method", false, false, false, 259), "title", [], "any", false, false, false, 259), "html", null, true);yield "</p>
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/0b/0b49a8347446de107129e24f08866622.php
->
yield
(line 303)
";// line 67if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 67, $this->source); })()), "request", [], "any", false, false, false, 67), "locale", [], "any", false, false, false, 67) == "ru")) {// line 68yield " ";yield from $this->load("@DcSite/Toyota/Service/translations/new-sign-in_ru.html.twig", 68)->unwrap()->yield($context);// line 69yield " ";} else {// line 70yield " ";
in
vendor/twig/twig/src/Template.php
->
block_content
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/dev/twig/a3/a37a876cfd16deb04f7cd1f2f702a012.php
->
yieldBlock
(line 260)
yield from $this->load("@DcSite/Toyota/header.html.twig", 63)->unwrap()->yield($context);// line 64yield "";// line 65yield from $this->unwrap()->yieldBlock('content', $context, $blocks);// line 67yield "";// line 68yield from $this->load("@DcSite/Toyota/leads.html.twig", 68)->unwrap()->yield($context);
in
vendor/twig/twig/src/Template.php
->
block_body
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/dev/twig/ab/abcc6f89abaf493079ff4f07a70fc725.php
->
yieldBlock
(line 171)
yield from $this->unwrap()->yieldBlock('socialPreview', $context, $blocks);// line 93yield "";// line 94yield from $this->unwrap()->yieldBlock('body', $context, $blocks);// line 96yield from $this->load("@My/Modules/auth.html.twig", 96)->unwrap()->yield($context);// line 97yield from $this->unwrap()->yieldBlock('coreMessage', $context, $blocks);// line 100
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/a3/a37a876cfd16deb04f7cd1f2f702a012.php
->
yield
(line 63)
// line 2$context["policyUrl"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("toyota_personal_data_policy");// line 1$this->parent = $this->load("@Core/DCSite/core-dc-template.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/0b/0b49a8347446de107129e24f08866622.php
->
yield
(line 59)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@DcSite/Toyota/Service/sign-in.html.twig"));$this->parent = $this->load("@DcSite/Toyota/base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
Environment->render('@DcSite/Toyota/Service/sign-in.html.twig', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')))
in
src/DcSiteBundle/Controller/BaseDcController.php
(line 278)
$helpCrunchParams = $this->getParameter('help_crunch_params')[$dealer->getUniqueId()] ?? null;if ($helpCrunchParams) {$parameters = array_merge($parameters, ['helpCrunch' => $helpCrunchParams]);}$content = $this->twig->render($view, $parameters);if (null === $response) {$response = new Response();}
BaseDcController->baseDcRender('@DcSite/Toyota/Service/sign-in.html.twig', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')), null)
in
src/DcSiteBundle/Controller/Toyota/BaseController.php
(line 49)
$parameters = array_merge($parameters, ['menu' => $menu,'forms' => $this->buildForms(),'privacyUrl' => 'https://www.toyota.ua/legal/personal-data',]);return parent::baseDcRender($view, $parameters, $response);}public function buildForms(): array{
BaseController->baseToyotaRender('@DcSite/Toyota/Service/sign-in.html.twig', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data'))
in
src/DcSiteBundle/Controller/Toyota/ServiceController.php
(line 64)
$services = $servicePageService->getServiceByDealer($this->getDealer());return $this->baseToyotaRender('@DcSite/Toyota/Service/sign-in.html.twig', ['serviceForm' => $serviceForm->createView(),'dealerName' => $this->getDealer()->getBrand()->getName(),'services' => $services,]);}public function servicePage(Request $request, ServicePageService $servicePageService, ViDiWorkerModel $viDiWorkerModel): ?Response{
in
vendor/symfony/http-kernel/HttpKernel.php
->
signIn
(line 163)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 75)
{$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if ($e instanceof RequestExceptionInterface) {$e = new BadRequestHttpException($e->getMessage(), $e);}if (false === $catch) {
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 202)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
Debug::enable();}$kernel = new Kernel($_SERVER['APP_ENV'], $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead. {
"exception": {}
}
|
| INFO 17:23:08 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "9810c6"
},
"request_uri": "https://shop.dev02.jeep-vidi.com.ua/index.php/_profiler/9810c6?panel=exception",
"method": "GET"
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\RequestMatcher" class is deprecated, use "Symfony\Component\HttpFoundation\ChainRequestMatcher" instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" class is deprecated, use the new security system with "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" class is deprecated. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | security | Populated the TokenStorage with an anonymous Token. |
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated. {
"exception": {}
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "CoreBundle\EventListener\RedirectListener::onKernelRequest". {
"event": "kernel.request",
"listener": "CoreBundle\\EventListener\\RedirectListener::onKernelRequest"
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 17:23:08 | php |
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated. {
"exception": {}
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "CoreBundle\EventListener\ControllerTraceListener::onKernelController". {
"event": "kernel.controller",
"listener": "CoreBundle\\EventListener\\ControllerTraceListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "CoreBundle\EventListener\AuthUserListener::onKernelController". {
"event": "kernel.controller",
"listener": "CoreBundle\\EventListener\\AuthUserListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sonata\\AdminBundle\\EventListener\\ConfigureCRUDControllerListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "CoreBundle\EventListener\RedirectListener::onKernelRequest". {
"event": "kernel.request",
"listener": "CoreBundle\\EventListener\\RedirectListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "CoreBundle\EventListener\ControllerTraceListener::onKernelController". {
"event": "kernel.controller",
"listener": "CoreBundle\\EventListener\\ControllerTraceListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "CoreBundle\EventListener\AuthUserListener::onKernelController". {
"event": "kernel.controller",
"listener": "CoreBundle\\EventListener\\AuthUserListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sonata\\AdminBundle\\EventListener\\ConfigureCRUDControllerListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| INFO 17:23:08 | php |
User Deprecated: Since sonata-project/block-bundle 4.11: The "sonata.block.cache.handler.default" service is deprecated since sonata-project/block-bundle 4.11 and will be removed in 5.0. {
"exception": {}
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse". {
"event": "kernel.response",
"listener": "Sonata\\BlockBundle\\Cache\\HttpCacheHandler::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "CoreBundle\EventListener\RedirectListener::onKernelRequest". {
"event": "kernel.request",
"listener": "CoreBundle\\EventListener\\RedirectListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "CoreBundle\EventListener\ControllerTraceListener::onKernelController". {
"event": "kernel.controller",
"listener": "CoreBundle\\EventListener\\ControllerTraceListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "CoreBundle\EventListener\AuthUserListener::onKernelController". {
"event": "kernel.controller",
"listener": "CoreBundle\\EventListener\\AuthUserListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sonata\\AdminBundle\\EventListener\\ConfigureCRUDControllerListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse". {
"event": "kernel.response",
"listener": "Sonata\\BlockBundle\\Cache\\HttpCacheHandler::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.request" to listener "CoreBundle\EventListener\RedirectListener::onKernelRequest". {
"event": "kernel.request",
"listener": "CoreBundle\\EventListener\\RedirectListener::onKernelRequest"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "CoreBundle\EventListener\ControllerTraceListener::onKernelController". {
"event": "kernel.controller",
"listener": "CoreBundle\\EventListener\\ControllerTraceListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "CoreBundle\EventListener\AuthUserListener::onKernelController". {
"event": "kernel.controller",
"listener": "CoreBundle\\EventListener\\AuthUserListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sonata\\AdminBundle\\EventListener\\ConfigureCRUDControllerListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
|
| DEBUG 17:23:08 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
Stack Traces 2
|
[2/2]
RuntimeError
|
|---|
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Sonata\MediaBundle\Twig\MediaRuntime::path(): Argument #1 ($media) must be of type Sonata\MediaBundle\Model\MediaInterface|string|int, null given, called in /var/www/vidi.ua/releases/251030-0548d202/var/cache/dev/twig/27/27f9661b03f800974a99baba0d71854f.php on line 327") in "@DcSite/Toyota/Service/translations/new-sign-in_ru.html.twig" at line 258.
at src/DcSiteBundle/Resources/views/Toyota/Service/translations/new-sign-in_ru.html.twig:258
at Twig\Template->yield(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'))
(var/cache/dev/twig/0b/0b49a8347446de107129e24f08866622.php:303)
at __TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4->block_content(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(vendor/twig/twig/src/Template.php:446)
at Twig\Template->yieldBlock('content', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(var/cache/dev/twig/a3/a37a876cfd16deb04f7cd1f2f702a012.php:260)
at __TwigTemplate_583f213e5c4af9bab06fa19a969c49b4->block_body(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(vendor/twig/twig/src/Template.php:446)
at Twig\Template->yieldBlock('body', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(var/cache/dev/twig/ab/abcc6f89abaf493079ff4f07a70fc725.php:171)
at __TwigTemplate_62bd1affd9a72d924a5a14c7887c018a->doDisplay(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(var/cache/dev/twig/a3/a37a876cfd16deb04f7cd1f2f702a012.php:63)
at __TwigTemplate_583f213e5c4af9bab06fa19a969c49b4->doDisplay(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic')))
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic')))
(var/cache/dev/twig/0b/0b49a8347446de107129e24f08866622.php:59)
at __TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4->doDisplay(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(vendor/twig/twig/src/Template.php:358)
at Twig\Template->display(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')))
(vendor/twig/twig/src/Template.php:373)
at Twig\Template->render(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')))
(vendor/twig/twig/src/TemplateWrapper.php:51)
at Twig\TemplateWrapper->render(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')))
(vendor/twig/twig/src/Environment.php:333)
at Twig\Environment->render('@DcSite/Toyota/Service/sign-in.html.twig', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')))
(src/DcSiteBundle/Controller/BaseDcController.php:278)
at DcSiteBundle\Controller\BaseDcController->baseDcRender('@DcSite/Toyota/Service/sign-in.html.twig', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')), null)
(src/DcSiteBundle/Controller/Toyota/BaseController.php:49)
at DcSiteBundle\Controller\Toyota\BaseController->baseToyotaRender('@DcSite/Toyota/Service/sign-in.html.twig', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data'))
(src/DcSiteBundle/Controller/Toyota/ServiceController.php:64)
at DcSiteBundle\Controller\Toyota\ServiceController->signIn(object(Request), object(ServicePageService))
(vendor/symfony/http-kernel/HttpKernel.php:163)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(public/index.php:19)
|
|
[1/2]
TypeError
|
|---|
TypeError:
Sonata\MediaBundle\Twig\MediaRuntime::path(): Argument #1 ($media) must be of type Sonata\MediaBundle\Model\MediaInterface|string|int, null given, called in /var/www/vidi.ua/releases/251030-0548d202/var/cache/dev/twig/27/27f9661b03f800974a99baba0d71854f.php on line 327
at vendor/sonata-project/media-bundle/src/Twig/MediaRuntime.php:104
at Sonata\MediaBundle\Twig\MediaRuntime->path(null, 'reference')
(var/cache/dev/twig/27/27f9661b03f800974a99baba0d71854f.php:327)
at __TwigTemplate_8d8f42407837134a5604f63eae2de990->doDisplay(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy', '_parent' => array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy', '_parent' => array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), '_seq' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'item' => array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), '_key' => 2), '_seq' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)), 'item' => array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), '_key' => 5, 'page' => object(ServicePage)), array())
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'))
(var/cache/dev/twig/0b/0b49a8347446de107129e24f08866622.php:303)
at __TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4->block_content(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(vendor/twig/twig/src/Template.php:446)
at Twig\Template->yieldBlock('content', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(var/cache/dev/twig/a3/a37a876cfd16deb04f7cd1f2f702a012.php:260)
at __TwigTemplate_583f213e5c4af9bab06fa19a969c49b4->block_body(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(vendor/twig/twig/src/Template.php:446)
at Twig\Template->yieldBlock('body', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(var/cache/dev/twig/ab/abcc6f89abaf493079ff4f07a70fc725.php:171)
at __TwigTemplate_62bd1affd9a72d924a5a14c7887c018a->doDisplay(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('gtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_gtm'), 'robots' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_robots'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'ogtagStatic' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagStatic'), 'ogtagDynamicImage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_ogtagDynamicImage'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'canonical' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_canonical'), 'bodyGtm' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_bodyGtm'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'coreMessage' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_coreMessage'), 'initJsApp' => array(object(__TwigTemplate_62bd1affd9a72d924a5a14c7887c018a), 'block_initJsApp'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(var/cache/dev/twig/a3/a37a876cfd16deb04f7cd1f2f702a012.php:63)
at __TwigTemplate_583f213e5c4af9bab06fa19a969c49b4->doDisplay(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables), 'policyUrl' => '/ru/personal-data-policy'), array('head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic')))
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'body' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_body'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'coreBottomJs' => array(object(__TwigTemplate_583f213e5c4af9bab06fa19a969c49b4), 'block_coreBottomJs'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic')))
(var/cache/dev/twig/0b/0b49a8347446de107129e24f08866622.php:59)
at __TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4->doDisplay(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c'), 'wrap_fields_with_addons' => true, 'app' => object(AppVariable), 'allowed_locales' => array('ua', 'ru'), 'MODE' => 'prod', 'VERSION' => 'v1.4.769', 'VOLVO_DEALER' => 30, 'UPLOADS_BASE_PATH' => '/uploads/media/default/', 'INCLUDE_ANALYTICS' => false, 'sonata_block' => object(GlobalVariables), 'sonata_config' => object(SonataConfiguration), 'sonata_media' => object(GlobalVariables)), array('seo' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_seo'), 'ogtagDynamic' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_ogtagDynamic'), 'css' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_css'), 'head' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_head'), 'socialPreview' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_socialPreview'), 'content' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_content'), 'pageJS' => array(object(__TwigTemplate_ced6afcfa4b9b51833ed7a7f4b3265a4), 'block_pageJS')))
(vendor/twig/twig/src/Template.php:358)
at Twig\Template->display(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')))
(vendor/twig/twig/src/Template.php:373)
at Twig\Template->render(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')))
(vendor/twig/twig/src/TemplateWrapper.php:51)
at Twig\TemplateWrapper->render(array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')))
(vendor/twig/twig/src/Environment.php:333)
at Twig\Environment->render('@DcSite/Toyota/Service/sign-in.html.twig', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')))
(src/DcSiteBundle/Controller/BaseDcController.php:278)
at DcSiteBundle\Controller\BaseDcController->baseDcRender('@DcSite/Toyota/Service/sign-in.html.twig', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data', 'dealer' => object(Dealer), 'basketCount' => 0, 'dealerCityNihgtBooking' => 3, 'backLoginUrl' => 'https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231', 'seoMeta' => array('title' => null, 'description' => null, 'descriptionAll' => null, 'h1' => null, 'robots' => null), 'isSubdomainShop' => false, 'currentYear' => '2025', 'utmData' => '{ "UtmSource": "", "UtmMedium": "", "UtmCampaign": "", "UtmTerm": "", "UtmContent": "", "BpmRef": "", "BpmHref": "https://dev02.toyota-ua.com/ru/service/apply-for-service/?dealer_id=4%C2%AEulation_id%3D20231"}', 'helpCrunch' => array('organization' => 'toyotavidi', 'appId' => 'e4e5b2a7-8a10-466d-b6fc-7aa9f0b8e81c')), null)
(src/DcSiteBundle/Controller/Toyota/BaseController.php:49)
at DcSiteBundle\Controller\Toyota\BaseController->baseToyotaRender('@DcSite/Toyota/Service/sign-in.html.twig', array('serviceForm' => object(FormView), 'dealerName' => 'Toyota', 'services' => array(array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage))), array('category' => object(ServicePageCategory), 'pages' => array(object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage), object(ServicePage)))), 'menu' => array(array('id' => 14, 'title' => 'Седан', 'position' => null, 'url' => 'sedan', 'cars' => array(array('id' => 297, 'title' => 'CAMRY', 'customTitle' => 'Toyota Camry', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '0', 'url' => '/ru/avtomobili/camry/', 'hasHybrid' => false, 'price' => 1467910.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/bcfb7484eb37e9df2a0a7ba2412540e9968a6410.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1520038.0), array('id' => 327, 'title' => 'CAMRY', 'customTitle' => 'Camry Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '1', 'url' => '/ru/avtomobili/camry-hybrid/', 'hasHybrid' => true, 'price' => 1660523.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/13/85de78cef0803442845358b64dcbbee5f63e0a42.png', 'image_webp' => '', 'modelId' => 25, 'preorderPrice' => 1719491.0), array('id' => 293, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '8', 'url' => '/ru/avtomobili/corolla/', 'hasHybrid' => false, 'price' => 987393.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/5e1628f4503375852457e470fca2751801768353.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1022457.0), array('id' => 294, 'title' => 'COROLLA', 'customTitle' => 'Toyota Corolla Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '9', 'url' => '/ru/avtomobili/corolla-hybrid/', 'hasHybrid' => true, 'price' => 1378700.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/883741b3f24e3529f0980c23317668e86610cede.png', 'image_webp' => '', 'modelId' => 26, 'preorderPrice' => 1427660.0))), array('id' => 1, 'title' => 'Кроссовер', 'position' => 1, 'url' => 'crossover', 'cars' => array(array('id' => 2425, 'title' => 'YARIS CROSS', 'customTitle' => 'Toyota Yaris Cross Hybrid', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '4', 'url' => '/ru/avtomobili/yaris-cross-hybrid/', 'hasHybrid' => true, 'price' => 1092823.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/60/1f4abded9eb913b38144ae233def26f6d5bcb2a7.png', 'image_webp' => '', 'modelId' => 1189, 'preorderPrice' => 1125332.0), array('id' => 304, 'title' => 'RAV4', 'customTitle' => 'Toyota RAV4 гибрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '6', 'url' => '/ru/avtomobili/rav4/', 'hasHybrid' => true, 'price' => 1551038.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/081bd137d5a2953c8e881093b950825fcd4659e1.png', 'image_webp' => '', 'modelId' => 33, 'preorderPrice' => 1606118.0), array('id' => 301, 'title' => 'C-HR', 'customTitle' => 'Toyota C-HR Hybrid', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/toyota-c-hr-hybrid/', 'hasHybrid' => true, 'price' => 1448122.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/27/d113d7f9909cceae14c0991496cd3fe8290c2a74.png', 'image_webp' => '', 'modelId' => 32, 'preorderPrice' => 1562028.0), array('id' => 3880, 'title' => 'COROLLA CROSS', 'customTitle' => 'Toyota Corolla Cross Гибрид', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '10', 'url' => '/ru/avtomobili/corolla-cross-hybrid/', 'hasHybrid' => true, 'price' => 1549010.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0003/61/f5ec98347f4649bffa2f2135fad381b4fb7d73c7.png', 'image_webp' => '', 'modelId' => 1441, 'preorderPrice' => 0.0), array('id' => 1637, 'title' => 'HIGHLANDER', 'customTitle' => 'Toyota Highlander Гібрид', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/highlander-hybrid/', 'hasHybrid' => true, 'price' => 2368120.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/16/67b3fcd7809632c1ae96d15fae6c073ec4276c4b.png', 'image_webp' => '', 'modelId' => 29, 'preorderPrice' => 2452216.0))), array('id' => 6, 'title' => 'Внедорожник', 'position' => 3, 'url' => 'jeep', 'cars' => array(array('id' => 300, 'title' => 'LAND CRUISER PRADO', 'customTitle' => 'Toyota Land Cruiser Prado', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => true, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-prado/', 'hasHybrid' => false, 'price' => 2443138.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/4955c667854a02dc1e8e68d4467d0edbcc3ab28e.png', 'image_webp' => '', 'modelId' => 31, 'preorderPrice' => 2529898.0), array('id' => 2258, 'title' => 'LAND CRUISER', 'customTitle' => 'Land Cruiser', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '12', 'url' => '/ru/avtomobili/land-cruiser-300/', 'hasHybrid' => false, 'price' => 3681940.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/54/6e1f7a4156d287d16db06245bb60d841b988877e.png', 'image_webp' => '', 'modelId' => 1147, 'preorderPrice' => 3812692.0))), array('id' => 5, 'title' => 'Пикап', 'position' => 4, 'url' => 'pickup', 'cars' => array(array('id' => 295, 'title' => 'HILUX', 'customTitle' => 'Toyota Hilux', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '13', 'url' => '/ru/avtomobili/hilux/', 'hasHybrid' => false, 'price' => 1607920.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/44/3f0867c2e20bdb8c081dfe2a99476d51590bb7d6.png', 'image_webp' => '', 'modelId' => 27, 'preorderPrice' => 1671202.0))), array('id' => 7, 'title' => 'Минивен', 'position' => 7, 'url' => 'minivan', 'cars' => array(array('id' => 305, 'title' => 'PROACE', 'customTitle' => 'Toyota Proace', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '16', 'url' => '/ru/avtomobili/proace/', 'hasHybrid' => false, 'price' => 1445608.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/2bfbfa8c8de9bba1f6121e8fc279bc507dc833bb.png', 'image_webp' => '', 'modelId' => 71, 'preorderPrice' => 1496944.0), array('id' => 306, 'title' => 'PROACE VERSO', 'customTitle' => 'Toyota Proace Verso', 'isNew' => true, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '17', 'url' => '/ru/avtomobili/proace-verso/', 'hasHybrid' => false, 'price' => 1711210.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0001/12/e0df76a407d0180e02ed040fa2b2ebe29f1e385a.png', 'image_webp' => '', 'modelId' => 72, 'preorderPrice' => 1771978.0), array('id' => 1992, 'title' => 'PROACE CITY VERSO', 'customTitle' => 'Toyota Proace City Verso', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '18', 'url' => '/ru/avtomobili/proace-city-verso/', 'hasHybrid' => false, 'price' => 1003613.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/f6d1707296ef7d77b933bb3aab9a8d1c4d081945.png', 'image_webp' => '', 'modelId' => 1095, 'preorderPrice' => 1039253.0), array('id' => 1993, 'title' => 'PROACE CITY', 'customTitle' => 'Toyota Proace City', 'isNew' => false, 'isPreOrder' => false, 'onTestDrive' => false, 'position' => '19', 'url' => '/ru/avtomobili/proace-city/', 'hasHybrid' => false, 'price' => 959008.0, 'image' => 'https://vidi.ua/uploads/media/dc_site/0002/43/b2ee0906065b77fd2b118605b03f9c9f8ec438fc.png', 'image_webp' => '', 'modelId' => 1094, 'preorderPrice' => 993064.0)))), 'forms' => array('question' => object(FormView)), 'privacyUrl' => 'https://www.toyota.ua/legal/personal-data'))
(src/DcSiteBundle/Controller/Toyota/ServiceController.php:64)
at DcSiteBundle\Controller\Toyota\ServiceController->signIn(object(Request), object(ServicePageService))
(vendor/symfony/http-kernel/HttpKernel.php:163)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(public/index.php:19)
|