<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;

/* PimUserBundle:Reset:request.html.twig */
class __TwigTemplate_c194760145fc7deb223fa922a5e74b175b3651c09ebb5b510164c21833cfbed1 extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->blocks = [
            'bodyClass' => [$this, 'block_bodyClass'],
            'content' => [$this, 'block_content'],
        ];
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "PimUserBundle::layout.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $this->parent = $this->loadTemplate("PimUserBundle::layout.html.twig", "PimUserBundle:Reset:request.html.twig", 1);
        $this->parent->display($context, array_merge($this->blocks, $blocks));
    }

    // line 3
    public function block_bodyClass($context, array $blocks = [])
    {
        echo "AknLogin";
    }

    // line 5
    public function block_content($context, array $blocks = [])
    {
        // line 6
        echo "<div class=\"AknLogin-mainContainer container\">
    <div class=\"AknLogin-title\">
        ";
        // line 8
        $this->loadTemplate("PimUserBundle:Reset:request.html.twig", "PimUserBundle:Reset:request.html.twig", 8, "657116400")->display($context);
        // line 9
        echo "    </div>

    <form action=\"";
        // line 11
        echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("pim_user_reset_send_email");
        echo "\" method=\"post\" class=\"form-reset\">
        <h2 class=\"AknLogin-subTitle\">";
        // line 12
        echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("pim_user.user.login.forgot_password"), "html", null, true);
        echo "</h2>
        <fieldset>
            <div class=\"AknLogin-form\">
                <input class=\"AknTextField\" type=\"text\" name=\"username\" required=\"required\" placeholder=\"";
        // line 15
        echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("pim_user.user.login.username_or_email"), "html", null, true);
        echo "\" autofocus=\"autofocus\"/>
            </div>
            <div class=\"AknLogin-form\">
                <div class=\"AknLogin-formCell\">
                    <a href=\"";
        // line 19
        echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("pim_user_security_login");
        echo "\" class=\"AknLogin-link cancel\">";
        echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("pim_common.cancel"), "html", null, true);
        echo "</a>
                </div>
                <div class=\"AknLogin-formCell AknLogin-formCell--small\">
                    <button type=\"submit\" class=\"AknButton AknButton--apply AknButton--big\">";
        // line 22
        echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("pim_user.user.login.request"), "html", null, true);
        echo "</button>
                </div>
            </div>
        </fieldset>
    </form>
</div>

";
    }

    public function getTemplateName()
    {
        return "PimUserBundle:Reset:request.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  84 => 22,  76 => 19,  69 => 15,  63 => 12,  59 => 11,  55 => 9,  53 => 8,  49 => 6,  46 => 5,  40 => 3,  30 => 1,);
    }

    /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
    public function getSource()
    {
        @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);

        return $this->getSourceContext()->getCode();
    }

    public function getSourceContext()
    {
        return new Source("", "PimUserBundle:Reset:request.html.twig", "/var/www/html/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/views/Reset/request.html.twig");
    }
}


/* PimUserBundle:Reset:request.html.twig */
class __TwigTemplate_c194760145fc7deb223fa922a5e74b175b3651c09ebb5b510164c21833cfbed1___657116400 extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->blocks = [
        ];
    }

    protected function doGetParent(array $context)
    {
        // line 8
        return "PimUIBundle::logo.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $this->parent = $this->loadTemplate("PimUIBundle::logo.html.twig", "PimUserBundle:Reset:request.html.twig", 8);
        $this->parent->display($context, array_merge($this->blocks, $blocks));
    }

    public function getTemplateName()
    {
        return "PimUserBundle:Reset:request.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  139 => 8,  84 => 22,  76 => 19,  69 => 15,  63 => 12,  59 => 11,  55 => 9,  53 => 8,  49 => 6,  46 => 5,  40 => 3,  30 => 1,);
    }

    /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
    public function getSource()
    {
        @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);

        return $this->getSourceContext()->getCode();
    }

    public function getSourceContext()
    {
        return new Source("", "PimUserBundle:Reset:request.html.twig", "/var/www/html/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/views/Reset/request.html.twig");
    }
}
