var/cache/dev/twig/03/035d9bc859d6ffb353d0cd1430cc76b3d1276d1cc6174976981e89506df0eb67.php line 162

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. /* registration/register.html.twig */
  15. class __TwigTemplate_fded88d49079d3954d804872a28f5386815a11f11b6a2baa0185b3c194e3f43a 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.             'description' => [$this'block_description'],
  26.             'robots' => [$this'block_robots'],
  27.             'stylesheets' => [$this'block_stylesheets'],
  28.             'body' => [$this'block_body'],
  29.             'javascripts' => [$this'block_javascripts'],
  30.         ];
  31.     }
  32.     protected function doGetParent(array $context)
  33.     {
  34.         // line 1
  35.         return "base.html.twig";
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = [])
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""registration/register.html.twig"));
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""registration/register.html.twig"));
  44.         $this->parent $this->loadTemplate("base.html.twig""registration/register.html.twig"1);
  45.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  48.         
  49.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  50.     }
  51.     // line 3
  52.     public function block_title($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  59.         // line 4
  60.         yield "    <title>";
  61.         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");
  62.         yield "</title>
  63. ";
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.         
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  68.         return; yield '';
  69.     }
  70.     // line 7
  71.     public function block_description($context, array $blocks = [])
  72.     {
  73.         $macros $this->macros;
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  75.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  77.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  78.         // line 8
  79.         yield "    <meta name=\"description\" content=\"";
  80.         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");
  81.         yield "\">
  82. ";
  83.         
  84.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  85.         
  86.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  87.         return; yield '';
  88.     }
  89.     // line 11
  90.     public function block_robots($context, array $blocks = [])
  91.     {
  92.         $macros $this->macros;
  93.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  94.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""robots"));
  95.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  96.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""robots"));
  97.         // line 12
  98.         yield "    <meta name=\"robots\" content=\"noindex\">
  99. ";
  100.         
  101.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  102.         
  103.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  104.         return; yield '';
  105.     }
  106.     // line 15
  107.     public function block_stylesheets($context, array $blocks = [])
  108.     {
  109.         $macros $this->macros;
  110.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  111.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  112.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  113.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  114.         // line 16
  115.         yield "    ";
  116.         yield from $this->yieldParentBlock("stylesheets"$context$blocks);
  117.         yield "
  118.     <link rel=\"stylesheet\" href=\"";
  119.         // line 17
  120.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/css/registration/register.css"), "html"nulltrue);
  121.         yield "\">
  122. ";
  123.         
  124.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  125.         
  126.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  127.         return; yield '';
  128.     }
  129.     // line 20
  130.     public function block_body($context, array $blocks = [])
  131.     {
  132.         $macros $this->macros;
  133.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  134.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  135.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  136.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  137.         // line 21
  138.         yield "
  139.     ";
  140.         // line 22
  141.         yield from         $this->loadTemplate("assets/assets_vuejs.html.twig""registration/register.html.twig"22)->unwrap()->yield($context);
  142.         // line 23
  143.         yield "    ";
  144.         yield from         $this->loadTemplate("assets/assets_form_errors.html.twig""registration/register.html.twig"23)->unwrap()->yield($context);
  145.         // line 24
  146.         yield "    <!-- Menu  -->
  147.     ";
  148.         // line 25
  149.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragmentStrategy("esi"Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CoreController::menu", ["lang" =>         // line 27
  150. (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
  151. (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
  152. (isset($context["codePaysWithUnderScore"]) || array_key_exists("codePaysWithUnderScore"$context) ? $context["codePaysWithUnderScore"] : (function () { throw new RuntimeError('Variable "codePaysWithUnderScore" does not exist.'29$this->source); })())]));
  153.         // line 30
  154.         yield "
  155.     <!-- Menu  -->
  156.     <!-- Publicite  -->
  157.     ";
  158.         // line 34
  159.         yield from         $this->loadTemplate("includes/publicite.html.twig""registration/register.html.twig"34)->unwrap()->yield($context);
  160.         // line 35
  161.         yield "    <!-- Publicite  -->
  162.     <div class=\"container\">
  163.         <div class=\"row\">
  164.             <!--COLONNE GAUCHE -->
  165.             ";
  166.         // line 40
  167.         yield from         $this->loadTemplate("includes/colonnes_gauche.html.twig""registration/register.html.twig"40)->unwrap()->yield($context);
  168.         // line 41
  169.         yield "            <!--FIN COLONNE GAUCHE -->
  170.             <!--COLONNE DROITE -->
  171.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  172.                 <!-- ARIANE -->
  173.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  174.                     <ol class=\"breadcrumb\">
  175.                         <li class=\"breadcrumb-item\">
  176.                             <a href=\"";
  177.         // line 48
  178.         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"nulltrue);
  179.         yield "\">  ";
  180.         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");
  181.         yield "</a>
  182.                         </li>
  183.                         <li class=\"breadcrumb-item active\" aria-current=\"page\"> ";
  184.         // line 50
  185.         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");
  186.         yield "</li>
  187.                     </ol>
  188.                 </nav>
  189.                 <!-- FIN ARIANE -->
  190.                 <!-- notification -->
  191.                 ";
  192.         // line 58
  193.         yield from         $this->loadTemplate("form/notifications_success_errors.html.twig""registration/register.html.twig"58)->unwrap()->yield($context);
  194.         // line 59
  195.         yield "                <!-- notification   -->
  196.                 ";
  197.         // line 61
  198.         if ((=== 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))) {
  199.             yield 
  200.                     <div class=\"row\">
  201.                         <div class=\"col-12\">
  202.                             <div class=\"col-12 mt-3 mb-2 ml-3\">
  203.                                 <h2 class=\"gris_666\">  ";
  204.             // line 65
  205.             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); })()), ""));
  206.             yield "</h2>
  207.                                 ";
  208.             // line 66
  209.             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");
  210.             yield "
  211.                             </div>
  212.                         </div>
  213.                     </div>
  214.                     ";
  215.             // line 74
  216.             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"]]);
  217.             yield "
  218.                     <div class=\"row\">
  219.                         <div class=\"col-12 col-sm-8 offset-sm-2\">
  220.                             <instance id=\"app\">
  221.                                 <h4 class=\"gris_666 my-3\">
  222.                                     ";
  223.             // line 79
  224.             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); })()), ""));
  225.             yield "*
  226.                                 </h4>
  227.                                 <div class=\"form-group row\">
  228.                                     ";
  229.             // line 82
  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.'82$this->source); })()), "type_utilisateur", [], "any"falsefalsefalse82), 'widget', ["attr" => ["@change" => "onChangeTypeUtilisateur"]]);
  231.             yield "
  232.                                     ";
  233.             // line 83
  234.             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"falsefalsefalse83), 'widget');
  235.             yield "
  236.                                     ";
  237.             // line 84
  238.             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"falsefalsefalse84), 'widget');
  239.             yield "
  240.                                 </div>
  241.                                 <h4 class=\"gris_666 mt-5 mb-3\">  ";
  242.             // line 86
  243.             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); })()), ""));
  244.             yield " </h4>
  245.                                 <div class=\"form-group row\">
  246.                                     <label for=\"civilite\" class=\"col-5 col-sm-5 col-form-label\">
  247.                                         ";
  248.             // line 90
  249.             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); })()), ""));
  250.             yield "*
  251.                                     </label>
  252.                                     <div class=\"col-7 col-sm-7\">
  253.                                         ";
  254.             // line 93
  255.             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"falsefalsefalse93), 'widget');
  256.             yield "
  257.                                         ";
  258.             // line 94
  259.             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"falsefalsefalse94), 'errors');
  260.             yield "
  261.                                     </div>
  262.                                 </div>
  263.                                 <div class=\"form-group row\">
  264.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"nom_utilisateur\">
  265.                                         ";
  266.             // line 99
  267.             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); })()), ""));
  268.             yield "*
  269.                                     </label>
  270.                                     <div class=\"col-sm-7\">
  271.                                         ";
  272.             // line 102
  273.             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"falsefalsefalse102), 'widget');
  274.             yield "
  275.                                         ";
  276.             // line 103
  277.             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"falsefalsefalse103), 'errors');
  278.             yield "
  279.                                     </div>
  280.                                 </div>
  281.                                 <div class=\"form-group row\">
  282.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"prenom_utilisateur\">
  283.                                         ";
  284.             // line 108
  285.             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); })()), ""));
  286.             yield "*
  287.                                     </label>
  288.                                     <div class=\" col-sm-7\">
  289.                                         ";
  290.             // line 111
  291.             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"falsefalsefalse111), 'widget');
  292.             yield "
  293.                                         ";
  294.             // line 112
  295.             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"falsefalsefalse112), 'errors');
  296.             yield "
  297.                                     </div>
  298.                                 </div>
  299.                                 <div class=\"form-group row\">
  300.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"langue_utilisee\">
  301.                                         ";
  302.             // line 123
  303.             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");
  304.             yield "
  305.                                     </label>
  306.                                     <div class=\" col-sm-7\"  id=\"langue_utilisee\">
  307.                                         ";
  308.             // line 126
  309.             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"falsefalsefalse126), 'widget');
  310.             yield "
  311.                                         ";
  312.             // line 127
  313.             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"falsefalsefalse127), 'errors');
  314.             yield "
  315.                                     </div>
  316.                                 </div>
  317.                                 <div class=\"form-group row\">
  318.                                     <label class=\"col-sm-5 col-form-label\" for=\"id_pays_utilisateur\">
  319.                                         ";
  320.             // line 136
  321.             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); })()), ""));
  322.             yield "*
  323.                                     </label>
  324.                                     <div class=\" col-sm-7\">
  325.                                         ";
  326.             // line 139
  327.             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"falsefalsefalse139), 'widget');
  328.             yield "
  329.                                         ";
  330.             // line 140
  331.             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"falsefalsefalse140), 'errors');
  332.             yield "
  333.                                     </div>
  334.                                 </div>
  335.                                 <Transition name=\"slide-fade\">
  336.                                     <div id=\"div-region\" class=\"form-group row\" v-if=\"seen_list_regions\" >
  337.                                         <label class=\"col-sm-5 col-form-label\" for=\"id_region\" id=\"label-region\" >
  338.                                             <item v-if=\" pays_utilisateur !=  '33' \">";
  339.             // line 147
  340.             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); })()), ""));
  341.             yield "*  </item>
  342.                                             <item v-else >";
  343.             // line 148
  344.             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); })()), ""));
  345.             yield "*  </item>
  346.                                         </label>
  347.                                         <div class=\" col-sm-7\">
  348.                                             ";
  349.             // line 151
  350.             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"falsefalsefalse151), 'widget', ["attr" => ["class" => "form-control"]]);
  351.             yield "
  352.                                             ";
  353.             // line 152
  354.             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"falsefalsefalse152), 'errors');
  355.             yield "
  356.                                         </div>
  357.                                     </div>
  358.                                 </Transition>
  359.                                 <div class=\"form-group row\" id=\"indicatif\">
  360.                                     <label class=\"col-sm-5 col-form-label\" for=\"telephone_utilisateur \">
  361.                                         ";
  362.             // line 159
  363.             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); })()), ""));
  364.             yield "*
  365.                                     </label>
  366.                                     <div class=\" col-sm-7\">
  367.                                         <div class=\"input-group\">
  368.                                             ";
  369.             // line 163
  370.             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"falsefalsefalse163), 'widget');
  371.             yield "
  372.                                             ";
  373.             // line 164
  374.             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"falsefalsefalse164), 'widget');
  375.             yield "
  376.                                         </div>
  377.                                         ";
  378.             // line 166
  379.             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"falsefalsefalse166), 'errors');
  380.             yield "
  381.                                     </div>
  382.                                 </div>
  383.                                 <h4 class=\"gris_666 mt-5 mb-3\">
  384.                                     ";
  385.             // line 170
  386.             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); })()), ""));
  387.             yield "
  388.                                 </h4>
  389.                                 <div class=\"form-group row\">
  390.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"factur_nom_societe\">
  391.                                         ";
  392.             // line 175
  393.             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); })()), ""));
  394.             yield "
  395.                                     </label>
  396.                                     <div class=\" col-sm-7\">
  397.                                         ";
  398.             // line 178
  399.             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"falsefalsefalse178), 'widget');
  400.             yield "
  401.                                         ";
  402.             // line 179
  403.             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"falsefalsefalse179), 'errors');
  404.             yield "
  405.                                     </div>
  406.                                 </div>
  407.                                 <Transition name=\"slide-fade\">
  408.                                     <div class=\"form-group row\"   v-if=\"tva_intra\"  v-cloak>
  409.                                         <label class=\"col-sm-5 col-form-label control-label\" for=\"tva_intracommunautaire\">
  410.                                             ";
  411.             // line 187
  412.             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); })()), ""));
  413.             yield "
  414.                                         </label>
  415.                                         <div class=\" col-sm-7\">
  416.                                             ";
  417.             // line 190
  418.             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"falsefalsefalse190), 'widget');
  419.             yield "
  420.                                             ";
  421.             // line 191
  422.             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"falsefalsefalse191), 'errors');
  423.             yield "
  424.                                         </div>
  425.                                     </div>
  426.                                 </Transition>
  427.                                 <Transition name=\"slide-fade\">
  428.                                     <div class=\"form-group row\"  v-if=\"non_assujetti\"  v-cloak>
  429.                                         <label class=\"col-sm-5 col-form-label control-label\" for=\"non_assujetti_tva\">
  430.                                             ";
  431.             // line 199
  432.             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); })()), ""));
  433.             yield "
  434.                                         </label>
  435.                                         <div class=\" col-sm-7\">
  436.                                             ";
  437.             // line 202
  438.             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"falsefalsefalse202), 'widget');
  439.             yield "
  440.                                             ";
  441.             // line 203
  442.             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"falsefalsefalse203), 'errors');
  443.             yield "
  444.                                         </div>
  445.                                     </div>
  446.                                 </Transition>
  447.                                 <div class=\"form-group row\">
  448.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"adresse_utilisateur\">
  449.                                         ";
  450.             // line 213
  451.             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); })()), ""));
  452.             yield "
  453.                                     </label>
  454.                                     <div class=\" col-sm-7\">
  455.                                         ";
  456.             // line 216
  457.             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"falsefalsefalse216), 'widget');
  458.             yield "
  459.                                         ";
  460.             // line 217
  461.             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"falsefalsefalse217), 'errors');
  462.             yield "
  463.                                     </div>
  464.                                 </div>
  465.                                 <div class=\"form-group row\">
  466.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"ville_utilisateur\">";
  467.             // line 221
  468.             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); })()), ""));
  469.             yield " </label>
  470.                                     <div class=\" col-sm-7\">
  471.                                         ";
  472.             // line 223
  473.             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"falsefalsefalse223), 'widget');
  474.             yield "
  475.                                         ";
  476.             // line 224
  477.             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"falsefalsefalse224), 'errors');
  478.             yield "
  479.                                     </div>
  480.                                 </div>
  481.                                 <div class=\"form-group row\">
  482.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"code_postal_utilisateur\">";
  483.             // line 228
  484.             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); })()), ""));
  485.             yield " </label>
  486.                                     <div class=\" col-sm-7\">
  487.                                         ";
  488.             // line 230
  489.             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"falsefalsefalse230), 'widget');
  490.             yield "
  491.                                         ";
  492.             // line 231
  493.             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"falsefalsefalse231), 'errors');
  494.             yield "
  495.                                     </div>
  496.                                 </div>
  497.                                 <h4 class=\"gris_666 mt-5 mb-3\">  ";
  498.             // line 234
  499.             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); })()), ""));
  500.             yield " </h4>
  501.                                 <div class=\"form-group row\">
  502.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"email_utilisateur\">
  503.                                         ";
  504.             // line 237
  505.             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); })()), ""));
  506.             yield "*
  507.                                     </label>
  508.                                     <div class=\" col-sm-7\">
  509.                                         ";
  510.             // line 240
  511.             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"falsefalsefalse240), 'widget');
  512.             yield "
  513.                                         ";
  514.             // line 241
  515.             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"falsefalsefalse241), 'errors');
  516.             yield "
  517.                                     </div>
  518.                                 </div>
  519.                                 <div class=\"form-group row\">
  520.                                     <label class=\"col-sm-5 col-form-label\" for=\"password_encrypted_utilisateur\">
  521.                                         ";
  522.             // line 247
  523.             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); })()), ""));
  524.             yield "*
  525.                                     </label>
  526.                                     <div class=\" col-sm-7\">
  527.                                         ";
  528.             // line 250
  529.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse250), "first", [], "any"falsefalsefalse250), 'widget', ["attr" => ["v-model" => "pwd_first"]]);
  530.             yield "
  531.                                         <div  class=\"invalid_field\">\${msg_pwd_first}</div>
  532.                                         ";
  533.             // line 252
  534.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse252), "first", [], "any"falsefalsefalse252), 'errors');
  535.             yield "
  536.                                     </div>
  537.                                 </div>
  538.                                         
  539.                                 <div class=\"form-group row\">
  540.                                     <label class=\"col-sm-5 col-form-label\" for=\"password_encrypted_utilisateur\">
  541.                                         ";
  542.             // line 260
  543.             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); })()), ""));
  544.             yield "*
  545.                                     </label>
  546.                                     <div class=\" col-sm-7\">
  547.                                         ";
  548.             // line 263
  549.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse263), "second", [], "any"falsefalsefalse263), 'widget', ["attr" => ["v-model" => "pwd_second"]]);
  550.             yield "
  551.                                         <div  class=\"invalid_field\" id=\"second\">\${msg_pwd_second}</div>
  552.                                         ";
  553.             // line 265
  554.             yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse265), "second", [], "any"falsefalsefalse265), 'errors');
  555.             yield "
  556.                                     </div>
  557.                                 </div>           
  558.                                 <div class=\"row\">
  559.                                     <div class=\"col-12 mt-5 mb-3\">
  560.                                         ";
  561.             // line 272
  562.             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");
  563.             yield "
  564.                                     </div>
  565.                                     <div class=\"col-12\">
  566.                                         ";
  567.             // line 275
  568.             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"falsefalsefalse275), 'widget');
  569.             yield "
  570.                                     </div>
  571.                                 </div>
  572.                                 <div class=\"form-group row\">
  573.                                     <label class=\"col-sm-5 col-form-label\" for=\"provenance_notoriete_fusacq\">
  574.                                         ";
  575.             // line 280
  576.             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");
  577.             yield "
  578.                                     </label>
  579.                                     <div class=\" col-sm-7\">
  580.                                         ";
  581.             // line 283
  582.             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"falsefalsefalse283), 'widget');
  583.             yield "
  584.                                     </div>
  585.                                 </div>
  586.                                 <div class=\"row\">
  587.                                     ";
  588.             // line 287
  589.             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"falsefalsefalse287), 'widget');
  590.             yield "
  591.                                 </div>
  592.                             </instance>
  593.                             <div class=\"col-12 col-sm-6 offset-sm-4\">
  594.                                 <div class=\"form-group\">
  595.                                     ";
  596.             // line 292
  597.             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"falsefalsefalse292), 'widget');
  598.             yield "
  599.                                     ";
  600.             // line 293
  601.             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"falsefalsefalse293), 'errors');
  602.             yield "
  603.                                 </div>
  604.                             </div>
  605.                             <div class=\"text-center my-3\">
  606.                                 ";
  607.             // line 298
  608.             yield "                                <button type=\"submit\" id=\"registration_form_btn\" name=\"registration_form[btn]\" 
  609.                                         class=\"btn btn-bleu active btn\">";
  610.             // line 299
  611.             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");
  612.             yield "</button>
  613.                             </div>
  614.                         </div>
  615.                     </div>
  616.                     ";
  617.             // line 303
  618.             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]);
  619.             yield "
  620.                     <div class=\"col-12 my-3\">
  621.                         <small>";
  622.             // line 305
  623.             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");
  624.             yield "</small>
  625.                     </div>
  626.                 ";
  627.         }
  628.         // line 309
  629.         yield "            </div><!--FIN COLONNE DROITE -->
  630.         </div> <!--FIN ROW CONTAINER -->
  631.     </div>
  632. ";
  633.         
  634.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  635.         
  636.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  637.         return; yield '';
  638.     }
  639.     // line 316
  640.     public function block_javascripts($context, array $blocks = [])
  641.     {
  642.         $macros $this->macros;
  643.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  644.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  645.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  646.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  647.         // line 317
  648.         yield "    ";
  649.         yield from $this->yieldParentBlock("javascripts"$context$blocks);
  650.         yield "
  651.     <script type=\"module\" data-name=\"";
  652.         // line 318
  653.         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"nulltrue);
  654.         yield "\" id=\"codePaysParam\"
  655.     src=\"";
  656.         // line 319
  657.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/js/registration/register.js"), "html"nulltrue);
  658.         yield "\"></script>
  659. ";
  660.         
  661.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  662.         
  663.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  664.         return; yield '';
  665.     }
  666.     /**
  667.      * @codeCoverageIgnore
  668.      */
  669.     public function getTemplateName()
  670.     {
  671.         return "registration/register.html.twig";
  672.     }
  673.     /**
  674.      * @codeCoverageIgnore
  675.      */
  676.     public function isTraitable()
  677.     {
  678.         return false;
  679.     }
  680.     /**
  681.      * @codeCoverageIgnore
  682.      */
  683.     public function getDebugInfo()
  684.     {
  685.         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,);
  686.     }
  687.     public function getSourceContext()
  688.     {
  689.         return new Source("{% extends 'base.html.twig' %}
  690. {% block title %}
  691.     <title>{{ translate(\"créez votre compte sur FUSACQ\" ,lang,\"\",\"M\") | raw }}</title>
  692. {% endblock %}
  693. {% block description %}
  694.     <meta name=\"description\" content=\"{{ translate(\"renseignez le formulaire de création de compte sur FUSACQ\" ,lang,\"\",\"M\") | raw }}\">
  695. {% endblock %}
  696. {% block robots %}
  697.     <meta name=\"robots\" content=\"noindex\">
  698. {% endblock %}
  699. {% block stylesheets %}
  700.     {{ parent() }}
  701.     <link rel=\"stylesheet\" href=\"{{ asset('build/css/registration/register.css') }}\">
  702. {% endblock %}
  703. {% block body %}
  704.     {% include 'assets/assets_vuejs.html.twig' %}
  705.     {% include 'assets/assets_form_errors.html.twig' %}
  706.     <!-- Menu  -->
  707.     {{ render_esi(controller(
  708.           'App\\\\Controller\\\\CoreController::menu',
  709.           {   \"lang\": lang,
  710.               \"currentRoute\":currentRoute,
  711.               \"codePays\": codePaysWithUnderScore }
  712.       )) }}
  713.     <!-- Menu  -->
  714.     <!-- Publicite  -->
  715.     {% include 'includes/publicite.html.twig' %}
  716.     <!-- Publicite  -->
  717.     <div class=\"container\">
  718.         <div class=\"row\">
  719.             <!--COLONNE GAUCHE -->
  720.             {% include 'includes/colonnes_gauche.html.twig' %}
  721.             <!--FIN COLONNE GAUCHE -->
  722.             <!--COLONNE DROITE -->
  723.             <div class=\"col-12 col-lg-9 bkg_blanc\">
  724.                 <!-- ARIANE -->
  725.                 <nav aria-label=\"breadcrumb\" class=\"d-none d-sm-block\">
  726.                     <ol class=\"breadcrumb\">
  727.                         <li class=\"breadcrumb-item\">
  728.                             <a href=\"{{ path('index',{'codePays':codePays }) }}\">  {{ translate(\"accueil\" ,lang,\"\",\"M\") | raw }}</a>
  729.                         </li>
  730.                         <li class=\"breadcrumb-item active\" aria-current=\"page\"> {{ translate(\"creation compte\" ,lang,\"\",\"M\") | raw }}</li>
  731.                     </ol>
  732.                 </nav>
  733.                 <!-- FIN ARIANE -->
  734.                 <!-- notification -->
  735.                 {% include 'form/notifications_success_errors.html.twig' %}
  736.                 <!-- notification   -->
  737.                 {% if formValid == false %} 
  738.                     <div class=\"row\">
  739.                         <div class=\"col-12\">
  740.                             <div class=\"col-12 mt-3 mb-2 ml-3\">
  741.                                 <h2 class=\"gris_666\">  {{ translate(\"creation compte\",lang,\"\" ) |capitalize| raw }}</h2>
  742.                                 {{ translate(\"pour creer votre compte, veuillez remplir les champs ci-dessous.Les champs suivis de * sont obligatoires.\",lang,\"\",\"M\" ) | raw }}
  743.                             </div>
  744.                         </div>
  745.                     </div>
  746.                     {{ form_start(registrationForm, {'attr': {'novalidate': 'novalidate','class': 'form-horizontal','id':'inscriptionForm','role':'form','name':'inscription_form' }} ) }}
  747.                     <div class=\"row\">
  748.                         <div class=\"col-12 col-sm-8 offset-sm-2\">
  749.                             <instance id=\"app\">
  750.                                 <h4 class=\"gris_666 my-3\">
  751.                                     {{ translate(\"vous etes\",lang,\"\" ) |capitalize| raw }}*
  752.                                 </h4>
  753.                                 <div class=\"form-group row\">
  754.                                     {{ form_widget(registrationForm.type_utilisateur , {'attr': {'@change': \"onChangeTypeUtilisateur\"}} ) }}
  755.                                     {{ form_widget(registrationForm.id_type_structure_investisseur ) }}
  756.                                     {{ form_widget(registrationForm.id_type_structure_expert ) }}
  757.                                 </div>
  758.                                 <h4 class=\"gris_666 mt-5 mb-3\">  {{ translate(\"coordonnees personnelles\",lang,\"\" ) |capitalize| raw }} </h4>
  759.                                 <div class=\"form-group row\">
  760.                                     <label for=\"civilite\" class=\"col-5 col-sm-5 col-form-label\">
  761.                                         {{ translate(\"civilite\",lang,\"\" ) |capitalize| raw }}*
  762.                                     </label>
  763.                                     <div class=\"col-7 col-sm-7\">
  764.                                         {{ form_widget(registrationForm.civilite ) }}
  765.                                         {{ form_errors(registrationForm.civilite ) }}
  766.                                     </div>
  767.                                 </div>
  768.                                 <div class=\"form-group row\">
  769.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"nom_utilisateur\">
  770.                                         {{ translate(\"nom\",lang,\"\" ) |capitalize| raw }}*
  771.                                     </label>
  772.                                     <div class=\"col-sm-7\">
  773.                                         {{ form_widget(registrationForm.nom_utilisateur ) }}
  774.                                         {{ form_errors(registrationForm.nom_utilisateur ) }}
  775.                                     </div>
  776.                                 </div>
  777.                                 <div class=\"form-group row\">
  778.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"prenom_utilisateur\">
  779.                                         {{ translate(\"prenom\",lang,\"\" ) |capitalize| raw }}*
  780.                                     </label>
  781.                                     <div class=\" col-sm-7\">
  782.                                         {{ form_widget(registrationForm.prenom_utilisateur ) }}
  783.                                         {{ form_errors(registrationForm.prenom_utilisateur ) }}
  784.                                     </div>
  785.                                 </div>
  786.                                 <div class=\"form-group row\">
  787.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"langue_utilisee\">
  788.                                         {{ translate(\"langue preferee\" ,lang,\"\",\"M\") | raw }}
  789.                                     </label>
  790.                                     <div class=\" col-sm-7\"  id=\"langue_utilisee\">
  791.                                         {{ form_widget(registrationForm.langue_utilisee) }}
  792.                                         {{ form_errors(registrationForm.langue_utilisee) }}
  793.                                     </div>
  794.                                 </div>
  795.                                 <div class=\"form-group row\">
  796.                                     <label class=\"col-sm-5 col-form-label\" for=\"id_pays_utilisateur\">
  797.                                         {{ translate(\"pays\",lang,\"\" ) |capitalize| raw }}*
  798.                                     </label>
  799.                                     <div class=\" col-sm-7\">
  800.                                         {{ form_widget(registrationForm.id_pays_utilisateur ) }}
  801.                                         {{ form_errors(registrationForm.id_pays_utilisateur ) }}
  802.                                     </div>
  803.                                 </div>
  804.                                 <Transition name=\"slide-fade\">
  805.                                     <div id=\"div-region\" class=\"form-group row\" v-if=\"seen_list_regions\" >
  806.                                         <label class=\"col-sm-5 col-form-label\" for=\"id_region\" id=\"label-region\" >
  807.                                             <item v-if=\" pays_utilisateur !=  '33' \">{{ translate(\"region\",lang,\"\" ) |capitalize| raw }}*  </item>
  808.                                             <item v-else >{{ translate(\"departement\",lang,\"\" ) |capitalize| raw }}*  </item>
  809.                                         </label>
  810.                                         <div class=\" col-sm-7\">
  811.                                             {{ form_widget(registrationForm.id_region, { 'attr': {'class': 'form-control'} } ) }}
  812.                                             {{ form_errors(registrationForm.id_region) }}
  813.                                         </div>
  814.                                     </div>
  815.                                 </Transition>
  816.                                 <div class=\"form-group row\" id=\"indicatif\">
  817.                                     <label class=\"col-sm-5 col-form-label\" for=\"telephone_utilisateur \">
  818.                                         {{ translate(\"telephone\",lang,\"\" ) |capitalize| raw }}*
  819.                                     </label>
  820.                                     <div class=\" col-sm-7\">
  821.                                         <div class=\"input-group\">
  822.                                             {{ form_widget(registrationForm.indicatif_tel ) }}
  823.                                             {{ form_widget(registrationForm.telephone_utilisateur ) }}
  824.                                         </div>
  825.                                         {{ form_errors(registrationForm.telephone_utilisateur ) }}
  826.                                     </div>
  827.                                 </div>
  828.                                 <h4 class=\"gris_666 mt-5 mb-3\">
  829.                                     {{ translate(\"votre societe\",lang,\"\" ) |capitalize| raw }}
  830.                                 </h4>
  831.                                 <div class=\"form-group row\">
  832.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"factur_nom_societe\">
  833.                                         {{ translate(\"raison sociale\",lang,\"\" ) |capitalize| raw }}
  834.                                     </label>
  835.                                     <div class=\" col-sm-7\">
  836.                                         {{ form_widget(registrationForm.factur_nom_societe ) }}
  837.                                         {{ form_errors(registrationForm.factur_nom_societe ) }}
  838.                                     </div>
  839.                                 </div>
  840.                                 <Transition name=\"slide-fade\">
  841.                                     <div class=\"form-group row\"   v-if=\"tva_intra\"  v-cloak>
  842.                                         <label class=\"col-sm-5 col-form-label control-label\" for=\"tva_intracommunautaire\">
  843.                                             {{ translate(\"tva intracommunautaire\",lang,\"\" ) |capitalize| raw }}
  844.                                         </label>
  845.                                         <div class=\" col-sm-7\">
  846.                                             {{ form_widget(registrationForm.tva_intracommunautaire ) }}
  847.                                             {{ form_errors(registrationForm.tva_intracommunautaire ) }}
  848.                                         </div>
  849.                                     </div>
  850.                                 </Transition>
  851.                                 <Transition name=\"slide-fade\">
  852.                                     <div class=\"form-group row\"  v-if=\"non_assujetti\"  v-cloak>
  853.                                         <label class=\"col-sm-5 col-form-label control-label\" for=\"non_assujetti_tva\">
  854.                                             {{ translate(\"non assujetti à la tva\",lang,\"\" ) |capitalize| raw }}
  855.                                         </label>
  856.                                         <div class=\" col-sm-7\">
  857.                                             {{ form_widget(registrationForm.non_assujetti_tva ) }}
  858.                                             {{ form_errors(registrationForm.non_assujetti_tva ) }}
  859.                                         </div>
  860.                                     </div>
  861.                                 </Transition>
  862.                                 <div class=\"form-group row\">
  863.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"adresse_utilisateur\">
  864.                                         {{ translate(\"adresse\",lang,\"\" ) |capitalize| raw }}
  865.                                     </label>
  866.                                     <div class=\" col-sm-7\">
  867.                                         {{ form_widget(registrationForm.adresse_utilisateur ) }}
  868.                                         {{ form_errors(registrationForm.adresse_utilisateur ) }}
  869.                                     </div>
  870.                                 </div>
  871.                                 <div class=\"form-group row\">
  872.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"ville_utilisateur\">{{ translate(\"ville\",lang,\"\" ) |capitalize| raw }} </label>
  873.                                     <div class=\" col-sm-7\">
  874.                                         {{ form_widget(registrationForm.ville_utilisateur ) }}
  875.                                         {{ form_errors(registrationForm.ville_utilisateur ) }}
  876.                                     </div>
  877.                                 </div>
  878.                                 <div class=\"form-group row\">
  879.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"code_postal_utilisateur\">{{ translate(\"code postal\",lang,\"\" ) |capitalize| raw }} </label>
  880.                                     <div class=\" col-sm-7\">
  881.                                         {{ form_widget(registrationForm.code_postal_utilisateur ) }}
  882.                                         {{ form_errors(registrationForm.code_postal_utilisateur ) }}
  883.                                     </div>
  884.                                 </div>
  885.                                 <h4 class=\"gris_666 mt-5 mb-3\">  {{ translate(\"identifiants de connexion\",lang,\"\" ) |capitalize| raw }} </h4>
  886.                                 <div class=\"form-group row\">
  887.                                     <label class=\"col-sm-5 col-form-label control-label\" for=\"email_utilisateur\">
  888.                                         {{ translate(\"email\",lang,\"\" ) |capitalize| raw }}*
  889.                                     </label>
  890.                                     <div class=\" col-sm-7\">
  891.                                         {{ form_widget(registrationForm.email_utilisateur ) }}
  892.                                         {{ form_errors(registrationForm.email_utilisateur ) }}
  893.                                     </div>
  894.                                 </div>
  895.                                 <div class=\"form-group row\">
  896.                                     <label class=\"col-sm-5 col-form-label\" for=\"password_encrypted_utilisateur\">
  897.                                         {{ translate(\"mot de passe\",lang,\"\" ) |capitalize| raw }}*
  898.                                     </label>
  899.                                     <div class=\" col-sm-7\">
  900.                                         {{ form_widget(registrationForm.plainPassword.first,{'attr':{\"v-model\":\"pwd_first\"}} )  }}
  901.                                         <div  class=\"invalid_field\">\${msg_pwd_first}</div>
  902.                                         {{ form_errors(registrationForm.plainPassword.first ) }}
  903.                                     </div>
  904.                                 </div>
  905.                                         
  906.                                 <div class=\"form-group row\">
  907.                                     <label class=\"col-sm-5 col-form-label\" for=\"password_encrypted_utilisateur\">
  908.                                         {{ translate(\"confirmer mot de passe\",lang,\"\" ) |capitalize| raw }}*
  909.                                     </label>
  910.                                     <div class=\" col-sm-7\">
  911.                                         {{ form_widget(registrationForm.plainPassword.second,{'attr':{\"v-model\":\"pwd_second\"}} )  }}
  912.                                         <div  class=\"invalid_field\" id=\"second\">\${msg_pwd_second}</div>
  913.                                         {{ form_errors(registrationForm.plainPassword.second ) }}
  914.                                     </div>
  915.                                 </div>           
  916.                                 <div class=\"row\">
  917.                                     <div class=\"col-12 mt-5 mb-3\">
  918.                                         {{ translate(\"FUSACQ est maintenant présent à l'international. Quels sont les pays susceptibles de vous intéresser ?\",lang,\"\",\"M\" ) | raw }}
  919.                                     </div>
  920.                                     <div class=\"col-12\">
  921.                                         {{ form_widget(registrationForm.newsletters_internationals ) }}
  922.                                     </div>
  923.                                 </div>
  924.                                 <div class=\"form-group row\">
  925.                                     <label class=\"col-sm-5 col-form-label\" for=\"provenance_notoriete_fusacq\">
  926.                                         {{ translate(\"comment avez-vous connu FUSACQ ?\",lang,\"\",\"M\" ) | raw }}
  927.                                     </label>
  928.                                     <div class=\" col-sm-7\">
  929.                                         {{ form_widget(registrationForm.provenance_notoriete_fusacq ) }}
  930.                                     </div>
  931.                                 </div>
  932.                                 <div class=\"row\">
  933.                                     {{ form_widget(registrationForm.agreeTerms ) }}
  934.                                 </div>
  935.                             </instance>
  936.                             <div class=\"col-12 col-sm-6 offset-sm-4\">
  937.                                 <div class=\"form-group\">
  938.                                     {{ form_widget(registrationForm.recaptcha) }}
  939.                                     {{ form_errors(registrationForm.recaptcha) }}
  940.                                 </div>
  941.                             </div>
  942.                             <div class=\"text-center my-3\">
  943.                                 {#  {{ form_widget(registrationForm.btn ) }} #}
  944.                                 <button type=\"submit\" id=\"registration_form_btn\" name=\"registration_form[btn]\" 
  945.                                         class=\"btn btn-bleu active btn\">{{ translate(\"creer mon compte\",lang,\"\",\"M\") | raw }}</button>
  946.                             </div>
  947.                         </div>
  948.                     </div>
  949.                     {{ form_end(registrationForm, {'render_rest': false}) }}
  950.                     <div class=\"col-12 my-3\">
  951.                         <small>{{ translate(\"* champs obligatoires\",lang,\"\",\"M\") | raw }}</small>
  952.                     </div>
  953.                 {%  endif %}
  954.             </div><!--FIN COLONNE DROITE -->
  955.         </div> <!--FIN ROW CONTAINER -->
  956.     </div>
  957. {% endblock %}
  958. {% block javascripts %}
  959.     {{ parent() }}
  960.     <script type=\"module\" data-name=\"{{ codePaysWithUnderScore }}\" id=\"codePaysParam\"
  961.     src=\"{{ asset('build/js/registration/register.js') }}\"></script>
  962. {% endblock %}
  963. ""registration/register.html.twig""/home/www/fusacq_symfony_5.4_preprod/templates/registration/register.html.twig");
  964.     }
  965. }