Error 500 Internal Server Error

GET https://cliniquechampel.w-ap.dev/fr/contact

Exceptions

Variable "categories" does not exist in components/HeroDesktop.html.twig at line 60.

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
}
  1. class="hover-underline-animation left max-w-[100px] xl:max-w-none">{{ 'navigation.menu.faq'|trans|upper }}</span></a>
  2. </nav>
  3. </twig:Container>
  4. <div data-desktop-menu-target="menu"
  5. 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">
  6. <twig:Container class="grid grid-cols-3 gap-12 py-14 px-16 relative">
  7. {% for category in categories %}
  8. <div class="flex flex-col gap-4">
  9. <h2 class="text-secondary font-bold text-xl uppercase">{{ category.name }}</h2>
  10. <div class="flex flex-col pl-4">
in var/cache/dev/twig/a0/a011c96191c280157d116f1c3292a901.php -> {closure:__TwigTemplate_f9d07bb7da3e92a59212a5088d84b6ca___38046049631::block_content():633} (line 633)
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
  3. $context['_parent'] = $context;
  4. $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); })()));
  5. foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  6. // line 61
  7. yield " <div class=\"flex flex-col gap-4\">
  8. <h2 class=\"text-secondary font-bold text-xl uppercase\">";
  9. // line 62
in vendor/twig/twig/src/Template.php -> block_content (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. yield "\" style=\"";
  2. 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);
  3. yield "\">
  4. ";
  5. // line 2
  6. yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
  7. // line 3
  8. yield "</div>
  9. ";
  10. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/HeroDesktop.html.twig"));
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  3. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "components/HeroDesktop.html.twig"));
  4. yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
  1. $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);
  2. $embeddedContext = $preRenderEvent->getVariables();
  3. $embeddedContext["__parent__"] = $preRenderEvent->getTemplate();
  4. $embeddedContext["outerBlocks"] ??= new \Symfony\UX\TwigComponent\BlockStack();
  5. $embeddedBlocks = $embeddedContext["outerBlocks"]->convert($blocks, 38046049631);
  6. $this->load("components/HeroDesktop.html.twig", 59, "38046049631")->display($embeddedContext, $embeddedBlocks);
  7. $_v1->finishEmbedComponent();
  8. }
  9. // line 73
  10. yield " </div>
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/contact/index.html.twig"));
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  3. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/contact/index.html.twig"));
  4. yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
  1. $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);
  2. $embeddedContext = $preRenderEvent->getVariables();
  3. $embeddedContext["__parent__"] = $preRenderEvent->getTemplate();
  4. $embeddedContext["outerBlocks"] ??= new \Symfony\UX\TwigComponent\BlockStack();
  5. $embeddedBlocks = $embeddedContext["outerBlocks"]->convert($blocks, 20211848701);
  6. $this->load("pages/contact/index.html.twig", 13, "20211848701")->display($embeddedContext, $embeddedBlocks);
  7. $_v1->finishEmbedComponent();
  8. }
  9. // line 14
  10. yield " ";
  11. // line 15
in vendor/twig/twig/src/Template.php -> block_body (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. // line 17
  2. yield $this->env->getRuntime('Symfony\UX\TwigComponent\Twig\ComponentRuntime')->render("MobileMenu");
  3. yield "
  4. ";
  5. // line 18
  6. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  7. // line 20
  8. yield from $this->load("layout/map-and-contact.html.twig", 20)->unwrap()->yield($context);
  9. // line 21
  10. yield from $this->load("layout/footer.html.twig", 21)->unwrap()->yield($context);
  11. // line 22
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/contact/index.html.twig"));
  3. $this->parent = $this->load("base.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if (null !== $block) {
  2. return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->container->get('twig')->render($view, $parameters);
  5. }
  6. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  7. {
  8. $content = $this->doRenderView($view, $block, $parameters, $method);
  1. return $this->container->get('twig')->render($view, $parameters);
  2. }
  3. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  4. {
  5. $content = $this->doRenderView($view, $block, $parameters, $method);
  6. $response ??= new Response();
  7. if (200 === $response->getStatusCode()) {
  8. foreach ($parameters as $v) {
  9. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1. * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2. * Forms found in parameters are auto-cast to form views.
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * Renders a block in a view.
  10. *
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)
  1. $this->addFlash("success", $this->translator->trans("contactForm.submitConfirmation"));
  2. return $this->redirectToRoute("contact");
  3. }
  4. return $this->render(
  5. "pages/contact/index.html.twig",
  6. compact("surgeries", "metadata", "hideMapInFooter", "form", "surgeriesByCategories")
  7. );
  8. }
  9. }
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. if (!$this->handlingHttpCache) {
  2. $this->resetServices = true;
  3. }
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 32)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/app/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool)$context['APP_DEBUG']);
  6. };

Logs

Level Message
info 19:10:32 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 19:10:32 Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "9b6177"
    },
    "request_uri": "https://cliniquechampel.w-ap.dev/_profiler/9b6177?panel=exception&type=request",
    "method": "GET"
}
debug 19:10:32 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
debug 19:10:32 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
debug 19:10:32 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 19:10:32 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
debug 19:10:32 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
debug 19:10:32 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
debug 19:10:32 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
debug 19:10:32 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
debug 19:10:32 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
debug 19:10:32 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
debug 19:10:32 Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls".
{
    "event": "kernel.request",
    "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequestPrettyUrls"
}
debug 19:10:32 Notified event "kernel.request" to listener "App\EventListener\LocaleEventListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventListener\\LocaleEventListener::onKernelRequest"
}
debug 19:10:32 Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
debug 19:10:32 Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequest"
}
debug 19:10:32 Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelController"
}
debug 19:10:32 Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
debug 19:10:32 Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
debug 19:10:32 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 19:10:32 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 19:10:32 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 19:10:32 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 19:10:32 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 19:10:32 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)