<?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;
/* mdp/resetpassword.html.twig */
class __TwigTemplate_0bf709f5c0d0782c6d6112ef82031c7450bcdbebc6168a74224536626c40070e 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 "base.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", "mdp/resetpassword.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "mdp/resetpassword.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "mdp/resetpassword.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 "Réinitialisez votre mot de passe";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 5
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 6
echo "<div class=\"text-center mb-5\">
<img src=\"";
// line 7
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/logo_transparent.png"), "html", null, true);
echo "\" height=\"130vh\"/><br/>
<h1>Réinitialisez votre mot de passe</h1>
</div>
";
// line 11
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["motDePasseOublieForm"]) || array_key_exists("motDePasseOublieForm", $context) ? $context["motDePasseOublieForm"] : (function () { throw new RuntimeError('Variable "motDePasseOublieForm" does not exist.', 11, $this->source); })()), 'form_start');
echo "
<div class=\"row\">
<div class=\"offset-3 col-6\">
<label for=\"email\">Email :</label>
";
// line 15
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["motDePasseOublieForm"]) || array_key_exists("motDePasseOublieForm", $context) ? $context["motDePasseOublieForm"] : (function () { throw new RuntimeError('Variable "motDePasseOublieForm" does not exist.', 15, $this->source); })()), "email", [], "any", false, false, false, 15), 'widget');
echo "
<small>
Entrez votre adresse e-mail et nous vous enverrons un nouveau mot de passe.
</small>
<button type=\"submit\" class=\"btn btn-primary\">Envoyer mail de réinitialisation</button>
</div>
</div>
";
// line 24
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["motDePasseOublieForm"]) || array_key_exists("motDePasseOublieForm", $context) ? $context["motDePasseOublieForm"] : (function () { throw new RuntimeError('Variable "motDePasseOublieForm" does not exist.', 24, $this->source); })()), 'form_end');
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "mdp/resetpassword.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 117 => 24, 105 => 15, 98 => 11, 91 => 7, 88 => 6, 78 => 5, 59 => 3, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}Réinitialisez votre mot de passe{% endblock %}
{% block body %}
<div class=\"text-center mb-5\">
<img src=\"{{ asset('img/logo_transparent.png') }}\" height=\"130vh\"/><br/>
<h1>Réinitialisez votre mot de passe</h1>
</div>
{{ form_start(motDePasseOublieForm) }}
<div class=\"row\">
<div class=\"offset-3 col-6\">
<label for=\"email\">Email :</label>
{{ form_widget(motDePasseOublieForm.email) }}
<small>
Entrez votre adresse e-mail et nous vous enverrons un nouveau mot de passe.
</small>
<button type=\"submit\" class=\"btn btn-primary\">Envoyer mail de réinitialisation</button>
</div>
</div>
{{ form_end(motDePasseOublieForm) }}
{% endblock %}
", "mdp/resetpassword.html.twig", "/var/www/lfplfff/www/preprod.lfpldeclaration/templates/mdp/resetpassword.html.twig");
}
}