<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* inscription/devis_public.html.twig */
class __TwigTemplate_823870563271e6d2e2bc55057feb194e extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
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", "inscription/devis_public.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "inscription/devis_public.html.twig"));
// line 1
yield "<!DOCTYPE html>
<html lang=\"fr\">
<head>
<meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<title>Déposer une demande - Formulaire client</title>
";
// line 7
yield Twig\Extension\CoreExtension::include($this->env, $context, "inscription/assets/style.html.twig");
yield "
";
// line 8
yield Twig\Extension\CoreExtension::include($this->env, $context, "_flashbag.html.twig");
yield "
";
// line 9
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
yield "
<link rel=\"shortcut icon\" href=\"";
// line 10
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("uploads/images/company/favicon/" . CoreExtension::getAttribute($this->env, $this->source, (isset($context["company"]) || array_key_exists("company", $context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.', 10, $this->source); })()), "faviconName", [], "any", false, false, false, 10))), "html", null, true);
yield "\"/>
</head>
<body>
<div class=\"container-partner \" ";
// line 13
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusController($this->env, "inscription--devis");
yield ">
<div class=\"container-element inscription-partner\">
<div class=\"container-logo text-center\">
<img src=\"";
// line 16
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("/uploads/images/company/" . CoreExtension::getAttribute($this->env, $this->source, (isset($context["company"]) || array_key_exists("company", $context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.', 16, $this->source); })()), "logoName", [], "any", false, false, false, 16))), "html", null, true);
yield "\" style=\"height: 50px;\" alt='";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["company"]) || array_key_exists("company", $context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.', 16, $this->source); })()), "name", [], "any", false, false, false, 16), "html", null, true);
yield "'/>
</div>
<div class=\"container-description my-18\">
<h1 class=\"titlet-h1\">Déposer mon brief</h1>
<div class=\"contenus-description\">
\t\t\t\t\t\t<p>Plusieurs options s’offrent à vous pour déposer un brief : </p>
<ul>
<li >Par E-mail : Envoyez votre brief à l’adresse ";
// line 23
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["company"]) || array_key_exists("company", $context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.', 23, $this->source); })()), "emailProject", [], "any", false, false, false, 23), "html", null, true);
yield "</li>
<li >Via le formulaire ci-dessous</li>
</ul>
<p>Si vous disposez déjà d’un compte, vous bénéficiez de possibilités supplémentaires grâce auxquelles nous pouvons vous apporter une meilleure réactivité. Connectez vous pour en savoir plus.</p>\t\t\t\t\t\t
</div>
";
// line 28
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.', 28, $this->source); })()), 'form_start', ["attr" => ["id" => "devis-form"]]);
yield "
<div class=\"form-group row \">
";
// line 30
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.', 30, $this->source); })()), "orderedBy", [], "any", false, false, false, 30), 'label', ["label_attr" => ["class" => "col-xl-3 col-lg-12 col-form-label"]]);
yield "
<div class=\"col-lg-12 col-xl-12\">
";
// line 32
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.', 32, $this->source); })()), "orderedBy", [], "any", false, false, false, 32), 'widget', ["attr" => ["class" => ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 34
(isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 34, $this->source); })()), "orderedBy", [], "any", false, false, false, 34), "vars", [], "any", false, false, false, 34), "errors", [], "any", false, false, false, 34))) ? ("form-control is-invalid") : ("form-control")), "placeholder" => "E-mail *"]]);
// line 37
yield "
</div>
</div>
<div class=\"form-group row \">
";
// line 43
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.', 43, $this->source); })()), "phoneNumber", [], "any", false, false, false, 43), 'label', ["label_attr" => ["class" => "col-xl-3 col-lg-12 col-form-label"]]);
yield "
<div class=\"col-lg-12 col-xl-12\">
";
// line 45
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); })()), "phoneNumber", [], "any", false, false, false, 45), 'widget', ["attr" => ["class" => ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 47
(isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 47, $this->source); })()), "phoneNumber", [], "any", false, false, false, 47), "vars", [], "any", false, false, false, 47), "errors", [], "any", false, false, false, 47))) ? ("form-control is-invalid") : ("form-control")), "placeholder" => "Numéro de téléphone *"]]);
// line 50
yield "
</div>
</div>
<div class=\"form-group row \">
";
// line 56
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.', 56, $this->source); })()), "company", [], "any", false, false, false, 56), 'label', ["label_attr" => ["class" => "col-xl-3 col-lg-12 col-form-label"]]);
yield "
<div class=\"col-lg-12 col-xl-12\">
";
// line 58
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); })()), "company", [], "any", false, false, false, 58), 'widget', ["attr" => ["class" => ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 60
(isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 60, $this->source); })()), "company", [], "any", false, false, false, 60), "vars", [], "any", false, false, false, 60), "errors", [], "any", false, false, false, 60))) ? ("form-control is-invalid") : ("form-control")), "placeholder" => "Entreprise"]]);
// line 63
yield "
</div>
</div>
<div class=\"form-group row \">
";
// line 69
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.', 69, $this->source); })()), "name", [], "any", false, false, false, 69), 'label', ["label_attr" => ["class" => "col-xl-3 col-lg-12 col-form-label"]]);
yield "
<div class=\"col-lg-12 col-xl-12\">
";
// line 71
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); })()), "name", [], "any", false, false, false, 71), 'widget', ["attr" => ["class" => ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 73
(isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 73, $this->source); })()), "name", [], "any", false, false, false, 73), "vars", [], "any", false, false, false, 73), "errors", [], "any", false, false, false, 73))) ? ("form-control is-invalid") : ("form-control")), "placeholder" => "Donnez un titre à votre projet"]]);
// line 76
yield "
</div>
</div>
<div class=\"form-group row \">
";
// line 81
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.', 81, $this->source); })()), "brief", [], "any", false, false, false, 81), 'label', ["label_attr" => ["class" => "col-xl-3 col-lg-12 col-form-label"]]);
yield "
<div class=\"col-lg-12 col-xl-12\">
";
// line 83
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.', 83, $this->source); })()), "brief", [], "any", false, false, false, 83), 'widget', ["attr" => ["class" => ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 85
(isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 85, $this->source); })()), "brief", [], "any", false, false, false, 85), "vars", [], "any", false, false, false, 85), "errors", [], "any", false, false, false, 85))) ? ("form-control is-invalid") : ("form-control")), "placeholder" => "Décrivez votre besoin, le contexte et les objectifs à atteindre. Ajoutez si possible les éléments utiles (documents, liens, délais, contraintes…)."]]);
// line 88
yield "
</div>
</div>
<div class =\"mt-5\" style=\"background:transparent;\" id=\"drop-zone-other-file\">
<input type=\"hidden\" id=\"campaing_id_modal\" name=\"campaing_id_modal\" value=\"\">
<input type=\"file\" id=\"previousfile\" name=\"files[]\" multiple style=\"display: none;\">
<div class=\"parent-div\" style=\"width: 100%;\">
";
// line 97
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.', 97, $this->source); })()), "attachments", [], "any", false, false, false, 97), 'widget', ["attr" => ["class" => ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 99
(isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 99, $this->source); })()), "attachments", [], "any", false, false, false, 99), "vars", [], "any", false, false, false, 99), "errors", [], "any", false, false, false, 99))) ? ("form-control is-invalid") : ("form-control btn btn-transparant btn-join-file-chat mt-5")), "style" => "display:none"]]);
// line 102
yield "
<label id=\"drop\" type=\"button\" for=\"devis_public_attachments\" class=\"btn btn-transparant btn-join-file-chat flex-column\">
Glissez et déposez vos fichiers ici (Maximum : 4Go)<br>
<div>
<img src=\"/uploads/icons/vsc.png\" class=\"cursor \" title=\"Sécurité garantie par VirusCamp.\" style=\"width: 20px;\"> Tous les fichiers déposés sont automatiquement analysés<br> pour garantir un environnement sécurisé.
</div>
</label>
<div id=\"loader-dropmodal\" >
<progress style=\"position: absolute;top: 30%;right: 0;left: 0;margin: auto;\" id=\"progressBar-modal\" style=\"display:block !important;\" value=\"0\" max=\"100\"></progress>
<div id=\"valeur\"></div>
</div>
<span ></span>
</div>
<div id=\"preview-file-edit-upload\" class=\"d-flex mt-2\"></div>
</div>
<p id=\"element-error-message\" style=\"color: rgb(185, 71, 71); font-size: 12px;\">
</p>
<button id=\"btn-validation\" ";
// line 121
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension']->renderStimulusAction($this->env, "inscription--devis", "validationForm", "click");
yield " type=\"button\" class=\"d-block ml-auto mt-8 btn btn-primary-custom\">
Je dépose mon brief maintenant
</button>
";
// line 124
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.', 124, $this->source); })()), 'form_end');
yield "
<p class=\"mt-14 footer-p\">Les informations recueillies sur ce formulaire sont enregistrées dans un fichier informatisé par ";
// line 125
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["company"]) || array_key_exists("company", $context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.', 125, $this->source); })()), "name", [], "any", false, false, false, 125), "html", null, true);
yield " pour les besoins de la communication marketing, commerciale et la gestion des opérations. <br/> Elles sont conservées pendant 3 ans et sont destinées aux services marketing, commercial et opérationnel de ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["company"]) || array_key_exists("company", $context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.', 125, $this->source); })()), "name", [], "any", false, false, false, 125), "html", null, true);
yield ".<br/><br/> Conformément à la loi « Informatique et Libertés », vous pouvez accéder à vos données, les rectifier ou les supprimer à tout moment depuis votre espace personnel.</p>
</div>
</div>
</div>
";
// line 129
yield Twig\Extension\CoreExtension::include($this->env, $context, "_flashbag.html.twig");
yield "
";
// line 130
yield Twig\Extension\CoreExtension::include($this->env, $context, "inscription/_modal_shared_element.html.twig");
yield "
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "inscription/devis_public.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 230 => 130, 226 => 129, 217 => 125, 213 => 124, 207 => 121, 186 => 102, 184 => 99, 183 => 97, 172 => 88, 170 => 85, 169 => 83, 164 => 81, 157 => 76, 155 => 73, 154 => 71, 149 => 69, 141 => 63, 139 => 60, 138 => 58, 133 => 56, 125 => 50, 123 => 47, 122 => 45, 117 => 43, 109 => 37, 107 => 34, 106 => 32, 101 => 30, 96 => 28, 88 => 23, 76 => 16, 70 => 13, 64 => 10, 60 => 9, 56 => 8, 52 => 7, 44 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html lang=\"fr\">
<head>
<meta charset=\"UTF-8\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
<title>Déposer une demande - Formulaire client</title>
{{ include('inscription/assets/style.html.twig') }}
{{ include('_flashbag.html.twig') }}
{{ encore_entry_script_tags('app') }}
<link rel=\"shortcut icon\" href=\"{{ asset('uploads/images/company/favicon/'~ company.faviconName) }}\"/>
</head>
<body>
<div class=\"container-partner \" {{ stimulus_controller('inscription--devis') }}>
<div class=\"container-element inscription-partner\">
<div class=\"container-logo text-center\">
<img src=\"{{ asset('/uploads/images/company/'~company.logoName) }}\" style=\"height: 50px;\" alt='{{ company.name }}'/>
</div>
<div class=\"container-description my-18\">
<h1 class=\"titlet-h1\">Déposer mon brief</h1>
<div class=\"contenus-description\">
\t\t\t\t\t\t<p>Plusieurs options s’offrent à vous pour déposer un brief : </p>
<ul>
<li >Par E-mail : Envoyez votre brief à l’adresse {{ company.emailProject }}</li>
<li >Via le formulaire ci-dessous</li>
</ul>
<p>Si vous disposez déjà d’un compte, vous bénéficiez de possibilités supplémentaires grâce auxquelles nous pouvons vous apporter une meilleure réactivité. Connectez vous pour en savoir plus.</p>\t\t\t\t\t\t
</div>
{{ form_start(form, {'attr': {'id': 'devis-form'}}) }}
<div class=\"form-group row \">
{{ form_label(form.orderedBy, null, {'label_attr':{'class':'col-xl-3 col-lg-12 col-form-label'}}) }}
<div class=\"col-lg-12 col-xl-12\">
{{ form_widget(form.orderedBy, {
'attr': {
'class': form.orderedBy.vars.errors|length ? 'form-control is-invalid' : 'form-control',
'placeholder': 'E-mail *'
}
}) }}
</div>
</div>
<div class=\"form-group row \">
{{ form_label(form.phoneNumber, null, {'label_attr':{'class':'col-xl-3 col-lg-12 col-form-label'}}) }}
<div class=\"col-lg-12 col-xl-12\">
{{ form_widget(form.phoneNumber, {
'attr': {
'class': form.phoneNumber.vars.errors|length ? 'form-control is-invalid' : 'form-control',
'placeholder': 'Numéro de téléphone *'
}
}) }}
</div>
</div>
<div class=\"form-group row \">
{{ form_label(form.company, null, {'label_attr':{'class':'col-xl-3 col-lg-12 col-form-label'}}) }}
<div class=\"col-lg-12 col-xl-12\">
{{ form_widget(form.company, {
'attr': {
'class': form.company.vars.errors|length ? 'form-control is-invalid' : 'form-control',
'placeholder': 'Entreprise'
}
}) }}
</div>
</div>
<div class=\"form-group row \">
{{ form_label(form.name, null, {'label_attr':{'class':'col-xl-3 col-lg-12 col-form-label'}}) }}
<div class=\"col-lg-12 col-xl-12\">
{{ form_widget(form.name, {
'attr': {
'class': form.name.vars.errors|length ? 'form-control is-invalid' : 'form-control',
'placeholder': 'Donnez un titre à votre projet'
}
}) }}
</div>
</div>
<div class=\"form-group row \">
{{ form_label(form.brief, null, {'label_attr':{'class':'col-xl-3 col-lg-12 col-form-label'}}) }}
<div class=\"col-lg-12 col-xl-12\">
{{ form_widget(form.brief, {
'attr': {
'class': form.brief.vars.errors|length ? 'form-control is-invalid' : 'form-control',
'placeholder': \"Décrivez votre besoin, le contexte et les objectifs à atteindre. Ajoutez si possible les éléments utiles (documents, liens, délais, contraintes…).\"
}
}) }}
</div>
</div>
<div class =\"mt-5\" style=\"background:transparent;\" id=\"drop-zone-other-file\">
<input type=\"hidden\" id=\"campaing_id_modal\" name=\"campaing_id_modal\" value=\"\">
<input type=\"file\" id=\"previousfile\" name=\"files[]\" multiple style=\"display: none;\">
<div class=\"parent-div\" style=\"width: 100%;\">
{{ form_widget(form.attachments, {
'attr':{
'class':form.attachments.vars.errors|length ? 'form-control is-invalid':'form-control btn btn-transparant btn-join-file-chat mt-5',
'style':'display:none'}
})
}}
<label id=\"drop\" type=\"button\" for=\"devis_public_attachments\" class=\"btn btn-transparant btn-join-file-chat flex-column\">
Glissez et déposez vos fichiers ici (Maximum : 4Go)<br>
<div>
<img src=\"/uploads/icons/vsc.png\" class=\"cursor \" title=\"Sécurité garantie par VirusCamp.\" style=\"width: 20px;\"> Tous les fichiers déposés sont automatiquement analysés<br> pour garantir un environnement sécurisé.
</div>
</label>
<div id=\"loader-dropmodal\" >
<progress style=\"position: absolute;top: 30%;right: 0;left: 0;margin: auto;\" id=\"progressBar-modal\" style=\"display:block !important;\" value=\"0\" max=\"100\"></progress>
<div id=\"valeur\"></div>
</div>
<span ></span>
</div>
<div id=\"preview-file-edit-upload\" class=\"d-flex mt-2\"></div>
</div>
<p id=\"element-error-message\" style=\"color: rgb(185, 71, 71); font-size: 12px;\">
</p>
<button id=\"btn-validation\" {{ stimulus_action('inscription--devis','validationForm','click') }} type=\"button\" class=\"d-block ml-auto mt-8 btn btn-primary-custom\">
Je dépose mon brief maintenant
</button>
{{ form_end(form) }}
<p class=\"mt-14 footer-p\">Les informations recueillies sur ce formulaire sont enregistrées dans un fichier informatisé par {{ company.name }} pour les besoins de la communication marketing, commerciale et la gestion des opérations. <br/> Elles sont conservées pendant 3 ans et sont destinées aux services marketing, commercial et opérationnel de {{ company.name }}.<br/><br/> Conformément à la loi « Informatique et Libertés », vous pouvez accéder à vos données, les rectifier ou les supprimer à tout moment depuis votre espace personnel.</p>
</div>
</div>
</div>
{{ include('_flashbag.html.twig') }}
{{ include('inscription/_modal_shared_element.html.twig') }}
</body>
</html>
", "inscription/devis_public.html.twig", "/var/www/vhosts/my-flow.fr/app.dev.my-flow.fr/templates/inscription/devis_public.html.twig");
}
}