<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* reset_password/request.html.twig */
class __TwigTemplate_23df0afc3ad7d6ad2d9e91f29d7c13624cfd4caa483899119784faca9813d156 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'css' => [$this, 'block_css'],
'body' => [$this, 'block_body'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base_simple.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "reset_password/request.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "reset_password/request.html.twig"));
$this->parent = $this->loadTemplate("base_simple.html.twig", "reset_password/request.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Educatii - Reset password";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 5
public function block_css($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "css"));
// line 6
echo " <style>
.main-body{
margin-top: 70px;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 13
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 14
echo " <div class=\"row \" style=\"margin-top: 70px;width: 100%\">
";
// line 15
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 15, $this->source); })()), "flashes", [0 => "reset_password_error"], "method", false, false, false, 15));
foreach ($context['_seq'] as $context["_key"] => $context["flashError"]) {
// line 16
echo " <div class=\"alert alert-dismissible bg-light-info d-flex flex-column flex-sm-row p-5 mb-10\">
<span class=\"svg-icon svg-icon-2hx svg-icon-light me-4 mb-5 mb-sm-0\">...</span>
<div class=\"d-flex flex-column pe-0 pe-sm-10\">
<h4 class=\"mb-2 light\">";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("message"), "html", null, true);
echo "</h4>
<span>";
// line 22
echo twig_escape_filter($this->env, $context["flashError"], "html", null, true);
echo "</span>
</div>
<button type=\"button\" class=\"position-absolute position-sm-relative m-2 m-sm-0 top-0 end-0 btn btn-icon ms-sm-auto\" data-bs-dismiss=\"alert\">
<span class=\"svg-icon svg-icon-1 svg-icon-info\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect opacity=\"0.5\" x=\"6\" y=\"17.3137\" width=\"16\" height=\"2\" rx=\"1\" transform=\"rotate(-45 6 17.3137)\" fill=\"black\"></rect>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect x=\"7.41422\" y=\"6\" width=\"16\" height=\"2\" rx=\"1\" transform=\"rotate(45 7.41422 6)\" fill=\"black\"></rect>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</span>
</button>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashError'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 34
echo "
</div>
<div class=\"d-flex flex-column flex-root mb-20\">
<div class=\"d-flex flex-column flex-lg-row flex-column-fluid\">
<div class=\"d-flex flex-column flex-lg-row-auto bg-primary w-xl-600px positon-xl-relative \">
<div class=\"d-flex flex-column position-xl-fixed top-0 bottom-0 w-xl-600px scroll-y div-main-background-login\">
<div class=\"d-flex flex-row-fluid flex-column text-center p-10 pt-lg-20\">
<a href=\"#\" class=\"py-9 pt-lg-20\">
<img alt=\"Logo\" src=\"";
// line 49
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/logo.png"), "html", null, true);
echo "\" class=\"h-40px\" />
</a>
<h1 class=\"fw-bolder text-white fs-2qx pb-5 pb-md-10\">";
// line 53
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("welcome_msg"), "html", null, true);
echo "</h1>
</div>
<div class=\"d-flex flex-row-auto bgi-no-repeat bgi-position-x-center bgi-size-contain bgi-position-y-bottom min-h-100px min-h-lg-350px\" ></div>
</div>
</div>
<div class=\"d-flex flex-column flex-lg-row-fluid py-10\">
<div class=\"d-flex flex-center flex-column flex-column-fluid\">
<div class=\"w-lg-500px p-10 p-lg-15 mx-auto w-100\" >
<form class=\"form w-100\" action=\"";
// line 64
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_forgot_password_request");
echo "\" method=\"post\">
<div class=\"text-center mb-10\">
<h1 class=\"text-dark mb-3\">";
// line 67
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("forget_password"), "html", null, true);
echo "</h1>
<div class=\"text-gray-400 fw-bold fs-4\">";
// line 68
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Enter your email to reset your password"), "html", null, true);
echo "</div>
</div>
<div class=\"fv-row mb-10\">
<label class=\"form-label fw-bolder text-gray-900 fs-6\">Email</label>
<input class=\"form-control form-control-solid\" type=\"email\" placeholder=\"\" name=\"email\" autocomplete=\"off\" required />
<input type=\"hidden\" name=\"csrf\" value=\"";
// line 73
echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("csrf"), "html", null, true);
echo "\">
</div>
<div class=\"d-flex flex-wrap justify-content-center pb-lg-0\">
<button type=\"submit\" id=\"kt_password_reset_submit\" class=\"btn btn-lg btn-primary fw-bolder me-4\">
<span class=\"indicator-label\">";
// line 77
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("submit"), "html", null, true);
echo "</span>
</button>
<a href=\"";
// line 79
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login");
echo "\" class=\"btn btn-lg btn-light-primary fw-bolder\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("cancel"), "html", null, true);
echo "</a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "reset_password/request.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 218 => 79, 213 => 77, 206 => 73, 198 => 68, 194 => 67, 188 => 64, 174 => 53, 167 => 49, 150 => 34, 132 => 22, 128 => 21, 121 => 16, 117 => 15, 114 => 14, 104 => 13, 89 => 6, 79 => 5, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base_simple.html.twig' %}
{% block title %}Educatii - Reset password{% endblock %}
{% block css %}
<style>
.main-body{
margin-top: 70px;
}
</style>
{% endblock %}
{% block body %}
<div class=\"row \" style=\"margin-top: 70px;width: 100%\">
{% for flashError in app.flashes('reset_password_error') %}
<div class=\"alert alert-dismissible bg-light-info d-flex flex-column flex-sm-row p-5 mb-10\">
<span class=\"svg-icon svg-icon-2hx svg-icon-light me-4 mb-5 mb-sm-0\">...</span>
<div class=\"d-flex flex-column pe-0 pe-sm-10\">
<h4 class=\"mb-2 light\">{{ 'message'|trans }}</h4>
<span>{{ flashError }}</span>
</div>
<button type=\"button\" class=\"position-absolute position-sm-relative m-2 m-sm-0 top-0 end-0 btn btn-icon ms-sm-auto\" data-bs-dismiss=\"alert\">
<span class=\"svg-icon svg-icon-1 svg-icon-info\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect opacity=\"0.5\" x=\"6\" y=\"17.3137\" width=\"16\" height=\"2\" rx=\"1\" transform=\"rotate(-45 6 17.3137)\" fill=\"black\"></rect>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<rect x=\"7.41422\" y=\"6\" width=\"16\" height=\"2\" rx=\"1\" transform=\"rotate(45 7.41422 6)\" fill=\"black\"></rect>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t\t\t\t\t</span>
</button>
</div>
{% endfor %}
</div>
<div class=\"d-flex flex-column flex-root mb-20\">
<div class=\"d-flex flex-column flex-lg-row flex-column-fluid\">
<div class=\"d-flex flex-column flex-lg-row-auto bg-primary w-xl-600px positon-xl-relative \">
<div class=\"d-flex flex-column position-xl-fixed top-0 bottom-0 w-xl-600px scroll-y div-main-background-login\">
<div class=\"d-flex flex-row-fluid flex-column text-center p-10 pt-lg-20\">
<a href=\"#\" class=\"py-9 pt-lg-20\">
<img alt=\"Logo\" src=\"{{ asset('assets/logo.png') }}\" class=\"h-40px\" />
</a>
<h1 class=\"fw-bolder text-white fs-2qx pb-5 pb-md-10\">{{ 'welcome_msg'|trans }}</h1>
</div>
<div class=\"d-flex flex-row-auto bgi-no-repeat bgi-position-x-center bgi-size-contain bgi-position-y-bottom min-h-100px min-h-lg-350px\" ></div>
</div>
</div>
<div class=\"d-flex flex-column flex-lg-row-fluid py-10\">
<div class=\"d-flex flex-center flex-column flex-column-fluid\">
<div class=\"w-lg-500px p-10 p-lg-15 mx-auto w-100\" >
<form class=\"form w-100\" action=\"{{ path('app_forgot_password_request') }}\" method=\"post\">
<div class=\"text-center mb-10\">
<h1 class=\"text-dark mb-3\">{{ 'forget_password'|trans }}</h1>
<div class=\"text-gray-400 fw-bold fs-4\">{{ \"Enter your email to reset your password\"|trans }}</div>
</div>
<div class=\"fv-row mb-10\">
<label class=\"form-label fw-bolder text-gray-900 fs-6\">Email</label>
<input class=\"form-control form-control-solid\" type=\"email\" placeholder=\"\" name=\"email\" autocomplete=\"off\" required />
<input type=\"hidden\" name=\"csrf\" value=\"{{ csrf_token('csrf') }}\">
</div>
<div class=\"d-flex flex-wrap justify-content-center pb-lg-0\">
<button type=\"submit\" id=\"kt_password_reset_submit\" class=\"btn btn-lg btn-primary fw-bolder me-4\">
<span class=\"indicator-label\">{{ 'submit'|trans }}</span>
</button>
<a href=\"{{ path('login') }}\" class=\"btn btn-lg btn-light-primary fw-bolder\">{{ 'cancel'|trans }}</a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
", "reset_password/request.html.twig", "/var/www/html/educatii/templates/reset_password/request.html.twig");
}
}