source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "default/components/sidebar/searchSidebarWidgetInner.html.twig")); // line 1 $this->env->getExtension('Symfony\Bridge\Twig\Extension\FormExtension')->renderer->setTheme((isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 1, $this->source); })()), [0 => "default/form/theme.html.twig"]); // line 2 echo "
Suche
"; // line 9 echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 9, $this->source); })()), "c", [], "any", false, false, false, 9), "Reiseziel"); echo "
"; // line 13 echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 13, $this->source); })()), "b", [], "any", false, false, false, 13), "Anreise"); echo "
"; // line 17 echo $this->extensions['AppBundle\Twig\AppExtension']->formFieldPho(twig_get_attribute($this->env, $this->source, (isset($context["search_form"]) || array_key_exists("search_form", $context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.', 17, $this->source); })()), "e", [], "any", false, false, false, 17), "Abreise"); echo "
"; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); } public function getTemplateName() { return "default/components/sidebar/searchSidebarWidgetInner.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 65 => 17, 58 => 13, 51 => 9, 42 => 2, 40 => 1,); } public function getSourceContext() { return new Source("{% form_theme search_form 'default/form/theme.html.twig' %}
Suche
{{ form_field_pho(search_form.c, 'Reiseziel') }}
{{ form_field_pho(search_form.b, 'Anreise') }}
{{ form_field_pho(search_form.e, 'Abreise') }}
", "default/components/sidebar/searchSidebarWidgetInner.html.twig", "/Users/kadmin/Websites/sterntours-3/app/Resources/views/default/components/sidebar/searchSidebarWidgetInner.html.twig"); } }