Deprecated: Constant E_STRICT is deprecated in /var/www/PixelForce/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/PixelForce/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

var/cache/dev/twig/18/1843976ffd402f0aad7187978966714f.php line 50

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* security/forgetPassword/forgetPassword.html.twig */
  15. class __TwigTemplate_e9320882beeaaf6357496bfb1c81f42b extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->blocks = [
  24.             'form' => [$this'block_form'],
  25.             'title' => [$this'block_title'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "security/login.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/forgetPassword/forgetPassword.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""security/forgetPassword/forgetPassword.html.twig"));
  40.         $this->parent $this->loadTemplate("security/login.html.twig""security/forgetPassword/forgetPassword.html.twig"1);
  41.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 3
  48.     public function block_form($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""form"));
  55.         // line 4
  56.         yield "    <form method=\"post\" class=\" py-3\">
  57.         ";
  58.         // line 5
  59.         if ((isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'5$this->source); })())) {
  60.             // line 6
  61.             yield "            <div class=\"alert alert-danger\">e-mail invalide</div>
  62.         ";
  63.         }
  64.         // line 8
  65.         yield "        <div class=\"mb-4\">
  66.             <div class=\"inner-addon left-addon\">
  67.                 <input type=\"text\" class=\"form-control\"  placeholder=\"Entrer un adresse mail\" name=\"email\" id=\"inputMail_users\"  required autofocus>
  68.             </div>
  69.         </div>
  70.         <div class=\"text-center\">
  71.             <button class=\"btn btn-primary w-100 font-weight-bold\" type=\"submit\">
  72.                 Recevoir un code
  73.             </button>
  74.         </div>
  75.         <div class=\"text-center mt-2\">
  76.             <a class=\"text-dark-greenlife\" href=\"";
  77.         // line 19
  78.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login");
  79.         yield "\">
  80.                 Revenir à la page de connexion
  81.             </a>
  82.         </div>
  83.     </form>
  84. ";
  85.         
  86.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  87.         
  88.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  89.         return; yield '';
  90.     }
  91.     // line 26
  92.     public function block_title($context, array $blocks = [])
  93.     {
  94.         $macros $this->macros;
  95.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  96.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  97.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  98.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  99.         yield "Mot de passe oublié";
  100.         
  101.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  102.         
  103.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  104.         return; yield '';
  105.     }
  106.     /**
  107.      * @codeCoverageIgnore
  108.      */
  109.     public function getTemplateName()
  110.     {
  111.         return "security/forgetPassword/forgetPassword.html.twig";
  112.     }
  113.     /**
  114.      * @codeCoverageIgnore
  115.      */
  116.     public function isTraitable()
  117.     {
  118.         return false;
  119.     }
  120.     /**
  121.      * @codeCoverageIgnore
  122.      */
  123.     public function getDebugInfo()
  124.     {
  125.         return array (  109 => 26,  92 => 19,  79 => 8,  75 => 6,  73 => 5,  70 => 4,  60 => 3,  37 => 1,);
  126.     }
  127.     public function getSourceContext()
  128.     {
  129.         return new Source("{% extends 'security/login.html.twig' %}
  130. {% block form %}
  131.     <form method=\"post\" class=\" py-3\">
  132.         {% if error %}
  133.             <div class=\"alert alert-danger\">e-mail invalide</div>
  134.         {% endif %}
  135.         <div class=\"mb-4\">
  136.             <div class=\"inner-addon left-addon\">
  137.                 <input type=\"text\" class=\"form-control\"  placeholder=\"Entrer un adresse mail\" name=\"email\" id=\"inputMail_users\"  required autofocus>
  138.             </div>
  139.         </div>
  140.         <div class=\"text-center\">
  141.             <button class=\"btn btn-primary w-100 font-weight-bold\" type=\"submit\">
  142.                 Recevoir un code
  143.             </button>
  144.         </div>
  145.         <div class=\"text-center mt-2\">
  146.             <a class=\"text-dark-greenlife\" href=\"{{ path('app_login') }}\">
  147.                 Revenir à la page de connexion
  148.             </a>
  149.         </div>
  150.     </form>
  151. {% endblock %}
  152. {% block title %}Mot de passe oublié{% endblock %}
  153. ""security/forgetPassword/forgetPassword.html.twig""/var/www/PixelForce/templates/security/forgetPassword/forgetPassword.html.twig");
  154.     }
  155. }