var/cache/dev/twig/fc/fc038342dc823c21db2239863b72cfac.php line 128
<?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_136cef5883d826f57f7ef0a3cf38d96d 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 = ['title' => [$this, 'block_title'],'body' => [$this, 'block_body'],];}protected function doGetParent(array $context): bool|string|Template|TemplateWrapper{// line 1return "base.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->load("base.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 3/*** @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 "Reset your password";$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);yield from [];}// line 5/*** @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 6yield " <div class=\"w-full pt-16\"><div class=\"w-full max-w-screen-2xl pt-16 mx-auto px-6\"><h1 class=\"md:text-4xl text-3xl font-bold text-gray-800 text-center\">Reset your password</h1><p class=\"text-lg text-gray-800 text-center my-5\">Receive a reset password link via your registered email.</p></div>";// line 16$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.', 16, $this->source); })()), "flashes", ["reset_password_error"], "method", false, false, false, 16));foreach ($context['_seq'] as $context["_key"] => $context["flash_error"]) {// line 17yield " <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 19yield " <div class=\"w-full max-w-lg mx-auto my-5 py-5\">";// line 20yield $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.', 20, $this->source); })()), 'form_start');yield "";// line 22yield " <input class=\"mt-2 w-full rounded-lg border focus:border-brand focus:outline-none focus:ring-brand border-gray-300 p-3 text-sm disabled:cursor-not-allowed\"type=\"email\" name=\"";// line 23yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\FormExtension']->getFieldName(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.', 23, $this->source); })()), "email", [], "any", false, false, false, 23)), "html", null, true);yield "\"><div class=\"my-5\"><small> Enter your registered email address to receive the reset password link. If you dont received contact info@onld.co.uk</small></div><button class=\"bg-brandhover:bg-transparentborderborder-brandtransition-allduration-300py-3px-5rounded-xltext-basefont-semiboldleading-6text-whitehover:text-brandw-fulltext-centerlg:mt-0mt-autolg:mb-0mb-4\">Reset Password</button>";// line 50yield $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.', 50, $this->source); })()), 'form_end');yield "</div></div>";$__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 ( 165 => 50, 135 => 23, 132 => 22, 128 => 20, 125 => 19, 116 => 17, 112 => 16, 100 => 6, 87 => 5, 64 => 3, 41 => 1,);}public function getSourceContext(): Source{return new Source("{% extends 'base.html.twig' %}{% block title %}Reset your password{% endblock %}{% block body %}<div class=\"w-full pt-16\"><div class=\"w-full max-w-screen-2xl pt-16 mx-auto px-6\"><h1 class=\"md:text-4xl text-3xl font-bold text-gray-800 text-center\">Reset your password</h1><p class=\"text-lg text-gray-800 text-center my-5\">Receive a reset password link via your registered email.</p></div>{% for flash_error in app.flashes('reset_password_error') %}<div class=\"alert alert-danger\" role=\"alert\">{{ flash_error }}</div>{% endfor %}<div class=\"w-full max-w-lg mx-auto my-5 py-5\">{{ form_start(requestForm) }}{# {{ form_row(requestForm.email) }} #}<input class=\"mt-2 w-full rounded-lg border focus:border-brand focus:outline-none focus:ring-brand border-gray-300 p-3 text-sm disabled:cursor-not-allowed\"type=\"email\" name=\"{{ field_name(requestForm.email) }}\"><div class=\"my-5\"><small> Enter your registered email address to receive the reset password link. If you dont received contact info@onld.co.uk</small></div><button class=\"bg-brandhover:bg-transparentborderborder-brandtransition-allduration-300py-3px-5rounded-xltext-basefont-semiboldleading-6text-whitehover:text-brandw-fulltext-centerlg:mt-0mt-autolg:mb-0mb-4\">Reset Password</button>{{ form_end(requestForm) }}</div></div>{% endblock %}", "reset_password/request.html.twig", "/home/u642250512/domains/demo.onld.co.uk/public_html/templates/reset_password/request.html.twig");}}