var/cache/dev/twig/e0/e05a3d09c4aa405bba5b3ebe7e544e60.php line 97
<?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;/* reset_password/request.html.twig */class __TwigTemplate_23b58d60597f53093eba9db4797998d2 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 = ['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", "reset_password/request.html.twig"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "reset_password/request.html.twig"));$this->parent = $this->loadTemplate("base.security.html.twig", "reset_password/request.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 2/*** @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 3yield " <!--begin::Form--><div class=\"d-flex flex-center flex-column flex-lg-row-fluid\"><!--begin::Wrapper--><div class=\"w-lg-500px p-10\"><!--begin::Form-->";// line 8$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.', 8, $this->source); })()), "flashes", ["reset_password_error"], "method", false, false, false, 8));foreach ($context['_seq'] as $context["_key"] => $context["flash_error"]) {// line 9yield " <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 11yield " ";yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["requestForm"]) || array_key_exists("requestForm", $context) ? $context["requestForm"] : (function () { throw new RuntimeError('Variable "requestForm" does not exist.', 11, $this->source); })()), 'form_start', ["attr" => ["class" => "form w-100"]]);yield "<!--begin::Heading--><div class=\"text-center mb-10\"><!--begin::Title--><h1 class=\"text-dark fw-bolder mb-3\">Forgot Password ?</h1><!--end::Title--><!--begin::Link--><div class=\"text-gray-500 fw-semibold fs-6\">Enter your email address <br />and we will send you alink to reset your password.</div><!--end::Link--></div><!--begin::Heading--><!--begin::Input group=--><div class=\"fv-row mb-8\">";// line 28yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["requestForm"]) || array_key_exists("requestForm", $context) ? $context["requestForm"] : (function () { throw new RuntimeError('Variable "requestForm" does not exist.', 28, $this->source); })()), "email", [], "any", false, false, false, 28), 'widget', ["attr" => ["class" => "form-control bg-transparent"]]);yield "</div><!--begin::Actions--><div class=\"d-flex flex-wrap justify-content-center pb-lg-0\"><button type=\"submit\" id=\"kt_password_reset_submit\" class=\"btn btn-primary me-4\"><!--begin::Indicator label--><span class=\"indicator-label\">Submit</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><a href=\"/\" class=\"btn btn-light\">Cancel</a></div><!--end::Actions-->";// line 48yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["requestForm"]) || array_key_exists("requestForm", $context) ? $context["requestForm"] : (function () { throw new RuntimeError('Variable "requestForm" does not exist.', 48, $this->source); })()), 'form_end');yield "<!--end::Form--></div><!--end::Wrapper--></div><!--end::Form-->";$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}/*** @codeCoverageIgnore*/public function getTemplateName(): string{return "reset_password/request.html.twig";}/*** @codeCoverageIgnore*/public function isTraitable(): bool{return false;}/*** @codeCoverageIgnore*/public function getDebugInfo(): array{return array ( 140 => 48, 117 => 28, 96 => 11, 87 => 9, 83 => 8, 76 => 3, 63 => 2, 40 => 1,);}public function getSourceContext(): Source{return new Source("{% extends 'base.security.html.twig' %}{% block body %}<!--begin::Form--><div class=\"d-flex flex-center flex-column flex-lg-row-fluid\"><!--begin::Wrapper--><div class=\"w-lg-500px p-10\"><!--begin::Form-->{% for flash_error in app.flashes('reset_password_error') %}<div class=\"alert alert-danger\" role=\"alert\">{{ flash_error }}</div>{% endfor %}{{ form_start(requestForm, {'attr' : {'class': 'form w-100'}}) }}<!--begin::Heading--><div class=\"text-center mb-10\"><!--begin::Title--><h1 class=\"text-dark fw-bolder mb-3\">Forgot Password ?</h1><!--end::Title--><!--begin::Link--><div class=\"text-gray-500 fw-semibold fs-6\">Enter your email address <br />and we will send you alink to reset your password.</div><!--end::Link--></div><!--begin::Heading--><!--begin::Input group=--><div class=\"fv-row mb-8\">{{ form_widget(requestForm.email, {'attr': {'class': 'form-control bg-transparent'}}) }}</div><!--begin::Actions--><div class=\"d-flex flex-wrap justify-content-center pb-lg-0\"><button type=\"submit\" id=\"kt_password_reset_submit\" class=\"btn btn-primary me-4\"><!--begin::Indicator label--><span class=\"indicator-label\">Submit</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><a href=\"/\" class=\"btn btn-light\">Cancel</a></div><!--end::Actions-->{{ form_end(requestForm) }}<!--end::Form--></div><!--end::Wrapper--></div><!--end::Form-->{% endblock %}", "reset_password/request.html.twig", "/home/lvb/templates/reset_password/request.html.twig");}}