Exceptions
Exception
Twig\Error\ RuntimeError
Show exception properties
Twig\Error\RuntimeError {#2397 -lineno: 60 -rawMessage: "Variable "categories" does not exist." -source: Twig\Source {#2382 -code: """ <header class="hero-desktop relative w-full bg-dark-blue-background hidden lg:block lg:h-full xl:h-[90vh] overflow-hidden"\n data-controller="desktop-menu">\n \n <div class="absolute bottom-0 h-[20%] xl:h-[24vh] left-0 right-0 {{ backgroundCornerColorClass }}"></div>\n {{ component('HeroBackground', { imageUrl: (imageUrl), videoUrl: (videoUrl), containerClass: 'top-[var(--top-bar-height)]\n lg:min-w-[calc(100vw-(50vw-(512px-2em)))] lg:max-w-[calc(100%-500px)]\n xl:min-w-[calc(100vw-(50vw-(640px-2em)))] xl:max-w-[calc(100%-100px)]\n 2xl:min-w-[calc(100vw-(50vw-(768px-2em)))] 2xl:max-w-[calc(100%-150px)]\n lg:h-[70vh] xl:h-[80vh] ' }) }}\n \n <div class="fixed right-0 left-0 w-full bg-dark-blue-background z-40">\n <nav class="container flex mx-auto gap-8 xl:gap-14 justify-between items-center h-(--top-bar-height) text-white font-medium text-lg font-sans tracking-widest px-8 xl:px-16">\n <a class="flex items-center h-full" href="/">\n {{ ux_icon('logo-champel-current-color-text', {class: "text-dark-blue-background h-12 transition-colors duration-700 ease-out", "data-scroll-target": "topbarIcon"}) }}\n </a>\n <div class="flex justify-end items-center gap-12">\n <a href="tel:{{ contact_phone|replace({" " : "", "(0)": ""}) }}"\n class="flex items-center gap-2 hover:text-gray-300 transition-colors">{{ ux_icon('phone', { class: "h-4 text-primary"}) }}{{ contact_phone }}\n </a>\n <a href="{{ path('clinic', {'_fragment': 'news'}) }}"\n class="hover:text-gray-300 transition-colors">{{ 'navigation.news'|trans|upper }}</a>\n {{ include("blocks/menu-lang.html.twig") }}\n <a href="#"\n class="inline-flex items-center justify-center\n bg-white text-text-secondary px-6 py-2 text-sm\n font-bold tracking-widest hover:bg-gray-200 transition-colors uppercase">\n {{ 'navigation.contacts'|trans|upper }}\n </a>\n </div>\n </nav>\n </div>\n {% component 'Container' with { class: 'flex-col mt-(--top-bar-height)' } %}\n {% block content %}<nav class="flex justify-between items-end text-white font-medium text-white font-semibold text-sm z-1 pt-8 px-20">\n <button data-desktop-menu-index-param="0" data-action="click->desktop-menu#clickMenu"\n data-desktop-menu-target="button"\n class="py-6 px-4">\n <span class="hover-underline-animation left max-w-[100px] xl:max-w-none text-left">{{ 'navigation.menu.pathologies_and_solutions'|trans|upper }}</span>\n </button>\n <a href="{{ path('clinic', {'_fragment': 'news'}) }}"\n class="py-6"><span\n class="hover-underline-animation left max-w-[80px] xl:max-w-none">{{ 'navigation.menu.the_clinic'|trans|upper }}</span></a>\n <a href="{{ path('team') }}"\n class="py-6"><span\n class="hover-underline-animation left">{{ 'navigation.menu.team'|trans|upper }}</span></a>\n <a href="{{ path('patient-journey') }}"\n class="py-6"><span\n class="hover-underline-animation left">{{ 'navigation.menu.patient-journey'|trans|upper }}</span></a>\n <a href="{{ path('join-us') }}"\n class="py-6"><span\n class="hover-underline-animation left">{{ 'navigation.menu.join_us'|trans|upper }}</span></a>\n <a href="{{ path('faq') }}"\n class="py-6"><span\n class="hover-underline-animation left max-w-[100px] xl:max-w-none">{{ 'navigation.menu.faq'|trans|upper }}</span></a>\n </nav>\n {% endblock %}{% endcomponent %}\n \n <div data-desktop-menu-target="menu"\n class="text-white box-content bg-primary lg:top-50 xl:top-44 z-99 right-0 left-0 absolute overflow-hidden transform transition-transform duration-300 ease-in-out translate-x-full">\n {% component 'Container' with { class: 'grid grid-cols-3 gap-12 py-14 px-16 relative' } %}\n {% block content %}{% for category in categories %}\n <div class="flex flex-col gap-4">\n <h2 class="text-secondary font-bold text-xl uppercase">{{ category.name }}</h2>\n <div class="flex flex-col pl-4">\n {% for surgery in category.surgeries %}\n <a class="text-lg py-2 px-2"\n href="{{ path("pathologies-and-treatments-details", {slug: surgery.slug, id: surgery.id}) }}"><span\n class="hover-underline-animation left">{{ surgery.name }}</span></a>\n {% endfor %}\n </div>\n </div>\n {% endfor %}\n {% endblock %}{% endcomponent %}\n </div>\n \n <div class="container flex flex-row lg:gap-25 xl:gap-40 2xl:gap-50 px-20 lg:h-[55%] xl:h-[60%] 2xl:h-[75%] items-center mx-auto">\n {{ ux_icon('logo-champel-blue-full-text', {class: "z-10 lg:min-w-[220px] xl:min-w-40 2xl:min-w-50 max-w-55 2xl:max-w-70"}) }}\n {% block content %}{% endblock %}\n </div>\n </header>\n """ -name: "components/HeroDesktop.html.twig" -path: "/app/templates/components/HeroDesktop.html.twig" } -phpFile: "/app/var/cache/dev/twig/a0/a011c96191c280157d116f1c3292a901.php" -phpLine: 633 }
in
templates/components/HeroDesktop.html.twig
(line 60)
class="hover-underline-animation left max-w-[100px] xl:max-w-none">{{ 'navigation.menu.faq'|trans|upper }}</span></a></nav></twig:Container><div data-desktop-menu-target="menu"class="text-white box-content bg-primary lg:top-50 xl:top-44 z-99 right-0 left-0 absolute overflow-hidden transform transition-transform duration-300 ease-in-out translate-x-full"><twig:Container class="grid grid-cols-3 gap-12 py-14 px-16 relative">{% for category in categories %}<div class="flex flex-col gap-4"><h2 class="text-secondary font-bold text-xl uppercase">{{ category.name }}</h2><div class="flex flex-col pl-4">
in
var/cache/dev/twig/a0/a011c96191c280157d116f1c3292a901.php
->
{closure:__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca___38046049631::block_content():633}
(line 633)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));$context['_parent'] = $context;$context['_seq'] = CoreExtension::ensureTraversable((isset($context["categories"]) || array_key_exists("categories", $context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.', 60, $this->source); })()));foreach ($context['_seq'] as $context["_key"] => $context["category"]) {// line 61yield " <div class=\"flex flex-col gap-4\"><h2 class=\"text-secondary font-bold text-xl uppercase\">";// line 62
in
vendor/twig/twig/src/Template.php
->
block_content
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/dev/twig/6c/6cd0ae92d30ad3434419df313de4a72e.php
->
yieldBlock
(line 56)
yield "\" style=\"";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["style"]) || array_key_exists("style", $context) ? $context["style"] : (function () { throw new RuntimeError('Variable "style" does not exist.', 1, $this->source); })()), "html", null, true);yield "\">";// line 2yield from $this->unwrap()->yieldBlock('content', $context, $blocks);// line 3yield "</div>";$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/a0/a011c96191c280157d116f1c3292a901.php
->
yield
(line 589)
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/HeroDesktop.html.twig"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/HeroDesktop.html.twig"));yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
var/cache/dev/twig/a0/a011c96191c280157d116f1c3292a901.php
->
display
(line 140)
$preRenderEvent = $_v1->startEmbedComponent("Container", Twig\Extension\CoreExtension::toArray(["class" => "grid grid-cols-3 gap-12 py-14 px-16 relative"]), $context, "components/HeroDesktop.html.twig", 38046049631);$embeddedContext = $preRenderEvent->getVariables();$embeddedContext["__parent__"] = $preRenderEvent->getTemplate();$embeddedContext["outerBlocks"] ??= new \Symfony\UX\TwigComponent\BlockStack();$embeddedBlocks = $embeddedContext["outerBlocks"]->convert($blocks, 38046049631);$this->load("components/HeroDesktop.html.twig", 59, "38046049631")->display($embeddedContext, $embeddedBlocks);$_v1->finishEmbedComponent();}// line 73yield " </div>
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/ae/ae7caf5995872e9f54b03c119c3e0151.php
->
yield
(line 523)
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/contact/index.html.twig"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/contact/index.html.twig"));yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
var/cache/dev/twig/ae/ae7caf5995872e9f54b03c119c3e0151.php
->
display
(line 102)
$preRenderEvent = $_v1->startEmbedComponent("HeroDesktop", Twig\Extension\CoreExtension::toArray(["imageUrl" => $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/pages/home/geneva.jpg"), "videoUrl" => "https://vimeo.com/1031499866?share=copy#t=0"]), $context, "pages/contact/index.html.twig", 20211848701);$embeddedContext = $preRenderEvent->getVariables();$embeddedContext["__parent__"] = $preRenderEvent->getTemplate();$embeddedContext["outerBlocks"] ??= new \Symfony\UX\TwigComponent\BlockStack();$embeddedBlocks = $embeddedContext["outerBlocks"]->convert($blocks, 20211848701);$this->load("pages/contact/index.html.twig", 13, "20211848701")->display($embeddedContext, $embeddedBlocks);$_v1->finishEmbedComponent();}// line 14yield " ";// line 15
in
vendor/twig/twig/src/Template.php
->
block_body
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/dev/twig/f5/f527c69cf302c15200a701657b8db858.php
->
yieldBlock
(line 94)
// line 17yield $this->env->getRuntime('Symfony\UX\TwigComponent\Twig\ComponentRuntime')->render("MobileMenu");yield "";// line 18yield from $this->unwrap()->yieldBlock('body', $context, $blocks);// line 20yield from $this->load("layout/map-and-contact.html.twig", 20)->unwrap()->yield($context);// line 21yield from $this->load("layout/footer.html.twig", 21)->unwrap()->yield($context);// line 22
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/ae/ae7caf5995872e9f54b03c119c3e0151.php
->
yield
(line 53)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/contact/index.html.twig"));$this->parent = $this->load("base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 467)
if (null !== $block) {return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);}return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 472)
return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);$response ??= new Response();if (200 === $response->getStatusCode()) {foreach ($parameters as $v) {if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 284)
* If an invalid form is found in the list of parameters, a 422 status code is returned.* Forms found in parameters are auto-cast to form views.*/protected function render(string $view, array $parameters = [], ?Response $response = null): Response{return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}/*** Renders a block in a view.*
AbstractController->render('pages/contact/index.html.twig', array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(Form), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)))))
in
src/Controller/Unauthenticated/ContactController.php
(line 61)
$this->addFlash("success", $this->translator->trans("contactForm.submitConfirmation"));return $this->redirectToRoute("contact");}return $this->render("pages/contact/index.html.twig",compact("surgeries", "metadata", "hideMapInFooter", "form", "surgeriesByCategories"));}}
in
vendor/symfony/http-kernel/HttpKernel.php
->
index
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 193)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 32)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
<?phpuse App\Kernel;require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool)$context['APP_DEBUG']);};
Logs
| Level | Message |
|---|---|
| info 17:08:22 |
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm) {
"exception": {}
}
|
| info 17:08:22 |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "50b1da"
},
"request_uri": "https://cliniquechampel.w-ap.dev/_profiler/50b1da",
"method": "GET"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls". {
"event": "kernel.request",
"listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequestPrettyUrls"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "App\EventListener\LocaleEventListener::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventListener\\LocaleEventListener::onKernelRequest"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
|
| debug 17:08:22 |
Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequest"
}
|
| debug 17:08:22 |
Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController". {
"event": "kernel.controller",
"listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelController"
}
|
| debug 17:08:22 |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| debug 17:08:22 |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| debug 17:08:22 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\IsSignatureValidAttributeListener::onKernelControllerArguments"
}
|
| debug 17:08:22 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
|
| debug 17:08:22 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| debug 17:08:22 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| debug 17:08:22 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestPayloadValueResolver::onKernelControllerArguments"
}
|
| debug 17:08:22 |
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
|
RuntimeError
|
|---|
Twig\Error\RuntimeError:
Variable "categories" does not exist in "components/HeroDesktop.html.twig" at line 60.
at templates/components/HeroDesktop.html.twig:60
at __TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca___38046049631->{closure:__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca___38046049631::block_content():633}()
(var/cache/dev/twig/a0/a011c96191c280157d116f1c3292a901.php:633)
at __TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca___38046049631->block_content(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(Container), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__props' => array('class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__parent__' => 'components/Container.html.twig', 'outerBlocks' => object(BlockStack), 'class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null, '_parent' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(Container), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__props' => array('class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__parent__' => 'components/Container.html.twig', 'outerBlocks' => object(BlockStack), 'class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null)), array('content' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca___38046049631), 'block_content'), 'outer__block_fallback' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5___20211848701), 'block_outer__block_fallback'), 'outer__content_1714418250' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca), 'block_content'), 'outer__javascripts_1576873497' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'outer__stylesheets_1794153731' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'outer__body_1479371583' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(vendor/twig/twig/src/Template.php:446)
at Twig\Template->yieldBlock('content', array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(Container), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__props' => array('class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__parent__' => 'components/Container.html.twig', 'outerBlocks' => object(BlockStack), 'class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), array('content' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca___38046049631), 'block_content'), 'outer__block_fallback' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5___20211848701), 'block_outer__block_fallback'), 'outer__content_1714418250' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca), 'block_content'), 'outer__javascripts_1576873497' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'outer__stylesheets_1794153731' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'outer__body_1479371583' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(var/cache/dev/twig/6c/6cd0ae92d30ad3434419df313de4a72e.php:56)
at __TwigTemplate_2bf1f12d2111e73d5ea5e1e5e9194d76->doDisplay(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(Container), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__props' => array('class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__parent__' => 'components/Container.html.twig', 'outerBlocks' => object(BlockStack), 'class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), array('content' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca___38046049631), 'block_content'), 'outer__block_fallback' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5___20211848701), 'block_outer__block_fallback'), 'outer__content_1714418250' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca), 'block_content'), 'outer__javascripts_1576873497' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'outer__stylesheets_1794153731' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'outer__body_1479371583' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(Container), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__props' => array('class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__parent__' => 'components/Container.html.twig', 'outerBlocks' => object(BlockStack), 'class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), array('content' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca___38046049631), 'block_content'), 'outer__block_fallback' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5___20211848701), 'block_outer__block_fallback'), 'outer__content_1714418250' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca), 'block_content'), 'outer__javascripts_1576873497' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'outer__stylesheets_1794153731' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'outer__body_1479371583' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(var/cache/dev/twig/a0/a011c96191c280157d116f1c3292a901.php:589)
at __TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca___38046049631->doDisplay(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(Container), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__props' => array('class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__parent__' => 'components/Container.html.twig', 'outerBlocks' => object(BlockStack), 'class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), array('outer__block_fallback' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5___20211848701), 'block_outer__block_fallback'), 'content' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca___38046049631), 'block_content'), 'outer__content_1714418250' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca), 'block_content'), 'outer__javascripts_1576873497' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'outer__stylesheets_1794153731' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'outer__body_1479371583' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(Container), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__props' => array('class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__parent__' => 'components/Container.html.twig', 'outerBlocks' => object(BlockStack), 'class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), array('outer__block_fallback' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5___20211848701), 'block_outer__block_fallback'), 'content' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca___38046049631), 'block_content'), 'outer__content_1714418250' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca), 'block_content'), 'outer__javascripts_1576873497' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'outer__stylesheets_1794153731' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'outer__body_1479371583' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(vendor/twig/twig/src/Template.php:358)
at Twig\Template->display(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(Container), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__props' => array('class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), '__parent__' => 'components/Container.html.twig', 'outerBlocks' => object(BlockStack), 'class' => 'grid grid-cols-3 gap-12 py-14 px-16 relative', 'style' => null), array('outer__content_1714418250' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca), 'block_content'), 'outer__block_fallback' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5___20211848701), 'block_outer__block_fallback'), 'outer__javascripts_1576873497' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'outer__stylesheets_1794153731' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'outer__body_1479371583' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(var/cache/dev/twig/a0/a011c96191c280157d116f1c3292a901.php:140)
at __TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca->doDisplay(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), array('content' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca), 'block_content'), 'outer__block_fallback' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5___20211848701), 'block_outer__block_fallback'), 'outer__javascripts_1576873497' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'outer__stylesheets_1794153731' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'outer__body_1479371583' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), array('content' => array(object(__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca), 'block_content'), 'outer__block_fallback' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5___20211848701), 'block_outer__block_fallback'), 'outer__javascripts_1576873497' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'outer__stylesheets_1794153731' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'outer__body_1479371583' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(var/cache/dev/twig/ae/ae7caf5995872e9f54b03c119c3e0151.php:523)
at __TwigTemplate_02fc134678db334b4d23b815099d6fd5___20211848701->doDisplay(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), array('outer__block_fallback' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5___20211848701), 'block_outer__block_fallback'), 'outer__javascripts_1576873497' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'outer__stylesheets_1794153731' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'outer__body_1479371583' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), array('outer__block_fallback' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5___20211848701), 'block_outer__block_fallback'), 'outer__javascripts_1576873497' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'outer__stylesheets_1794153731' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'outer__body_1479371583' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(vendor/twig/twig/src/Template.php:358)
at Twig\Template->display(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true, 'imageUrl' => 'https://cliniquechampel.w-ap.dev/build/assets/images/pages/home/geneva.jpg', 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'imgUrl' => null, 'backgroundCornerColorClass' => 'bg-white', 'attributes' => object(ComponentAttributes), 'this' => object(HeroDesktop), 'computed' => object(ComputedPropertiesProxy), 'outerScope' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__props' => array('imgUrl' => null, 'videoUrl' => 'https://vimeo.com/1031499866?share=copy#t=0', 'backgroundCornerColorClass' => 'bg-white'), '__context' => array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch', '__embedded' => true), '__parent__' => 'components/HeroDesktop.html.twig', 'outerBlocks' => object(BlockStack)), array('outer__javascripts_1576873497' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'outer__stylesheets_1794153731' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'outer__body_1479371583' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(var/cache/dev/twig/ae/ae7caf5995872e9f54b03c119c3e0151.php:102)
at __TwigTemplate_02fc134678db334b4d23b815099d6fd5->block_body(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch'), array('javascripts' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'stylesheets' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(vendor/twig/twig/src/Template.php:446)
at Twig\Template->yieldBlock('body', array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch'), array('javascripts' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'stylesheets' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(var/cache/dev/twig/f5/f527c69cf302c15200a701657b8db858.php:94)
at __TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71->doDisplay(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch'), array('javascripts' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'stylesheets' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch'), array('javascripts' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_javascripts'), 'stylesheets' => array(object(__TwigTemplate_ab3f9af50f1ab1de7b3389782bb5bd71), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(var/cache/dev/twig/ae/ae7caf5995872e9f54b03c119c3e0151.php:53)
at __TwigTemplate_02fc134678db334b4d23b815099d6fd5->doDisplay(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch'), array('body' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery))), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable), 'contact_email' => 'info@cliniquechampel.ch', 'postal_address' => 'Avenue de Champel 42', 'locality' => 'Genève', 'zip_code' => '1207', 'city_fr' => 'Genève', 'city_en' => 'Geneva', 'contact_phone' => '+41 76 567 90 29', 'contact_fax' => '', 'IDENumber' => 'CHE-335.076.264', 'website' => 'https://cliniquechampel.ch'), array('body' => array(object(__TwigTemplate_02fc134678db334b4d23b815099d6fd5), 'block_body')))
(vendor/twig/twig/src/Template.php:358)
at Twig\Template->display(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)))))
(vendor/twig/twig/src/Template.php:373)
at Twig\Template->render(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)))))
(vendor/twig/twig/src/TemplateWrapper.php:51)
at Twig\TemplateWrapper->render(array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)))))
(vendor/twig/twig/src/Environment.php:333)
at Twig\Environment->render('pages/contact/index.html.twig', array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)))))
(vendor/symfony/framework-bundle/Controller/AbstractController.php:467)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('pages/contact/index.html.twig', null, array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(FormView), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)))), 'render')
(vendor/symfony/framework-bundle/Controller/AbstractController.php:472)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('pages/contact/index.html.twig', null, array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(Form), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)))), null, 'render')
(vendor/symfony/framework-bundle/Controller/AbstractController.php:284)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('pages/contact/index.html.twig', array('surgeries' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'metadata' => null, 'hideMapInFooter' => true, 'form' => object(Form), 'surgeriesByCategories' => array('gynecology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'ophthalmology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)), 'urology' => array(object(Surgery), object(Surgery), object(Surgery), object(Surgery), object(Surgery)))))
(src/Controller/Unauthenticated/ContactController.php:61)
at App\Controller\Unauthenticated\ContactController->index(object(Request))
(vendor/symfony/http-kernel/HttpKernel.php:183)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:193)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:32)
at require_once('/app/vendor/autoload_runtime.php')
(public/index.php:5)
|