<?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:reset.html.twig */
class __TwigTemplate_aea5c6c819a70e7e73be06ddad7ef9aaea0281fb2593470dfafbeb6f936abb0b 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:reset.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:reset.html.twig", "PimUserBundle:Reset:reset.html.twig", 8, "886002769")->display($context);
        // line 9
        echo "    </div>

    ";
        // line 11
        echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_start', ["action" => $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("pim_user_reset_reset", ["token" =>         // line 12
($context["token"] ?? null)]), "method" => "post", "class" => "form-signin"]);
        // line 15
        echo "
    <h2 class=\"title\">";
        // line 16
        echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("pim_user.user.login.password_reset"), "html", null, true);
        echo "</h2>
    <fieldset>
        ";
        // line 18
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'errors');
        echo "
        ";
        // line 19
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->getAttribute(($context["form"] ?? null), "plainPassword", []), 'widget');
        echo "
        ";
        // line 20
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->getAttribute(($context["form"] ?? null), "_token", []), 'widget');
        echo "
        <div class=\"AknLogin-form\">
            <div class=\"AknLogin-formCell\"></div>
            <div class=\"AknLogin-formCell AknLogin-formCell--small\">
                <a href=\"";
        // line 24
        echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("pim_user_security_login");
        echo "\" class=\"AknLogin-link\">";
        echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("pim_common.cancel"), "html", null, true);
        echo "</a>
                <button type=\"submit\" class=\"AknButton AknButton--apply AknButton--big AknButton--uppercase\">";
        // line 25
        echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("pim_user.user.login.reset"), "html", null, true);
        echo "</button>
            </div>
        </div>
    </fieldset>
    ";
        // line 29
        echo         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_end');
        echo "
</div>
";
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  98 => 29,  91 => 25,  85 => 24,  78 => 20,  74 => 19,  70 => 18,  65 => 16,  62 => 15,  60 => 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:reset.html.twig", "/var/www/html/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/views/Reset/reset.html.twig");
    }
}


/* PimUserBundle:Reset:reset.html.twig */
class __TwigTemplate_aea5c6c819a70e7e73be06ddad7ef9aaea0281fb2593470dfafbeb6f936abb0b___886002769 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:reset.html.twig", 8);
        $this->parent->display($context, array_merge($this->blocks, $blocks));
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  148 => 8,  98 => 29,  91 => 25,  85 => 24,  78 => 20,  74 => 19,  70 => 18,  65 => 16,  62 => 15,  60 => 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:reset.html.twig", "/var/www/html/vendor/akeneo/pim-community-dev/src/Akeneo/UserManagement/Bundle/Resources/views/Reset/reset.html.twig");
    }
}
