var/cache/dev/twig/34/34d9094b939a3a4b1bd48d4b159159b6.php line 54

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. /* @App/division/auth/register.html.twig */
  15. class __TwigTemplate_da70df6651a4fd202c9f5c3beb8198a3 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.             'contentBlock' => [$this'block_contentBlock'],
  25.         ];
  26.         $this->sandbox $this->env->getExtension(SandboxExtension::class);
  27.         $this->checkSecurity();
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "layout/default.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  38.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@App/division/auth/register.html.twig"));
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@App/division/auth/register.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@App/division/auth/register.html.twig"));
  43.         $this->parent $this->loadTemplate("layout/default.html.twig""@App/division/auth/register.html.twig"1);
  44.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  47.         
  48.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  49.         
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  51.     }
  52.     // line 3
  53.     public function block_contentBlock($context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  57.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contentBlock"));
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contentBlock"));
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""contentBlock"));
  62.         // line 4
  63.         yield "
  64. <script src=\"https://www.google.com/recaptcha/api.js?render=";
  65.         // line 5
  66.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->sandbox->ensureToStringAllowed((isset($context["recaptcha_v3_site_key"]) || array_key_exists("recaptcha_v3_site_key"$context) ? $context["recaptcha_v3_site_key"] : (function () { throw new RuntimeError('Variable "recaptcha_v3_site_key" does not exist.'5$this->source); })()), 5$this->source), "html"nulltrue);
  67.         yield "\"></script>
  68. <div class=\"registerPage\" data-preselected-country=\"";
  69.         // line 7
  70.         (((array_key_exists("selectedCountry"$context) && (isset($context["selectedCountry"]) || array_key_exists("selectedCountry"$context) ? $context["selectedCountry"] : (function () { throw new RuntimeError('Variable "selectedCountry" does not exist.'7$this->source); })()))) ? (yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["selectedCountry"]) || array_key_exists("selectedCountry"$context) ? $context["selectedCountry"] : (function () { throw new RuntimeError('Variable "selectedCountry" does not exist.'7$this->source); })()), "html"nulltrue)) : (yield "US"));
  71.         yield "\">
  72.     <div class=\"container my-5 my-lg-5 my-md-5\">
  73.         <div class=\"row\">
  74.             <div class=\"col-lg-10 offset-lg-1\">
  75.                 <h1 class=\"font-weight-bold font-italic mb-4 mb-lg-4 mb-md-4\">";
  76.         // line 11
  77.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Register"), "html"nulltrue);
  78.         yield "</h1>
  79.                 <p class=\"mb-4 mb-lg-4 mb-md-4\">";
  80.         // line 12
  81.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("If you have an account with us, please"), "html"nulltrue);
  82.         yield " <a href=\"";
  83.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login", ["division" => $this->extensions['App\Twig\AppExtension']->getSiteDivision()]), "html"nulltrue);
  84.         yield "\">log in</a>.</p>
  85.             </div>
  86.         </div>
  87.         ";
  88.         // line 15
  89.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock($this->sandbox->ensureToStringAllowed((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'15$this->source); })()), 15$this->source), 'form_start', ["attr" => ["novalidate" => "novalidate""id" => "register-form-type"]]);
  90.         yield "
  91.             <div class=\"row\">
  92.                 <div class=\"col-lg-4 offset-lg-1\">
  93.                     <h3 class=\"font-weight-bold\">";
  94.         // line 18
  95.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'18$this->source); })()), "accountInformation", [], "any"falsefalsetrue18), 18$this->source), 'label');
  96.         yield "</h3>
  97.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  98.         // line 19
  99.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'19$this->source); })()), "accountInformation", [], "any"falsefalsetrue19), "email", [], "any"falsefalsetrue19), 19$this->source), 'errors')) ? ("input-error") : (""));
  100.         yield "\">
  101.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  102.                             ";
  103.         // line 21
  104.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue21), "email", [], "any"falsefalsetrue21), 21$this->source), 'label');
  105.         yield "
  106.                         </div>
  107.                         ";
  108.         // line 24
  109.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue24), "email", [], "any"falsefalsetrue24), 24$this->source), 'widget');
  110.         yield "
  111.                         ";
  112.         // line 25
  113.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue25), "email", [], "any"falsefalsetrue25), 25$this->source), 'errors');
  114.         yield "
  115.                     </div>
  116.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  117.         // line 27
  118.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue27), "password", [], "any"falsefalsetrue27), "first", [], "any"falsefalsetrue27), 27$this->source), 'errors')) ? ("input-error") : (""));
  119.         yield "\">
  120.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  121.                             ";
  122.         // line 29
  123.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'29$this->source); })()), "accountInformation", [], "any"falsefalsetrue29), "password", [], "any"falsefalsetrue29), "first", [], "any"falsefalsetrue29), 29$this->source), 'label');
  124.         yield "
  125.                         </div>
  126.                         <div class=\"position-relative\">
  127.                             ";
  128.         // line 33
  129.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue33), "password", [], "any"falsefalsetrue33), "first", [], "any"falsefalsetrue33), 33$this->source), 'widget');
  130.         yield "
  131.                             <span toggle=\"#accountInformation_password_first\" class=\"field-icon toggle-password\">
  132.                                 <img src=\"";
  133.         // line 35
  134.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/static/images/icons/icon_eye.svg"), "html"nulltrue);
  135.         yield "\" alt=\"ICon eye\" style=\"width: 18px;\">
  136.                             </span>
  137.                         </div>
  138.                         <small class=\"mt-1 mt-lg-1 mt-md-1\">";
  139.         // line 38
  140.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Password minimum length is 8 characters."), "html"nulltrue);
  141.         yield "</small>
  142.                         ";
  143.         // line 41
  144.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue41), "password", [], "any"falsefalsetrue41), "first", [], "any"falsefalsetrue41), 41$this->source), 'errors');
  145.         yield "
  146.                     </div>
  147.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  148.         // line 44
  149.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue44), "password", [], "any"falsefalsetrue44), "second", [], "any"falsefalsetrue44), 44$this->source), 'errors')) ? ("input-error") : (""));
  150.         yield "\">
  151.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  152.                             ";
  153.         // line 46
  154.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue46), "password", [], "any"falsefalsetrue46), "second", [], "any"falsefalsetrue46), 46$this->source), 'label');
  155.         yield "
  156.                         </div>
  157.                         <div class=\"position-relative\">
  158.                             ";
  159.         // line 50
  160.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue50), "password", [], "any"falsefalsetrue50), "second", [], "any"falsefalsetrue50), 50$this->source), 'widget');
  161.         yield "
  162.                             <span toggle=\"#accountInformation_password_second\" class=\"field-icon toggle-password\">
  163.                                 <img src=\"";
  164.         // line 52
  165.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/static/images/icons/icon_eye.svg"), "html"nulltrue);
  166.         yield "\" alt=\"ICon eye\" style=\"width: 18px;\">
  167.                             </span>
  168.                         </div>
  169.                         ";
  170.         // line 57
  171.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue57), "password", [], "any"falsefalsetrue57), "second", [], "any"falsefalsetrue57), 57$this->source), 'errors');
  172.         yield "
  173.                     </div>
  174.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  175.         // line 59
  176.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue59), "prefix", [], "any"falsefalsetrue59), 59$this->source), 'errors')) ? ("input-error") : (""));
  177.         yield "\">
  178.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  179.                             ";
  180.         // line 61
  181.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'61$this->source); })()), "accountInformation", [], "any"falsefalsetrue61), "prefix", [], "any"falsefalsetrue61), 61$this->source), 'label');
  182.         yield "
  183.                         </div>
  184.                         ";
  185.         // line 64
  186.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'64$this->source); })()), "accountInformation", [], "any"falsefalsetrue64), "prefix", [], "any"falsefalsetrue64), 64$this->source), 'widget');
  187.         yield "
  188.                         ";
  189.         // line 65
  190.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue65), "prefix", [], "any"falsefalsetrue65), 65$this->source), 'errors');
  191.         yield "
  192.                     </div>
  193.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  194.         // line 67
  195.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'67$this->source); })()), "accountInformation", [], "any"falsefalsetrue67), "firstname", [], "any"falsefalsetrue67), 67$this->source), 'errors')) ? ("input-error") : (""));
  196.         yield "\">
  197.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  198.                             ";
  199.         // line 69
  200.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue69), "firstname", [], "any"falsefalsetrue69), 69$this->source), 'label');
  201.         yield "
  202.                         </div>
  203.                         ";
  204.         // line 72
  205.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'72$this->source); })()), "accountInformation", [], "any"falsefalsetrue72), "firstname", [], "any"falsefalsetrue72), 72$this->source), 'widget');
  206.         yield "
  207.                         ";
  208.         // line 73
  209.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'73$this->source); })()), "accountInformation", [], "any"falsefalsetrue73), "firstname", [], "any"falsefalsetrue73), 73$this->source), 'errors');
  210.         yield "
  211.                     </div>
  212.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  213.         // line 75
  214.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue75), "lastname", [], "any"falsefalsetrue75), 75$this->source), 'errors')) ? ("input-error") : (""));
  215.         yield "\">
  216.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  217.                             ";
  218.         // line 77
  219.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'77$this->source); })()), "accountInformation", [], "any"falsefalsetrue77), "lastname", [], "any"falsefalsetrue77), 77$this->source), 'label');
  220.         yield "
  221.                         </div>
  222.                         ";
  223.         // line 80
  224.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'80$this->source); })()), "accountInformation", [], "any"falsefalsetrue80), "lastname", [], "any"falsefalsetrue80), 80$this->source), 'widget');
  225.         yield "
  226.                         ";
  227.         // line 81
  228.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'81$this->source); })()), "accountInformation", [], "any"falsefalsetrue81), "lastname", [], "any"falsefalsetrue81), 81$this->source), 'errors');
  229.         yield "
  230.                     </div>
  231.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  232.         // line 83
  233.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'83$this->source); })()), "accountInformation", [], "any"falsefalsetrue83), "divisions", [], "any"falsefalsetrue83), 83$this->source), 'errors')) ? ("input-error") : (""));
  234.         yield "\">
  235.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  236.                             ";
  237.         // line 85
  238.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'85$this->source); })()), "accountInformation", [], "any"falsefalsetrue85), "divisions", [], "any"falsefalsetrue85), 85$this->source), 'label');
  239.         yield "
  240.                         </div>
  241.                         ";
  242.         // line 88
  243.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'88$this->source); })()), "accountInformation", [], "any"falsefalsetrue88), "divisions", [], "any"falsefalsetrue88), 88$this->source), 'widget');
  244.         yield "
  245.                         ";
  246.         // line 89
  247.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($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); })()), "accountInformation", [], "any"falsefalsetrue89), "divisions", [], "any"falsefalsetrue89), 89$this->source), 'errors');
  248.         yield "
  249.                     </div>
  250.                 </div>
  251.                 <div class=\"col-lg-4 offset-lg-1\">
  252.                     <h3 class=\"font-weight-bold\">";
  253.         // line 95
  254.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'95$this->source); })()), "address", [], "any"falsefalsetrue95), 95$this->source), 'label');
  255.         yield "</h3>
  256.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  257.         // line 96
  258.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'96$this->source); })()), "address", [], "any"falsefalsetrue96), "company", [], "any"falsefalsetrue96), 96$this->source), 'errors')) ? ("input-error") : (""));
  259.         yield "\">
  260.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  261.                             ";
  262.         // line 98
  263.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'98$this->source); })()), "address", [], "any"falsefalsetrue98), "company", [], "any"falsefalsetrue98), 98$this->source), 'label');
  264.         yield "
  265.                         </div>
  266.                         ";
  267.         // line 101
  268.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'101$this->source); })()), "address", [], "any"falsefalsetrue101), "company", [], "any"falsefalsetrue101), 101$this->source), 'widget');
  269.         yield "
  270.                         ";
  271.         // line 102
  272.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'102$this->source); })()), "address", [], "any"falsefalsetrue102), "company", [], "any"falsefalsetrue102), 102$this->source), 'errors');
  273.         yield "
  274.                     </div>
  275.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  276.         // line 104
  277.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'104$this->source); })()), "address", [], "any"falsefalsetrue104), "streetLine01", [], "any"falsefalsetrue104), 104$this->source), 'errors')) ? ("input-error") : (""));
  278.         yield "\">
  279.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  280.                             ";
  281.         // line 106
  282.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'106$this->source); })()), "address", [], "any"falsefalsetrue106), "streetLine01", [], "any"falsefalsetrue106), 106$this->source), 'label');
  283.         yield "
  284.                         </div>
  285.                         ";
  286.         // line 109
  287.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'109$this->source); })()), "address", [], "any"falsefalsetrue109), "streetLine01", [], "any"falsefalsetrue109), 109$this->source), 'widget');
  288.         yield "
  289.                         ";
  290.         // line 110
  291.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'110$this->source); })()), "address", [], "any"falsefalsetrue110), "streetLine01", [], "any"falsefalsetrue110), 110$this->source), 'errors');
  292.         yield "
  293.                         <div class=\"mt-2 mt-lg-2 mt-md-2\">
  294.                             ";
  295.         // line 112
  296.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'112$this->source); })()), "address", [], "any"falsefalsetrue112), "streetLine02", [], "any"falsefalsetrue112), 112$this->source), 'widget');
  297.         yield "
  298.                             ";
  299.         // line 113
  300.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'113$this->source); })()), "address", [], "any"falsefalsetrue113), "streetLine02", [], "any"falsefalsetrue113), 113$this->source), 'errors');
  301.         yield "
  302.                         </div>
  303.                     </div>
  304.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  305.         // line 117
  306.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'117$this->source); })()), "address", [], "any"falsefalsetrue117), "city", [], "any"falsefalsetrue117), 117$this->source), 'errors')) ? ("input-error") : (""));
  307.         yield "\">
  308.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  309.                             ";
  310.         // line 119
  311.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'119$this->source); })()), "address", [], "any"falsefalsetrue119), "city", [], "any"falsefalsetrue119), 119$this->source), 'label');
  312.         yield "
  313.                         </div>
  314.                         ";
  315.         // line 122
  316.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'122$this->source); })()), "address", [], "any"falsefalsetrue122), "city", [], "any"falsefalsetrue122), 122$this->source), 'widget');
  317.         yield "
  318.                         ";
  319.         // line 123
  320.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'123$this->source); })()), "address", [], "any"falsefalsetrue123), "city", [], "any"falsefalsetrue123), 123$this->source), 'errors');
  321.         yield "
  322.                     </div>
  323.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  324.         // line 125
  325.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'125$this->source); })()), "address", [], "any"falsefalsetrue125), "state", [], "any"falsefalsetrue125), 125$this->source), 'errors')) ? ("input-error") : (""));
  326.         yield "\">
  327.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  328.                             ";
  329.         // line 127
  330.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'127$this->source); })()), "address", [], "any"falsefalsetrue127), "state", [], "any"falsefalsetrue127), 127$this->source), 'label');
  331.         yield "
  332.                         </div>
  333.                         ";
  334.         // line 130
  335.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'130$this->source); })()), "address", [], "any"falsefalsetrue130), "state", [], "any"falsefalsetrue130), 130$this->source), 'widget');
  336.         yield "
  337.                         ";
  338.         // line 131
  339.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'131$this->source); })()), "address", [], "any"falsefalsetrue131), "state", [], "any"falsefalsetrue131), 131$this->source), 'errors');
  340.         yield "
  341.                     </div>
  342.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  343.         // line 133
  344.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'133$this->source); })()), "address", [], "any"falsefalsetrue133), "zipCode", [], "any"falsefalsetrue133), 133$this->source), 'errors')) ? ("input-error") : (""));
  345.         yield "\">
  346.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  347.                             ";
  348.         // line 135
  349.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'135$this->source); })()), "address", [], "any"falsefalsetrue135), "zipCode", [], "any"falsefalsetrue135), 135$this->source), 'label');
  350.         yield "
  351.                         </div>
  352.                         ";
  353.         // line 138
  354.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'138$this->source); })()), "address", [], "any"falsefalsetrue138), "zipCode", [], "any"falsefalsetrue138), 138$this->source), 'widget');
  355.         yield "
  356.                         ";
  357.         // line 139
  358.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'139$this->source); })()), "address", [], "any"falsefalsetrue139), "zipCode", [], "any"falsefalsetrue139), 139$this->source), 'errors');
  359.         yield "
  360.                     </div>
  361.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  362.         // line 141
  363.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'141$this->source); })()), "address", [], "any"falsefalsetrue141), "country", [], "any"falsefalsetrue141), 141$this->source), 'errors')) ? ("input-error") : (""));
  364.         yield "\">
  365.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  366.                             ";
  367.         // line 143
  368.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'143$this->source); })()), "address", [], "any"falsefalsetrue143), "country", [], "any"falsefalsetrue143), 143$this->source), 'label');
  369.         yield "
  370.                         </div>
  371.                         ";
  372.         // line 146
  373.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'146$this->source); })()), "address", [], "any"falsefalsetrue146), "country", [], "any"falsefalsetrue146), 146$this->source), 'widget');
  374.         yield "
  375.                         ";
  376.         // line 147
  377.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'147$this->source); })()), "address", [], "any"falsefalsetrue147), "country", [], "any"falsefalsetrue147), 147$this->source), 'errors');
  378.         yield "
  379.                     </div>
  380.                     <div class=\"d-flex\">
  381.                         <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  382.         // line 150
  383.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'150$this->source); })()), "address", [], "any"falsefalsetrue150), "phone", [], "any"falsefalsetrue150), 150$this->source), 'errors')) ? ("input-error") : (""));
  384.         yield "\">
  385.                             <div class=\"ml-3 ml-lg-3 ml-md-3\">
  386.                                 ";
  387.         // line 152
  388.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'152$this->source); })()), "address", [], "any"falsefalsetrue152), "phone", [], "any"falsefalsetrue152), 152$this->source), 'label');
  389.         yield "
  390.                             </div>
  391.                             ";
  392.         // line 155
  393.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'155$this->source); })()), "address", [], "any"falsefalsetrue155), "phone", [], "any"falsefalsetrue155), 155$this->source), 'widget');
  394.         yield "
  395.                             ";
  396.         // line 156
  397.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'156$this->source); })()), "address", [], "any"falsefalsetrue156), "phone", [], "any"falsefalsetrue156), 156$this->source), 'errors');
  398.         yield "
  399.                         </div>
  400.                         <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  401.         // line 158
  402.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'158$this->source); })()), "address", [], "any"falsefalsetrue158), "fax", [], "any"falsefalsetrue158), 158$this->source), 'errors')) ? ("input-error") : (""));
  403.         yield " ml-3 ml-lg-3 ml-md-3\">
  404.                             <div class=\"ml-3 ml-lg-3 ml-md-3\">
  405.                                 ";
  406.         // line 160
  407.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'160$this->source); })()), "address", [], "any"falsefalsetrue160), "fax", [], "any"falsefalsetrue160), 160$this->source), 'label');
  408.         yield "
  409.                             </div>
  410.                             ";
  411.         // line 163
  412.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'163$this->source); })()), "address", [], "any"falsefalsetrue163), "fax", [], "any"falsefalsetrue163), 163$this->source), 'widget');
  413.         yield "
  414.                             ";
  415.         // line 164
  416.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'164$this->source); })()), "address", [], "any"falsefalsetrue164), "fax", [], "any"falsefalsetrue164), 164$this->source), 'errors');
  417.         yield "
  418.                         </div>
  419.                     </div>
  420.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  421.         // line 168
  422.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'168$this->source); })()), "accountInformation", [], "any"falsefalsetrue168), "VATNumber", [], "any"falsefalsetrue168), 168$this->source), 'errors')) ? ("input-error") : (""));
  423.         yield "\">
  424.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  425.                             ";
  426.         // line 170
  427.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'170$this->source); })()), "accountInformation", [], "any"falsefalsetrue170), "VATNumber", [], "any"falsefalsetrue170), 170$this->source), 'label');
  428.         yield "
  429.                         </div>
  430.                         ";
  431.         // line 173
  432.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'173$this->source); })()), "accountInformation", [], "any"falsefalsetrue173), "VATNumber", [], "any"falsefalsetrue173), 173$this->source), 'widget');
  433.         yield "
  434.                         ";
  435.         // line 174
  436.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'174$this->source); })()), "accountInformation", [], "any"falsefalsetrue174), "VATNumber", [], "any"falsefalsetrue174), 174$this->source), 'errors');
  437.         yield "
  438.                     </div>
  439.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
  440.         // line 176
  441.         yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'176$this->source); })()), "accountInformation", [], "any"falsefalsetrue176), "newsletter", [], "any"falsefalsetrue176), 176$this->source), 'errors')) ? ("input-error") : (""));
  442.         yield "\">
  443.                         <div class=\"position-relative checkbox-container\">
  444.                             ";
  445.         // line 179
  446.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'179$this->source); })()), "accountInformation", [], "any"falsefalsetrue179), "newsletter", [], "any"falsefalsetrue179), 179$this->source), 'widget');
  447.         yield "
  448.                             <span class=\"checkmark\"></span>
  449.                             <div class=\"ml-1 ml-lg-1 ml-md-1\">
  450.                                 ";
  451.         // line 182
  452.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'182$this->source); })()), "accountInformation", [], "any"falsefalsetrue182), "newsletter", [], "any"falsefalsetrue182), 182$this->source), 'label');
  453.         yield "
  454.                             </div>
  455.                         </div>
  456.                         ";
  457.         // line 186
  458.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'186$this->source); })()), "accountInformation", [], "any"falsefalsetrue186), "newsletter", [], "any"falsefalsetrue186), 186$this->source), 'errors');
  459.         yield "
  460.                     </div>
  461.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3\">
  462.                         ";
  463.         // line 189
  464.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'189$this->source); })()), "save", [], "any"falsefalsetrue189), 189$this->source), 'widget');
  465.         yield "
  466.                     </div>
  467.                     ";
  468.         // line 191
  469.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'191$this->source); })()), "address", [], "any"falsefalsetrue191), "stateDisplay", [], "any"falsefalsetrue191), 191$this->source), 'widget');
  470.         yield " <!--* Hidden input-->
  471.                 </div>
  472.             </div>
  473.         ";
  474.         // line 194
  475.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock($this->sandbox->ensureToStringAllowed((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'194$this->source); })()), 194$this->source), 'form_end');
  476.         yield "
  477.     </div>
  478. </div>
  479. <script>
  480. \$(\"#register-form-type button[type=submit]\").on('click', function(e) {
  481.     let form = \$(this).closest('form');
  482.     e.preventDefault();
  483.     grecaptcha.ready(function() {
  484.         let action = document.getElementById('action').value;
  485.         grecaptcha.execute('";
  486.         // line 205
  487.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->sandbox->ensureToStringAllowed((isset($context["recaptcha_v3_site_key"]) || array_key_exists("recaptcha_v3_site_key"$context) ? $context["recaptcha_v3_site_key"] : (function () { throw new RuntimeError('Variable "recaptcha_v3_site_key" does not exist.'205$this->source); })()), 205$this->source), "html"nulltrue);
  488.         yield "', { action: action })
  489.         .then(function(token) {
  490.             // add token value to form
  491.             document.getElementById('g-recaptcha-response').value = token;
  492.             console.log(form);
  493.             form.submit();
  494.         });
  495.     });
  496. });
  497. </script>
  498. ";
  499.         
  500.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  501.         
  502.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  503.         
  504.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  505.         return; yield '';
  506.     }
  507.     /**
  508.      * @codeCoverageIgnore
  509.      */
  510.     public function getTemplateName()
  511.     {
  512.         return "@App/division/auth/register.html.twig";
  513.     }
  514.     /**
  515.      * @codeCoverageIgnore
  516.      */
  517.     public function isTraitable()
  518.     {
  519.         return false;
  520.     }
  521.     /**
  522.      * @codeCoverageIgnore
  523.      */
  524.     public function getDebugInfo()
  525.     {
  526.         return array (  534 => 205,  520 => 194,  514 => 191,  509 => 189,  503 => 186,  496 => 182,  490 => 179,  484 => 176,  479 => 174,  475 => 173,  469 => 170,  464 => 168,  457 => 164,  453 => 163,  447 => 160,  442 => 158,  437 => 156,  433 => 155,  427 => 152,  422 => 150,  416 => 147,  412 => 146,  406 => 143,  401 => 141,  396 => 139,  392 => 138,  386 => 135,  381 => 133,  376 => 131,  372 => 130,  366 => 127,  361 => 125,  356 => 123,  352 => 122,  346 => 119,  341 => 117,  334 => 113,  330 => 112,  325 => 110,  321 => 109,  315 => 106,  310 => 104,  305 => 102,  301 => 101,  295 => 98,  290 => 96,  286 => 95,  277 => 89,  273 => 88,  267 => 85,  262 => 83,  257 => 81,  253 => 80,  247 => 77,  242 => 75,  237 => 73,  233 => 72,  227 => 69,  222 => 67,  217 => 65,  213 => 64,  207 => 61,  202 => 59,  197 => 57,  189 => 52,  184 => 50,  177 => 46,  172 => 44,  166 => 41,  160 => 38,  154 => 35,  149 => 33,  142 => 29,  137 => 27,  132 => 25,  128 => 24,  122 => 21,  117 => 19,  113 => 18,  107 => 15,  99 => 12,  95 => 11,  88 => 7,  83 => 5,  80 => 4,  67 => 3,  38 => 1,);
  527.     }
  528.     public function getSourceContext()
  529.     {
  530.         return new Source("{% extends 'layout/default.html.twig' %}
  531. {% block contentBlock %}
  532. <script src=\"https://www.google.com/recaptcha/api.js?render={{ recaptcha_v3_site_key }}\"></script>
  533. <div class=\"registerPage\" data-preselected-country=\"{{ selectedCountry is defined and selectedCountry ? selectedCountry : 'US' }}\">
  534.     <div class=\"container my-5 my-lg-5 my-md-5\">
  535.         <div class=\"row\">
  536.             <div class=\"col-lg-10 offset-lg-1\">
  537.                 <h1 class=\"font-weight-bold font-italic mb-4 mb-lg-4 mb-md-4\">{{ 'Register' | trans }}</h1>
  538.                 <p class=\"mb-4 mb-lg-4 mb-md-4\">{{ 'If you have an account with us, please' | trans }} <a href=\"{{ path('login', {'division': getSiteDivision()}) }}\">log in</a>.</p>
  539.             </div>
  540.         </div>
  541.         {{ form_start(form,{'attr': {'novalidate': 'novalidate', 'id': 'register-form-type'}}) }}
  542.             <div class=\"row\">
  543.                 <div class=\"col-lg-4 offset-lg-1\">
  544.                     <h3 class=\"font-weight-bold\">{{ form_label(form.accountInformation) }}</h3>
  545.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.email) ? 'input-error' }}\">
  546.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  547.                             {{ form_label(form.accountInformation.email) }}
  548.                         </div>
  549.                         {{ form_widget(form.accountInformation.email) }}
  550.                         {{ form_errors(form.accountInformation.email) }}
  551.                     </div>
  552.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.password.first) ? 'input-error' }}\">
  553.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  554.                             {{ form_label(form.accountInformation.password.first) }}
  555.                         </div>
  556.                         <div class=\"position-relative\">
  557.                             {{ form_widget(form.accountInformation.password.first) }}
  558.                             <span toggle=\"#accountInformation_password_first\" class=\"field-icon toggle-password\">
  559.                                 <img src=\"{{ asset('/static/images/icons/icon_eye.svg') }}\" alt=\"ICon eye\" style=\"width: 18px;\">
  560.                             </span>
  561.                         </div>
  562.                         <small class=\"mt-1 mt-lg-1 mt-md-1\">{{ 'Password minimum length is 8 characters.' | trans }}</small>
  563.                         {{ form_errors(form.accountInformation.password.first) }}
  564.                     </div>
  565.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.password.second) ? 'input-error' }}\">
  566.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  567.                             {{ form_label(form.accountInformation.password.second) }}
  568.                         </div>
  569.                         <div class=\"position-relative\">
  570.                             {{ form_widget(form.accountInformation.password.second) }}
  571.                             <span toggle=\"#accountInformation_password_second\" class=\"field-icon toggle-password\">
  572.                                 <img src=\"{{ asset('/static/images/icons/icon_eye.svg') }}\" alt=\"ICon eye\" style=\"width: 18px;\">
  573.                             </span>
  574.                         </div>
  575.                         {{ form_errors(form.accountInformation.password.second) }}
  576.                     </div>
  577.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.prefix) ? 'input-error' }}\">
  578.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  579.                             {{ form_label(form.accountInformation.prefix) }}
  580.                         </div>
  581.                         {{ form_widget(form.accountInformation.prefix) }}
  582.                         {{ form_errors(form.accountInformation.prefix) }}
  583.                     </div>
  584.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.firstname) ? 'input-error' }}\">
  585.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  586.                             {{ form_label(form.accountInformation.firstname) }}
  587.                         </div>
  588.                         {{ form_widget(form.accountInformation.firstname) }}
  589.                         {{ form_errors(form.accountInformation.firstname) }}
  590.                     </div>
  591.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.lastname) ? 'input-error' }}\">
  592.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  593.                             {{ form_label(form.accountInformation.lastname) }}
  594.                         </div>
  595.                         {{ form_widget(form.accountInformation.lastname) }}
  596.                         {{ form_errors(form.accountInformation.lastname) }}
  597.                     </div>
  598.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.divisions) ? 'input-error' }}\">
  599.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  600.                             {{ form_label(form.accountInformation.divisions) }}
  601.                         </div>
  602.                         {{ form_widget(form.accountInformation.divisions) }}
  603.                         {{ form_errors(form.accountInformation.divisions) }}
  604.                     </div>
  605.                 </div>
  606.                 <div class=\"col-lg-4 offset-lg-1\">
  607.                     <h3 class=\"font-weight-bold\">{{ form_label(form.address) }}</h3>
  608.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.company) ? 'input-error' }}\">
  609.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  610.                             {{ form_label(form.address.company) }}
  611.                         </div>
  612.                         {{ form_widget(form.address.company) }}
  613.                         {{ form_errors(form.address.company) }}
  614.                     </div>
  615.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.streetLine01) ? 'input-error' }}\">
  616.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  617.                             {{ form_label(form.address.streetLine01) }}
  618.                         </div>
  619.                         {{ form_widget(form.address.streetLine01) }}
  620.                         {{ form_errors(form.address.streetLine01) }}
  621.                         <div class=\"mt-2 mt-lg-2 mt-md-2\">
  622.                             {{ form_widget(form.address.streetLine02) }}
  623.                             {{ form_errors(form.address.streetLine02) }}
  624.                         </div>
  625.                     </div>
  626.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.city) ? 'input-error' }}\">
  627.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  628.                             {{ form_label(form.address.city) }}
  629.                         </div>
  630.                         {{ form_widget(form.address.city) }}
  631.                         {{ form_errors(form.address.city) }}
  632.                     </div>
  633.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.state) ? 'input-error' }}\">
  634.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  635.                             {{ form_label(form.address.state) }}
  636.                         </div>
  637.                         {{ form_widget(form.address.state) }}
  638.                         {{ form_errors(form.address.state) }}
  639.                     </div>
  640.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.zipCode) ? 'input-error' }}\">
  641.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  642.                             {{ form_label(form.address.zipCode) }}
  643.                         </div>
  644.                         {{ form_widget(form.address.zipCode) }}
  645.                         {{ form_errors(form.address.zipCode) }}
  646.                     </div>
  647.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.country) ? 'input-error' }}\">
  648.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  649.                             {{ form_label(form.address.country) }}
  650.                         </div>
  651.                         {{ form_widget(form.address.country) }}
  652.                         {{ form_errors(form.address.country) }}
  653.                     </div>
  654.                     <div class=\"d-flex\">
  655.                         <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.phone) ? 'input-error' }}\">
  656.                             <div class=\"ml-3 ml-lg-3 ml-md-3\">
  657.                                 {{ form_label(form.address.phone) }}
  658.                             </div>
  659.                             {{ form_widget(form.address.phone) }}
  660.                             {{ form_errors(form.address.phone) }}
  661.                         </div>
  662.                         <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.fax) ? 'input-error' }} ml-3 ml-lg-3 ml-md-3\">
  663.                             <div class=\"ml-3 ml-lg-3 ml-md-3\">
  664.                                 {{ form_label(form.address.fax) }}
  665.                             </div>
  666.                             {{ form_widget(form.address.fax) }}
  667.                             {{ form_errors(form.address.fax) }}
  668.                         </div>
  669.                     </div>
  670.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.VATNumber) ? 'input-error' }}\">
  671.                         <div class=\"ml-3 ml-lg-3 ml-md-3\">
  672.                             {{ form_label(form.accountInformation.VATNumber) }}
  673.                         </div>
  674.                         {{ form_widget(form.accountInformation.VATNumber) }}
  675.                         {{ form_errors(form.accountInformation.VATNumber) }}
  676.                     </div>
  677.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.newsletter) ? 'input-error' }}\">
  678.                         <div class=\"position-relative checkbox-container\">
  679.                             {{ form_widget(form.accountInformation.newsletter) }}
  680.                             <span class=\"checkmark\"></span>
  681.                             <div class=\"ml-1 ml-lg-1 ml-md-1\">
  682.                                 {{ form_label(form.accountInformation.newsletter) }}
  683.                             </div>
  684.                         </div>
  685.                         {{ form_errors(form.accountInformation.newsletter) }}
  686.                     </div>
  687.                     <div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3\">
  688.                         {{ form_widget(form.save) }}
  689.                     </div>
  690.                     {{ form_widget(form.address.stateDisplay) }} <!--* Hidden input-->
  691.                 </div>
  692.             </div>
  693.         {{ form_end(form) }}
  694.     </div>
  695. </div>
  696. <script>
  697. \$(\"#register-form-type button[type=submit]\").on('click', function(e) {
  698.     let form = \$(this).closest('form');
  699.     e.preventDefault();
  700.     grecaptcha.ready(function() {
  701.         let action = document.getElementById('action').value;
  702.         grecaptcha.execute('{{ recaptcha_v3_site_key }}', { action: action })
  703.         .then(function(token) {
  704.             // add token value to form
  705.             document.getElementById('g-recaptcha-response').value = token;
  706.             console.log(form);
  707.             form.submit();
  708.         });
  709.     });
  710. });
  711. </script>
  712. {% endblock %}""@App/division/auth/register.html.twig""/var/www/webovi/stoelting/pimcore/templates/division/auth/register.html.twig");
  713.     }
  714.     
  715.     public function checkSecurity()
  716.     {
  717.         static $tags = array();
  718.         static $filters = array("escape" => 5"trans" => 11);
  719.         static $functions = array("path" => 12"getSiteDivision" => 12"form_start" => 15"form_label" => 18"form_errors" => 19"form_widget" => 24"asset" => 35"form_end" => 194);
  720.         try {
  721.             $this->sandbox->checkSecurity(
  722.                 [],
  723.                 ['escape''trans'],
  724.                 ['path''getSiteDivision''form_start''form_label''form_errors''form_widget''asset''form_end'],
  725.                 $this->source
  726.             );
  727.         } catch (SecurityError $e) {
  728.             $e->setSourceContext($this->source);
  729.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  730.                 $e->setTemplateLine($tags[$e->getTagName()]);
  731.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  732.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  733.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  734.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  735.             }
  736.             throw $e;
  737.         }
  738.     }
  739. }