<?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;
/* front/security/reset_password.html.twig */
class __TwigTemplate_1e2df618d65a1646274a7c838c1173eb20e41e201c421643b2b15faf4a8261f8 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "front/security/layout.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", "front/security/reset_password.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/security/reset_password.html.twig"));
$this->parent = $this->loadTemplate("front/security/layout.html.twig", "front/security/reset_password.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
public function block_content($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", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 6
yield " <form action=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_resetting_send_email");
yield "\" method=\"post\" name=\"form\" class=\"login-form text-center\">
<p class=\"form-infos c-white\">Mot de passe oublié ?<br/>Indiquez votre adresse email pour changer votre mot de passe. </p>
<div class=\"form-label-group reset form-group\">
<label for=\"\">Votre email</label>
<input type=\"email\" id=\"username\" name=\"username\" class=\"form-control form-control-lg \" required autofocus/>
</div>
";
// line 14
yield " ";
// line 15
yield " ";
// line 16
yield " <div class=\"login-form-button form-group\">
<button type=\"submit\" id=\"_submit\" class=\"btn btn-lg btn-block btn-success\" name=\"_submit\">Changer le mot de passe</button>
</div>
<div class=\"text-center mt-5\">
<a class=\"securityPage__link\" href=\"";
// line 20
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_security_login", ["display" => "login"]);
yield "\" name=\"_submit\"><i class=\"far fa-arrow-left\"></i> Retour à l'écran de connexion</a>
</div>
</form>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "front/security/reset_password.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 90 => 20, 84 => 16, 82 => 15, 80 => 14, 69 => 6, 59 => 5, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'front/security/layout.html.twig' %}
{% block content %}
<form action=\"{{ path(\"fos_user_resetting_send_email\") }}\" method=\"post\" name=\"form\" class=\"login-form text-center\">
<p class=\"form-infos c-white\">Mot de passe oublié ?<br/>Indiquez votre adresse email pour changer votre mot de passe. </p>
<div class=\"form-label-group reset form-group\">
<label for=\"\">Votre email</label>
<input type=\"email\" id=\"username\" name=\"username\" class=\"form-control form-control-lg \" required autofocus/>
</div>
{#<div class=\"login-form-button\">#}
{#<button type=\"submit\" id=\"_submit\" class=\"btn-login c-white lh-3-5\" name=\"_submit\">Valider</button>#}
{#</div>#}
<div class=\"login-form-button form-group\">
<button type=\"submit\" id=\"_submit\" class=\"btn btn-lg btn-block btn-success\" name=\"_submit\">Changer le mot de passe</button>
</div>
<div class=\"text-center mt-5\">
<a class=\"securityPage__link\" href=\"{{ path('fos_user_security_login', {'display': 'login'}) }}\" name=\"_submit\"><i class=\"far fa-arrow-left\"></i> Retour à l'écran de connexion</a>
</div>
</form>
{% endblock %}
", "front/security/reset_password.html.twig", "/var/www/malys/templates/front/security/reset_password.html.twig");
}
}