var/cache/dev/twig/55/55fae1f93e4470473838c110acccb2af.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\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* reset_password/request.html.twig */
  14. class __TwigTemplate_4848d2431c0d3468cba7372035301738 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'bodyClass' => [$this'block_bodyClass'],
  25.             'content' => [$this'block_content'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "layouts/front.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""reset_password/request.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""reset_password/request.html.twig"));
  40.         $this->parent $this->loadTemplate("layouts/front.html.twig""reset_password/request.html.twig"1);
  41.         $this->parent->display($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_title($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""title"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  55.         echo "réinitialisez votre mot de passe";
  56.         
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  58.         
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  60.     }
  61.     // line 5
  62.     public function block_bodyClass($context, array $blocks = [])
  63.     {
  64.         $macros $this->macros;
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  66.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyClass"));
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  68.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyClass"));
  69.         echo "interne";
  70.         
  71.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  72.         
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  74.     }
  75.     // line 7
  76.     public function block_content($context, array $blocks = [])
  77.     {
  78.         $macros $this->macros;
  79.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  81.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  82.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  83.         // line 8
  84.         echo "<section class=\"title-page cours-page\" style=\"background:url(";
  85.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/bg_page_abonnement.jpg"), "html"nulltrue);
  86.         echo ")\">
  87.         <div class=\"container\">
  88.             <div class=\"row\">
  89.                 <div class=\"head_page\">
  90.                 <div class=\"head\">  réinitialisez votre mot de passe </div> 
  91.                 <div class=\"sperateur\"></div> 
  92.                     </div>
  93.                     
  94.                 </div>
  95.             </div>
  96.         </div>
  97.     </section>
  98.     <section class=\"breadcumbs\">
  99.         <div class=\"container\">
  100.             <div class=\"row\">
  101.                 <div class=\"crumbs\"><a href=\"#\"> Home </a> > <a href=\"\"> réinitialisez votre mot de passe </a></div>
  102.             </div>
  103.         </div>
  104.     </section>
  105.     <section class=\"reset\">
  106.         <div class=\"container\">
  107.             <div class=\"row\">
  108.                 ";
  109.         // line 31
  110.         $context['_parent'] = $context;
  111.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'31$this->source); })()), "flashes", [=> "reset_password_error"], "method"falsefalsefalse31));
  112.         foreach ($context['_seq'] as $context["_key"] => $context["flashError"]) {
  113.             // line 32
  114.             echo "                    <div class=\"alert alert-danger\" role=\"alert\">";
  115.             echo twig_escape_filter($this->env$context["flashError"], "html"nulltrue);
  116.             echo "</div>
  117.                 ";
  118.         }
  119.         $_parent $context['_parent'];
  120.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashError'], $context['_parent'], $context['loop']);
  121.         $context array_intersect_key($context$_parent) + $_parent;
  122.         // line 34
  123.         echo "
  124.                 ";
  125.         // line 35
  126.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["requestForm"]) || array_key_exists("requestForm"$context) ? $context["requestForm"] : (function () { throw new RuntimeError('Variable "requestForm" does not exist.'35$this->source); })()), 'form_start');
  127.         echo "
  128.                 ";
  129.         // line 36
  130.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["requestForm"]) || array_key_exists("requestForm"$context) ? $context["requestForm"] : (function () { throw new RuntimeError('Variable "requestForm" does not exist.'36$this->source); })()), "email", [], "any"falsefalsefalse36), 'row');
  131.         echo "
  132.                 <div>
  133.                     <small>
  134.                         Entrez votre adresse e-mail et nous vous enverrons un lien pour réinitialiser votre mot de passe.
  135.                     </small>
  136.                 </div>
  137.                 <button class=\"btn btn-primary\">Envoyer un e-mail de réinitialisation du mot de passe</button>
  138.                 ";
  139.         // line 44
  140.         echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["requestForm"]) || array_key_exists("requestForm"$context) ? $context["requestForm"] : (function () { throw new RuntimeError('Variable "requestForm" does not exist.'44$this->source); })()), 'form_end');
  141.         echo "
  142.             </div>
  143.         </div>
  144.     </section>
  145. ";
  146.         
  147.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  148.         
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  150.     }
  151.     public function getTemplateName()
  152.     {
  153.         return "reset_password/request.html.twig";
  154.     }
  155.     public function isTraitable()
  156.     {
  157.         return false;
  158.     }
  159.     public function getDebugInfo()
  160.     {
  161.         return array (  166 => 44,  155 => 36,  151 => 35,  148 => 34,  139 => 32,  135 => 31,  108 => 8,  98 => 7,  79 => 5,  60 => 3,  37 => 1,);
  162.     }
  163.     public function getSourceContext()
  164.     {
  165.         return new Source("{% extends 'layouts/front.html.twig' %}
  166. {% block title %}réinitialisez votre mot de passe{% endblock %}
  167. {% block bodyClass %}interne{% endblock %}
  168. {% block content %}
  169. <section class=\"title-page cours-page\" style=\"background:url({{ asset('build/images/bg_page_abonnement.jpg') }})\">
  170.         <div class=\"container\">
  171.             <div class=\"row\">
  172.                 <div class=\"head_page\">
  173.                 <div class=\"head\">  réinitialisez votre mot de passe </div> 
  174.                 <div class=\"sperateur\"></div> 
  175.                     </div>
  176.                     
  177.                 </div>
  178.             </div>
  179.         </div>
  180.     </section>
  181.     <section class=\"breadcumbs\">
  182.         <div class=\"container\">
  183.             <div class=\"row\">
  184.                 <div class=\"crumbs\"><a href=\"#\"> Home </a> > <a href=\"\"> réinitialisez votre mot de passe </a></div>
  185.             </div>
  186.         </div>
  187.     </section>
  188.     <section class=\"reset\">
  189.         <div class=\"container\">
  190.             <div class=\"row\">
  191.                 {% for flashError in app.flashes('reset_password_error') %}
  192.                     <div class=\"alert alert-danger\" role=\"alert\">{{ flashError }}</div>
  193.                 {% endfor %}
  194.                 {{ form_start(requestForm) }}
  195.                 {{ form_row(requestForm.email) }}
  196.                 <div>
  197.                     <small>
  198.                         Entrez votre adresse e-mail et nous vous enverrons un lien pour réinitialiser votre mot de passe.
  199.                     </small>
  200.                 </div>
  201.                 <button class=\"btn btn-primary\">Envoyer un e-mail de réinitialisation du mot de passe</button>
  202.                 {{ form_end(requestForm) }}
  203.             </div>
  204.         </div>
  205.     </section>
  206. {% endblock %}""reset_password/request.html.twig""/home/saco/subdomains/preprod/templates/reset_password/request.html.twig");
  207.     }
  208. }