<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* frontend/registration/step_2.html.twig */
class __TwigTemplate_18f32715343b1d5e855efac43eeabed6 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'meta_title' => [$this, 'block_meta_title'],
'meta_desc' => [$this, 'block_meta_desc'],
'body_content' => [$this, 'block_body_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "frontend/frontend.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "frontend/registration/step_2.html.twig"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "frontend/registration/step_2.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "frontend/registration/step_2.html.twig"));
$this->parent = $this->loadTemplate("frontend/frontend.html.twig", "frontend/registration/step_2.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_meta_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title"));
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.page.register.step_2.title", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 4
public function block_meta_desc($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc"));
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.page.register.step_2.desc", [], "seo"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 6
public function block_body_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content"));
// line 7
echo " <div class=\"registration-form\">
<div class=\"landing-header\">
<h1 class=\"titre05\">
";
// line 10
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Inscrivez-vous"), "html", null, true);
echo "
<span>";
// line 11
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pour gagner du temps"), "html", null, true);
echo "</span>
</h1>
</div>
<div class=\"register_step\" id=\"register_step_2\">
<div>
<h2 class=\"titre02 paddingB20 bold\">";
// line 16
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Inscription"), "html", null, true);
echo "</h2>
<p>";
// line 18
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", null, true);
echo "</p>
<p class=\"marginT20 marginB20\">";
// line 19
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", null, true);
echo "</p>
";
// line 21
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');
echo "
<div class=\"form-group\">
";
// line 24
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", false, false, false, 24), 'label');
echo "
<span class=\"global-errors-container\">";
// line 25
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", false, false, false, 25), 'errors');
echo "</span>
";
// line 26
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", false, false, false, 26), 'widget', ["attr" => ["class" => "form-control"]]);
echo "
</div>
<div class=\"form-group\">
";
// line 30
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", false, false, false, 30), 'label');
echo "
<span class=\"global-errors-container\">";
// line 31
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", false, false, false, 31), 'errors');
echo "</span>
";
// line 32
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", false, false, false, 32), 'widget', ["attr" => ["class" => "form-control"]]);
echo "
</div>
<div class=\"form-group\">
";
// line 36
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", false, false, false, 36), 'label');
echo "
<span class=\"global-errors-container\">";
// line 37
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", false, false, false, 37), 'errors');
echo "</span>
";
// line 38
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", false, false, false, 38), 'widget', ["attr" => ["class" => "form-control"]]);
echo "
</div>
<div class=\"form-group\">
";
// line 42
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", false, false, false, 42), 'label');
echo "
<span class=\"global-errors-container\">";
// line 43
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", false, false, false, 43), 'errors');
echo "</span>
";
// line 44
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", false, false, false, 44), 'widget', ["attr" => ["class" => "form-control"]]);
echo "
</div>
<div class=\"search-list\">
<p>
";
// line 49
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", false, false, false, 49), 'label');
echo "
<span class=\"global-errors-container\">";
// line 50
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", false, false, false, 50), 'errors');
echo "</span>
<span class=\"bg-select block\">
";
// line 52
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", false, false, false, 52), 'widget');
echo "
</span>
</p>
</div>
<div class=\"search-list\">
<p>
";
// line 59
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", false, false, false, 59), 'label');
echo "
<span class=\"global-errors-container\">";
// line 60
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", false, false, false, 60), 'errors');
echo "</span>
<span class=\"bg-select block\">
";
// line 62
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", false, false, false, 62), 'widget');
echo "
</span>
</p>
</div>
<div class=\"clearfix flex\">
<span class=\"input-checkbox03 no-flex-shrink\">";
// line 68
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", false, false, false, 68), 'widget');
echo "</span>
";
// line 69
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", false, false, false, 69), 'label');
echo "
</div>
<p>";
// line 72
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.page.register.step_2.recaptcha.title"), "html", null, true);
echo "</p>
<div>
<span class=\"global-errors-container\">";
// line 75
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", false, false, false, 75), 'errors');
echo "</span>
";
// line 76
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", false, false, false, 76), 'widget');
echo "
</div>
<p class=\"color01\">";
// line 79
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.newsletter-registration.content.text03", [], "landing"), "html", null, true);
echo "</p>
<div class=\"gdpr\">
";
// line 82
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")]);
// line 85
echo "
</div>
<div class=\"right\">
";
// line 89
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", false, false, false, 89), 'row');
echo "
</div>
<div class=\"clearfix\"></div>
";
// line 94
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');
echo "
";
// line 95
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');
echo "
</div>
<div id=\"benefits\" class=\"tab-p-100 m-100\">
";
// line 99
$this->loadTemplate("frontend/registration/_benefits.html.twig", "frontend/registration/step_2.html.twig", 99)->display($context);
// line 100
echo " </div>
</div>
</div>
<!--Footer -->
";
// line 105
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", false, false, false, 105)) && $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", false, false, false, 105))) || ("pro" == twig_get_attribute($this->env, $this->source, 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); })()), "session", [], "any", false, false, false, 105), "get", [0 => "dimension"], "method", false, false, false, 105)))) {
// line 106
echo " ";
$this->loadTemplate("frontend/footer_pro.html.twig", "frontend/registration/step_2.html.twig", 106)->display($context);
// line 107
echo " ";
} else {
// line 108
echo " ";
$this->loadTemplate("frontend/footer.html.twig", "frontend/registration/step_2.html.twig", 108)->display($context);
// line 109
echo " ";
}
// line 110
echo " <!-- FIN Footer -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "frontend/registration/step_2.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends \"frontend/frontend.html.twig\" %}
{% block meta_title %}{{ 'frontend.page.register.step_2.title'|trans({}, \"seo\") }}{% endblock %}
{% block meta_desc %}{{ 'frontend.page.register.step_2.desc'|trans({}, \"seo\") }}{% endblock %}
{% block body_content %}
<div class=\"registration-form\">
<div class=\"landing-header\">
<h1 class=\"titre05\">
{{ 'Inscrivez-vous'|trans }}
<span>{{ 'pour gagner du temps' | trans }}</span>
</h1>
</div>
<div class=\"register_step\" id=\"register_step_2\">
<div>
<h2 class=\"titre02 paddingB20 bold\">{{ 'Inscription'|trans }}</h2>
<p>{{ \"Pour gagner du temps lors d'une prochaine vente, nous vous invitons à créer votre compte en ligne.\"|trans }}</p>
<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>
{{ form_start(form) }}
<div class=\"form-group\">
{{ form_label(form.lastname) }}
<span class=\"global-errors-container\">{{ form_errors(form.lastname) }}</span>
{{ form_widget(form.lastname, {'attr': {'class': 'form-control'}}) }}
</div>
<div class=\"form-group\">
{{ form_label(form.firstname) }}
<span class=\"global-errors-container\">{{ form_errors(form.firstname) }}</span>
{{ form_widget(form.firstname, {'attr': {'class': 'form-control'}}) }}
</div>
<div class=\"form-group\">
{{ form_label(form.email) }}
<span class=\"global-errors-container\">{{ form_errors(form.email) }}</span>
{{ form_widget(form.email, {'attr': {'class': 'form-control'}}) }}
</div>
<div class=\"form-group\">
{{ form_label(form.plainPassword) }}
<span class=\"global-errors-container\">{{ form_errors(form.plainPassword) }}</span>
{{ form_widget(form.plainPassword, {'attr': {'class': 'form-control'}}) }}
</div>
<div class=\"search-list\">
<p>
{{ form_label(form.country) }}
<span class=\"global-errors-container\">{{ form_errors(form.country) }}</span>
<span class=\"bg-select block\">
{{ form_widget(form.country) }}
</span>
</p>
</div>
<div class=\"search-list\">
<p>
{{ form_label(form.referralSource) }}
<span class=\"global-errors-container\">{{ form_errors(form.referralSource) }}</span>
<span class=\"bg-select block\">
{{ form_widget(form.referralSource) }}
</span>
</p>
</div>
<div class=\"clearfix flex\">
<span class=\"input-checkbox03 no-flex-shrink\">{{ form_widget(form.newsletter) }}</span>
{{ form_label(form.newsletter) }}
</div>
<p>{{ 'frontend.page.register.step_2.recaptcha.title'|trans }}</p>
<div>
<span class=\"global-errors-container\">{{ form_errors(form.recaptcha) }}</span>
{{ form_widget(form.recaptcha) }}
</div>
<p class=\"color01\">{{ 'frontend.landing.newsletter-registration.content.text03'|trans({}, 'landing') }}</p>
<div class=\"gdpr\">
{{ 'frontend.page.register.step_2.recaptcha.gdpr'|trans({
'%url%': path('frontend_privacy_policy'),
'%validate%': 'Valider'|trans
})|raw }}
</div>
<div class=\"right\">
{{ form_row(form.submit) }}
</div>
<div class=\"clearfix\"></div>
{{ form_rest(form) }}
{{ form_end(form) }}
</div>
<div id=\"benefits\" class=\"tab-p-100 m-100\">
{% include('frontend/registration/_benefits.html.twig') %}
</div>
</div>
</div>
<!--Footer -->
{% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
{% include 'frontend/footer_pro.html.twig' %}
{% else %}
{% include 'frontend/footer.html.twig' %}
{% endif %}
<!-- FIN Footer -->
{% endblock body_content %}
", "frontend/registration/step_2.html.twig", "/srv/templates/frontend/registration/step_2.html.twig");
}
}