var/cache/dev/twig/63/6343d5b6f24e30818b4bc1a1e7fbbef7dbe9dd4058e217f6198d55b6dc699db0.php line 50

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* contact.html.twig */
  15. class __TwigTemplate_e33e64bc2905a0230068545ea72cb3fcaaced2427ef40762ec71e5e259359242 extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'body' => [$this'block_body'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "base.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""contact.html.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""contact.html.twig"));
  40.         $this->parent $this->loadTemplate("base.html.twig""contact.html.twig"1);
  41.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  44.         
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  46.     }
  47.     // line 3
  48.     public function block_title($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  55.         yield "Contact";
  56.         
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  58.         
  59.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  60.         return; yield '';
  61.     }
  62.     // line 5
  63.     public function block_body($context, array $blocks = [])
  64.     {
  65.         $macros $this->macros;
  66.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  68.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  69.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  70.         // line 6
  71.         yield "
  72.     ";
  73.         // line 7
  74.         $context["headerContent"] = $this->extensions['App\Twig\ContentExtension']->Content("Contact""Header");
  75.         // line 8
  76.         yield "
  77.     ";
  78.         // line 9
  79.         if ((CoreExtension::getAttribute($this->env$this->source, ($context["headerContent"] ?? null), "picture", [], "any"truetruefalse9) &&  !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env$this->source, (isset($context["headerContent"]) || array_key_exists("headerContent"$context) ? $context["headerContent"] : (function () { throw new RuntimeError('Variable "headerContent" does not exist.'9$this->source); })()), "picture", [], "any"falsefalsefalse9)))) {
  80.             // line 10
  81.             yield "        ";
  82.             $context["backgroundImage"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["headerContent"]) || array_key_exists("headerContent"$context) ? $context["headerContent"] : (function () { throw new RuntimeError('Variable "headerContent" does not exist.'10$this->source); })()), "picture", [], "any"falsefalsefalse10), 0, [], "array"falsefalsefalse10), "path", [], "any"falsefalsefalse10);
  83.             // line 11
  84.             yield "    ";
  85.         } else {
  86.             // line 12
  87.             yield "        ";
  88.             $context["backgroundImage"] = "empty";
  89.             // line 13
  90.             yield "    ";
  91.         }
  92.         // line 14
  93.         yield "    <header id=\"map\" class=\"header-tracol header-contact col-lg-8 mx-auto\" style=\"background-image: url(";
  94.         if ((!== CoreExtension::compare((isset($context["backgroundImage"]) || array_key_exists("backgroundImage"$context) ? $context["backgroundImage"] : (function () { throw new RuntimeError('Variable "backgroundImage" does not exist.'14$this->source); })()), "empty"))) {
  95.             yield "'/uploads/images/";
  96.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["backgroundImage"]) || array_key_exists("backgroundImage"$context) ? $context["backgroundImage"] : (function () { throw new RuntimeError('Variable "backgroundImage" does not exist.'14$this->source); })()), "html"nulltrue);
  97.             yield "'";
  98.         } else {
  99.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/map_tracol.png"), "html"nulltrue);
  100.         }
  101.         yield ");background-size:cover;\">
  102.         <div class=\"container-fluid\">
  103.             <div class=\"col-lg-8 mx-auto div-svg-header\">
  104.                 <div class=\"header-habiter-div\">
  105.                 </div>
  106.             </div>
  107.         </div>
  108.     </header>
  109. <div class=\"container-fluid\" style=\"margin-top: 60px; margin-bottom: 80px\">
  110.     ";
  111.         // line 24
  112.         $context["contactContent"] = $this->extensions['App\Twig\ContentExtension']->Content("Contact""Section-1");
  113.         // line 25
  114.         yield "        <div class=\"col-lg-8 mx-auto div-svg-header pre-section\">
  115.             <div class=\"col-lg-4\" style=\"font-size: 2.3em;display: flex;flex-direction: column;margin-left: 10px;\">
  116.                 <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  117.                     <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  118.                 </svg>
  119.                 <h1 class=\"project-title contact\">";
  120.         // line 30
  121.         if (CoreExtension::getAttribute($this->env$this->source, ($context["contactContent"] ?? null), "name", [], "any"truetruefalse30)) {
  122.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["contactContent"]) || array_key_exists("contactContent"$context) ? $context["contactContent"] : (function () { throw new RuntimeError('Variable "contactContent" does not exist.'30$this->source); })()), "name", [], "any"falsefalsefalse30), "html"nulltrue);
  123.         } else {
  124.             yield "Contactez-nous";
  125.         }
  126.         yield "</h1>
  127.             </div>
  128.             ";
  129.         // line 32
  130.         if (CoreExtension::getAttribute($this->env$this->source, ($context["contactContent"] ?? null), "content", [], "any"truetruefalse32)) {
  131.             // line 33
  132.             yield "                <div class=\"separator\"></div>
  133.                 <div class=\"col-lg-6 pre-section-content\">
  134.                     ";
  135.             // line 35
  136.             yield CoreExtension::getAttribute($this->env$this->source, (isset($context["contactContent"]) || array_key_exists("contactContent"$context) ? $context["contactContent"] : (function () { throw new RuntimeError('Variable "contactContent" does not exist.'35$this->source); })()), "content", [], "any"falsefalsefalse35);
  137.             yield "
  138.                 </div>
  139.             ";
  140.         }
  141.         // line 38
  142.         yield "        </div>
  143.     ";
  144.         // line 41
  145.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'41$this->source); })()), 'form_start');
  146.         yield "
  147.     <div id=\"div-form-contact\" class=\"form-group col-lg-8 mx-auto\" style=\"display: flex;\">
  148.         <div class=\"col-lg-5 div-form-contact-content\">
  149.             <div class=\"form-material floating contact\">
  150.                 ";
  151.         // line 45
  152.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($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); })()), "name", [], "any"falsefalsefalse45), 'widget', ["attr" => ["class" => "form-control""placeholder" => "Nom*"]]);
  153.         yield "
  154.                 ";
  155.         // line 46
  156.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($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); })()), "name", [], "any"falsefalsefalse46), 'errors');
  157.         yield "
  158.             </div>
  159.             <div class=\"form-material floating contact\">
  160.                 ";
  161.         // line 49
  162.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'49$this->source); })()), "firstname", [], "any"falsefalsefalse49), 'widget', ["attr" => ["class" => "form-control""placeholder" => "Prénom*"]]);
  163.         yield "
  164.                 ";
  165.         // line 50
  166.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'50$this->source); })()), "firstname", [], "any"falsefalsefalse50), 'errors');
  167.         yield "
  168.             </div>
  169.             <div class=\"form-material floating contact\">
  170.                 ";
  171.         // line 53
  172.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($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); })()), "mail", [], "any"falsefalsefalse53), 'widget', ["attr" => ["class" => "form-control""placeholder" => "Mail*"]]);
  173.         yield "
  174.                 ";
  175.         // line 54
  176.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'54$this->source); })()), "mail", [], "any"falsefalsefalse54), 'errors');
  177.         yield "
  178.             </div>
  179.             <div class=\"form-material floating contact\">
  180.                 ";
  181.         // line 57
  182.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'57$this->source); })()), "phone", [], "any"falsefalsefalse57), 'widget', ["attr" => ["class" => "form-control""placeholder" => "Téléphone*"]]);
  183.         yield "
  184.                 ";
  185.         // line 58
  186.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($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); })()), "phone", [], "any"falsefalsefalse58), 'errors');
  187.         yield "
  188.             </div>
  189.             <div class=\"form-material floating contact\">
  190.                 ";
  191.         // line 61
  192.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'61$this->source); })()), "file", [], "any"falsefalsefalse61), 'widget', ["attr" => ["class" => "form-control file-select""placeholder" => "Joindre un fichier &nbsp (.doc, .pdf, .jpeg / max. 5mo) "]]);
  193.         yield "
  194.                 ";
  195.         // line 62
  196.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'62$this->source); })()), "file", [], "any"falsefalsefalse62), 'errors');
  197.         yield "
  198.             </div>
  199.         </div>
  200.         <div class=\"col-lg-6\" style=\"display: flex; flex-direction: column\">
  201.             <div class=\"form-material floating contact selectdiv\">
  202.                 ";
  203.         // line 67
  204.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($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); })()), "object", [], "any"falsefalsefalse67), 'widget', ["attr" => ["class" => "form-control"]]);
  205.         yield "
  206.                 ";
  207.         // line 68
  208.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($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); })()), "object", [], "any"falsefalsefalse68), 'errors');
  209.         yield "
  210.             </div>
  211.             <div class=\"form-material floating contact\">
  212.                 ";
  213.         // line 71
  214.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'71$this->source); })()), "message", [], "any"falsefalsefalse71), 'widget', ["attr" => ["class" => "form-control"]]);
  215.         yield "
  216.                 ";
  217.         // line 72
  218.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'72$this->source); })()), "message", [], "any"falsefalsefalse72), 'errors');
  219.         yield "
  220.             </div>
  221.         </div>
  222.         <div class=\"col-md-1\">
  223.             <div class=\"submit-contact-button btn-contact\">
  224.                 <div>
  225.                     <button id=\"login_user\" class=\"col-lg-12 offset-lg-4btn btn-primary\" type=\"submit\" style=\"background-color: #f6a400; border-color: #f6a400;\">
  226.                         <?xml version=\"1.0\" encoding=\"UTF-8\"?>
  227.                         <svg id=\"SVGDoc\" width=\"19\" height=\"15\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:avocode=\"https://avocode.com/\" viewBox=\"0 0 19 15\"><defs></defs><desc>Generated with Avocode.</desc><g><g transform=\"rotate(90 9.5 7.5)\"><title>np_arrow-up_888648_000000</title><path d=\"M16.10552,5.28141v0l-6.60555,-6.60459v0l-6.60554,6.60459v0l1.3808,1.3808v0l4.23854,-4.23949v0v13.90055v0h1.97232v0v-13.90055v0l4.23855,4.23949v0z\" fill=\"#ffffff\" fill-opacity=\"1\"></path></g></g></svg>
  228.                     </button>
  229.                 </div>
  230.             </div>
  231.         </div>
  232.     </div>
  233.     ";
  234.         // line 86
  235.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'86$this->source); })()), 'form_end');
  236.         yield "
  237.     <div id=\"contact-address\" style=\"display: flex; justify-content: center; text-align: center;\">
  238.         ";
  239.         // line 88
  240.         $context["adress"] = $this->extensions['App\Twig\ContentExtension']->Content("Footer""Footer adresse");
  241.         // line 89
  242.         yield "        ";
  243.         yield CoreExtension::getAttribute($this->env$this->source, (isset($context["adress"]) || array_key_exists("adress"$context) ? $context["adress"] : (function () { throw new RuntimeError('Variable "adress" does not exist.'89$this->source); })()), "content", [], "any"falsefalsefalse89);
  244.         yield "
  245.     </div>
  246. </div>
  247.     ";
  248.         
  249.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  250.         
  251.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  252.         return; yield '';
  253.     }
  254.     /**
  255.      * @codeCoverageIgnore
  256.      */
  257.     public function getTemplateName()
  258.     {
  259.         return "contact.html.twig";
  260.     }
  261.     /**
  262.      * @codeCoverageIgnore
  263.      */
  264.     public function isTraitable()
  265.     {
  266.         return false;
  267.     }
  268.     /**
  269.      * @codeCoverageIgnore
  270.      */
  271.     public function getDebugInfo()
  272.     {
  273.         return array (  264 => 89,  262 => 88,  257 => 86,  240 => 72,  236 => 71,  230 => 68,  226 => 67,  218 => 62,  214 => 61,  208 => 58,  204 => 57,  198 => 54,  194 => 53,  188 => 50,  184 => 49,  178 => 46,  174 => 45,  167 => 41,  162 => 38,  156 => 35,  152 => 33,  150 => 32,  141 => 30,  134 => 25,  132 => 24,  112 => 14,  109 => 13,  106 => 12,  103 => 11,  100 => 10,  98 => 9,  95 => 8,  93 => 7,  90 => 6,  80 => 5,  60 => 3,  37 => 1,);
  274.     }
  275.     public function getSourceContext()
  276.     {
  277.         return new Source("{% extends 'base.html.twig' %}
  278. {% block title %}Contact{% endblock %}
  279. {% block body %}
  280.     {% set headerContent = content('Contact', 'Header') %}
  281.     {% if headerContent.picture is defined and headerContent.picture is not empty %}
  282.         {% set backgroundImage = headerContent.picture[0].path %}
  283.     {% else %}
  284.         {% set backgroundImage = 'empty' %}
  285.     {% endif %}
  286.     <header id=\"map\" class=\"header-tracol header-contact col-lg-8 mx-auto\" style=\"background-image: url({% if backgroundImage != 'empty' %}'/uploads/images/{{ backgroundImage }}'{% else %}{{ asset('img/map_tracol.png') }}{% endif %});background-size:cover;\">
  287.         <div class=\"container-fluid\">
  288.             <div class=\"col-lg-8 mx-auto div-svg-header\">
  289.                 <div class=\"header-habiter-div\">
  290.                 </div>
  291.             </div>
  292.         </div>
  293.     </header>
  294. <div class=\"container-fluid\" style=\"margin-top: 60px; margin-bottom: 80px\">
  295.     {% set contactContent = content('Contact', 'Section-1') %}
  296.         <div class=\"col-lg-8 mx-auto div-svg-header pre-section\">
  297.             <div class=\"col-lg-4\" style=\"font-size: 2.3em;display: flex;flex-direction: column;margin-left: 10px;\">
  298.                 <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9.089\" height=\"14.77\" viewBox=\"0 0 9.089 14.77\">
  299.                     <path id=\"Tracé_76\" data-name=\"Tracé 76\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-673.669 -232.441)\" fill=\"#f6a400\"/>
  300.                 </svg>
  301.                 <h1 class=\"project-title contact\">{% if contactContent.name is defined %}{{ contactContent.name }}{% else %}Contactez-nous{% endif %}</h1>
  302.             </div>
  303.             {% if contactContent.content is defined %}
  304.                 <div class=\"separator\"></div>
  305.                 <div class=\"col-lg-6 pre-section-content\">
  306.                     {{ contactContent.content|raw }}
  307.                 </div>
  308.             {% endif %}
  309.         </div>
  310.     {{ form_start(form) }}
  311.     <div id=\"div-form-contact\" class=\"form-group col-lg-8 mx-auto\" style=\"display: flex;\">
  312.         <div class=\"col-lg-5 div-form-contact-content\">
  313.             <div class=\"form-material floating contact\">
  314.                 {{ form_widget(form.name, {'attr': { 'class':'form-control', 'placeholder': 'Nom*'}}) }}
  315.                 {{ form_errors(form.name) }}
  316.             </div>
  317.             <div class=\"form-material floating contact\">
  318.                 {{ form_widget(form.firstname, {'attr': { 'class':'form-control', 'placeholder': 'Prénom*'}}) }}
  319.                 {{ form_errors(form.firstname) }}
  320.             </div>
  321.             <div class=\"form-material floating contact\">
  322.                 {{ form_widget(form.mail, {'attr': { 'class':'form-control', 'placeholder': 'Mail*'}}) }}
  323.                 {{ form_errors(form.mail) }}
  324.             </div>
  325.             <div class=\"form-material floating contact\">
  326.                 {{ form_widget(form.phone, {'attr': { 'class':'form-control', 'placeholder': 'Téléphone*'}}) }}
  327.                 {{ form_errors(form.phone) }}
  328.             </div>
  329.             <div class=\"form-material floating contact\">
  330.                 {{ form_widget(form.file, {'attr': { 'class':'form-control file-select', 'placeholder': 'Joindre un fichier &nbsp (.doc, .pdf, .jpeg / max. 5mo) '}}) }}
  331.                 {{ form_errors(form.file) }}
  332.             </div>
  333.         </div>
  334.         <div class=\"col-lg-6\" style=\"display: flex; flex-direction: column\">
  335.             <div class=\"form-material floating contact selectdiv\">
  336.                 {{ form_widget(form.object, {'attr': { 'class':'form-control'}}) }}
  337.                 {{ form_errors(form.object) }}
  338.             </div>
  339.             <div class=\"form-material floating contact\">
  340.                 {{ form_widget(form.message, {'attr': { 'class':'form-control'}}) }}
  341.                 {{ form_errors(form.message) }}
  342.             </div>
  343.         </div>
  344.         <div class=\"col-md-1\">
  345.             <div class=\"submit-contact-button btn-contact\">
  346.                 <div>
  347.                     <button id=\"login_user\" class=\"col-lg-12 offset-lg-4btn btn-primary\" type=\"submit\" style=\"background-color: #f6a400; border-color: #f6a400;\">
  348.                         <?xml version=\"1.0\" encoding=\"UTF-8\"?>
  349.                         <svg id=\"SVGDoc\" width=\"19\" height=\"15\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:avocode=\"https://avocode.com/\" viewBox=\"0 0 19 15\"><defs></defs><desc>Generated with Avocode.</desc><g><g transform=\"rotate(90 9.5 7.5)\"><title>np_arrow-up_888648_000000</title><path d=\"M16.10552,5.28141v0l-6.60555,-6.60459v0l-6.60554,6.60459v0l1.3808,1.3808v0l4.23854,-4.23949v0v13.90055v0h1.97232v0v-13.90055v0l4.23855,4.23949v0z\" fill=\"#ffffff\" fill-opacity=\"1\"></path></g></g></svg>
  350.                     </button>
  351.                 </div>
  352.             </div>
  353.         </div>
  354.     </div>
  355.     {{ form_end(form) }}
  356.     <div id=\"contact-address\" style=\"display: flex; justify-content: center; text-align: center;\">
  357.         {% set adress = content('Footer', 'Footer adresse') %}
  358.         {{ adress.content|raw }}
  359.     </div>
  360. </div>
  361.     {% endblock %}
  362. ""contact.html.twig""/home/fuzxzwq/www/templates/contact.html.twig");
  363.     }
  364. }