<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* @App/division/auth/register.html.twig */
class __TwigTemplate_da70df6651a4fd202c9f5c3beb8198a3 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'contentBlock' => [$this, 'block_contentBlock'],
];
$this->sandbox = $this->env->getExtension(SandboxExtension::class);
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 1
return "layout/default.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@App/division/auth/register.html.twig"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@App/division/auth/register.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@App/division/auth/register.html.twig"));
$this->parent = $this->loadTemplate("layout/default.html.twig", "@App/division/auth/register.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_contentBlock($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "contentBlock"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "contentBlock"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "contentBlock"));
// line 4
yield "
<script src=\"https://www.google.com/recaptcha/api.js?render=";
// line 5
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", null, true);
yield "\"></script>
<div class=\"registerPage\" data-preselected-country=\"";
// line 7
(((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", null, true)) : (yield "US"));
yield "\">
<div class=\"container my-5 my-lg-5 my-md-5\">
<div class=\"row\">
<div class=\"col-lg-10 offset-lg-1\">
<h1 class=\"font-weight-bold font-italic mb-4 mb-lg-4 mb-md-4\">";
// line 11
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Register"), "html", null, true);
yield "</h1>
<p class=\"mb-4 mb-lg-4 mb-md-4\">";
// line 12
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", null, true);
yield " <a href=\"";
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", null, true);
yield "\">log in</a>.</p>
</div>
</div>
";
// line 15
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"]]);
yield "
<div class=\"row\">
<div class=\"col-lg-4 offset-lg-1\">
<h3 class=\"font-weight-bold\">";
// line 18
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", false, false, true, 18), 18, $this->source), 'label');
yield "</h3>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 19
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 19, $this->source); })()), "accountInformation", [], "any", false, false, true, 19), "email", [], "any", false, false, true, 19), 19, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 21
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 21, $this->source); })()), "accountInformation", [], "any", false, false, true, 21), "email", [], "any", false, false, true, 21), 21, $this->source), 'label');
yield "
</div>
";
// line 24
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 24, $this->source); })()), "accountInformation", [], "any", false, false, true, 24), "email", [], "any", false, false, true, 24), 24, $this->source), 'widget');
yield "
";
// line 25
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 25, $this->source); })()), "accountInformation", [], "any", false, false, true, 25), "email", [], "any", false, false, true, 25), 25, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 27
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 27, $this->source); })()), "accountInformation", [], "any", false, false, true, 27), "password", [], "any", false, false, true, 27), "first", [], "any", false, false, true, 27), 27, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 29
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 29, $this->source); })()), "accountInformation", [], "any", false, false, true, 29), "password", [], "any", false, false, true, 29), "first", [], "any", false, false, true, 29), 29, $this->source), 'label');
yield "
</div>
<div class=\"position-relative\">
";
// line 33
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 33, $this->source); })()), "accountInformation", [], "any", false, false, true, 33), "password", [], "any", false, false, true, 33), "first", [], "any", false, false, true, 33), 33, $this->source), 'widget');
yield "
<span toggle=\"#accountInformation_password_first\" class=\"field-icon toggle-password\">
<img src=\"";
// line 35
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/static/images/icons/icon_eye.svg"), "html", null, true);
yield "\" alt=\"ICon eye\" style=\"width: 18px;\">
</span>
</div>
<small class=\"mt-1 mt-lg-1 mt-md-1\">";
// line 38
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Password minimum length is 8 characters."), "html", null, true);
yield "</small>
";
// line 41
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 41, $this->source); })()), "accountInformation", [], "any", false, false, true, 41), "password", [], "any", false, false, true, 41), "first", [], "any", false, false, true, 41), 41, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 44
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 44, $this->source); })()), "accountInformation", [], "any", false, false, true, 44), "password", [], "any", false, false, true, 44), "second", [], "any", false, false, true, 44), 44, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 46
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 46, $this->source); })()), "accountInformation", [], "any", false, false, true, 46), "password", [], "any", false, false, true, 46), "second", [], "any", false, false, true, 46), 46, $this->source), 'label');
yield "
</div>
<div class=\"position-relative\">
";
// line 50
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 50, $this->source); })()), "accountInformation", [], "any", false, false, true, 50), "password", [], "any", false, false, true, 50), "second", [], "any", false, false, true, 50), 50, $this->source), 'widget');
yield "
<span toggle=\"#accountInformation_password_second\" class=\"field-icon toggle-password\">
<img src=\"";
// line 52
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/static/images/icons/icon_eye.svg"), "html", null, true);
yield "\" alt=\"ICon eye\" style=\"width: 18px;\">
</span>
</div>
";
// line 57
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, 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.', 57, $this->source); })()), "accountInformation", [], "any", false, false, true, 57), "password", [], "any", false, false, true, 57), "second", [], "any", false, false, true, 57), 57, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 59
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 59, $this->source); })()), "accountInformation", [], "any", false, false, true, 59), "prefix", [], "any", false, false, true, 59), 59, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 61
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 61, $this->source); })()), "accountInformation", [], "any", false, false, true, 61), "prefix", [], "any", false, false, true, 61), 61, $this->source), 'label');
yield "
</div>
";
// line 64
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 64, $this->source); })()), "accountInformation", [], "any", false, false, true, 64), "prefix", [], "any", false, false, true, 64), 64, $this->source), 'widget');
yield "
";
// line 65
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 65, $this->source); })()), "accountInformation", [], "any", false, false, true, 65), "prefix", [], "any", false, false, true, 65), 65, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 67
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 67, $this->source); })()), "accountInformation", [], "any", false, false, true, 67), "firstname", [], "any", false, false, true, 67), 67, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 69
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 69, $this->source); })()), "accountInformation", [], "any", false, false, true, 69), "firstname", [], "any", false, false, true, 69), 69, $this->source), 'label');
yield "
</div>
";
// line 72
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 72, $this->source); })()), "accountInformation", [], "any", false, false, true, 72), "firstname", [], "any", false, false, true, 72), 72, $this->source), 'widget');
yield "
";
// line 73
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 73, $this->source); })()), "accountInformation", [], "any", false, false, true, 73), "firstname", [], "any", false, false, true, 73), 73, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 75
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 75, $this->source); })()), "accountInformation", [], "any", false, false, true, 75), "lastname", [], "any", false, false, true, 75), 75, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 77
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 77, $this->source); })()), "accountInformation", [], "any", false, false, true, 77), "lastname", [], "any", false, false, true, 77), 77, $this->source), 'label');
yield "
</div>
";
// line 80
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 80, $this->source); })()), "accountInformation", [], "any", false, false, true, 80), "lastname", [], "any", false, false, true, 80), 80, $this->source), 'widget');
yield "
";
// line 81
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 81, $this->source); })()), "accountInformation", [], "any", false, false, true, 81), "lastname", [], "any", false, false, true, 81), 81, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 83
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 83, $this->source); })()), "accountInformation", [], "any", false, false, true, 83), "divisions", [], "any", false, false, true, 83), 83, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 85
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 85, $this->source); })()), "accountInformation", [], "any", false, false, true, 85), "divisions", [], "any", false, false, true, 85), 85, $this->source), 'label');
yield "
</div>
";
// line 88
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 88, $this->source); })()), "accountInformation", [], "any", false, false, true, 88), "divisions", [], "any", false, false, true, 88), 88, $this->source), 'widget');
yield "
";
// line 89
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 89, $this->source); })()), "accountInformation", [], "any", false, false, true, 89), "divisions", [], "any", false, false, true, 89), 89, $this->source), 'errors');
yield "
</div>
</div>
<div class=\"col-lg-4 offset-lg-1\">
<h3 class=\"font-weight-bold\">";
// line 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.', 95, $this->source); })()), "address", [], "any", false, false, true, 95), 95, $this->source), 'label');
yield "</h3>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 96
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 96, $this->source); })()), "address", [], "any", false, false, true, 96), "company", [], "any", false, false, true, 96), 96, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 98
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 98, $this->source); })()), "address", [], "any", false, false, true, 98), "company", [], "any", false, false, true, 98), 98, $this->source), 'label');
yield "
</div>
";
// line 101
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 101, $this->source); })()), "address", [], "any", false, false, true, 101), "company", [], "any", false, false, true, 101), 101, $this->source), 'widget');
yield "
";
// line 102
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 102, $this->source); })()), "address", [], "any", false, false, true, 102), "company", [], "any", false, false, true, 102), 102, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 104
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 104, $this->source); })()), "address", [], "any", false, false, true, 104), "streetLine01", [], "any", false, false, true, 104), 104, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 106
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 106, $this->source); })()), "address", [], "any", false, false, true, 106), "streetLine01", [], "any", false, false, true, 106), 106, $this->source), 'label');
yield "
</div>
";
// line 109
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 109, $this->source); })()), "address", [], "any", false, false, true, 109), "streetLine01", [], "any", false, false, true, 109), 109, $this->source), 'widget');
yield "
";
// line 110
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 110, $this->source); })()), "address", [], "any", false, false, true, 110), "streetLine01", [], "any", false, false, true, 110), 110, $this->source), 'errors');
yield "
<div class=\"mt-2 mt-lg-2 mt-md-2\">
";
// line 112
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 112, $this->source); })()), "address", [], "any", false, false, true, 112), "streetLine02", [], "any", false, false, true, 112), 112, $this->source), 'widget');
yield "
";
// line 113
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 113, $this->source); })()), "address", [], "any", false, false, true, 113), "streetLine02", [], "any", false, false, true, 113), 113, $this->source), 'errors');
yield "
</div>
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 117
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 117, $this->source); })()), "address", [], "any", false, false, true, 117), "city", [], "any", false, false, true, 117), 117, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 119
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 119, $this->source); })()), "address", [], "any", false, false, true, 119), "city", [], "any", false, false, true, 119), 119, $this->source), 'label');
yield "
</div>
";
// line 122
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 122, $this->source); })()), "address", [], "any", false, false, true, 122), "city", [], "any", false, false, true, 122), 122, $this->source), 'widget');
yield "
";
// line 123
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 123, $this->source); })()), "address", [], "any", false, false, true, 123), "city", [], "any", false, false, true, 123), 123, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 125
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 125, $this->source); })()), "address", [], "any", false, false, true, 125), "state", [], "any", false, false, true, 125), 125, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 127
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 127, $this->source); })()), "address", [], "any", false, false, true, 127), "state", [], "any", false, false, true, 127), 127, $this->source), 'label');
yield "
</div>
";
// line 130
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 130, $this->source); })()), "address", [], "any", false, false, true, 130), "state", [], "any", false, false, true, 130), 130, $this->source), 'widget');
yield "
";
// line 131
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 131, $this->source); })()), "address", [], "any", false, false, true, 131), "state", [], "any", false, false, true, 131), 131, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 133
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 133, $this->source); })()), "address", [], "any", false, false, true, 133), "zipCode", [], "any", false, false, true, 133), 133, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 135
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 135, $this->source); })()), "address", [], "any", false, false, true, 135), "zipCode", [], "any", false, false, true, 135), 135, $this->source), 'label');
yield "
</div>
";
// line 138
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 138, $this->source); })()), "address", [], "any", false, false, true, 138), "zipCode", [], "any", false, false, true, 138), 138, $this->source), 'widget');
yield "
";
// line 139
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 139, $this->source); })()), "address", [], "any", false, false, true, 139), "zipCode", [], "any", false, false, true, 139), 139, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 141
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 141, $this->source); })()), "address", [], "any", false, false, true, 141), "country", [], "any", false, false, true, 141), 141, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 143
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 143, $this->source); })()), "address", [], "any", false, false, true, 143), "country", [], "any", false, false, true, 143), 143, $this->source), 'label');
yield "
</div>
";
// line 146
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 146, $this->source); })()), "address", [], "any", false, false, true, 146), "country", [], "any", false, false, true, 146), 146, $this->source), 'widget');
yield "
";
// line 147
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 147, $this->source); })()), "address", [], "any", false, false, true, 147), "country", [], "any", false, false, true, 147), 147, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex\">
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 150
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 150, $this->source); })()), "address", [], "any", false, false, true, 150), "phone", [], "any", false, false, true, 150), 150, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 152
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 152, $this->source); })()), "address", [], "any", false, false, true, 152), "phone", [], "any", false, false, true, 152), 152, $this->source), 'label');
yield "
</div>
";
// line 155
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 155, $this->source); })()), "address", [], "any", false, false, true, 155), "phone", [], "any", false, false, true, 155), 155, $this->source), 'widget');
yield "
";
// line 156
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 156, $this->source); })()), "address", [], "any", false, false, true, 156), "phone", [], "any", false, false, true, 156), 156, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 158
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 158, $this->source); })()), "address", [], "any", false, false, true, 158), "fax", [], "any", false, false, true, 158), 158, $this->source), 'errors')) ? ("input-error") : (""));
yield " ml-3 ml-lg-3 ml-md-3\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 160
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 160, $this->source); })()), "address", [], "any", false, false, true, 160), "fax", [], "any", false, false, true, 160), 160, $this->source), 'label');
yield "
</div>
";
// line 163
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 163, $this->source); })()), "address", [], "any", false, false, true, 163), "fax", [], "any", false, false, true, 163), 163, $this->source), 'widget');
yield "
";
// line 164
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 164, $this->source); })()), "address", [], "any", false, false, true, 164), "fax", [], "any", false, false, true, 164), 164, $this->source), 'errors');
yield "
</div>
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 168
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 168, $this->source); })()), "accountInformation", [], "any", false, false, true, 168), "VATNumber", [], "any", false, false, true, 168), 168, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
";
// line 170
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 170, $this->source); })()), "accountInformation", [], "any", false, false, true, 170), "VATNumber", [], "any", false, false, true, 170), 170, $this->source), 'label');
yield "
</div>
";
// line 173
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 173, $this->source); })()), "accountInformation", [], "any", false, false, true, 173), "VATNumber", [], "any", false, false, true, 173), 173, $this->source), 'widget');
yield "
";
// line 174
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 174, $this->source); })()), "accountInformation", [], "any", false, false, true, 174), "VATNumber", [], "any", false, false, true, 174), 174, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 ";
// line 176
yield (($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 176, $this->source); })()), "accountInformation", [], "any", false, false, true, 176), "newsletter", [], "any", false, false, true, 176), 176, $this->source), 'errors')) ? ("input-error") : (""));
yield "\">
<div class=\"position-relative checkbox-container\">
";
// line 179
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 179, $this->source); })()), "accountInformation", [], "any", false, false, true, 179), "newsletter", [], "any", false, false, true, 179), 179, $this->source), 'widget');
yield "
<span class=\"checkmark\"></span>
<div class=\"ml-1 ml-lg-1 ml-md-1\">
";
// line 182
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 182, $this->source); })()), "accountInformation", [], "any", false, false, true, 182), "newsletter", [], "any", false, false, true, 182), 182, $this->source), 'label');
yield "
</div>
</div>
";
// line 186
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 186, $this->source); })()), "accountInformation", [], "any", false, false, true, 186), "newsletter", [], "any", false, false, true, 186), 186, $this->source), 'errors');
yield "
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3\">
";
// line 189
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", false, false, true, 189), 189, $this->source), 'widget');
yield "
</div>
";
// line 191
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(CoreExtension::getAttribute($this->env, $this->source, 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.', 191, $this->source); })()), "address", [], "any", false, false, true, 191), "stateDisplay", [], "any", false, false, true, 191), 191, $this->source), 'widget');
yield " <!--* Hidden input-->
</div>
</div>
";
// line 194
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');
yield "
</div>
</div>
<script>
\$(\"#register-form-type button[type=submit]\").on('click', function(e) {
let form = \$(this).closest('form');
e.preventDefault();
grecaptcha.ready(function() {
let action = document.getElementById('action').value;
grecaptcha.execute('";
// line 205
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", null, true);
yield "', { action: action })
.then(function(token) {
// add token value to form
document.getElementById('g-recaptcha-response').value = token;
console.log(form);
form.submit();
});
});
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@App/division/auth/register.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends 'layout/default.html.twig' %}
{% block contentBlock %}
<script src=\"https://www.google.com/recaptcha/api.js?render={{ recaptcha_v3_site_key }}\"></script>
<div class=\"registerPage\" data-preselected-country=\"{{ selectedCountry is defined and selectedCountry ? selectedCountry : 'US' }}\">
<div class=\"container my-5 my-lg-5 my-md-5\">
<div class=\"row\">
<div class=\"col-lg-10 offset-lg-1\">
<h1 class=\"font-weight-bold font-italic mb-4 mb-lg-4 mb-md-4\">{{ 'Register' | trans }}</h1>
<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>
</div>
</div>
{{ form_start(form,{'attr': {'novalidate': 'novalidate', 'id': 'register-form-type'}}) }}
<div class=\"row\">
<div class=\"col-lg-4 offset-lg-1\">
<h3 class=\"font-weight-bold\">{{ form_label(form.accountInformation) }}</h3>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.email) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.accountInformation.email) }}
</div>
{{ form_widget(form.accountInformation.email) }}
{{ form_errors(form.accountInformation.email) }}
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.password.first) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.accountInformation.password.first) }}
</div>
<div class=\"position-relative\">
{{ form_widget(form.accountInformation.password.first) }}
<span toggle=\"#accountInformation_password_first\" class=\"field-icon toggle-password\">
<img src=\"{{ asset('/static/images/icons/icon_eye.svg') }}\" alt=\"ICon eye\" style=\"width: 18px;\">
</span>
</div>
<small class=\"mt-1 mt-lg-1 mt-md-1\">{{ 'Password minimum length is 8 characters.' | trans }}</small>
{{ form_errors(form.accountInformation.password.first) }}
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.password.second) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.accountInformation.password.second) }}
</div>
<div class=\"position-relative\">
{{ form_widget(form.accountInformation.password.second) }}
<span toggle=\"#accountInformation_password_second\" class=\"field-icon toggle-password\">
<img src=\"{{ asset('/static/images/icons/icon_eye.svg') }}\" alt=\"ICon eye\" style=\"width: 18px;\">
</span>
</div>
{{ form_errors(form.accountInformation.password.second) }}
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.prefix) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.accountInformation.prefix) }}
</div>
{{ form_widget(form.accountInformation.prefix) }}
{{ form_errors(form.accountInformation.prefix) }}
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.firstname) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.accountInformation.firstname) }}
</div>
{{ form_widget(form.accountInformation.firstname) }}
{{ form_errors(form.accountInformation.firstname) }}
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.lastname) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.accountInformation.lastname) }}
</div>
{{ form_widget(form.accountInformation.lastname) }}
{{ form_errors(form.accountInformation.lastname) }}
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.divisions) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.accountInformation.divisions) }}
</div>
{{ form_widget(form.accountInformation.divisions) }}
{{ form_errors(form.accountInformation.divisions) }}
</div>
</div>
<div class=\"col-lg-4 offset-lg-1\">
<h3 class=\"font-weight-bold\">{{ form_label(form.address) }}</h3>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.company) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.address.company) }}
</div>
{{ form_widget(form.address.company) }}
{{ form_errors(form.address.company) }}
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.streetLine01) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.address.streetLine01) }}
</div>
{{ form_widget(form.address.streetLine01) }}
{{ form_errors(form.address.streetLine01) }}
<div class=\"mt-2 mt-lg-2 mt-md-2\">
{{ form_widget(form.address.streetLine02) }}
{{ form_errors(form.address.streetLine02) }}
</div>
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.city) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.address.city) }}
</div>
{{ form_widget(form.address.city) }}
{{ form_errors(form.address.city) }}
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.state) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.address.state) }}
</div>
{{ form_widget(form.address.state) }}
{{ form_errors(form.address.state) }}
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.zipCode) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.address.zipCode) }}
</div>
{{ form_widget(form.address.zipCode) }}
{{ form_errors(form.address.zipCode) }}
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.country) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.address.country) }}
</div>
{{ form_widget(form.address.country) }}
{{ form_errors(form.address.country) }}
</div>
<div class=\"d-flex\">
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.address.phone) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.address.phone) }}
</div>
{{ form_widget(form.address.phone) }}
{{ form_errors(form.address.phone) }}
</div>
<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\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.address.fax) }}
</div>
{{ form_widget(form.address.fax) }}
{{ form_errors(form.address.fax) }}
</div>
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.VATNumber) ? 'input-error' }}\">
<div class=\"ml-3 ml-lg-3 ml-md-3\">
{{ form_label(form.accountInformation.VATNumber) }}
</div>
{{ form_widget(form.accountInformation.VATNumber) }}
{{ form_errors(form.accountInformation.VATNumber) }}
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3 {{ form_errors(form.accountInformation.newsletter) ? 'input-error' }}\">
<div class=\"position-relative checkbox-container\">
{{ form_widget(form.accountInformation.newsletter) }}
<span class=\"checkmark\"></span>
<div class=\"ml-1 ml-lg-1 ml-md-1\">
{{ form_label(form.accountInformation.newsletter) }}
</div>
</div>
{{ form_errors(form.accountInformation.newsletter) }}
</div>
<div class=\"d-flex flex-column mb-3 mb-lg-3 mb-md-3\">
{{ form_widget(form.save) }}
</div>
{{ form_widget(form.address.stateDisplay) }} <!--* Hidden input-->
</div>
</div>
{{ form_end(form) }}
</div>
</div>
<script>
\$(\"#register-form-type button[type=submit]\").on('click', function(e) {
let form = \$(this).closest('form');
e.preventDefault();
grecaptcha.ready(function() {
let action = document.getElementById('action').value;
grecaptcha.execute('{{ recaptcha_v3_site_key }}', { action: action })
.then(function(token) {
// add token value to form
document.getElementById('g-recaptcha-response').value = token;
console.log(form);
form.submit();
});
});
});
</script>
{% endblock %}", "@App/division/auth/register.html.twig", "/var/www/webovi/stoelting/pimcore/templates/division/auth/register.html.twig");
}
public function checkSecurity()
{
static $tags = array();
static $filters = array("escape" => 5, "trans" => 11);
static $functions = array("path" => 12, "getSiteDivision" => 12, "form_start" => 15, "form_label" => 18, "form_errors" => 19, "form_widget" => 24, "asset" => 35, "form_end" => 194);
try {
$this->sandbox->checkSecurity(
[],
['escape', 'trans'],
['path', 'getSiteDivision', 'form_start', 'form_label', 'form_errors', 'form_widget', 'asset', 'form_end'],
$this->source
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}