<?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;
/* registration/register.html.twig */
class __TwigTemplate_fded88d49079d3954d804872a28f5386815a11f11b6a2baa0185b3c194e3f43a extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'description' => [$this, 'block_description'],
'robots' => [$this, 'block_robots'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "registration/register.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "registration/register.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "registration/register.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 4
yield " <title>";
yield $this->extensions['App\Twig\TranslationExtension']->translate("créez votre compte sur FUSACQ", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 4, $this->source); })()), "", "M");
yield "</title>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 7
public function block_description($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
// line 8
yield " <meta name=\"description\" content=\"";
yield $this->extensions['App\Twig\TranslationExtension']->translate("renseignez le formulaire de création de compte sur FUSACQ", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 8, $this->source); })()), "", "M");
yield "\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 11
public function block_robots($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "robots"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "robots"));
// line 12
yield " <meta name=\"robots\" content=\"noindex\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 15
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 16
yield " ";
yield from $this->yieldParentBlock("stylesheets", $context, $blocks);
yield "
<link rel=\"stylesheet\" href=\"";
// line 17
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/registration/register.css"), "html", null, true);
yield "\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 20
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 21
yield "
";
// line 22
yield from $this->loadTemplate("assets/assets_vuejs.html.twig", "registration/register.html.twig", 22)->unwrap()->yield($context);
// line 23
yield " ";
yield from $this->loadTemplate("assets/assets_form_errors.html.twig", "registration/register.html.twig", 23)->unwrap()->yield($context);
// line 24
yield " <!-- Menu -->
";
// line 25
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi", Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" => // line 27
(isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 27, $this->source); })()), "currentRoute" => // line 28
(isset($context["currentRoute"]) || array_key_exists("currentRoute", $context) ? $context["currentRoute"] : (function () { throw new RuntimeError('Variable "currentRoute" does not exist.', 28, $this->source); })()), "codePays" => // line 29
(isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 29, $this->source); })())]));
// line 30
yield "
<!-- Menu -->
<!-- Publicite -->
";
// line 34
yield from $this->loadTemplate("includes/publicite.html.twig", "registration/register.html.twig", 34)->unwrap()->yield($context);
// line 35
yield " <!-- Publicite -->
<div class=\"container\">
<div class=\"row\">
<!--COLONNE GAUCHE -->
";
// line 40
yield from $this->loadTemplate("includes/colonnes_gauche.html.twig", "registration/register.html.twig", 40)->unwrap()->yield($context);
// line 41
yield " <!--FIN COLONNE GAUCHE -->
<!--COLONNE DROITE -->
<div class=\"col-12 col-lg-9 bkg_blanc\">
<!-- ARIANE -->
<nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
<ol class=\"breadcrumb\">
<li class=\"breadcrumb-item\">
<a href=\"";
// line 48
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index", ["codePays" => (isset($context["codePays"]) || array_key_exists("codePays", $context) ? $context["codePays"] : (function () { throw new RuntimeError('Variable "codePays" does not exist.', 48, $this->source); })())]), "html", null, true);
yield "\"> ";
yield $this->extensions['App\Twig\TranslationExtension']->translate("accueil", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 48, $this->source); })()), "", "M");
yield "</a>
</li>
<li class=\"breadcrumb-item active\" aria-current=\"page\"> ";
// line 50
yield $this->extensions['App\Twig\TranslationExtension']->translate("creation compte", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 50, $this->source); })()), "", "M");
yield "</li>
</ol>
</nav>
<!-- FIN ARIANE -->
<!-- notification -->
";
// line 58
yield from $this->loadTemplate("form/notifications_success_errors.html.twig", "registration/register.html.twig", 58)->unwrap()->yield($context);
// line 59
yield " <!-- notification -->
";
// line 61
if ((0 === CoreExtension::compare((isset($context["formValid"]) || array_key_exists("formValid", $context) ? $context["formValid"] : (function () { throw new RuntimeError('Variable "formValid" does not exist.', 61, $this->source); })()), false))) {
yield "
<div class=\"row\">
<div class=\"col-12\">
<div class=\"col-12 mt-3 mb-2 ml-3\">
<h2 class=\"gris_666\"> ";
// line 65
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("creation compte", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 65, $this->source); })()), ""));
yield "</h2>
";
// line 66
yield $this->extensions['App\Twig\TranslationExtension']->translate("pour creer votre compte, veuillez remplir les champs ci-dessous.Les champs suivis de * sont obligatoires.", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 66, $this->source); })()), "", "M");
yield "
</div>
</div>
</div>
";
// line 74
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 74, $this->source); })()), 'form_start', ["attr" => ["novalidate" => "novalidate", "class" => "form-horizontal", "id" => "inscriptionForm", "role" => "form", "name" => "inscription_form"]]);
yield "
<div class=\"row\">
<div class=\"col-12 col-sm-8 offset-sm-2\">
<instance id=\"app\">
<h4 class=\"gris_666 my-3\">
";
// line 79
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("vous etes", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 79, $this->source); })()), ""));
yield "*
</h4>
<div class=\"form-group row\">
";
// line 82
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 82, $this->source); })()), "type_utilisateur", [], "any", false, false, false, 82), 'widget', ["attr" => ["@change" => "onChangeTypeUtilisateur"]]);
yield "
";
// line 83
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 83, $this->source); })()), "id_type_structure_investisseur", [], "any", false, false, false, 83), 'widget');
yield "
";
// line 84
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 84, $this->source); })()), "id_type_structure_expert", [], "any", false, false, false, 84), 'widget');
yield "
</div>
<h4 class=\"gris_666 mt-5 mb-3\"> ";
// line 86
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("coordonnees personnelles", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 86, $this->source); })()), ""));
yield " </h4>
<div class=\"form-group row\">
<label for=\"civilite\" class=\"col-5 col-sm-5 col-form-label\">
";
// line 90
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("civilite", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 90, $this->source); })()), ""));
yield "*
</label>
<div class=\"col-7 col-sm-7\">
";
// line 93
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 93, $this->source); })()), "civilite", [], "any", false, false, false, 93), 'widget');
yield "
";
// line 94
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 94, $this->source); })()), "civilite", [], "any", false, false, false, 94), 'errors');
yield "
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"nom_utilisateur\">
";
// line 99
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("nom", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 99, $this->source); })()), ""));
yield "*
</label>
<div class=\"col-sm-7\">
";
// line 102
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 102, $this->source); })()), "nom_utilisateur", [], "any", false, false, false, 102), 'widget');
yield "
";
// line 103
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 103, $this->source); })()), "nom_utilisateur", [], "any", false, false, false, 103), 'errors');
yield "
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"prenom_utilisateur\">
";
// line 108
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("prenom", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 108, $this->source); })()), ""));
yield "*
</label>
<div class=\" col-sm-7\">
";
// line 111
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 111, $this->source); })()), "prenom_utilisateur", [], "any", false, false, false, 111), 'widget');
yield "
";
// line 112
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 112, $this->source); })()), "prenom_utilisateur", [], "any", false, false, false, 112), 'errors');
yield "
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"langue_utilisee\">
";
// line 123
yield $this->extensions['App\Twig\TranslationExtension']->translate("langue preferee", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 123, $this->source); })()), "", "M");
yield "
</label>
<div class=\" col-sm-7\" id=\"langue_utilisee\">
";
// line 126
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 126, $this->source); })()), "langue_utilisee", [], "any", false, false, false, 126), 'widget');
yield "
";
// line 127
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 127, $this->source); })()), "langue_utilisee", [], "any", false, false, false, 127), 'errors');
yield "
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label\" for=\"id_pays_utilisateur\">
";
// line 136
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("pays", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 136, $this->source); })()), ""));
yield "*
</label>
<div class=\" col-sm-7\">
";
// line 139
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 139, $this->source); })()), "id_pays_utilisateur", [], "any", false, false, false, 139), 'widget');
yield "
";
// line 140
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 140, $this->source); })()), "id_pays_utilisateur", [], "any", false, false, false, 140), 'errors');
yield "
</div>
</div>
<Transition name=\"slide-fade\">
<div id=\"div-region\" class=\"form-group row\" v-if=\"seen_list_regions\" >
<label class=\"col-sm-5 col-form-label\" for=\"id_region\" id=\"label-region\" >
<item v-if=\" pays_utilisateur != '33' \">";
// line 147
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("region", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 147, $this->source); })()), ""));
yield "* </item>
<item v-else >";
// line 148
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("departement", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 148, $this->source); })()), ""));
yield "* </item>
</label>
<div class=\" col-sm-7\">
";
// line 151
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 151, $this->source); })()), "id_region", [], "any", false, false, false, 151), 'widget', ["attr" => ["class" => "form-control"]]);
yield "
";
// line 152
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 152, $this->source); })()), "id_region", [], "any", false, false, false, 152), 'errors');
yield "
</div>
</div>
</Transition>
<div class=\"form-group row\" id=\"indicatif\">
<label class=\"col-sm-5 col-form-label\" for=\"telephone_utilisateur \">
";
// line 159
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("telephone", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 159, $this->source); })()), ""));
yield "*
</label>
<div class=\" col-sm-7\">
<div class=\"input-group\">
";
// line 163
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 163, $this->source); })()), "indicatif_tel", [], "any", false, false, false, 163), 'widget');
yield "
";
// line 164
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 164, $this->source); })()), "telephone_utilisateur", [], "any", false, false, false, 164), 'widget');
yield "
</div>
";
// line 166
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 166, $this->source); })()), "telephone_utilisateur", [], "any", false, false, false, 166), 'errors');
yield "
</div>
</div>
<h4 class=\"gris_666 mt-5 mb-3\">
";
// line 170
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("votre societe", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 170, $this->source); })()), ""));
yield "
</h4>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"factur_nom_societe\">
";
// line 175
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("raison sociale", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 175, $this->source); })()), ""));
yield "
</label>
<div class=\" col-sm-7\">
";
// line 178
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 178, $this->source); })()), "factur_nom_societe", [], "any", false, false, false, 178), 'widget');
yield "
";
// line 179
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 179, $this->source); })()), "factur_nom_societe", [], "any", false, false, false, 179), 'errors');
yield "
</div>
</div>
<Transition name=\"slide-fade\">
<div class=\"form-group row\" v-if=\"tva_intra\" v-cloak>
<label class=\"col-sm-5 col-form-label control-label\" for=\"tva_intracommunautaire\">
";
// line 187
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("tva intracommunautaire", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 187, $this->source); })()), ""));
yield "
</label>
<div class=\" col-sm-7\">
";
// line 190
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 190, $this->source); })()), "tva_intracommunautaire", [], "any", false, false, false, 190), 'widget');
yield "
";
// line 191
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 191, $this->source); })()), "tva_intracommunautaire", [], "any", false, false, false, 191), 'errors');
yield "
</div>
</div>
</Transition>
<Transition name=\"slide-fade\">
<div class=\"form-group row\" v-if=\"non_assujetti\" v-cloak>
<label class=\"col-sm-5 col-form-label control-label\" for=\"non_assujetti_tva\">
";
// line 199
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("non assujetti à la tva", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 199, $this->source); })()), ""));
yield "
</label>
<div class=\" col-sm-7\">
";
// line 202
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 202, $this->source); })()), "non_assujetti_tva", [], "any", false, false, false, 202), 'widget');
yield "
";
// line 203
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 203, $this->source); })()), "non_assujetti_tva", [], "any", false, false, false, 203), 'errors');
yield "
</div>
</div>
</Transition>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"adresse_utilisateur\">
";
// line 213
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("adresse", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 213, $this->source); })()), ""));
yield "
</label>
<div class=\" col-sm-7\">
";
// line 216
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 216, $this->source); })()), "adresse_utilisateur", [], "any", false, false, false, 216), 'widget');
yield "
";
// line 217
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 217, $this->source); })()), "adresse_utilisateur", [], "any", false, false, false, 217), 'errors');
yield "
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"ville_utilisateur\">";
// line 221
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("ville", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 221, $this->source); })()), ""));
yield " </label>
<div class=\" col-sm-7\">
";
// line 223
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 223, $this->source); })()), "ville_utilisateur", [], "any", false, false, false, 223), 'widget');
yield "
";
// line 224
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 224, $this->source); })()), "ville_utilisateur", [], "any", false, false, false, 224), 'errors');
yield "
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"code_postal_utilisateur\">";
// line 228
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("code postal", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 228, $this->source); })()), ""));
yield " </label>
<div class=\" col-sm-7\">
";
// line 230
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 230, $this->source); })()), "code_postal_utilisateur", [], "any", false, false, false, 230), 'widget');
yield "
";
// line 231
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 231, $this->source); })()), "code_postal_utilisateur", [], "any", false, false, false, 231), 'errors');
yield "
</div>
</div>
<h4 class=\"gris_666 mt-5 mb-3\"> ";
// line 234
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("identifiants de connexion", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 234, $this->source); })()), ""));
yield " </h4>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"email_utilisateur\">
";
// line 237
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("email", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 237, $this->source); })()), ""));
yield "*
</label>
<div class=\" col-sm-7\">
";
// line 240
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 240, $this->source); })()), "email_utilisateur", [], "any", false, false, false, 240), 'widget');
yield "
";
// line 241
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 241, $this->source); })()), "email_utilisateur", [], "any", false, false, false, 241), 'errors');
yield "
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label\" for=\"password_encrypted_utilisateur\">
";
// line 247
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("mot de passe", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 247, $this->source); })()), ""));
yield "*
</label>
<div class=\" col-sm-7\">
";
// line 250
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 250, $this->source); })()), "plainPassword", [], "any", false, false, false, 250), "first", [], "any", false, false, false, 250), 'widget', ["attr" => ["v-model" => "pwd_first"]]);
yield "
<div class=\"invalid_field\">\${msg_pwd_first}</div>
";
// line 252
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 252, $this->source); })()), "plainPassword", [], "any", false, false, false, 252), "first", [], "any", false, false, false, 252), 'errors');
yield "
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label\" for=\"password_encrypted_utilisateur\">
";
// line 260
yield Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $this->extensions['App\Twig\TranslationExtension']->translate("confirmer mot de passe", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 260, $this->source); })()), ""));
yield "*
</label>
<div class=\" col-sm-7\">
";
// line 263
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 263, $this->source); })()), "plainPassword", [], "any", false, false, false, 263), "second", [], "any", false, false, false, 263), 'widget', ["attr" => ["v-model" => "pwd_second"]]);
yield "
<div class=\"invalid_field\" id=\"second\">\${msg_pwd_second}</div>
";
// line 265
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 265, $this->source); })()), "plainPassword", [], "any", false, false, false, 265), "second", [], "any", false, false, false, 265), 'errors');
yield "
</div>
</div>
<div class=\"row\">
<div class=\"col-12 mt-5 mb-3\">
";
// line 272
yield $this->extensions['App\Twig\TranslationExtension']->translate("FUSACQ est maintenant présent à l'international. Quels sont les pays susceptibles de vous intéresser ?", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 272, $this->source); })()), "", "M");
yield "
</div>
<div class=\"col-12\">
";
// line 275
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 275, $this->source); })()), "newsletters_internationals", [], "any", false, false, false, 275), 'widget');
yield "
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label\" for=\"provenance_notoriete_fusacq\">
";
// line 280
yield $this->extensions['App\Twig\TranslationExtension']->translate("comment avez-vous connu FUSACQ ?", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 280, $this->source); })()), "", "M");
yield "
</label>
<div class=\" col-sm-7\">
";
// line 283
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 283, $this->source); })()), "provenance_notoriete_fusacq", [], "any", false, false, false, 283), 'widget');
yield "
</div>
</div>
<div class=\"row\">
";
// line 287
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 287, $this->source); })()), "agreeTerms", [], "any", false, false, false, 287), 'widget');
yield "
</div>
</instance>
<div class=\"col-12 col-sm-6 offset-sm-4\">
<div class=\"form-group\">
";
// line 292
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 292, $this->source); })()), "recaptcha", [], "any", false, false, false, 292), 'widget');
yield "
";
// line 293
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 293, $this->source); })()), "recaptcha", [], "any", false, false, false, 293), 'errors');
yield "
</div>
</div>
<div class=\"text-center my-3\">
";
// line 298
yield " <button type=\"submit\" id=\"registration_form_btn\" name=\"registration_form[btn]\"
class=\"btn btn-bleu active btn\">";
// line 299
yield $this->extensions['App\Twig\TranslationExtension']->translate("creer mon compte", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 299, $this->source); })()), "", "M");
yield "</button>
</div>
</div>
</div>
";
// line 303
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 303, $this->source); })()), 'form_end', ["render_rest" => false]);
yield "
<div class=\"col-12 my-3\">
<small>";
// line 305
yield $this->extensions['App\Twig\TranslationExtension']->translate("* champs obligatoires", (isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 305, $this->source); })()), "", "M");
yield "</small>
</div>
";
}
// line 309
yield " </div><!--FIN COLONNE DROITE -->
</div> <!--FIN ROW CONTAINER -->
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 316
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 317
yield " ";
yield from $this->yieldParentBlock("javascripts", $context, $blocks);
yield "
<script type=\"module\" data-name=\"";
// line 318
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore", $context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.', 318, $this->source); })()), "html", null, true);
yield "\" id=\"codePaysParam\"
src=\"";
// line 319
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/registration/register.js"), "html", null, true);
yield "\"></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "registration/register.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 735 => 319, 731 => 318, 726 => 317, 716 => 316, 700 => 309, 693 => 305, 688 => 303, 681 => 299, 678 => 298, 671 => 293, 667 => 292, 659 => 287, 652 => 283, 646 => 280, 638 => 275, 632 => 272, 622 => 265, 617 => 263, 611 => 260, 600 => 252, 595 => 250, 589 => 247, 580 => 241, 576 => 240, 570 => 237, 564 => 234, 558 => 231, 554 => 230, 549 => 228, 542 => 224, 538 => 223, 533 => 221, 526 => 217, 522 => 216, 516 => 213, 503 => 203, 499 => 202, 493 => 199, 482 => 191, 478 => 190, 472 => 187, 461 => 179, 457 => 178, 451 => 175, 443 => 170, 436 => 166, 431 => 164, 427 => 163, 420 => 159, 410 => 152, 406 => 151, 400 => 148, 396 => 147, 386 => 140, 382 => 139, 376 => 136, 364 => 127, 360 => 126, 354 => 123, 340 => 112, 336 => 111, 330 => 108, 322 => 103, 318 => 102, 312 => 99, 304 => 94, 300 => 93, 294 => 90, 287 => 86, 282 => 84, 278 => 83, 274 => 82, 268 => 79, 260 => 74, 249 => 66, 245 => 65, 238 => 61, 234 => 59, 232 => 58, 221 => 50, 214 => 48, 205 => 41, 203 => 40, 196 => 35, 194 => 34, 188 => 30, 186 => 29, 185 => 28, 184 => 27, 183 => 25, 180 => 24, 177 => 23, 175 => 22, 172 => 21, 162 => 20, 149 => 17, 144 => 16, 134 => 15, 122 => 12, 112 => 11, 98 => 8, 88 => 7, 74 => 4, 64 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}
<title>{{ translate(\"créez votre compte sur FUSACQ\" ,lang,\"\",\"M\") | raw }}</title>
{% endblock %}
{% block description %}
<meta name=\"description\" content=\"{{ translate(\"renseignez le formulaire de création de compte sur FUSACQ\" ,lang,\"\",\"M\") | raw }}\">
{% endblock %}
{% block robots %}
<meta name=\"robots\" content=\"noindex\">
{% endblock %}
{% block stylesheets %}
{{ parent() }}
<link rel=\"stylesheet\" href=\"{{ asset('build/css/registration/register.css') }}\">
{% endblock %}
{% block body %}
{% include 'assets/assets_vuejs.html.twig' %}
{% include 'assets/assets_form_errors.html.twig' %}
<!-- Menu -->
{{ render_esi(controller(
'App\\\\Controller\\\\CoreController::menu',
{ \"lang\": lang,
\"currentRoute\":currentRoute,
\"codePays\": codePaysWithUnderScore }
)) }}
<!-- Menu -->
<!-- Publicite -->
{% include 'includes/publicite.html.twig' %}
<!-- Publicite -->
<div class=\"container\">
<div class=\"row\">
<!--COLONNE GAUCHE -->
{% include 'includes/colonnes_gauche.html.twig' %}
<!--FIN COLONNE GAUCHE -->
<!--COLONNE DROITE -->
<div class=\"col-12 col-lg-9 bkg_blanc\">
<!-- ARIANE -->
<nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
<ol class=\"breadcrumb\">
<li class=\"breadcrumb-item\">
<a href=\"{{ path('index',{'codePays':codePays }) }}\"> {{ translate(\"accueil\" ,lang,\"\",\"M\") | raw }}</a>
</li>
<li class=\"breadcrumb-item active\" aria-current=\"page\"> {{ translate(\"creation compte\" ,lang,\"\",\"M\") | raw }}</li>
</ol>
</nav>
<!-- FIN ARIANE -->
<!-- notification -->
{% include 'form/notifications_success_errors.html.twig' %}
<!-- notification -->
{% if formValid == false %}
<div class=\"row\">
<div class=\"col-12\">
<div class=\"col-12 mt-3 mb-2 ml-3\">
<h2 class=\"gris_666\"> {{ translate(\"creation compte\",lang,\"\" ) |capitalize| raw }}</h2>
{{ translate(\"pour creer votre compte, veuillez remplir les champs ci-dessous.Les champs suivis de * sont obligatoires.\",lang,\"\",\"M\" ) | raw }}
</div>
</div>
</div>
{{ form_start(registrationForm, {'attr': {'novalidate': 'novalidate','class': 'form-horizontal','id':'inscriptionForm','role':'form','name':'inscription_form' }} ) }}
<div class=\"row\">
<div class=\"col-12 col-sm-8 offset-sm-2\">
<instance id=\"app\">
<h4 class=\"gris_666 my-3\">
{{ translate(\"vous etes\",lang,\"\" ) |capitalize| raw }}*
</h4>
<div class=\"form-group row\">
{{ form_widget(registrationForm.type_utilisateur , {'attr': {'@change': \"onChangeTypeUtilisateur\"}} ) }}
{{ form_widget(registrationForm.id_type_structure_investisseur ) }}
{{ form_widget(registrationForm.id_type_structure_expert ) }}
</div>
<h4 class=\"gris_666 mt-5 mb-3\"> {{ translate(\"coordonnees personnelles\",lang,\"\" ) |capitalize| raw }} </h4>
<div class=\"form-group row\">
<label for=\"civilite\" class=\"col-5 col-sm-5 col-form-label\">
{{ translate(\"civilite\",lang,\"\" ) |capitalize| raw }}*
</label>
<div class=\"col-7 col-sm-7\">
{{ form_widget(registrationForm.civilite ) }}
{{ form_errors(registrationForm.civilite ) }}
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"nom_utilisateur\">
{{ translate(\"nom\",lang,\"\" ) |capitalize| raw }}*
</label>
<div class=\"col-sm-7\">
{{ form_widget(registrationForm.nom_utilisateur ) }}
{{ form_errors(registrationForm.nom_utilisateur ) }}
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"prenom_utilisateur\">
{{ translate(\"prenom\",lang,\"\" ) |capitalize| raw }}*
</label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.prenom_utilisateur ) }}
{{ form_errors(registrationForm.prenom_utilisateur ) }}
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"langue_utilisee\">
{{ translate(\"langue preferee\" ,lang,\"\",\"M\") | raw }}
</label>
<div class=\" col-sm-7\" id=\"langue_utilisee\">
{{ form_widget(registrationForm.langue_utilisee) }}
{{ form_errors(registrationForm.langue_utilisee) }}
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label\" for=\"id_pays_utilisateur\">
{{ translate(\"pays\",lang,\"\" ) |capitalize| raw }}*
</label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.id_pays_utilisateur ) }}
{{ form_errors(registrationForm.id_pays_utilisateur ) }}
</div>
</div>
<Transition name=\"slide-fade\">
<div id=\"div-region\" class=\"form-group row\" v-if=\"seen_list_regions\" >
<label class=\"col-sm-5 col-form-label\" for=\"id_region\" id=\"label-region\" >
<item v-if=\" pays_utilisateur != '33' \">{{ translate(\"region\",lang,\"\" ) |capitalize| raw }}* </item>
<item v-else >{{ translate(\"departement\",lang,\"\" ) |capitalize| raw }}* </item>
</label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.id_region, { 'attr': {'class': 'form-control'} } ) }}
{{ form_errors(registrationForm.id_region) }}
</div>
</div>
</Transition>
<div class=\"form-group row\" id=\"indicatif\">
<label class=\"col-sm-5 col-form-label\" for=\"telephone_utilisateur \">
{{ translate(\"telephone\",lang,\"\" ) |capitalize| raw }}*
</label>
<div class=\" col-sm-7\">
<div class=\"input-group\">
{{ form_widget(registrationForm.indicatif_tel ) }}
{{ form_widget(registrationForm.telephone_utilisateur ) }}
</div>
{{ form_errors(registrationForm.telephone_utilisateur ) }}
</div>
</div>
<h4 class=\"gris_666 mt-5 mb-3\">
{{ translate(\"votre societe\",lang,\"\" ) |capitalize| raw }}
</h4>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"factur_nom_societe\">
{{ translate(\"raison sociale\",lang,\"\" ) |capitalize| raw }}
</label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.factur_nom_societe ) }}
{{ form_errors(registrationForm.factur_nom_societe ) }}
</div>
</div>
<Transition name=\"slide-fade\">
<div class=\"form-group row\" v-if=\"tva_intra\" v-cloak>
<label class=\"col-sm-5 col-form-label control-label\" for=\"tva_intracommunautaire\">
{{ translate(\"tva intracommunautaire\",lang,\"\" ) |capitalize| raw }}
</label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.tva_intracommunautaire ) }}
{{ form_errors(registrationForm.tva_intracommunautaire ) }}
</div>
</div>
</Transition>
<Transition name=\"slide-fade\">
<div class=\"form-group row\" v-if=\"non_assujetti\" v-cloak>
<label class=\"col-sm-5 col-form-label control-label\" for=\"non_assujetti_tva\">
{{ translate(\"non assujetti à la tva\",lang,\"\" ) |capitalize| raw }}
</label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.non_assujetti_tva ) }}
{{ form_errors(registrationForm.non_assujetti_tva ) }}
</div>
</div>
</Transition>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"adresse_utilisateur\">
{{ translate(\"adresse\",lang,\"\" ) |capitalize| raw }}
</label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.adresse_utilisateur ) }}
{{ form_errors(registrationForm.adresse_utilisateur ) }}
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"ville_utilisateur\">{{ translate(\"ville\",lang,\"\" ) |capitalize| raw }} </label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.ville_utilisateur ) }}
{{ form_errors(registrationForm.ville_utilisateur ) }}
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"code_postal_utilisateur\">{{ translate(\"code postal\",lang,\"\" ) |capitalize| raw }} </label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.code_postal_utilisateur ) }}
{{ form_errors(registrationForm.code_postal_utilisateur ) }}
</div>
</div>
<h4 class=\"gris_666 mt-5 mb-3\"> {{ translate(\"identifiants de connexion\",lang,\"\" ) |capitalize| raw }} </h4>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label control-label\" for=\"email_utilisateur\">
{{ translate(\"email\",lang,\"\" ) |capitalize| raw }}*
</label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.email_utilisateur ) }}
{{ form_errors(registrationForm.email_utilisateur ) }}
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label\" for=\"password_encrypted_utilisateur\">
{{ translate(\"mot de passe\",lang,\"\" ) |capitalize| raw }}*
</label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.plainPassword.first,{'attr':{\"v-model\":\"pwd_first\"}} ) }}
<div class=\"invalid_field\">\${msg_pwd_first}</div>
{{ form_errors(registrationForm.plainPassword.first ) }}
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label\" for=\"password_encrypted_utilisateur\">
{{ translate(\"confirmer mot de passe\",lang,\"\" ) |capitalize| raw }}*
</label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.plainPassword.second,{'attr':{\"v-model\":\"pwd_second\"}} ) }}
<div class=\"invalid_field\" id=\"second\">\${msg_pwd_second}</div>
{{ form_errors(registrationForm.plainPassword.second ) }}
</div>
</div>
<div class=\"row\">
<div class=\"col-12 mt-5 mb-3\">
{{ translate(\"FUSACQ est maintenant présent à l'international. Quels sont les pays susceptibles de vous intéresser ?\",lang,\"\",\"M\" ) | raw }}
</div>
<div class=\"col-12\">
{{ form_widget(registrationForm.newsletters_internationals ) }}
</div>
</div>
<div class=\"form-group row\">
<label class=\"col-sm-5 col-form-label\" for=\"provenance_notoriete_fusacq\">
{{ translate(\"comment avez-vous connu FUSACQ ?\",lang,\"\",\"M\" ) | raw }}
</label>
<div class=\" col-sm-7\">
{{ form_widget(registrationForm.provenance_notoriete_fusacq ) }}
</div>
</div>
<div class=\"row\">
{{ form_widget(registrationForm.agreeTerms ) }}
</div>
</instance>
<div class=\"col-12 col-sm-6 offset-sm-4\">
<div class=\"form-group\">
{{ form_widget(registrationForm.recaptcha) }}
{{ form_errors(registrationForm.recaptcha) }}
</div>
</div>
<div class=\"text-center my-3\">
{# {{ form_widget(registrationForm.btn ) }} #}
<button type=\"submit\" id=\"registration_form_btn\" name=\"registration_form[btn]\"
class=\"btn btn-bleu active btn\">{{ translate(\"creer mon compte\",lang,\"\",\"M\") | raw }}</button>
</div>
</div>
</div>
{{ form_end(registrationForm, {'render_rest': false}) }}
<div class=\"col-12 my-3\">
<small>{{ translate(\"* champs obligatoires\",lang,\"\",\"M\") | raw }}</small>
</div>
{% endif %}
</div><!--FIN COLONNE DROITE -->
</div> <!--FIN ROW CONTAINER -->
</div>
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\"
src=\"{{ asset('build/js/registration/register.js') }}\"></script>
{% endblock %}
", "registration/register.html.twig", "/home/www/fusacq_symfony_5.4_preprod/templates/registration/register.html.twig");
}
}