<?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; 
 
/* reset_password/request.html.twig */ 
class __TwigTemplate_5059d18af4847759f4196cd6a94b3cdc 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 = [ 
            'title' => [$this, 'block_title'], 
            'stylesheets' => [$this, 'block_stylesheets'], 
            'body' => [$this, 'block_body'], 
        ]; 
    } 
 
    protected function doGetParent(array $context): bool|string|Template|TemplateWrapper 
    { 
        // line 1 
        return "layout/frontEndLayout.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", "reset_password/request.html.twig")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "reset_password/request.html.twig")); 
 
        $this->parent = $this->load("layout/frontEndLayout.html.twig", 1); 
        yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
    } 
 
    // line 3 
    /** 
     * @return iterable<null|scalar|\Stringable> 
     */ 
    public function block_title(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", "title")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title")); 
 
        yield "Sign up!"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
        yield from []; 
    } 
 
    // line 5 
    /** 
     * @return iterable<null|scalar|\Stringable> 
     */ 
    public function block_stylesheets(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", "stylesheets")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets")); 
 
        // line 6 
        yield "        \t "; 
        yield from $this->yieldParentBlock("stylesheets", $context, $blocks); 
        yield "  
            <link href=\""; 
        // line 7 
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/login.css"), "html", null, true); 
        yield "\" rel=\"stylesheet\">     
             
"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
        yield from []; 
    } 
 
    // line 11 
    /** 
     * @return iterable<null|scalar|\Stringable> 
     */ 
    public function block_body(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", "body")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body")); 
 
        // line 12 
        yield "    "; 
        $context['_parent'] = $context; 
        $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($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", false, false, false, 12)); 
        foreach ($context['_seq'] as $context["_key"] => $context["flashError"]) { 
            // line 13 
            yield "        <div class=\"alert alert-danger\" role=\"alert\">"; 
            yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["flashError"], "html", null, true); 
            yield "</div> 
    "; 
        } 
        $_parent = $context['_parent']; 
        unset($context['_seq'], $context['_key'], $context['flashError'], $context['_parent']); 
        $context = array_intersect_key($context, $_parent) + $_parent; 
        // line 15 
        yield " 
 <div class=\"container-fluid px-1 px-md-5 px-lg-1 px-xl-5 py-5 mx-auto\"> 
    <div class=\" border-0\"> 
        <div class=\"row d-flex\"> 
            <div class=\"col-lg-6\"> 
                <div class=\"card1 pb-5\"> 
                   <div class=\"row\"> <img  src=\""; 
        // line 21 
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/logo2.png"), "html", null, true); 
        yield "\" class=\"logo\"> </div> 
                    <div class=\"row px-3 justify-content-center mt-4 mb-5 border-line\"> <img src=\""; 
        // line 22 
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/images/BethesdaLogo.gif"), "html", null, true); 
        yield "\" class=\"image\"> </div> 
                </div> 
            </div> 
             
            <div class=\"col-lg-6\"> 
                <div class=\"card2 card border-0 px-4 py-5\"> 
    
            <h1  class=\"text-center\">Reset your password</h1> 
 
            "; 
        // line 31 
        yield         $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'); 
        yield " 
                "; 
        // line 32 
        yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($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", false, false, false, 32), 'row'); 
        yield " 
                <div> 
                    <small> 
                        Enter your email address and we will send you a 
                        link to reset your password. 
                    </small> 
                </div> 
 
                <button class=\"btn btn-primary\">Send password reset email</button> 
            "; 
        // line 41 
        yield         $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'); 
        yield " 
                </div> 
            </div> 
        </div> 
        
    </div> 
</div> 
"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
        yield from []; 
    } 
 
    /** 
     * @codeCoverageIgnore 
     */ 
    public function getTemplateName(): string 
    { 
        return "reset_password/request.html.twig"; 
    } 
 
    /** 
     * @codeCoverageIgnore 
     */ 
    public function isTraitable(): bool 
    { 
        return false; 
    } 
 
    /** 
     * @codeCoverageIgnore 
     */ 
    public function getDebugInfo(): array 
    { 
        return array (  187 => 41,  175 => 32,  171 => 31,  159 => 22,  155 => 21,  147 => 15,  138 => 13,  133 => 12,  120 => 11,  106 => 7,  101 => 6,  88 => 5,  65 => 3,  42 => 1,); 
    } 
 
    public function getSourceContext(): Source 
    { 
        return new Source("{% extends 'layout/frontEndLayout.html.twig' %} 
 
{% block title %}Sign up!{% endblock %} 
 
  {% block stylesheets %} 
        \t {{parent()}}  
            <link href=\"{{ asset('assets/css/login.css') }}\" rel=\"stylesheet\">     
             
{% endblock %} 
 
{% block body %} 
    {% for flashError in app.flashes('reset_password_error') %} 
        <div class=\"alert alert-danger\" role=\"alert\">{{ flashError }}</div> 
    {% endfor %} 
 
 <div class=\"container-fluid px-1 px-md-5 px-lg-1 px-xl-5 py-5 mx-auto\"> 
    <div class=\" border-0\"> 
        <div class=\"row d-flex\"> 
            <div class=\"col-lg-6\"> 
                <div class=\"card1 pb-5\"> 
                   <div class=\"row\"> <img  src=\"{{ asset('assets/images/logo2.png') }}\" class=\"logo\"> </div> 
                    <div class=\"row px-3 justify-content-center mt-4 mb-5 border-line\"> <img src=\"{{ asset('assets/images/BethesdaLogo.gif') }}\" class=\"image\"> </div> 
                </div> 
            </div> 
             
            <div class=\"col-lg-6\"> 
                <div class=\"card2 card border-0 px-4 py-5\"> 
    
            <h1  class=\"text-center\">Reset your password</h1> 
 
            {{ form_start(requestForm) }} 
                {{ form_row(requestForm.email) }} 
                <div> 
                    <small> 
                        Enter your email address and we will send you a 
                        link to reset your password. 
                    </small> 
                </div> 
 
                <button class=\"btn btn-primary\">Send password reset email</button> 
            {{ form_end(requestForm) }} 
                </div> 
            </div> 
        </div> 
        
    </div> 
</div> 
{% endblock %} 
", "reset_password/request.html.twig", "/var/www/bethesda/templates/reset_password/request.html.twig"); 
    } 
}