<?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;
/* front/register/client.html.twig */
class __TwigTemplate_37258555fcfbff30df5291ff85c7d9e0b8471ffd5562ef2243582020efca4977 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'content_class' => [$this, 'block_content_class'],
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/register/client.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/register/client.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "front/register/client.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo " ";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Inscription client", [], "messages");
echo " | ";
$this->displayParentBlock("title", $context, $blocks);
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 4
public function block_content_class($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content_class"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content_class"));
echo "bg-gray-white p-div40";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 6
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 7
echo "<div class=\"login-content\">
<h2 class=\"brand-text text-center mb-3\">
<span class=\"brand-logo\" style=\"font-weight: bold; font-size: 1.5rem; color: #8b8e9f\">
<i class=\"fal fa-user-plus\"></i>
</span>
<span style=\"font-weight: bold; color: #8b8e9f !important; font-size: 1.5rem\" class=\"inscription-client-none\"> INSCRIPTION </span>
<span style=\"color: #3aaced; font-weight: bold; font-size: 1.5rem\">CLI</span><span style=\"color: #f9b90f; font-weight: bold; font-size: 1.5rem\">ENT</span>
</h2>
<div class=\"register\">
";
// line 16
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.', 16, $this->source); })()), 'form_start', ["attr" => ["class" => "register-client", "style" => "padding-bottom: 55px !important;"]]);
echo "
<div class=\"text-center text-theme-gray mb-3\">
";
// line 18
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Avez-vous déjà un compte ?", [], "messages");
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("app_front_login");
echo "\" class=\"text-theme-gray text-decoration-underline\">";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Cliquez ici", [], "messages");
echo "</a>.
</div>
<div>
";
// line 21
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, 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.', 21, $this->source); })()), "user", [], "any", false, false, false, 21), "civility", [], "any", false, false, false, 21), 'label');
echo "
";
// line 22
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, 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.', 22, $this->source); })()), "user", [], "any", false, false, false, 22), "civility", [], "any", false, false, false, 22), 'widget');
echo "
";
// line 23
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, 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.', 23, $this->source); })()), "user", [], "any", false, false, false, 23), "civility", [], "any", false, false, false, 23), 'errors');
echo "
</div>
<div class=\"input-organization-none\">
";
// 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); })()), "entrepriseName", [], "any", false, false, false, 26), 'label');
echo "
";
// line 27
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.', 27, $this->source); })()), "entrepriseName", [], "any", false, false, false, 27), 'widget');
echo "
";
// line 28
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.', 28, $this->source); })()), "entrepriseName", [], "any", false, false, false, 28), 'errors');
echo "
</div>
<div class=\"input-organization-none\">
";
// 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); })()), "siret", [], "any", false, false, false, 31), 'label');
echo "
";
// 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); })()), "siret", [], "any", false, false, false, 32), 'widget');
echo "
";
// line 33
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.', 33, $this->source); })()), "siret", [], "any", false, false, false, 33), 'errors');
echo "
</div>
<div>
";
// line 36
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, 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); })()), "user", [], "any", false, false, false, 36), "lastname", [], "any", false, false, false, 36), 'label');
echo "
";
// line 37
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, 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); })()), "user", [], "any", false, false, false, 37), "lastname", [], "any", false, false, false, 37), 'widget');
echo "
";
// line 38
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, 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); })()), "user", [], "any", false, false, false, 38), "lastname", [], "any", false, false, false, 38), 'errors');
echo "
</div>
<div>
";
// line 41
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, 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.', 41, $this->source); })()), "user", [], "any", false, false, false, 41), "firstname", [], "any", false, false, false, 41), 'label');
echo "
";
// line 42
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, 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); })()), "user", [], "any", false, false, false, 42), "firstname", [], "any", false, false, false, 42), 'widget');
echo "
";
// line 43
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, 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); })()), "user", [], "any", false, false, false, 43), "firstname", [], "any", false, false, false, 43), 'errors');
echo "
</div>
<div>
";
// line 46
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, 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.', 46, $this->source); })()), "user", [], "any", false, false, false, 46), "email", [], "any", false, false, false, 46), 'label');
echo "
";
// line 47
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, 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.', 47, $this->source); })()), "user", [], "any", false, false, false, 47), "email", [], "any", false, false, false, 47), 'widget');
echo "
";
// line 48
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, 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.', 48, $this->source); })()), "user", [], "any", false, false, false, 48), "email", [], "any", false, false, false, 48), 'errors');
echo "
</div>
";
// 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); })()), "mobilePhone", [], "any", false, false, false, 50), 'row');
echo "
<div>
";
// line 52
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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); })()), "user", [], "any", false, false, false, 52), "password", [], "any", false, false, false, 52), "first", [], "any", false, false, false, 52), 'label');
echo "
<div class=\"input-group input-group-merge form-password-toggle\">
";
// line 54
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 54, $this->source); })()), "user", [], "any", false, false, false, 54), "password", [], "any", false, false, false, 54), "first", [], "any", false, false, false, 54), 'widget', ["attr" => ["class" => "form-control"]]);
echo "
<span class=\"input-group-text cursor-pointer\"><i class=\"fal fa-eye\"></i></span>
</div>
";
// line 57
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 57, $this->source); })()), "user", [], "any", false, false, false, 57), "password", [], "any", false, false, false, 57), "first", [], "any", false, false, false, 57), 'errors');
echo "
</div>
<div>
";
// line 60
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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); })()), "user", [], "any", false, false, false, 60), "password", [], "any", false, false, false, 60), "second", [], "any", false, false, false, 60), 'label');
echo "
<div class=\"input-group input-group-merge form-password-toggle\">
";
// line 62
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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); })()), "user", [], "any", false, false, false, 62), "password", [], "any", false, false, false, 62), "second", [], "any", false, false, false, 62), 'widget', ["attr" => ["class" => "form-control"]]);
echo "
<span class=\"input-group-text cursor-pointer\"><i class=\"fal fa-eye\"></i></span>
</div>
";
// line 65
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 65, $this->source); })()), "user", [], "any", false, false, false, 65), "password", [], "any", false, false, false, 65), "second", [], "any", false, false, false, 65), 'errors');
echo "
</div>
<div id=\"client_agree\">
";
// 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); })()), "agreeTerms", [], "any", false, false, false, 68), 'widget');
echo "
";
// 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); })()), "agreeTerms", [], "any", false, false, false, 69), 'label');
echo "
";
// line 70
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.', 70, $this->source); })()), "agreeTerms", [], "any", false, false, false, 70), 'errors');
echo "
</div>
<button class=\"log-submit-btn color-bg\" type=\"submit\"> ";
// line 72
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Créer mon compte", [], "messages");
echo " </button>
";
// line 73
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.', 73, $this->source); })()), 'form_end');
echo "
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "front/register/client.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 277 => 73, 273 => 72, 268 => 70, 264 => 69, 260 => 68, 254 => 65, 248 => 62, 243 => 60, 237 => 57, 231 => 54, 226 => 52, 221 => 50, 216 => 48, 212 => 47, 208 => 46, 202 => 43, 198 => 42, 194 => 41, 188 => 38, 184 => 37, 180 => 36, 174 => 33, 170 => 32, 166 => 31, 160 => 28, 156 => 27, 152 => 26, 146 => 23, 142 => 22, 138 => 21, 128 => 18, 123 => 16, 112 => 7, 102 => 6, 83 => 4, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %} {% trans %}Inscription client {% endtrans %} | {{ parent() }} {% endblock %}
{% block content_class %}bg-gray-white p-div40{% endblock %}
{% block body %}
<div class=\"login-content\">
<h2 class=\"brand-text text-center mb-3\">
<span class=\"brand-logo\" style=\"font-weight: bold; font-size: 1.5rem; color: #8b8e9f\">
<i class=\"fal fa-user-plus\"></i>
</span>
<span style=\"font-weight: bold; color: #8b8e9f !important; font-size: 1.5rem\" class=\"inscription-client-none\"> INSCRIPTION </span>
<span style=\"color: #3aaced; font-weight: bold; font-size: 1.5rem\">CLI</span><span style=\"color: #f9b90f; font-weight: bold; font-size: 1.5rem\">ENT</span>
</h2>
<div class=\"register\">
{{ form_start(form, {'attr': {'class': 'register-client', 'style': 'padding-bottom: 55px !important;'}}) }}
<div class=\"text-center text-theme-gray mb-3\">
{% trans %}Avez-vous déjà un compte ?{% endtrans %} <a href=\"{{ url('app_front_login') }}\" class=\"text-theme-gray text-decoration-underline\">{% trans %}Cliquez ici{% endtrans %}</a>.
</div>
<div>
{{ form_label(form.user.civility) }}
{{ form_widget(form.user.civility) }}
{{ form_errors(form.user.civility) }}
</div>
<div class=\"input-organization-none\">
{{ form_label(form.entrepriseName) }}
{{ form_widget(form.entrepriseName) }}
{{ form_errors(form.entrepriseName) }}
</div>
<div class=\"input-organization-none\">
{{ form_label(form.siret) }}
{{ form_widget(form.siret) }}
{{ form_errors(form.siret) }}
</div>
<div>
{{ form_label(form.user.lastname) }}
{{ form_widget(form.user.lastname) }}
{{ form_errors(form.user.lastname) }}
</div>
<div>
{{ form_label(form.user.firstname) }}
{{ form_widget(form.user.firstname) }}
{{ form_errors(form.user.firstname) }}
</div>
<div>
{{ form_label(form.user.email) }}
{{ form_widget(form.user.email) }}
{{ form_errors(form.user.email) }}
</div>
{{ form_row(form.mobilePhone) }}
<div>
{{ form_label(form.user.password.first) }}
<div class=\"input-group input-group-merge form-password-toggle\">
{{ form_widget(form.user.password.first, {'attr': {'class': 'form-control'}}) }}
<span class=\"input-group-text cursor-pointer\"><i class=\"fal fa-eye\"></i></span>
</div>
{{ form_errors(form.user.password.first) }}
</div>
<div>
{{ form_label(form.user.password.second) }}
<div class=\"input-group input-group-merge form-password-toggle\">
{{ form_widget(form.user.password.second, {'attr': {'class': 'form-control'}}) }}
<span class=\"input-group-text cursor-pointer\"><i class=\"fal fa-eye\"></i></span>
</div>
{{ form_errors(form.user.password.second) }}
</div>
<div id=\"client_agree\">
{{ form_widget(form.agreeTerms) }}
{{ form_label(form.agreeTerms) }}
{{ form_errors(form.agreeTerms) }}
</div>
<button class=\"log-submit-btn color-bg\" type=\"submit\"> {% trans %}Créer mon compte{% endtrans %} </button>
{{ form_end(form) }}
</div>
</div>
{% endblock %}
", "front/register/client.html.twig", "/var/www/vhosts/resoh.fr/httpdocs/templates/front/register/client.html.twig");
}
}