- <?php
- use Twig\Environment;
- use Twig\Error\LoaderError;
- use Twig\Error\RuntimeError;
- use Twig\Extension\SandboxExtension;
- use Twig\Markup;
- use Twig\Sandbox\SecurityError;
- use Twig\Sandbox\SecurityNotAllowedTagError;
- use Twig\Sandbox\SecurityNotAllowedFilterError;
- use Twig\Sandbox\SecurityNotAllowedFunctionError;
- use Twig\Source;
- use Twig\Template;
- /* Frontend/landing/contact.html.twig */
- class __TwigTemplate_44326b0bf8e124225d498bf269294bf4 extends \Twig\Template
- {
-     private $source;
-     private $macros = [];
-     public function __construct(Environment $env)
-     {
-         parent::__construct($env);
-         $this->source = $this->getSourceContext();
-         $this->blocks = [
-             'meta_robot' => [$this, 'block_meta_robot'],
-             'meta_title' => [$this, 'block_meta_title'],
-             'meta_desc' => [$this, 'block_meta_desc'],
-             'tag_manager' => [$this, 'block_tag_manager'],
-             'body_content' => [$this, 'block_body_content'],
-         ];
-     }
-     protected function doGetParent(array $context)
-     {
-         // line 1
-         return "frontend/frontend.html.twig";
-     }
-     protected function doDisplay(array $context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/contact.html.twig"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/contact.html.twig"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/contact.html.twig"));
-         $this->parent = $this->loadTemplate("frontend/frontend.html.twig", "Frontend/landing/contact.html.twig", 1);
-         $this->parent->display($context, array_merge($this->blocks, $blocks));
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-     }
-     // line 3
-     public function block_meta_robot($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot"));
-         // line 4
-         echo "    ";
-         $this->displayParentBlock("meta_robot", $context, $blocks);
-         echo "
-     <link rel=\"canonical\" href=\"";
-         // line 5
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("frontend_contact");
-         echo "\"/>
-     ";
-         // line 6
-         echo twig_source($this->env, "stubs/seo/robots_noindex_nofollow.html.twig");
-         echo "
- ";
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     // line 9
-     public function block_meta_title($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.contact.title", [], "seo"), "html", null, true);
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     // line 10
-     public function block_meta_desc($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.contact.desc", [], "seo"), "html", null, true);
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     // line 12
-     public function block_tag_manager($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "tag_manager"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "tag_manager"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "tag_manager"));
-         // line 13
-         echo "    <script>
-         dataLayer = [{
-         'rubrique': 'Contact',
-         }];
-     </script>
- ";
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     // line 20
-     public function block_body_content($context, array $blocks = [])
-     {
-         $macros = $this->macros;
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
-         // line 21
-         echo "<div class=\"avis-client contact\">
- \t<div class=\"landing-header\">
- \t\t<h1 class=\"titre05\">
- \t\t\t";
-         // line 24
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.contact.header.title", [], "landing"), "html", null, true);
-         echo "
- \t\t\t<span>";
-         // line 25
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.contact.header.subtitle", [], "landing"), "html", null, true);
-         echo "</span>
- \t\t</h1>
- \t</div>
- \t<div class=\"landing-content\">
- \t\t<div class=\"txtcenter\">
- \t\t\t<p class=\"marginT20\">";
-         // line 30
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.contact.content.text01", [], "landing");
-         echo "</p>
- \t\t\t<h2 class=\"titre01 marginT20\">";
-         // line 31
-         $this->loadTemplate("/Frontend/user/_tel_customer_service.html.twig", "Frontend/landing/contact.html.twig", 31)->display($context);
-         echo "</h2>
- \t\t\t<p class=\"marginT20\">
- \t\t\t\t";
-         // line 33
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.contact.content.text02", [], "landing"), "html", null, true);
-         echo " :
- \t\t\t\t";
-         // line 34
-         $this->loadTemplate("/Frontend/user/_email_contact.html.twig", "Frontend/landing/contact.html.twig", 34)->display($context);
-         // line 35
-         echo "\t\t\t</p>
- \t\t\t<p>";
-         // line 36
-         echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.contact.content.text03", [], "landing"), "html", null, true);
-         echo " :</p>
- \t\t</div>
- \t\t<div class=\"form\">
- \t\t\t<form action=\"";
-         // line 40
-         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_contact");
-         echo "\" method=\"post\">
- \t\t        <div class=\"grid-container\">
- \t\t            <div class=\"grid-45 grid-mgright-5 m-100 m-margin\">
- \t\t                <p>
- \t\t                    ";
-         // line 44
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 44, $this->source); })()), "lastname", [], "any", false, false, false, 44), 'errors');
-         echo "
- \t\t                    ";
-         // line 45
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 45, $this->source); })()), "lastname", [], "any", false, false, false, 45), 'label');
-         echo "
- \t\t                    ";
-         // line 46
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 46, $this->source); })()), "lastname", [], "any", false, false, false, 46), 'widget');
-         echo "
- \t\t                </p>
- \t\t            </div>
- \t\t            <div class=\"grid-45 grid-mgleft-5 m-100 m-margin\">
- \t\t                <p>
- \t\t                    ";
-         // line 51
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 51, $this->source); })()), "firstname", [], "any", false, false, false, 51), 'errors');
-         echo "
- \t\t                    ";
-         // line 52
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 52, $this->source); })()), "firstname", [], "any", false, false, false, 52), 'label');
-         echo "
- \t\t                    ";
-         // line 53
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 53, $this->source); })()), "firstname", [], "any", false, false, false, 53), 'widget');
-         echo "
- \t\t                </p>
- \t\t            </div>
- \t\t        </div>
- \t\t        <p>
- \t\t            ";
-         // line 58
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 58, $this->source); })()), "email", [], "any", false, false, false, 58), 'errors');
-         echo "
- \t\t            ";
-         // line 59
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 59, $this->source); })()), "email", [], "any", false, false, false, 59), 'label');
-         echo "
- \t\t            ";
-         // line 60
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 60, $this->source); })()), "email", [], "any", false, false, false, 60), 'widget');
-         echo "
- \t\t        </p>
- \t\t        <p>
- \t\t\t        ";
-         // line 63
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 63, $this->source); })()), "message", [], "any", false, false, false, 63), 'label');
-         echo "
- \t\t\t        ";
-         // line 64
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 64, $this->source); })()), "message", [], "any", false, false, false, 64), 'errors');
-         echo "
- \t\t\t        ";
-         // line 65
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 65, $this->source); })()), "message", [], "any", false, false, false, 65), 'widget');
-         echo "
- \t\t\t    </p>
- \t\t\t    ";
-         // line 67
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 67, $this->source); })()), "recaptcha", [], "any", false, false, false, 67), 'widget');
-         echo "
-                 <div class=\"captcha-error\">";
-         // line 68
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 68, $this->source); })()), "recaptcha", [], "any", false, false, false, 68), 'errors');
-         echo "</div>
- \t\t\t    <p class=\"txtcenter\">
- \t\t         \t";
-         // line 70
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 70, $this->source); })()), "send", [], "any", false, false, false, 70), 'widget');
-         echo "
- \t\t        </p>
- \t\t        ";
-         // line 72
-         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 72, $this->source); })()), 'rest');
-         echo "
- \t        </form>
- \t    </div>
- \t</div>
- </div>
- <!--Footer -->
- ";
-         // line 78
-         $this->loadTemplate("frontend/footer.html.twig", "Frontend/landing/contact.html.twig", 78)->display($context);
-         // line 79
-         echo "<!-- FIN Footer -->
- ";
-         
-         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
-         
-         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
-         
-         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
-     }
-     public function getTemplateName()
-     {
-         return "Frontend/landing/contact.html.twig";
-     }
-     public function isTraitable()
-     {
-         return false;
-     }
-     public function getDebugInfo()
-     {
-         return array (  332 => 79,  330 => 78,  321 => 72,  316 => 70,  311 => 68,  307 => 67,  302 => 65,  298 => 64,  294 => 63,  288 => 60,  284 => 59,  280 => 58,  272 => 53,  268 => 52,  264 => 51,  256 => 46,  252 => 45,  248 => 44,  241 => 40,  234 => 36,  231 => 35,  229 => 34,  225 => 33,  220 => 31,  216 => 30,  208 => 25,  204 => 24,  199 => 21,  186 => 20,  168 => 13,  155 => 12,  130 => 10,  105 => 9,  90 => 6,  86 => 5,  81 => 4,  68 => 3,  39 => 1,);
-     }
-     public function getSourceContext()
-     {
-         return new Source("{% extends 'frontend/frontend.html.twig' %}
- {% block meta_robot %}
-     {{ parent() }}
-     <link rel=\"canonical\" href=\"{{ url('frontend_contact') }}\"/>
-     {{ source('stubs/seo/robots_noindex_nofollow.html.twig') }}
- {% endblock %}
- {% block meta_title %}{{ 'seo.landing.contact.title'|trans({}, \"seo\") }}{% endblock %}
- {% block meta_desc %}{{ 'seo.landing.contact.desc'|trans({}, \"seo\") }}{% endblock %}
- {% block tag_manager %}
-     <script>
-         dataLayer = [{
-         'rubrique': 'Contact',
-         }];
-     </script>
- {% endblock %}
- {% block body_content %}
- <div class=\"avis-client contact\">
- \t<div class=\"landing-header\">
- \t\t<h1 class=\"titre05\">
- \t\t\t{{ 'frontend.landing.contact.header.title'|trans({}, 'landing') }}
- \t\t\t<span>{{ 'frontend.landing.contact.header.subtitle'|trans({}, 'landing') }}</span>
- \t\t</h1>
- \t</div>
- \t<div class=\"landing-content\">
- \t\t<div class=\"txtcenter\">
- \t\t\t<p class=\"marginT20\">{{ 'frontend.landing.contact.content.text01'|trans({}, 'landing')|raw }}</p>
- \t\t\t<h2 class=\"titre01 marginT20\">{% include '/Frontend/user/_tel_customer_service.html.twig' %}</h2>
- \t\t\t<p class=\"marginT20\">
- \t\t\t\t{{ 'frontend.landing.contact.content.text02'|trans({}, 'landing') }} :
- \t\t\t\t{% include '/Frontend/user/_email_contact.html.twig' %}
- \t\t\t</p>
- \t\t\t<p>{{ 'frontend.landing.contact.content.text03'|trans({}, 'landing') }} :</p>
- \t\t</div>
- \t\t<div class=\"form\">
- \t\t\t<form action=\"{{ path('frontend_contact') }}\" method=\"post\">
- \t\t        <div class=\"grid-container\">
- \t\t            <div class=\"grid-45 grid-mgright-5 m-100 m-margin\">
- \t\t                <p>
- \t\t                    {{ form_errors(form.lastname) }}
- \t\t                    {{ form_label(form.lastname) }}
- \t\t                    {{ form_widget(form.lastname) }}
- \t\t                </p>
- \t\t            </div>
- \t\t            <div class=\"grid-45 grid-mgleft-5 m-100 m-margin\">
- \t\t                <p>
- \t\t                    {{ form_errors(form.firstname) }}
- \t\t                    {{ form_label(form.firstname) }}
- \t\t                    {{ form_widget(form.firstname) }}
- \t\t                </p>
- \t\t            </div>
- \t\t        </div>
- \t\t        <p>
- \t\t            {{ form_errors(form.email) }}
- \t\t            {{ form_label(form.email) }}
- \t\t            {{ form_widget(form.email) }}
- \t\t        </p>
- \t\t        <p>
- \t\t\t        {{ form_label(form.message) }}
- \t\t\t        {{ form_errors(form.message) }}
- \t\t\t        {{ form_widget(form.message) }}
- \t\t\t    </p>
- \t\t\t    {{ form_widget(form.recaptcha) }}
-                 <div class=\"captcha-error\">{{ form_errors(form.recaptcha) }}</div>
- \t\t\t    <p class=\"txtcenter\">
- \t\t         \t{{ form_widget(form.send) }}
- \t\t        </p>
- \t\t        {{ form_rest(form) }}
- \t        </form>
- \t    </div>
- \t</div>
- </div>
- <!--Footer -->
- {% include 'frontend/footer.html.twig' %}
- <!-- FIN Footer -->
- {% endblock body_content %}
- ", "Frontend/landing/contact.html.twig", "/srv/src/Resources/views/Frontend/landing/contact.html.twig");
-     }
- }
-