<?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;
/* admin/utilisateurs/reset-password.html.twig */
class __TwigTemplate_e1e900a85dd68866aa33586379e21096 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 = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "basefrontend.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", "admin/utilisateurs/reset-password.html.twig"));
$this->parent = $this->load("basefrontend.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 3
/**
* @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"));
// line 4
yield "<section class=\"team-section section-ptb aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"300\" style=\"padding-top:40px; padding-bottom:40px;\">
\t\t<div class=\"our-team-area show_navigation_3\">
\t\t\t<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-12 mb-3d-5 aos-init aos-animate\" data-aos=\"fade-up\">
<div class=\"main-content\">
<div class=\"contact-from-wrapper-2\">
<h2 class=\"section-heading\" style=\"font-size:50px;\">Réinitialisation</h2>
<form action=\"";
// line 13
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("confirmreset");
yield "\" method=\"post\" class=\"php-email-form\">
\t\t\t\t\t\t\t <input type=\"hidden\" name=\"_csrf_token\" value=\"";
// line 14
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html", null, true);
yield "\">
<div class=\"row g-4\" style=\"margin-top:10px;\">
<div class=\"col-md-3\">
</div>
<div class=\"col-md-6\">
<div class=\"form-group\">
<label for=\"email\" class=\"\">Votre email</label>
<input name=\"email\" type=\"email\" class=\"form-control\" placeholder=\"Entrez votre email\" required>
</div>
</div>
<div class=\"col-md-3\">
</div>
<div class=\"col-md-12 mx-auto text-center\">
<button type=\"submit\">Réinitialisez le mot de passe</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
\t\t\t</div>
\t\t</div>
\t</section>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "admin/utilisateurs/reset-password.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 82 => 14, 78 => 13, 67 => 4, 57 => 3, 40 => 1,);
}
public function getSourceContext(): Source
{
return new Source("", "admin/utilisateurs/reset-password.html.twig", "/htdocs/templates/admin/utilisateurs/reset-password.html.twig");
}
}