var/cache/dev/fr/vpauto/twig/ea/ea4d80b5a84e22a765cd64af5cf9bff5.php line 341

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* frontend/registration/step_2.html.twig */
  14. class __TwigTemplate_18f32715343b1d5e855efac43eeabed6 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'meta_title' => [$this'block_meta_title'],
  24.             'meta_desc' => [$this'block_meta_desc'],
  25.             'body_content' => [$this'block_body_content'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "frontend/frontend.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/registration/step_2.html.twig"));
  38.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  39.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/registration/step_2.html.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/registration/step_2.html.twig"));
  42.         $this->parent $this->loadTemplate("frontend/frontend.html.twig""frontend/registration/step_2.html.twig"1);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  48.         
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  50.     }
  51.     // line 3
  52.     public function block_meta_title($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  57.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  58.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  61.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.page.register.step_2.title", [], "seo"), "html"nulltrue);
  62.         
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  64.         
  65.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  66.         
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  68.     }
  69.     // line 4
  70.     public function block_meta_desc($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  75.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  76.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  77.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  78.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  79.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.page.register.step_2.desc", [], "seo"), "html"nulltrue);
  80.         
  81.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  82.         
  83.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  84.         
  85.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  86.     }
  87.     // line 6
  88.     public function block_body_content($context, array $blocks = [])
  89.     {
  90.         $macros $this->macros;
  91.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  92.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  93.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  94.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  95.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  96.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  97.         // line 7
  98.         echo "    <div class=\"registration-form\">
  99.         <div class=\"landing-header\">
  100.             <h1 class=\"titre05\">
  101.                 ";
  102.         // line 10
  103.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Inscrivez-vous"), "html"nulltrue);
  104.         echo "
  105.                 <span>";
  106.         // line 11
  107.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pour gagner du temps"), "html"nulltrue);
  108.         echo "</span>
  109.             </h1>
  110.         </div>
  111.         <div class=\"register_step\" id=\"register_step_2\">
  112.             <div>
  113.                 <h2 class=\"titre02 paddingB20 bold\">";
  114.         // line 16
  115.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Inscription"), "html"nulltrue);
  116.         echo "</h2>
  117.                 <p>";
  118.         // line 18
  119.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Pour gagner du temps lors d'une prochaine vente, nous vous invitons à créer votre compte en ligne."), "html"nulltrue);
  120.         echo "</p>
  121.                 <p class=\"marginT20 marginB20\">";
  122.         // line 19
  123.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Ces informations seront utilisées par nos services pour établir le certificat de vente et réaliser la déclaration SIV de votre achat."), "html"nulltrue);
  124.         echo "</p>
  125.                 ";
  126.         // line 21
  127.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'21$this->source); })()), 'form_start');
  128.         echo "
  129.                 <div class=\"form-group\">
  130.                     ";
  131.         // line 24
  132.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'24$this->source); })()), "lastname", [], "any"falsefalsefalse24), 'label');
  133.         echo "
  134.                     <span class=\"global-errors-container\">";
  135.         // line 25
  136.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'25$this->source); })()), "lastname", [], "any"falsefalsefalse25), 'errors');
  137.         echo "</span>
  138.                     ";
  139.         // line 26
  140.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'26$this->source); })()), "lastname", [], "any"falsefalsefalse26), 'widget', ["attr" => ["class" => "form-control"]]);
  141.         echo "
  142.                 </div>
  143.                 <div class=\"form-group\">
  144.                     ";
  145.         // line 30
  146.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'30$this->source); })()), "firstname", [], "any"falsefalsefalse30), 'label');
  147.         echo "
  148.                     <span class=\"global-errors-container\">";
  149.         // line 31
  150.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'31$this->source); })()), "firstname", [], "any"falsefalsefalse31), 'errors');
  151.         echo "</span>
  152.                     ";
  153.         // line 32
  154.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'32$this->source); })()), "firstname", [], "any"falsefalsefalse32), 'widget', ["attr" => ["class" => "form-control"]]);
  155.         echo "
  156.                 </div>
  157.                 <div class=\"form-group\">
  158.                     ";
  159.         // line 36
  160.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'36$this->source); })()), "email", [], "any"falsefalsefalse36), 'label');
  161.         echo "
  162.                     <span class=\"global-errors-container\">";
  163.         // line 37
  164.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'37$this->source); })()), "email", [], "any"falsefalsefalse37), 'errors');
  165.         echo "</span>
  166.                     ";
  167.         // line 38
  168.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'38$this->source); })()), "email", [], "any"falsefalsefalse38), 'widget', ["attr" => ["class" => "form-control"]]);
  169.         echo "
  170.                 </div>
  171.                 <div class=\"form-group\">
  172.                     ";
  173.         // line 42
  174.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'42$this->source); })()), "plainPassword", [], "any"falsefalsefalse42), 'label');
  175.         echo "
  176.                     <span class=\"global-errors-container\">";
  177.         // line 43
  178.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'43$this->source); })()), "plainPassword", [], "any"falsefalsefalse43), 'errors');
  179.         echo "</span>
  180.                     ";
  181.         // line 44
  182.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'44$this->source); })()), "plainPassword", [], "any"falsefalsefalse44), 'widget', ["attr" => ["class" => "form-control"]]);
  183.         echo "
  184.                 </div>
  185.                 <div class=\"search-list\">
  186.                     <p>
  187.                         ";
  188.         // line 49
  189.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'49$this->source); })()), "country", [], "any"falsefalsefalse49), 'label');
  190.         echo "
  191.                         <span class=\"global-errors-container\">";
  192.         // line 50
  193.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'50$this->source); })()), "country", [], "any"falsefalsefalse50), 'errors');
  194.         echo "</span>
  195.                         <span class=\"bg-select block\">
  196.                         ";
  197.         // line 52
  198.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'52$this->source); })()), "country", [], "any"falsefalsefalse52), 'widget');
  199.         echo "
  200.                         </span>
  201.                     </p>
  202.                 </div>
  203.                 <div class=\"search-list\">
  204.                     <p>
  205.                         ";
  206.         // line 59
  207.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'59$this->source); })()), "referralSource", [], "any"falsefalsefalse59), 'label');
  208.         echo "
  209.                         <span class=\"global-errors-container\">";
  210.         // line 60
  211.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'60$this->source); })()), "referralSource", [], "any"falsefalsefalse60), 'errors');
  212.         echo "</span>
  213.                         <span class=\"bg-select block\">
  214.                         ";
  215.         // line 62
  216.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'62$this->source); })()), "referralSource", [], "any"falsefalsefalse62), 'widget');
  217.         echo "
  218.                         </span>
  219.                     </p>
  220.                 </div>
  221.                 <div class=\"clearfix flex\">
  222.                     <span class=\"input-checkbox03 no-flex-shrink\">";
  223.         // line 68
  224.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'68$this->source); })()), "newsletter", [], "any"falsefalsefalse68), 'widget');
  225.         echo "</span>
  226.                     ";
  227.         // line 69
  228.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'69$this->source); })()), "newsletter", [], "any"falsefalsefalse69), 'label');
  229.         echo "
  230.                 </div>
  231.                 <p>";
  232.         // line 72
  233.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.page.register.step_2.recaptcha.title"), "html"nulltrue);
  234.         echo "</p>
  235.                 <div>
  236.                     <span class=\"global-errors-container\">";
  237.         // line 75
  238.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'75$this->source); })()), "recaptcha", [], "any"falsefalsefalse75), 'errors');
  239.         echo "</span>
  240.                     ";
  241.         // line 76
  242.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'76$this->source); })()), "recaptcha", [], "any"falsefalsefalse76), 'widget');
  243.         echo "
  244.                 </div>
  245.                 <p class=\"color01\">";
  246.         // line 79
  247.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.newsletter-registration.content.text03", [], "landing"), "html"nulltrue);
  248.         echo "</p>
  249.                 <div class=\"gdpr\">
  250.                     ";
  251.         // line 82
  252.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.page.register.step_2.recaptcha.gdpr", ["%url%" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_privacy_policy"), "%validate%" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Valider")]);
  253.         // line 85
  254.         echo "
  255.                 </div>
  256.                 <div class=\"right\">
  257.                     ";
  258.         // line 89
  259.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'89$this->source); })()), "submit", [], "any"falsefalsefalse89), 'row');
  260.         echo "
  261.                 </div>
  262.                 <div class=\"clearfix\"></div>
  263.                 ";
  264.         // line 94
  265.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'94$this->source); })()), 'rest');
  266.         echo "
  267.                 ";
  268.         // line 95
  269.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'95$this->source); })()), 'form_end');
  270.         echo "
  271.             </div>
  272.             <div id=\"benefits\" class=\"tab-p-100 m-100\">
  273.                 ";
  274.         // line 99
  275.         $this->loadTemplate("frontend/registration/_benefits.html.twig""frontend/registration/step_2.html.twig"99)->display($context);
  276.         // line 100
  277.         echo "            </div>
  278.         </div>
  279.     </div>
  280.     <!--Footer -->
  281.     ";
  282.         // line 105
  283.         if ((( !(null === twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'105$this->source); })()), "user", [], "any"falsefalsefalse105)) && $this->env->getTest('pro')->getCallable()(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'105$this->source); })()), "user", [], "any"falsefalsefalse105))) || ("pro" == twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'105$this->source); })()), "session", [], "any"falsefalsefalse105), "get", [=> "dimension"], "method"falsefalsefalse105)))) {
  284.             // line 106
  285.             echo "        ";
  286.             $this->loadTemplate("frontend/footer_pro.html.twig""frontend/registration/step_2.html.twig"106)->display($context);
  287.             // line 107
  288.             echo "    ";
  289.         } else {
  290.             // line 108
  291.             echo "        ";
  292.             $this->loadTemplate("frontend/footer.html.twig""frontend/registration/step_2.html.twig"108)->display($context);
  293.             // line 109
  294.             echo "    ";
  295.         }
  296.         // line 110
  297.         echo "    <!-- FIN Footer -->
  298. ";
  299.         
  300.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  301.         
  302.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  303.         
  304.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  305.     }
  306.     public function getTemplateName()
  307.     {
  308.         return "frontend/registration/step_2.html.twig";
  309.     }
  310.     public function isTraitable()
  311.     {
  312.         return false;
  313.     }
  314.     public function getDebugInfo()
  315.     {
  316.         return array (  346 => 110,  343 => 109,  340 => 108,  337 => 107,  334 => 106,  332 => 105,  325 => 100,  323 => 99,  316 => 95,  312 => 94,  304 => 89,  298 => 85,  296 => 82,  290 => 79,  284 => 76,  280 => 75,  274 => 72,  268 => 69,  264 => 68,  255 => 62,  250 => 60,  246 => 59,  236 => 52,  231 => 50,  227 => 49,  219 => 44,  215 => 43,  211 => 42,  204 => 38,  200 => 37,  196 => 36,  189 => 32,  185 => 31,  181 => 30,  174 => 26,  170 => 25,  166 => 24,  160 => 21,  155 => 19,  151 => 18,  146 => 16,  138 => 11,  134 => 10,  129 => 7,  116 => 6,  91 => 4,  66 => 3,  37 => 1,);
  317.     }
  318.     public function getSourceContext()
  319.     {
  320.         return new Source("{% extends \"frontend/frontend.html.twig\" %}
  321. {% block meta_title %}{{ 'frontend.page.register.step_2.title'|trans({}, \"seo\") }}{% endblock %}
  322. {% block meta_desc %}{{ 'frontend.page.register.step_2.desc'|trans({}, \"seo\") }}{% endblock %}
  323. {% block body_content %}
  324.     <div class=\"registration-form\">
  325.         <div class=\"landing-header\">
  326.             <h1 class=\"titre05\">
  327.                 {{ 'Inscrivez-vous'|trans }}
  328.                 <span>{{ 'pour gagner du temps' | trans }}</span>
  329.             </h1>
  330.         </div>
  331.         <div class=\"register_step\" id=\"register_step_2\">
  332.             <div>
  333.                 <h2 class=\"titre02 paddingB20 bold\">{{ 'Inscription'|trans }}</h2>
  334.                 <p>{{ \"Pour gagner du temps lors d'une prochaine vente, nous vous invitons à créer votre compte en ligne.\"|trans }}</p>
  335.                 <p class=\"marginT20 marginB20\">{{ 'Ces informations seront utilisées par nos services pour établir le certificat de vente et réaliser la déclaration SIV de votre achat.'|trans }}</p>
  336.                 {{ form_start(form) }}
  337.                 <div class=\"form-group\">
  338.                     {{ form_label(form.lastname) }}
  339.                     <span class=\"global-errors-container\">{{ form_errors(form.lastname) }}</span>
  340.                     {{ form_widget(form.lastname, {'attr': {'class': 'form-control'}}) }}
  341.                 </div>
  342.                 <div class=\"form-group\">
  343.                     {{ form_label(form.firstname) }}
  344.                     <span class=\"global-errors-container\">{{ form_errors(form.firstname) }}</span>
  345.                     {{ form_widget(form.firstname, {'attr': {'class': 'form-control'}}) }}
  346.                 </div>
  347.                 <div class=\"form-group\">
  348.                     {{ form_label(form.email) }}
  349.                     <span class=\"global-errors-container\">{{ form_errors(form.email) }}</span>
  350.                     {{ form_widget(form.email, {'attr': {'class': 'form-control'}}) }}
  351.                 </div>
  352.                 <div class=\"form-group\">
  353.                     {{ form_label(form.plainPassword) }}
  354.                     <span class=\"global-errors-container\">{{ form_errors(form.plainPassword) }}</span>
  355.                     {{ form_widget(form.plainPassword, {'attr': {'class': 'form-control'}}) }}
  356.                 </div>
  357.                 <div class=\"search-list\">
  358.                     <p>
  359.                         {{ form_label(form.country) }}
  360.                         <span class=\"global-errors-container\">{{ form_errors(form.country) }}</span>
  361.                         <span class=\"bg-select block\">
  362.                         {{ form_widget(form.country) }}
  363.                         </span>
  364.                     </p>
  365.                 </div>
  366.                 <div class=\"search-list\">
  367.                     <p>
  368.                         {{ form_label(form.referralSource) }}
  369.                         <span class=\"global-errors-container\">{{ form_errors(form.referralSource) }}</span>
  370.                         <span class=\"bg-select block\">
  371.                         {{ form_widget(form.referralSource) }}
  372.                         </span>
  373.                     </p>
  374.                 </div>
  375.                 <div class=\"clearfix flex\">
  376.                     <span class=\"input-checkbox03 no-flex-shrink\">{{ form_widget(form.newsletter) }}</span>
  377.                     {{ form_label(form.newsletter) }}
  378.                 </div>
  379.                 <p>{{ 'frontend.page.register.step_2.recaptcha.title'|trans }}</p>
  380.                 <div>
  381.                     <span class=\"global-errors-container\">{{ form_errors(form.recaptcha) }}</span>
  382.                     {{ form_widget(form.recaptcha) }}
  383.                 </div>
  384.                 <p class=\"color01\">{{ 'frontend.landing.newsletter-registration.content.text03'|trans({}, 'landing') }}</p>
  385.                 <div class=\"gdpr\">
  386.                     {{ 'frontend.page.register.step_2.recaptcha.gdpr'|trans({
  387.                         '%url%': path('frontend_privacy_policy'),
  388.                         '%validate%': 'Valider'|trans
  389.                     })|raw }}
  390.                 </div>
  391.                 <div class=\"right\">
  392.                     {{ form_row(form.submit) }}
  393.                 </div>
  394.                 <div class=\"clearfix\"></div>
  395.                 {{ form_rest(form) }}
  396.                 {{ form_end(form) }}
  397.             </div>
  398.             <div id=\"benefits\" class=\"tab-p-100 m-100\">
  399.                 {% include('frontend/registration/_benefits.html.twig') %}
  400.             </div>
  401.         </div>
  402.     </div>
  403.     <!--Footer -->
  404.     {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
  405.         {% include 'frontend/footer_pro.html.twig' %}
  406.     {% else %}
  407.         {% include 'frontend/footer.html.twig' %}
  408.     {% endif %}
  409.     <!-- FIN Footer -->
  410. {% endblock body_content %}
  411. ""frontend/registration/step_2.html.twig""/srv/templates/frontend/registration/step_2.html.twig");
  412.     }
  413. }