Symfony Exception

TypeError

HTTP 500 Internal Server Error

Argument 1 passed to str_contains() must be of the type string, null given, called in /var/app/current/src/Twig/TwigExtension.php on line 1383

Exception

TypeError

  1. }
  2. if (!function_exists('preg_last_error_msg')) {
  3.     function preg_last_error_msg(): string { return p\Php80::preg_last_error_msg(); }
  4. }
  5. if (!function_exists('str_contains')) {
  6.     function str_contains(string $haystackstring $needle): bool { return p\Php80::str_contains($haystack$needle); }
  7. }
  8. if (!function_exists('str_starts_with')) {
  9.     function str_starts_with(string $haystackstring $needle): bool { return p\Php80::str_starts_with($haystack$needle); }
  10. }
  11. if (!function_exists('str_ends_with')) {
str_contains(null, 'archive') in src/Twig/TwigExtension.php (line 1383)
  1.         try {
  2.             $slug $this->categoryConfigService->getSlugByUrl($urlwithoutSlash);
  3.             $breadcrumbs $this->menuService->getBreadcrumbs($slug);
  4.             $breadcrumbs array_filter($breadcrumbs, function ($item) {
  5.                 return !str_contains($item['url'], 'archive');
  6.             });
  7.             return $breadcrumbs;
  8.         } catch (\Exception $exception) {
  9.             $this->logger->warning($exception->getMessage());
  10.             return [];
TwigExtension->App\Twig\{closure}(array('name' => 'User', 'url' => null))
array_filter(array(array('name' => 'es_global', 'url' => '/es_global'), array('name' => 'User', 'url' => null), array('name' => 'Registro', 'url' => '/es_global/user/registro')), object(Closure)) in src/Twig/TwigExtension.php (line 1384)
  1.             $slug $this->categoryConfigService->getSlugByUrl($urlwithoutSlash);
  2.             $breadcrumbs $this->menuService->getBreadcrumbs($slug);
  3.             $breadcrumbs array_filter($breadcrumbs, function ($item) {
  4.                 return !str_contains($item['url'], 'archive');
  5.             });
  6.             return $breadcrumbs;
  7.         } catch (\Exception $exception) {
  8.             $this->logger->warning($exception->getMessage());
  9.             return [];
  10.         }
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""includes/breadcrumb.twig"));
  3.         // line 1
  4.         $context["breadcrumbs"] = $this->extensions['App\Twig\TwigExtension']->generateBreadcrumb();
  5.         // line 2
  6.         echo "
  7. ";
  8.         // line 4
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         echo "                    ";
  2.         if (((((twig_get_attribute($this->env$this->source, ($context["category"] ?? null), "family_id", [], "any"falsefalsefalse42) != "/service/virtualshowroom") && (twig_get_attribute($this->env$this->source, ($context["category"] ?? null), "family_id", [], "any"falsefalsefalse42) != "/newsroom/whexperience-center")) && (twig_get_attribute($this->env$this->source,         // line 43
  3. ($context["category"] ?? null), "microtemplate", [], "any"falsefalsefalse43) != "newsroom_refresh")) && (twig_get_attribute($this->env$this->source, ($context["category"] ?? null), "family_id", [], "any"falsefalsefalse43) != "/service/downloadcenter-oem"))) {
  4.             // line 44
  5.             echo "                        ";
  6.             $this->loadTemplate("includes/breadcrumb.twig""microtemplates/main.twig"44)->display(twig_array_merge($context, ["isNewsroomLayout" => ((($context["isNewsroomLayout"] ?? null)) ? (($context["isNewsroomLayout"] ?? null)) : (twig_in_filter("newsroom_refresh"twig_get_attribute($this->env$this->source, ($context["category"] ?? null), "microtemplate", [], "any"falsefalsefalse44))))]));
  7.             // line 45
  8.             echo "                    ";
  9.         }
  10.         // line 46
  11.         echo "                ";
in vendor/twig/twig/src/Template.php -> block_breadcrumb (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         }
  2.         // line 40
  3.         echo "            <div class=\"uk-visible@s\">
  4.                 ";
  5.         // line 41
  6.         $this->displayBlock('breadcrumb'$context$blocks);
  7.         // line 47
  8.         echo "            </div>
  9.             ";
  10.         // line 48
  11.         $this->loadTemplate("includes/globallogin.twig""microtemplates/main.twig"48)->display($context);
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""microtemplates/ct_registration.twig"));
  3.         $this->parent $this->loadTemplate("microtemplates/main.twig""microtemplates/ct_registration.twig"1);
  4.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  7.         
  8.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         }
  2.         // line 67
  3.         echo "
  4.     ";
  5.         // line 68
  6.         $this->loadTemplate((("microtemplates/ct_" . ($context["microtemplate"] ?? null)) . ".twig"), "wh_basic.twig"68)->display(twig_array_merge($context, ["story" => ($context["story"] ?? null), "type" => ($context["type"] ?? null), "mainContentContainer" => ($context["mainContentContainer"] ?? null), "path" => ($context["path"] ?? null)]));
  7.         
  8.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  9.         
  10.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
in vendor/twig/twig/src/Template.php -> block_main_content (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         }
  2.         echo "\">
  3.             ";
  4.         // line 50
  5.         echo "            ";
  6.         $this->displayBlock('main_content'$context$blocks);
  7.         // line 51
  8.         echo "            <!-- no index start -->
  9.             ";
  10.         // line 52
  11.         if (((twig_get_attribute($this->env$this->source, ($context["category"] ?? null), "family_id", [], "any"falsefalsefalse52) != "/service/virtualshowroom") && (twig_get_attribute($this->env$this->source, ($context["category"] ?? null), "family_id", [], "any"falsefalsefalse52) != "/newsroom/whexperience-center"))) {
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""wh_basic.twig"));
  3.         $this->parent $this->loadTemplate("layout.twig""wh_basic.twig"1);
  4.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  7.         
  8.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.      */
  2.     public function render(array $context = []): string
  3.     {
  4.         // using func_get_args() allows to not expose the blocks argument
  5.         // as it should only be used by internal code
  6.         return $this->template->render($context, \func_get_args()[1] ?? []);
  7.     }
  8.     /**
  9.      * Displays the template.
  10.      *
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = [])
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.         if ($this->container->has('templating')) {
  2.             @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  3.             $content $this->container->get('templating')->render($view$parameters);
  4.         } elseif ($this->container->has('twig')) {
  5.             $content $this->container->get('twig')->render($view$parameters);
  6.         } else {
  7.             throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
  8.         }
  9.         if (null === $response) {
AbstractController->render('wh_basic.twig', array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null)) in src/Controller/WebController.php (line 256)
  1.         try {
  2.             return $this->render($categoryData['template'] . '.twig', [
  3.                 "story" => $story,
  4.                 "category" => $categoryData,
  5.                 "data" => $data
  6.             ]);
  7.         } catch (\Exception $e) {
  8.             $this->logger->error($e);
  9.             throw new HttpException(500"Twig render failed."$e);
  10.         }
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.     {
  2.         $request $this->container->get('request_stack')->getCurrentRequest();
  3.         $path['_controller'] = $controller;
  4.         $subRequest $request->duplicate($querynull$path);
  5.         return $this->container->get('http_kernel')->handle($subRequestHttpKernelInterface::SUB_REQUEST);
  6.     }
  7.     /**
  8.      * Returns a RedirectResponse to the given URL.
  9.      *
AbstractController->forward('App\\Controller\\WebController::langSlug', array('_locale' => 'es_global', 'slug' => 'user/registro', 'HTTP_CLOUDFRONT_VIEWER_COUNTRY' => 'AT', 'HTTP_CLOUDFRONT_VIEWER_LATITUDE' => '48.2000', 'HTTP_CLOUDFRONT_VIEWER_LONGITUDE' => '16.3667', '_controller' => 'App\\Controller\\WebController::langSlug'), array()) in src/Controller/RedirectController.php (line 64)
  1.                 "_locale" => $locale,
  2.                 "slug" => implode("/"$urlParts),
  3.                 'HTTP_CLOUDFRONT_VIEWER_COUNTRY' => $cfCountry,
  4.                 'HTTP_CLOUDFRONT_VIEWER_LATITUDE' => $cfLatitude,
  5.                 'HTTP_CLOUDFRONT_VIEWER_LONGITUDE' => $cfLongitude,
  6.             ], $queryParams);
  7.         } else {
  8.             if (
  9.                 str_contains($url'.aspx') || str_contains($url'/_inc') || str_contains($url'.mvc') ||
  10.                 str_contains($url'/roi-tool/') || str_contains($url'.ico')
in vendor/symfony/http-kernel/HttpKernel.php -> checkRedirect (line 158)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public/index.php (line 40)
  1. $request Request::createFromGlobals();
  2. Request::setTrustedProxies(
  3.     ['127.0.0.1'$request->server->get('REMOTE_ADDR')],
  4.     Request::HEADER_X_FORWARDED_AWS_ELB
  5. );
  6. $response $kernel->handle($request);
  7. $response->send();
  8. $kernel->terminate($request$response);

Logs 2

Level Channel Message
INFO 04:44:24 php User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead.
{
    "exception": {}
}
INFO 04:44:24 php User Deprecated: Since symfony/monolog-bridge 5.2: Passing an actionLevel (int|string) as constructor's 3rd argument of "Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy" is deprecated, "Monolog\Handler\FingersCrossed\ActivationStrategyInterface" expected.
{
    "exception": {}
}
INFO 04:44:24 request Matched route "redirects".
{
    "route": "redirects",
    "route_parameters": {
        "_route": "redirects",
        "_controller": "App\\Controller\\RedirectController::checkRedirect",
        "url": "es_global/user/registro"
    },
    "request_uri": "http://wh-dev2.eu-central-1.elasticbeanstalk.com/es_global/user/registro",
    "method": "GET"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TestSessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\TestSessionListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "App\Subscriber\CdnCountrySubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Subscriber\\CdnCountrySubscriber::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "App\Subscriber\StoryblokSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Subscriber\\StoryblokSubscriber::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 04:44:24 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 04:44:24 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 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TestSessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\TestSessionListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "App\Subscriber\CdnCountrySubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Subscriber\\CdnCountrySubscriber::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "App\Subscriber\StoryblokSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Subscriber\\StoryblokSubscriber::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 04:44:24 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 04:44:24 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 04:44:24 php User Deprecated: The "Symfony\Component\Debug\Exception\FatalThrowableError" class is deprecated since Symfony 4.4.
{
    "exception": {}
}
INFO 04:44:24 php User Deprecated: The "Symfony\Component\Debug\Exception\FatalErrorException" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\Error\FatalError" instead.
{
    "exception": {}
}
CRITICAL 04:44:24 php Argument 1 passed to str_contains() must be of the type string, null given, called in /var/app/current/src/Twig/TwigExtension.php on line 1383
{
    "exception": {}
}
INFO 04:44:24 php User Deprecated: The "Symfony\Component\Debug\FatalErrorHandler\UndefinedFunctionFatalErrorHandler" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\ErrorEnhancer\UndefinedFunctionErrorEnhancer" instead.
{
    "exception": {}
}
INFO 04:44:24 php User Deprecated: The "Symfony\Component\Debug\FatalErrorHandler\FatalErrorHandlerInterface" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\FatalErrorHandler\FatalErrorHandlerInterface" instead.
{
    "exception": {}
}
INFO 04:44:24 php User Deprecated: The "Symfony\Component\Debug\FatalErrorHandler\UndefinedMethodFatalErrorHandler" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\ErrorEnhancer\UndefinedMethodErrorEnhancer" instead.
{
    "exception": {}
}
INFO 04:44:24 php User Deprecated: The "Symfony\Component\Debug\FatalErrorHandler\ClassNotFoundFatalErrorHandler" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\FatalErrorHandler\ClassNotFoundFatalErrorHandler" instead.
{
    "exception": {}
}
CRITICAL 04:44:24 request Uncaught PHP Exception TypeError: "Argument 1 passed to str_contains() must be of the type string, null given, called in /var/app/current/src/Twig/TwigExtension.php on line 1383" at /var/app/current/vendor/symfony/polyfill-php80/bootstrap.php line 29
{
    "exception": {}
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TestSessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\TestSessionListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "App\Subscriber\CdnCountrySubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Subscriber\\CdnCountrySubscriber::onKernelRequest"
}
DEBUG 04:44:24 event Notified event "kernel.request" to listener "App\Subscriber\StoryblokSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\Subscriber\\StoryblokSubscriber::onKernelRequest"
}
INFO 04:44:24 php User Deprecated: Since symfony/property-access 5.2: Passing a boolean as the first argument to "Symfony\Component\PropertyAccess\PropertyAccessor::__construct()" is deprecated. Pass a combination of bitwise flags instead (i.e an integer).
{
    "exception": {}
}
DEBUG 04:44:24 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 04:44:24 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 04:44:24 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 Trace

TypeError

TypeError:
Argument 1 passed to str_contains() must be of the type string, null given, called in /var/app/current/src/Twig/TwigExtension.php on line 1383

  at vendor/symfony/polyfill-php80/bootstrap.php:29
  at str_contains(null, 'archive')
     (src/Twig/TwigExtension.php:1383)
  at App\Twig\TwigExtension->App\Twig\{closure}(array('name' => 'User', 'url' => null))
  at array_filter(array(array('name' => 'es_global', 'url' => '/es_global'), array('name' => 'User', 'url' => null), array('name' => 'Registro', 'url' => '/es_global/user/registro')), object(Closure))
     (src/Twig/TwigExtension.php:1384)
  at App\Twig\TwigExtension->generateBreadcrumb()
     (var/cache/test/twig/db/dba5c713d7eb2e2a20813141ba325f67bdcf91c4b4b82b0ab005cf0a1a4c9574.php:43)
  at __TwigTemplate_d4150da1ab60c03123e37561da5ab82db7292ebfe37c9789b5c359dedefcabdf->doDisplay(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png', 'microtemplate' => 'registration', 'timezone' => 'Europe/Vienna', 'dateFormat' => '%B %d, %Y - %R CEST', 'type' => null, 'mainContentContainer' => null, 'path' => null, 'isNewsroomLayout' => false), array())
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png', 'microtemplate' => 'registration', 'timezone' => 'Europe/Vienna', 'dateFormat' => '%B %d, %Y - %R CEST', 'type' => null, 'mainContentContainer' => null, 'path' => null, 'isNewsroomLayout' => false), array())
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png', 'microtemplate' => 'registration', 'timezone' => 'Europe/Vienna', 'dateFormat' => '%B %d, %Y - %R CEST', 'type' => null, 'mainContentContainer' => null, 'path' => null, 'isNewsroomLayout' => false))
     (var/cache/test/twig/7d/7da5a134f93b49372aafb0aa046eee889982ad6bcdd7a5383193369fceb88509.php:178)
  at __TwigTemplate_0e426f0c1a56a64d03eb4e335eca9f390fb08658bad44e11a1f46e3dae648cbd->block_breadcrumb(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png', 'microtemplate' => 'registration', 'timezone' => 'Europe/Vienna', 'dateFormat' => '%B %d, %Y - %R CEST', 'type' => null, 'mainContentContainer' => null, 'path' => null), array('breadcrumb' => array(object(__TwigTemplate_0e426f0c1a56a64d03eb4e335eca9f390fb08658bad44e11a1f46e3dae648cbd), 'block_breadcrumb'), 'content' => array(object(__TwigTemplate_9ae2c84803835dc992bd095bb1b409763173e6ef7507094c060c5cace27e111c), 'block_content')))
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock('breadcrumb', array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png', 'microtemplate' => 'registration', 'timezone' => 'Europe/Vienna', 'dateFormat' => '%B %d, %Y - %R CEST', 'type' => null, 'mainContentContainer' => null, 'path' => null), array('breadcrumb' => array(object(__TwigTemplate_0e426f0c1a56a64d03eb4e335eca9f390fb08658bad44e11a1f46e3dae648cbd), 'block_breadcrumb'), 'content' => array(object(__TwigTemplate_9ae2c84803835dc992bd095bb1b409763173e6ef7507094c060c5cace27e111c), 'block_content')))
     (var/cache/test/twig/7d/7da5a134f93b49372aafb0aa046eee889982ad6bcdd7a5383193369fceb88509.php:138)
  at __TwigTemplate_0e426f0c1a56a64d03eb4e335eca9f390fb08658bad44e11a1f46e3dae648cbd->doDisplay(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png', 'microtemplate' => 'registration', 'timezone' => 'Europe/Vienna', 'dateFormat' => '%B %d, %Y - %R CEST', 'type' => null, 'mainContentContainer' => null, 'path' => null), array('breadcrumb' => array(object(__TwigTemplate_0e426f0c1a56a64d03eb4e335eca9f390fb08658bad44e11a1f46e3dae648cbd), 'block_breadcrumb'), 'content' => array(object(__TwigTemplate_9ae2c84803835dc992bd095bb1b409763173e6ef7507094c060c5cace27e111c), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png', 'microtemplate' => 'registration', 'timezone' => 'Europe/Vienna', 'dateFormat' => '%B %d, %Y - %R CEST', 'type' => null, 'mainContentContainer' => null, 'path' => null), array('breadcrumb' => array(object(__TwigTemplate_0e426f0c1a56a64d03eb4e335eca9f390fb08658bad44e11a1f46e3dae648cbd), 'block_breadcrumb'), 'content' => array(object(__TwigTemplate_9ae2c84803835dc992bd095bb1b409763173e6ef7507094c060c5cace27e111c), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png', 'microtemplate' => 'registration', 'timezone' => 'Europe/Vienna', 'dateFormat' => '%B %d, %Y - %R CEST', 'type' => null, 'mainContentContainer' => null, 'path' => null), array('content' => array(object(__TwigTemplate_9ae2c84803835dc992bd095bb1b409763173e6ef7507094c060c5cace27e111c), 'block_content')))
     (var/cache/test/twig/01/0110d2c884434c6590edc046b709323cba17e41da3ce8bb79216cbedacf258e5.php:48)
  at __TwigTemplate_9ae2c84803835dc992bd095bb1b409763173e6ef7507094c060c5cace27e111c->doDisplay(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png', 'microtemplate' => 'registration', 'timezone' => 'Europe/Vienna', 'dateFormat' => '%B %d, %Y - %R CEST', 'type' => null, 'mainContentContainer' => null, 'path' => null), array('content' => array(object(__TwigTemplate_9ae2c84803835dc992bd095bb1b409763173e6ef7507094c060c5cace27e111c), 'block_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png', 'microtemplate' => 'registration', 'timezone' => 'Europe/Vienna', 'dateFormat' => '%B %d, %Y - %R CEST', 'type' => null, 'mainContentContainer' => null, 'path' => null), array('content' => array(object(__TwigTemplate_9ae2c84803835dc992bd095bb1b409763173e6ef7507094c060c5cace27e111c), 'block_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png', 'microtemplate' => 'registration', 'timezone' => 'Europe/Vienna', 'dateFormat' => '%B %d, %Y - %R CEST', 'type' => null, 'mainContentContainer' => null, 'path' => null))
     (var/cache/test/twig/13/138ba616767bd4f2bd942baae39f9ecce72e56385bb0d3dcbf78ef9a253f7af3.php:250)
  at __TwigTemplate_4f372b32a9e826360c49033f68a75492fb203cc07a91587b09e2c3bf3439a0e3->block_main_content(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png', 'microtemplate' => 'registration', 'timezone' => 'Europe/Vienna', 'dateFormat' => '%B %d, %Y - %R CEST'), array('main_content' => array(object(__TwigTemplate_4f372b32a9e826360c49033f68a75492fb203cc07a91587b09e2c3bf3439a0e3), 'block_main_content'), 'script' => array(object(__TwigTemplate_537bf0e9fdb3f623cc467298cb972d0b01eeedf676fc0e253df4c3b349a68ef1), 'block_script'), 'main_includes' => array(object(__TwigTemplate_537bf0e9fdb3f623cc467298cb972d0b01eeedf676fc0e253df4c3b349a68ef1), 'block_main_includes')))
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock('main_content', array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png'), array('main_content' => array(object(__TwigTemplate_4f372b32a9e826360c49033f68a75492fb203cc07a91587b09e2c3bf3439a0e3), 'block_main_content'), 'script' => array(object(__TwigTemplate_537bf0e9fdb3f623cc467298cb972d0b01eeedf676fc0e253df4c3b349a68ef1), 'block_script'), 'main_includes' => array(object(__TwigTemplate_537bf0e9fdb3f623cc467298cb972d0b01eeedf676fc0e253df4c3b349a68ef1), 'block_main_includes')))
     (var/cache/test/twig/76/7662a9cae98a815b53598c96ffb032300ea478bdce828e8ed18e3684fa710214.php:183)
  at __TwigTemplate_537bf0e9fdb3f623cc467298cb972d0b01eeedf676fc0e253df4c3b349a68ef1->doDisplay(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable), 'og_image' => 'https://www.wh.com/images/og_image.png'), array('main_content' => array(object(__TwigTemplate_4f372b32a9e826360c49033f68a75492fb203cc07a91587b09e2c3bf3439a0e3), 'block_main_content'), 'script' => array(object(__TwigTemplate_537bf0e9fdb3f623cc467298cb972d0b01eeedf676fc0e253df4c3b349a68ef1), 'block_script'), 'main_includes' => array(object(__TwigTemplate_537bf0e9fdb3f623cc467298cb972d0b01eeedf676fc0e253df4c3b349a68ef1), 'block_main_includes')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable)), array('main_content' => array(object(__TwigTemplate_4f372b32a9e826360c49033f68a75492fb203cc07a91587b09e2c3bf3439a0e3), 'block_main_content'), 'script' => array(object(__TwigTemplate_537bf0e9fdb3f623cc467298cb972d0b01eeedf676fc0e253df4c3b349a68ef1), 'block_script'), 'main_includes' => array(object(__TwigTemplate_537bf0e9fdb3f623cc467298cb972d0b01eeedf676fc0e253df4c3b349a68ef1), 'block_main_includes')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable)), array('main_content' => array(object(__TwigTemplate_4f372b32a9e826360c49033f68a75492fb203cc07a91587b09e2c3bf3439a0e3), 'block_main_content')))
     (var/cache/test/twig/13/138ba616767bd4f2bd942baae39f9ecce72e56385bb0d3dcbf78ef9a253f7af3.php:48)
  at __TwigTemplate_4f372b32a9e826360c49033f68a75492fb203cc07a91587b09e2c3bf3439a0e3->doDisplay(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable)), array('main_content' => array(object(__TwigTemplate_4f372b32a9e826360c49033f68a75492fb203cc07a91587b09e2c3bf3439a0e3), 'block_main_content')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null, 'app' => object(AppVariable)), array('main_content' => array(object(__TwigTemplate_4f372b32a9e826360c49033f68a75492fb203cc07a91587b09e2c3bf3439a0e3), 'block_main_content')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null), array())
     (vendor/twig/twig/src/TemplateWrapper.php:45)
  at Twig\TemplateWrapper->render(array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null))
     (vendor/twig/twig/src/Environment.php:318)
  at Twig\Environment->render('wh_basic.twig', array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null))
     (vendor/symfony/framework-bundle/Controller/ControllerTrait.php:235)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('wh_basic.twig', array('story' => array('name' => 'Registro', 'created_at' => '2020-04-20T08:48:08.582Z', 'published_at' => '2020-04-20T09:43:02.252Z', 'alternates' => array(array('id' => 13610340, 'name' => 'Registro', 'slug' => 'registro', 'published' => true, 'full_slug' => 'es_iberica/user/registro/', 'is_folder' => false, 'parent_id' => 2357653)), 'id' => 10159804, 'uuid' => '9b34938b-8c0c-4bcd-805c-80f7a772cb0e', 'content' => array('_uid' => '5fabfe70-c9f1-488e-9ff4-87a15da3355b', 'title' => '[de_global] Registrierung', 'urltext' => '', 'keywords' => 'Registrierung', 'aboutleft' => '', 'component' => 'ct_registration', 'master_id' => 'L_25613', 'aboutright' => '', 'page_title' => 'Registrierung', 'description' => 'Registrieren Sie sich um zusätzliche Informationen von W&H Produkten zu erlangen', 'moreinfourl' => '', 'previewBlock' => '0', 'publish_date' => '2016-08-31 22:10', 'container_103' => array(array('_uid' => 'bd4be2e0-ce5c-4359-b658-5ea936a70382', 'headline' => 'Gracias por registrarse', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "bd4be2e0-ce5c-4359-b658-5ea936a70382", "id": "10159804"}-->'), array('_uid' => '3cd0e3d4-57b1-4603-9d88-cb66dc9d904c', 'content' => 'Haga clic en el enlace de activación que se envió a su bandeja de entrada.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "3cd0e3d4-57b1-4603-9d88-cb66dc9d904c", "id": "10159804"}-->')), 'container_104' => array(array('_uid' => '1c89c304-5a10-4651-b435-803f2553322b', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "1c89c304-5a10-4651-b435-803f2553322b", "id": "10159804"}-->'), array('_uid' => '47633df1-98b7-499f-9341-5e291430bfa4', 'content' => 'El registro no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "47633df1-98b7-499f-9341-5e291430bfa4", "id": "10159804"}-->')), 'container_105' => array(array('_uid' => 'a887e96f-247c-4c3c-819b-f7308f130fa8', 'headline' => 'Registro', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "a887e96f-247c-4c3c-819b-f7308f130fa8", "id": "10159804"}-->')), 'container_120' => array(array('_uid' => 'ba80f46a-7461-4403-9ef6-4dde183da7d3', 'content' => '<div id="regcontact" style="background: url(/mam/images/whcom/global/contact/contact-form/wh-dental-contact.jpg) 100% 100% no-repeat;">', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "ba80f46a-7461-4403-9ef6-4dde183da7d3", "id": "10159804"}-->'), array('_uid' => '89b09075-f7d8-4d2a-b89b-f38e42cceec0', 'headline' => 'Contacto con el fabricante', 'component' => 'LT_basic_standard_headline_h2-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_standard_headline_h2-flex", "space": "45617", "uid": "89b09075-f7d8-4d2a-b89b-f38e42cceec0", "id": "10159804"}-->'), array('fax' => '+43 6274 6236-55', 'tel' => '+43 6274 6236-0', 'zip' => '5111', '_uid' => '56246c74-2235-4582-bef3-ab8206fe7b94', 'city' => 'Bürmoos', 'fax2' => '', 'name' => 'W&H Dentalwerk Bürmoos GmbH', 'tel2' => '', 'url1' => '', 'email' => 'office', 'popup' => '_self', 'email2' => '', 'email3' => '', 'popup1' => '_self', 'street' => 'Ignaz-Glaser-Strasse 53', 'country' => 'Austria', 'prefix1' => 't', 'prefix2' => 'm', 'prefix3' => 'f', 'prefix4' => 'f', 'street2' => 'Postfach 1', 'headline' => '', 'urltext1' => '', 'component' => 'LT_contact-flex', 'googleMap' => 'https://www.google.com/maps/place/W&H+Dentalwerk+Bürmoos+GmbH/@47.9827178,12.9187158,17z/data=!3m1!4b1!4m5!3m4!1s0x477681d316d880cf:0x6198d9309b512c57!8m2!3d47.9827142!4d12.9209045', 'popupMore' => '_self', 'emailDomain' => 'wh.com', 'moreInfoUrl' => '', 'emailDomain2' => '', 'emailDomain3' => '', '_editable' => '<!--#storyblok#{"name": "LT_contact-flex", "space": "45617", "uid": "56246c74-2235-4582-bef3-ab8206fe7b94", "id": "10159804"}-->'), array('_uid' => '426179c0-20dc-4dd6-8cfc-4ab4f10dd09a', 'content' => '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />&nbsp;</div>', 'component' => 'administration-flex', '_editable' => '<!--#storyblok#{"name": "administration-flex", "space": "45617", "uid": "426179c0-20dc-4dd6-8cfc-4ab4f10dd09a", "id": "10159804"}-->')), 'container_150' => array(array('_uid' => '2c9be6ed-7922-4f3f-90f9-a92c37faf936', 'headline' => 'Ya estas registrado', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "2c9be6ed-7922-4f3f-90f9-a92c37faf936", "id": "10159804"}-->')), 'container_160' => array(array('_uid' => '462672a5-0250-4753-8b25-c94abab35cfc', 'smaller' => false, 'headline' => 'Se ha registrado correctamente', 'component' => 'LT_basic_small_headline_h3-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_small_headline_h3-flex", "space": "45617", "uid": "462672a5-0250-4753-8b25-c94abab35cfc", "id": "10159804"}-->'), array('_uid' => '7874f1c9-764e-47f4-9396-fa8f9ec755fc', 'content' => '<b>Ya puede iniciar sesión</b> y aprovechar las ventajas para usuarios registrados.', 'headline' => '', 'component' => 'standard_headline_h2_width_text-flex', '_editable' => '<!--#storyblok#{"name": "standard_headline_h2_width_text-flex", "space": "45617", "uid": "7874f1c9-764e-47f4-9396-fa8f9ec755fc", "id": "10159804"}-->')), 'container_170' => array(array('_uid' => '67a62035-cc70-4d13-86d4-d1fa88c80be9', 'headline' => '¡Error!', 'component' => 'LT_basic_main_headline_h1-flex', 'margin_bottom' => '', '_editable' => '<!--#storyblok#{"name": "LT_basic_main_headline_h1-flex", "space": "45617", "uid": "67a62035-cc70-4d13-86d4-d1fa88c80be9", "id": "10159804"}-->'), array('_uid' => '0ca01653-4b1f-4756-adac-24ea1327b4ed', 'content' => 'La activación no ha podido realizarse correctamente. Póngase en contacto con <a href="mailto:info@wh.com?subject=Registration%20failed">info@wh.com</a>.', 'headline' => '', 'component' => 'LT_basic_text-flex', '_editable' => '<!--#storyblok#{"name": "LT_basic_text-flex", "space": "45617", "uid": "0ca01653-4b1f-4756-adac-24ea1327b4ed", "id": "10159804"}-->')), 'ignoreInSearch' => true, 'moreinfourltext' => '', 'product_unavailable' => false, '_editable' => '<!--#storyblok#{"name": "ct_registration", "space": "45617", "uid": "5fabfe70-c9f1-488e-9ff4-87a15da3355b", "id": "10159804"}-->'), 'slug' => 'registro', 'full_slug' => 'es_global/user/registro/', 'default_full_slug' => null, 'sort_by_date' => null, 'position' => 0, 'tag_list' => array(), 'is_startpage' => true, 'parent_id' => 10159803, 'meta_data' => null, 'group_id' => 'efb5e862-48dd-4325-baad-4654d11f867a', 'first_published_at' => '2019-02-21T11:31:19.087Z', 'release_id' => null, 'lang' => 'default', 'path' => null, 'translated_slugs' => array()), 'category' => array('_uid' => '8e5f0664-66a3-4a43-816b-b44ce82350d7', 'lang' => 'es_global', 'navicon' => '', 'seo_url' => '/es_global/user/registro', 'cat_name' => 'Registro', 'cat_slug' => 'registro', 'catbgimg' => '', 'children' => array(), 'template' => 'wh_basic', 'component' => 'categoryConfiguration', 'family_id' => '/user/registration', 'nav_title' => '', 'catbgcolor' => '', 'globaluser' => '', 'is_dynamic' => '', 'catbgimgurl' => '', 'hotlink_url' => '', 'studentuser' => '', 'topnav_show' => '', 'leftnav_show' => '', 'sitemap_show' => '', 'categoryImage' => '', 'catlinktarget' => '', 'microtemplate' => 'registration', 'teaserinclude' => '', 'hideEverywhere' => '', 'hideInDatatool' => '', 'tracking_title' => '', 'hideButShowData' => '', 'studentnav_show' => '', 'categoryPassword' => '', 'teaserinclude_uri' => '', 'teaserOverviewPath' => '', 'isNavigationDuplicate' => '', 'showInTroubleShooting' => '', '__imperia_category_template' => '', '_editable' => '<!--#storyblok#{"name": "categoryConfiguration", "space": "45617", "uid": "8e5f0664-66a3-4a43-816b-b44ce82350d7", "id": "549938"}-->'), 'data' => null))
     (src/Controller/WebController.php:256)
  at App\Controller\WebController->langSlug('es_global', 'user/registro', null)
     (vendor/symfony/http-kernel/HttpKernel.php:158)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
     (vendor/symfony/http-kernel/HttpKernel.php:80)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2)
     (vendor/symfony/framework-bundle/Controller/ControllerTrait.php:96)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->forward('App\\Controller\\WebController::langSlug', array('_locale' => 'es_global', 'slug' => 'user/registro', 'HTTP_CLOUDFRONT_VIEWER_COUNTRY' => 'AT', 'HTTP_CLOUDFRONT_VIEWER_LATITUDE' => '48.2000', 'HTTP_CLOUDFRONT_VIEWER_LONGITUDE' => '16.3667', '_controller' => 'App\\Controller\\WebController::langSlug'), array())
     (src/Controller/RedirectController.php:64)
  at App\Controller\RedirectController->checkRedirect('/es_global/user/registro')
     (vendor/symfony/http-kernel/HttpKernel.php:158)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:80)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:201)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:40)