<?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;
/* security/resetpassword.html.twig */
class __TwigTemplate_01911a488fdb8b447873d7b44825590d extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "base.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$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", "security/resetpassword.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "security/resetpassword.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "security/resetpassword.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_title($context, array $blocks = [])
{
$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", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Connexion";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 5
public function block_content($context, array $blocks = [])
{
$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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 6
echo " <section class=\"page_title ds s-overlay s-pt-150 s-pb-50\" style=\"background-image: url(";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/cbrc/imagefond.jpg"), "html", null, true);
echo ")\">
<div class=\"s-blur\"></div>
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-12 text-center\">
<h1><i class=\"far fa-user mr-3\"></i>Mot de passe oublié?</h1>
</div>
</div>
</div>
</section>
<section class=\"ls s-py-xl-150 s-py-lg-130 s-py-md-90 s-py-60\">
<div class=\"container mb-5\">
<div class=\"row justify-content-around \">
<div class=\"col-6 text-center\">
<div class=\"card p-2 woocommerce-EditAccountForm\">
<div class=\"card-body\">
";
// line 22
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["formreset"]) || array_key_exists("formreset", $context) ? $context["formreset"] : (function () { throw new RuntimeError('Variable "formreset" does not exist.', 22, $this->source); })()), 'form');
echo "
<br/>
<div class=\"text-left\">
<small>Vous n'avez pas de compte? <a href=\"";
// line 25
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("signup", [], false);
echo "\" ><u>Créer un compte</u></a></small>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "security/resetpassword.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 114 => 25, 108 => 22, 88 => 6, 78 => 5, 59 => 3, 36 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}Connexion{% endblock %}
{% block content %}
<section class=\"page_title ds s-overlay s-pt-150 s-pb-50\" style=\"background-image: url({{ asset('assets/images/cbrc/imagefond.jpg') }})\">
<div class=\"s-blur\"></div>
<div class=\"container\">
<div class=\"row\">
<div class=\"col-md-12 text-center\">
<h1><i class=\"far fa-user mr-3\"></i>Mot de passe oublié?</h1>
</div>
</div>
</div>
</section>
<section class=\"ls s-py-xl-150 s-py-lg-130 s-py-md-90 s-py-60\">
<div class=\"container mb-5\">
<div class=\"row justify-content-around \">
<div class=\"col-6 text-center\">
<div class=\"card p-2 woocommerce-EditAccountForm\">
<div class=\"card-body\">
{{ form(formreset) }}
<br/>
<div class=\"text-left\">
<small>Vous n'avez pas de compte? <a href=\"{{ path('signup', {}, relative = false) }}\" ><u>Créer un compte</u></a></small>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
{% endblock %}
", "security/resetpassword.html.twig", "/home/maixmebouz/www/dev/cbrc/templates/security/resetpassword.html.twig");
}
}