<?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;
use Twig\TemplateWrapper;
/* user/reset_password/request.html.twig */
class __TwigTemplate_21195433004e3fec2247345d28382000 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'],
'stylesheets' => [$this, 'block_stylesheets'],
'content' => [$this, 'block_content'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "fe/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", "user/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", "user/reset_password/request.html.twig"));
// line 3
$macros["͜macros"] = $this->macros["͜macros"] = $this->load("fe/macros.html.twig", 3)->unwrap();
// line 1
$this->parent = $this->load("fe/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 2
/**
* @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 $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forgot_password_question_txt"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 4
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_stylesheets(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", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 5
yield " ";
yield from $this->yieldParentBlock("stylesheets", $context, $blocks);
yield "
";
// line 6
yield $macros["͜macros"]->getTemplateForMacro("macro_assetCSS", $context, 6, $this->getSourceContext())->macro_assetCSS(...[$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("pages-assets/forgot-password/forgot-password.styles.css")]);
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 9
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(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", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 10
yield " ";
yield from $this->load("fe/_pages_header.html.twig", 10)->unwrap()->yield(CoreExtension::merge($context, ["pageTitle" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forgot_password_question_txt")]));
// line 11
yield "
<div class=\"l-container sign-form\">
<br>
<br>
<div class=\"l-flex-row\">
<div class=\"l-flex-col-xl-5\">
<div>
<div data-l-product-list-grid-products-container=\"true\">
<div class=\"l-product-list-grid-col-products-header\">
<div class=\"l-flex-row\">
<div class=\"l-flex-col-lg-6\">
";
// line 22
yield from $this->load("fe/_breadcrumb.html.twig", 22)->unwrap()->yield($context);
// line 23
yield " </div>
<div class=\"l-flex-col-lg-6\">
</div>
</div>
</div>
<br>
<br>
";
// line 30
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 30, $this->source); })()), 'form_start', ["attr" => ["data-form-validate" => "true", "data-sign-form" => "true"]]);
yield "
<div class=\"l-flex-row\">
<div class=\"l-flex-col-xl-8\">
<h1 class=\"title\">";
// line 33
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forgot_password_question_txt"), "html", null, true);
yield "</h1>
<p class=\"subtitle\">
";
// line 35
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forgot_password_description_txt"), "html", null, true);
yield "
</p>
</div>
<div class=\"l-flex-col-xl-4\">
</div>
<div class=\"l-flex-col-xl-12\">
<div class=\"form-input-box\" data-form-validate-input-box=\"true\">
<label class=\"stack-input stack-input-icon stack-input-block\"
data-stack-input=\"true\">
<div class=\"stack-input stack-input-inner stack-input-block\">
<span class=\"label\" data-stack-input-label=\"true\">
";
// line 46
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(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); })()), "email", [], "any", false, false, false, 46), "vars", [], "any", false, false, false, 46), "label", [], "any", false, false, false, 46)), "html", null, true);
yield "
</span>
";
// line 49
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 49, $this->source); })()), "email", [], "any", false, false, false, 49), 'widget');
yield "
";
// line 60
yield " </div>
<div class=\"stack-input-prefix\">
<svg width=\"25\" height=\"18\" viewBox=\"0 0 25 18\" fill=\"none\"
xmlns=\"http://www.w3.org/2000/svg\">
<path d=\"M22.8027 0H2.19727C0.988184 0 0 0.983838 0 2.19727V15.3809C0 16.5947 0.988818 17.5781 2.19727 17.5781H22.8027C24.0118 17.5781 25 16.5943 25 15.3809V2.19727C25 0.983545 24.0113 0 22.8027 0ZM22.4653 1.46484C21.7549 2.17759 13.4104 10.5493 13.0676 10.8933C12.7812 11.1805 12.2189 11.1807 11.9324 10.8933L2.53467 1.46484H22.4653ZM1.46484 15.1116V2.46655L7.76685 8.78906L1.46484 15.1116ZM2.53467 16.1133L8.80098 9.82656L10.895 11.9274C11.7531 12.7883 13.2473 12.7879 14.1051 11.9274L16.1991 9.82661L22.4653 16.1133H2.53467ZM23.5352 15.1116L17.2332 8.78906L23.5352 2.46655V15.1116Z\"
fill=\"#929292\"/>
</svg>
</div>
</label>
<ul class=\"form-input-errors\" data-validate-input-errors=\"email\">
";
// line 70
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.', 70, $this->source); })()), "email", [], "any", false, false, false, 70), 'errors');
yield "
</ul>
</div>
</div>
<div class=\"l-flex-col-xl-12\">
<br>
<br>
<div class=\"buttons\">
<button class=\"btn btn-primary btn-lg btn-block\" disabled type=\"submit\">
";
// line 79
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("send_me_txt"), "html", null, true);
yield "
</button>
</div>
</div>
</div>
";
// line 84
yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 84, $this->source); })()), 'form_end');
yield "
<br>
<br>
<br>
</div>
</div>
</div>
<div class=\"l-flex-col-xl-1\"></div>
<div class=\"l-flex-col-xl-6\">
";
// line 93
$context["image"] = $this->env->getRuntime('PN\ContentBundle\Twig\VarsRuntime')->getDynamicContentAttribute(9, false);
// line 94
yield " ";
if (Twig\Extension\CoreExtension::testEmpty((isset($context["image"]) || array_key_exists("image", $context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.', 94, $this->source); })()))) {
// line 95
yield " ";
$context["image"] = $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/sign-img-2.webp");
// line 96
yield " ";
}
// line 97
yield " ";
yield $this->env->getRuntime('PN\ContentBundle\Twig\VarsRuntime')->editDynamicContentAttribute(9);
yield "
<img class=\"aside-img\" src=\"";
// line 98
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["image"]) || array_key_exists("image", $context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.', 98, $this->source); })()), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forgot_password_question_txt"), "html", null, true);
yield "\"/>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 105
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(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", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 106
yield " ";
yield from $this->yieldParentBlock("javascripts", $context, $blocks);
yield "
";
// line 107
yield $macros["͜macros"]->getTemplateForMacro("macro_assetCSS", $context, 107, $this->getSourceContext())->macro_assetCSS(...[$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("pages-assets/forgot-password/forgot-password.lazy.styles.css"), true]);
yield "
";
// line 109
yield $macros["͜macros"]->getTemplateForMacro("macro_assetJS", $context, 109, $this->getSourceContext())->macro_assetJS(...[$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("pages-assets/forgot-password/forgot-password.js")]);
yield "
";
// line 110
yield $macros["͜macros"]->getTemplateForMacro("macro_assetJS", $context, 110, $this->getSourceContext())->macro_assetJS(...[$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("pages-assets/forgot-password/forgot-password.lazy.js"), true]);
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "user/reset_password/request.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 304 => 110, 300 => 109, 295 => 107, 290 => 106, 277 => 105, 258 => 98, 253 => 97, 250 => 96, 247 => 95, 244 => 94, 242 => 93, 230 => 84, 222 => 79, 210 => 70, 198 => 60, 194 => 49, 188 => 46, 174 => 35, 169 => 33, 163 => 30, 154 => 23, 152 => 22, 139 => 11, 136 => 10, 123 => 9, 110 => 6, 105 => 5, 92 => 4, 69 => 2, 58 => 1, 56 => 3, 43 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends 'fe/base.html.twig' %}
{% block title %}{{ \"forgot_password_question_txt\"|trans }}{% endblock %}
{% import 'fe/macros.html.twig' as macros %}
{% block stylesheets %}
{{ parent() }}
{{ macros.assetCSS(asset('pages-assets/forgot-password/forgot-password.styles.css')) }}
{% endblock %}
{% block content %}
{% include \"fe/_pages_header.html.twig\" with {\"pageTitle\": \"forgot_password_question_txt\"|trans } %}
<div class=\"l-container sign-form\">
<br>
<br>
<div class=\"l-flex-row\">
<div class=\"l-flex-col-xl-5\">
<div>
<div data-l-product-list-grid-products-container=\"true\">
<div class=\"l-product-list-grid-col-products-header\">
<div class=\"l-flex-row\">
<div class=\"l-flex-col-lg-6\">
{% include \"fe/_breadcrumb.html.twig\" %}
</div>
<div class=\"l-flex-col-lg-6\">
</div>
</div>
</div>
<br>
<br>
{{ form_start(form, {\"attr\": {\"data-form-validate\": \"true\", \"data-sign-form\":\"true\"}}) }}
<div class=\"l-flex-row\">
<div class=\"l-flex-col-xl-8\">
<h1 class=\"title\">{{ \"forgot_password_question_txt\"|trans }}</h1>
<p class=\"subtitle\">
{{ \"forgot_password_description_txt\"|trans }}
</p>
</div>
<div class=\"l-flex-col-xl-4\">
</div>
<div class=\"l-flex-col-xl-12\">
<div class=\"form-input-box\" data-form-validate-input-box=\"true\">
<label class=\"stack-input stack-input-icon stack-input-block\"
data-stack-input=\"true\">
<div class=\"stack-input stack-input-inner stack-input-block\">
<span class=\"label\" data-stack-input-label=\"true\">
{{ form.email.vars.label|trans }}
</span>
{{ form_widget(form.email) }}
{# <input
type=\"email\"
class=\"input\"
data-stack-input-input=\"true\"
name=\"email\"
autocomplete=\"email\"
data-validate-input=\"email\"
data-form-validate-input-rules=\"required|email\"
placeholder=\"Email\"
/> #}
</div>
<div class=\"stack-input-prefix\">
<svg width=\"25\" height=\"18\" viewBox=\"0 0 25 18\" fill=\"none\"
xmlns=\"http://www.w3.org/2000/svg\">
<path d=\"M22.8027 0H2.19727C0.988184 0 0 0.983838 0 2.19727V15.3809C0 16.5947 0.988818 17.5781 2.19727 17.5781H22.8027C24.0118 17.5781 25 16.5943 25 15.3809V2.19727C25 0.983545 24.0113 0 22.8027 0ZM22.4653 1.46484C21.7549 2.17759 13.4104 10.5493 13.0676 10.8933C12.7812 11.1805 12.2189 11.1807 11.9324 10.8933L2.53467 1.46484H22.4653ZM1.46484 15.1116V2.46655L7.76685 8.78906L1.46484 15.1116ZM2.53467 16.1133L8.80098 9.82656L10.895 11.9274C11.7531 12.7883 13.2473 12.7879 14.1051 11.9274L16.1991 9.82661L22.4653 16.1133H2.53467ZM23.5352 15.1116L17.2332 8.78906L23.5352 2.46655V15.1116Z\"
fill=\"#929292\"/>
</svg>
</div>
</label>
<ul class=\"form-input-errors\" data-validate-input-errors=\"email\">
{{ form_errors(form.email) }}
</ul>
</div>
</div>
<div class=\"l-flex-col-xl-12\">
<br>
<br>
<div class=\"buttons\">
<button class=\"btn btn-primary btn-lg btn-block\" disabled type=\"submit\">
{{ \"send_me_txt\"|trans }}
</button>
</div>
</div>
</div>
{{ form_end(form) }}
<br>
<br>
<br>
</div>
</div>
</div>
<div class=\"l-flex-col-xl-1\"></div>
<div class=\"l-flex-col-xl-6\">
{% set image = getDCA(9, false) %}
{% if image is empty %}
{% set image = asset('assets/img/sign-img-2.webp') %}
{% endif %}
{{ editDCA(9) }}
<img class=\"aside-img\" src=\"{{ image }}\" alt=\"{{ \"forgot_password_question_txt\"|trans }}\"/>
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
{{ parent() }}
{{ macros.assetCSS(asset('pages-assets/forgot-password/forgot-password.lazy.styles.css'), true) }}
{{ macros.assetJS(asset('pages-assets/forgot-password/forgot-password.js')) }}
{{ macros.assetJS(asset('pages-assets/forgot-password/forgot-password.lazy.js'), true) }}
{% endblock %}", "user/reset_password/request.html.twig", "/var/www/esorus-shop/templates/user/reset_password/request.html.twig");
}
}