var/cache/dev/twig/e7/e75450dda9058e15e8a6856fbb86eb4e.php line 45
<?phpuse 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;use Twig\TemplateWrapper;/* registration/register.html.twig */class __TwigTemplate_f67c1cba34ca683f4bb3ffb1b8dc7326 extends Template{private Source $source;/*** @var array<string, Template>*/private array $macros = [];public function __construct(Environment $env){parent::__construct($env);$this->source = $this->getSourceContext();$this->blocks = ['form_label' => [$this, 'block_form_label'],'title' => [$this, 'block_title'],'body' => [$this, 'block_body'],];}protected function doGetParent(array $context): bool|string|Template|TemplateWrapper{// line 1return "base.security.html.twig";}protected function doDisplay(array $context, array $blocks = []): iterable{$macros = $this->macros;$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "registration/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", "registration/register.html.twig"));// line 2$this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 2, $this->source); })()), [$this->getTemplateName()], true);// line 1$this->parent = $this->loadTemplate("base.security.html.twig", "registration/register.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);}// line 4/*** @return iterable<null|scalar|\Stringable>*/public function block_form_label(array $context, array $blocks = []): iterable{$macros = $this->macros;$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_label"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "form_label"));// line 5yield " ";yield (isset($context["label"]) || array_key_exists("label", $context) ? $context["label"] : (function () { throw new RuntimeError('Variable "label" does not exist.', 5, $this->source); })());yield "";$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}// line 8/*** @return iterable<null|scalar|\Stringable>*/public function block_title(array $context, array $blocks = []): iterable{$macros = $this->macros;$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));yield "Register";$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}// line 10/*** @return iterable<null|scalar|\Stringable>*/public function block_body(array $context, array $blocks = []): iterable{$macros = $this->macros;$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));// line 11yield " <div class=\"d-flex flex-center flex-column flex-lg-row-fluid\"><!--begin::Wrapper--><div class=\"w-lg-500px p-10\">";// line 14$context['_parent'] = $context;$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 14, $this->source); })()), "flashes", ["verify_email_error"], "method", false, false, false, 14));foreach ($context['_seq'] as $context["_key"] => $context["flash_error"]) {// line 15yield " <div class=\"alert alert-danger\" role=\"alert\">";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["flash_error"], "html", null, true);yield "</div>";}$_parent = $context['_parent'];unset($context['_seq'], $context['_key'], $context['flash_error'], $context['_parent']);$context = array_intersect_key($context, $_parent) + $_parent;// line 17yield "<!--begin::Form-->";// line 19yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 19, $this->source); })()), 'form_start', ["attr" => ["class" => "form w-100 fv-plugins-bootstrap5 fv-plugins-framework"]]);yield "<!--begin::Heading--><div class=\"text-center mb-11\"><!--begin::Title--><h1 class=\"text-dark fw-bolder mb-3\">Sign Up</h1><!--end::Title--><!--begin::Subtitle--><div class=\"text-gray-500 fw-semibold fs-6\">Your Social Campaigns</div><!--end::Subtitle=--></div><!--begin::Heading--><!--begin::Login options--><div class=\"row g-3 mb-9\"><!--begin::Col--><div class=\"col-md-6\"><!--begin::Google link=--><a href=\"#\" class=\"btn btn-flex btn-outline btn-text-gray-700 btn-active-color-primary bg-state-light flex-center text-nowrap w-100\"><img alt=\"Logo\" src=\"assets/media/svg/brand-logos/google-icon.svg\" class=\"h-15px me-3\">Sign in with Google</a><!--end::Google link=--></div><!--end::Col--><!--begin::Col--><div class=\"col-md-6\"><!--begin::Google link=--><a href=\"#\" class=\"btn btn-flex btn-outline btn-text-gray-700 btn-active-color-primary bg-state-light flex-center text-nowrap w-100\"><img alt=\"Logo\" src=\"assets/media/svg/brand-logos/apple-black.svg\" class=\"theme-light-show h-15px me-3\"><img alt=\"Logo\" src=\"assets/media/svg/brand-logos/apple-black-dark.svg\" class=\"theme-dark-show h-15px me-3\">Sign in with Apple</a><!--end::Google link=--></div><!--end::Col--></div><!--end::Login options--><!--begin::Separator--><div class=\"separator separator-content my-14\"><span class=\"w-125px text-gray-500 fw-semibold fs-7\">Or with email</span></div><!--end::Separator--><!--begin::Input group=--><div class=\"fv-row mb-8 fv-plugins-icon-container\"><!--begin::Email-->";// line 59yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 59, $this->source); })()), "lname", [], "any", false, false, false, 59), 'row', ["attr" => ["class" => "form-control bg-transparent", "placeholder" => "Firstname"]]);yield "<!--end::Email--><div class=\"fv-plugins-message-container invalid-feedback\"></div></div><div class=\"fv-row mb-8 fv-plugins-icon-container\"><!--begin::Email-->";// line 65yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 65, $this->source); })()), "fname", [], "any", false, false, false, 65), 'row', ["attr" => ["class" => "form-control bg-transparent", "placeholder" => "Lastname"]]);yield "<!--end::Email--><div class=\"fv-plugins-message-container invalid-feedback\"></div></div><div class=\"fv-row mb-8 fv-plugins-icon-container\"><!--begin::Email-->";// line 71yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 71, $this->source); })()), "email", [], "any", false, false, false, 71), 'row', ["attr" => ["class" => "form-control bg-transparent", "placeholder" => "Email"]]);yield "<!--end::Email--><div class=\"fv-plugins-message-container invalid-feedback\"></div></div><!--begin::Input group--><div class=\"fv-row mb-8 fv-plugins-icon-container\" data-kt-password-meter=\"true\"><!--begin::Wrapper--><div class=\"mb-1\"><!--begin::Input wrapper--><div class=\"position-relative mb-3\">";// line 82yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 82, $this->source); })()), "plainPassword", [], "any", false, false, false, 82), 'row', ["label" => "Password", "class" => "form-control bg-transparent", "placeholder" => "Password"]);// line 84yield "<span class=\"btn btn-sm btn-icon position-absolute translate-middle top-50 end-0 me-n2\" data-kt-password-meter-control=\"visibility\">\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"bi bi-eye-slash fs-2\"></i>\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"bi bi-eye fs-2 d-none\"></i>\t\t\t\t\t\t\t\t\t\t\t</span></div><!--end::Input wrapper--><!--begin::Meter--><div class=\"d-flex align-items-center mb-3\" data-kt-password-meter-control=\"highlight\"><div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px me-2\"></div><div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px me-2\"></div><div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px me-2\"></div><div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px\"></div></div><!--end::Meter--></div><!--end::Wrapper--><!--begin::Hint--><div class=\"text-muted\">Use 8 or more characters with a mix of letters, numbers & symbols.</div><!--end::Hint--><div class=\"fv-plugins-message-container invalid-feedback\"></div></div><!--end::Input group=--><!--end::Input group=--><div class=\"fv-row mb-8 fv-plugins-icon-container\"><!--begin::Repeat Password-->";// line 110yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 110, $this->source); })()), "plainPasswordRepeat", [], "any", false, false, false, 110), 'row', ["label" => "Repeat Password", "class" => "form-control bg-transparent", "placeholder" => "Repeat password"]);// line 112yield "<!--end::Repeat Password--><div class=\"fv-plugins-message-container invalid-feedback\"></div></div><!--end::Input group=--><!--begin::Accept--><div class=\"fv-row mb-8 fv-plugins-icon-container\">";// line 119yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 119, $this->source); })()), "agreeTerms", [], "any", false, false, false, 119), 'widget', ["attr" => ["class" => "form-check-input"], "label" => "I Accept the <a href=\"#\" class=\"ms-1 link-primary\">Terms</a>", "label_html" => true]);// line 123yield "<div class=\"fv-plugins-message-container invalid-feedback\"></div></div><!--end::Accept--><!--begin::Submit button--><div class=\"d-grid mb-10\"><button type=\"submit\" id=\"kt_sign_up_submit\" class=\"btn btn-primary\"><!--begin::Indicator label--><span class=\"indicator-label\">Sign up</span><!--end::Indicator label--><!--begin::Indicator progress--><span class=\"indicator-progress\">Please wait...\t\t\t\t\t\t\t\t\t\t<span class=\"spinner-border spinner-border-sm align-middle ms-2\"></span></span><!--end::Indicator progress--></button></div><!--end::Submit button--><!--begin::Sign up--><div class=\"text-gray-500 text-center fw-semibold fs-6\">Already have an Account?<a href=\"/\" class=\"link-primary fw-semibold\">Sign in</a></div><!--end::Sign up-->";// line 145yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["registrationForm"]) || array_key_exists("registrationForm", $context) ? $context["registrationForm"] : (function () { throw new RuntimeError('Variable "registrationForm" does not exist.', 145, $this->source); })()), 'form_end');yield "<!--end::Form--></div><!--end::Wrapper--></div><!--begin::Form-->";$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}/*** @codeCoverageIgnore*/public function getTemplateName(): string{return "registration/register.html.twig";}/*** @codeCoverageIgnore*/public function isTraitable(): bool{return false;}/*** @codeCoverageIgnore*/public function getDebugInfo(): array{return array ( 295 => 145, 271 => 123, 269 => 119, 260 => 112, 258 => 110, 230 => 84, 228 => 82, 214 => 71, 205 => 65, 196 => 59, 153 => 19, 149 => 17, 140 => 15, 136 => 14, 131 => 11, 118 => 10, 95 => 8, 81 => 5, 68 => 4, 57 => 1, 55 => 2, 42 => 1,);}public function getSourceContext(): Source{return new Source("{% extends 'base.security.html.twig' %}{% form_theme registrationForm _self %}{% block form_label %}{{ label | raw }}{% endblock %}{% block title %}Register{% endblock %}{% block body %}<div class=\"d-flex flex-center flex-column flex-lg-row-fluid\"><!--begin::Wrapper--><div class=\"w-lg-500px p-10\">{% for flash_error in app.flashes('verify_email_error') %}<div class=\"alert alert-danger\" role=\"alert\">{{ flash_error }}</div>{% endfor %}<!--begin::Form-->{{ form_start(registrationForm, {'attr': {'class' : 'form w-100 fv-plugins-bootstrap5 fv-plugins-framework'}}) }}<!--begin::Heading--><div class=\"text-center mb-11\"><!--begin::Title--><h1 class=\"text-dark fw-bolder mb-3\">Sign Up</h1><!--end::Title--><!--begin::Subtitle--><div class=\"text-gray-500 fw-semibold fs-6\">Your Social Campaigns</div><!--end::Subtitle=--></div><!--begin::Heading--><!--begin::Login options--><div class=\"row g-3 mb-9\"><!--begin::Col--><div class=\"col-md-6\"><!--begin::Google link=--><a href=\"#\" class=\"btn btn-flex btn-outline btn-text-gray-700 btn-active-color-primary bg-state-light flex-center text-nowrap w-100\"><img alt=\"Logo\" src=\"assets/media/svg/brand-logos/google-icon.svg\" class=\"h-15px me-3\">Sign in with Google</a><!--end::Google link=--></div><!--end::Col--><!--begin::Col--><div class=\"col-md-6\"><!--begin::Google link=--><a href=\"#\" class=\"btn btn-flex btn-outline btn-text-gray-700 btn-active-color-primary bg-state-light flex-center text-nowrap w-100\"><img alt=\"Logo\" src=\"assets/media/svg/brand-logos/apple-black.svg\" class=\"theme-light-show h-15px me-3\"><img alt=\"Logo\" src=\"assets/media/svg/brand-logos/apple-black-dark.svg\" class=\"theme-dark-show h-15px me-3\">Sign in with Apple</a><!--end::Google link=--></div><!--end::Col--></div><!--end::Login options--><!--begin::Separator--><div class=\"separator separator-content my-14\"><span class=\"w-125px text-gray-500 fw-semibold fs-7\">Or with email</span></div><!--end::Separator--><!--begin::Input group=--><div class=\"fv-row mb-8 fv-plugins-icon-container\"><!--begin::Email-->{{ form_row(registrationForm.lname, {'attr' : {'class' : 'form-control bg-transparent', 'placeholder' : 'Firstname'}}) }}<!--end::Email--><div class=\"fv-plugins-message-container invalid-feedback\"></div></div><div class=\"fv-row mb-8 fv-plugins-icon-container\"><!--begin::Email-->{{ form_row(registrationForm.fname, {'attr' : {'class' : 'form-control bg-transparent', 'placeholder' : 'Lastname'}}) }}<!--end::Email--><div class=\"fv-plugins-message-container invalid-feedback\"></div></div><div class=\"fv-row mb-8 fv-plugins-icon-container\"><!--begin::Email-->{{ form_row(registrationForm.email, {'attr' : {'class' : 'form-control bg-transparent', 'placeholder' : 'Email'}}) }}<!--end::Email--><div class=\"fv-plugins-message-container invalid-feedback\"></div></div><!--begin::Input group--><div class=\"fv-row mb-8 fv-plugins-icon-container\" data-kt-password-meter=\"true\"><!--begin::Wrapper--><div class=\"mb-1\"><!--begin::Input wrapper--><div class=\"position-relative mb-3\">{{ form_row(registrationForm.plainPassword, {label: 'Password', 'class' : 'form-control bg-transparent', 'placeholder' : 'Password'}) }}<span class=\"btn btn-sm btn-icon position-absolute translate-middle top-50 end-0 me-n2\" data-kt-password-meter-control=\"visibility\">\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"bi bi-eye-slash fs-2\"></i>\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"bi bi-eye fs-2 d-none\"></i>\t\t\t\t\t\t\t\t\t\t\t</span></div><!--end::Input wrapper--><!--begin::Meter--><div class=\"d-flex align-items-center mb-3\" data-kt-password-meter-control=\"highlight\"><div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px me-2\"></div><div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px me-2\"></div><div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px me-2\"></div><div class=\"flex-grow-1 bg-secondary bg-active-success rounded h-5px\"></div></div><!--end::Meter--></div><!--end::Wrapper--><!--begin::Hint--><div class=\"text-muted\">Use 8 or more characters with a mix of letters, numbers & symbols.</div><!--end::Hint--><div class=\"fv-plugins-message-container invalid-feedback\"></div></div><!--end::Input group=--><!--end::Input group=--><div class=\"fv-row mb-8 fv-plugins-icon-container\"><!--begin::Repeat Password-->{{ form_row(registrationForm.plainPasswordRepeat, {label: 'Repeat Password', 'class' : 'form-control bg-transparent', 'placeholder' : 'Repeat password'}) }}<!--end::Repeat Password--><div class=\"fv-plugins-message-container invalid-feedback\"></div></div><!--end::Input group=--><!--begin::Accept--><div class=\"fv-row mb-8 fv-plugins-icon-container\">{{ form_widget(registrationForm.agreeTerms,{'attr' : {'class' : 'form-check-input'},'label' : 'I Accept the <a href=\"#\" class=\"ms-1 link-primary\">Terms</a>','label_html': true,} ) }}<div class=\"fv-plugins-message-container invalid-feedback\"></div></div><!--end::Accept--><!--begin::Submit button--><div class=\"d-grid mb-10\"><button type=\"submit\" id=\"kt_sign_up_submit\" class=\"btn btn-primary\"><!--begin::Indicator label--><span class=\"indicator-label\">Sign up</span><!--end::Indicator label--><!--begin::Indicator progress--><span class=\"indicator-progress\">Please wait...\t\t\t\t\t\t\t\t\t\t<span class=\"spinner-border spinner-border-sm align-middle ms-2\"></span></span><!--end::Indicator progress--></button></div><!--end::Submit button--><!--begin::Sign up--><div class=\"text-gray-500 text-center fw-semibold fs-6\">Already have an Account?<a href=\"/\" class=\"link-primary fw-semibold\">Sign in</a></div><!--end::Sign up-->{{ form_end(registrationForm) }}<!--end::Form--></div><!--end::Wrapper--></div><!--begin::Form-->{% endblock %}", "registration/register.html.twig", "/home/lvb/templates/registration/register.html.twig");}}