<?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;
/* user/mot_de_passe_oublier.html.twig */
class __TwigTemplate_c3b6cbccfb3778893f9415e0afda966abd7c9d8c77f6ad5acb08eaeff6ceea05 extends Template
{
private $source;
private $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)
{
// line 1
return "back.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", "user/mot_de_passe_oublier.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "user/mot_de_passe_oublier.html.twig"));
$this->parent = $this->loadTemplate("back.html.twig", "user/mot_de_passe_oublier.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 2
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 "Mot de passe oublié";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 3
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 4
echo " <div class=\"row justify-content-center m_t_50\">
<div class=\"col-md-6\">
<div class=\"card\">
<div class=\"card-header\">Mot de passe oublié</div>
<div class=\"card-body\">
<form method=\"post\">
";
// line 10
if ((isset($context["message"]) || array_key_exists("message", $context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.', 10, $this->source); })())) {
// line 11
echo " <div class=\"row m_t_15 justify-content-center\">
<div class=\"col-12\">
<div class=\"alert alert-";
// line 13
if ((isset($context["error"]) || array_key_exists("error", $context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.', 13, $this->source); })())) {
echo "danger";
} else {
echo "success";
}
echo " m_t_15\">";
echo twig_escape_filter($this->env, (isset($context["message"]) || array_key_exists("message", $context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.', 13, $this->source); })()), "html", null, true);
echo "</div>
</div>
</div>
";
}
// line 18
echo " <p>Pour nous aider à le retrouver, veuillez renseigner votre email d'inscription.</p>
<div class=\"row\">
<div class=\"col-12\">
<div class=\"form-group\">
<input type=\"email\" name=\"email\" id=\"inputEmail\" class=\"form-control\"
autocomplete=\"off\"
placeholder=\"Adresse email\" required autofocus>
</div>
</div>
</div>
<input type=\"hidden\" name=\"_csrf_token\" value=\"";
// line 28
echo twig_escape_filter($this->env, $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
echo "\">
<div class=\"row\">
<div class=\"col-6\">
<button class=\"btn btn-primary px-4\" type=\"submit\">Envoyer</button>
</div>
<div class=\"col-6 text-right\">
<a class=\"btn btn-link px-0\" href=\"";
// line 34
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login");
echo "\">S'authentifier</a>
</div>
</div>
</form>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "user/mot_de_passe_oublier.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 137 => 34, 128 => 28, 116 => 18, 102 => 13, 98 => 11, 96 => 10, 88 => 4, 78 => 3, 59 => 2, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'back.html.twig' %}
{% block title %}Mot de passe oublié{% endblock %}
{% block body %}
<div class=\"row justify-content-center m_t_50\">
<div class=\"col-md-6\">
<div class=\"card\">
<div class=\"card-header\">Mot de passe oublié</div>
<div class=\"card-body\">
<form method=\"post\">
{% if message %}
<div class=\"row m_t_15 justify-content-center\">
<div class=\"col-12\">
<div class=\"alert alert-{% if error %}danger{% else %}success{% endif %} m_t_15\">{{ message }}</div>
</div>
</div>
{% endif %}
<p>Pour nous aider à le retrouver, veuillez renseigner votre email d'inscription.</p>
<div class=\"row\">
<div class=\"col-12\">
<div class=\"form-group\">
<input type=\"email\" name=\"email\" id=\"inputEmail\" class=\"form-control\"
autocomplete=\"off\"
placeholder=\"Adresse email\" required autofocus>
</div>
</div>
</div>
<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\">
<div class=\"row\">
<div class=\"col-6\">
<button class=\"btn btn-primary px-4\" type=\"submit\">Envoyer</button>
</div>
<div class=\"col-6 text-right\">
<a class=\"btn btn-link px-0\" href=\"{{ path('app_login') }}\">S'authentifier</a>
</div>
</div>
</form>
</div>
</div>
</div>
{% endblock %}", "user/mot_de_passe_oublier.html.twig", "/var/www/clients/client1/web6/web/templates/user/mot_de_passe_oublier.html.twig");
}
}