var/cache/dev/twig/69/69ac2f9fb91fd58b432582f1f2d592f7.php line 40

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_b74b06dfa4b0c034bb130845610f414a 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.             'stylesheets' => [$this'block_stylesheets'],
  25.             'body' => [$this'block_body'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "layout/frontEndLayout.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("layout/frontEndLayout.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 "Sign up!";
  56.         
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  58.         
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  60.     }
  61.     // line 5
  62.     public function block_stylesheets($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""stylesheets"));
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  68.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  69.         // line 6
  70.         echo "        \t ";
  71.         $this->displayParentBlock("stylesheets"$context$blocks);
  72.         echo 
  73.             <link href=\"";
  74.         // line 7
  75.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/login.css"), "html"nulltrue);
  76.         echo "\" rel=\"stylesheet\">    
  77.             
  78. ";
  79.         
  80.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  81.         
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  83.     }
  84.     // line 11
  85.     public function block_body($context, array $blocks = [])
  86.     {
  87.         $macros $this->macros;
  88.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  89.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  91.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  92.         // line 12
  93.         echo "    ";
  94.         $context['_parent'] = $context;
  95.         $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.'12$this->source); })()), "flashes", ["reset_password_error"], "method"falsefalsefalse12));
  96.         foreach ($context['_seq'] as $context["_key"] => $context["flashError"]) {
  97.             // line 13
  98.             echo "        <div class=\"alert alert-danger\" role=\"alert\">";
  99.             echo twig_escape_filter($this->env$context["flashError"], "html"nulltrue);
  100.             echo "</div>
  101.     ";
  102.         }
  103.         $_parent $context['_parent'];
  104.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flashError'], $context['_parent'], $context['loop']);
  105.         $context array_intersect_key($context$_parent) + $_parent;
  106.         // line 15
  107.         echo "
  108.  <div class=\"container-fluid px-1 px-md-5 px-lg-1 px-xl-5 py-5 mx-auto\">
  109.     <div class=\" border-0\">
  110.         <div class=\"row d-flex\">
  111.             <div class=\"col-lg-6\">
  112.                 <div class=\"card1 pb-5\">
  113.                    <div class=\"row\"> <img  src=\"";
  114.         // line 21
  115.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/logo2.png"), "html"nulltrue);
  116.         echo "\" class=\"logo\"> </div>
  117.                     <div class=\"row px-3 justify-content-center mt-4 mb-5 border-line\"> <img src=\"";
  118.         // line 22
  119.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/BethesdaLogo.gif"), "html"nulltrue);
  120.         echo "\" class=\"image\"> </div>
  121.                 </div>
  122.             </div>
  123.             
  124.             <div class=\"col-lg-6\">
  125.                 <div class=\"card2 card border-0 px-4 py-5\">
  126.    
  127.             <h1  class=\"text-center\">Reset your password</h1>
  128.             ";
  129.         // line 31
  130.         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.'31$this->source); })()), 'form_start');
  131.         echo "
  132.                 ";
  133.         // line 32
  134.         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.'32$this->source); })()), "email", [], "any"falsefalsefalse32), 'row');
  135.         echo "
  136.                 <div>
  137.                     <small>
  138.                         Enter your email address and we will send you a
  139.                         link to reset your password.
  140.                     </small>
  141.                 </div>
  142.                 <button class=\"btn btn-primary\">Send password reset email</button>
  143.             ";
  144.         // line 41
  145.         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.'41$this->source); })()), 'form_end');
  146.         echo "
  147.                 </div>
  148.             </div>
  149.         </div>
  150.        
  151.     </div>
  152. </div>
  153. ";
  154.         
  155.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  156.         
  157.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  158.     }
  159.     /**
  160.      * @codeCoverageIgnore
  161.      */
  162.     public function getTemplateName()
  163.     {
  164.         return "reset_password/request.html.twig";
  165.     }
  166.     /**
  167.      * @codeCoverageIgnore
  168.      */
  169.     public function isTraitable()
  170.     {
  171.         return false;
  172.     }
  173.     /**
  174.      * @codeCoverageIgnore
  175.      */
  176.     public function getDebugInfo()
  177.     {
  178.         return array (  171 => 41,  159 => 32,  155 => 31,  143 => 22,  139 => 21,  131 => 15,  122 => 13,  117 => 12,  107 => 11,  94 => 7,  89 => 6,  79 => 5,  60 => 3,  37 => 1,);
  179.     }
  180.     public function getSourceContext()
  181.     {
  182.         return new Source("{% extends 'layout/frontEndLayout.html.twig' %}
  183. {% block title %}Sign up!{% endblock %}
  184.   {% block stylesheets %}
  185.         \t {{parent()}} 
  186.             <link href=\"{{ asset('assets/css/login.css') }}\" rel=\"stylesheet\">    
  187.             
  188. {% endblock %}
  189. {% block body %}
  190.     {% for flashError in app.flashes('reset_password_error') %}
  191.         <div class=\"alert alert-danger\" role=\"alert\">{{ flashError }}</div>
  192.     {% endfor %}
  193.  <div class=\"container-fluid px-1 px-md-5 px-lg-1 px-xl-5 py-5 mx-auto\">
  194.     <div class=\" border-0\">
  195.         <div class=\"row d-flex\">
  196.             <div class=\"col-lg-6\">
  197.                 <div class=\"card1 pb-5\">
  198.                    <div class=\"row\"> <img  src=\"{{ asset('assets/images/logo2.png') }}\" class=\"logo\"> </div>
  199.                     <div class=\"row px-3 justify-content-center mt-4 mb-5 border-line\"> <img src=\"{{ asset('assets/images/BethesdaLogo.gif') }}\" class=\"image\"> </div>
  200.                 </div>
  201.             </div>
  202.             
  203.             <div class=\"col-lg-6\">
  204.                 <div class=\"card2 card border-0 px-4 py-5\">
  205.    
  206.             <h1  class=\"text-center\">Reset your password</h1>
  207.             {{ form_start(requestForm) }}
  208.                 {{ form_row(requestForm.email) }}
  209.                 <div>
  210.                     <small>
  211.                         Enter your email address and we will send you a
  212.                         link to reset your password.
  213.                     </small>
  214.                 </div>
  215.                 <button class=\"btn btn-primary\">Send password reset email</button>
  216.             {{ form_end(requestForm) }}
  217.                 </div>
  218.             </div>
  219.         </div>
  220.        
  221.     </div>
  222. </div>
  223. {% endblock %}
  224. ""reset_password/request.html.twig""/var/www/liveedu/public/preprod/liveedu/templates/reset_password/request.html.twig");
  225.     }
  226. }