<?php 
 
use Twig\Environment; 
use Twig\Error\LoaderError; 
use Twig\Error\RuntimeError; 
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; 
 
/* Forgot/index.twig */ 
class __TwigTemplate_68129b08c2589a6415aba4547bdc9043 extends \Eccube\Twig\Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->blocks = [ 
            'main' => [$this, 'block_main'], 
        ]; 
        $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); 
        $this->checkSecurity(); 
    } 
 
    protected function doGetParent(array $context) 
    { 
        // line 11 
        return "default_frame.twig"; 
    } 
 
    protected function doDisplay(array $context, array $blocks = []) 
    { 
        $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", "Forgot/index.twig")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Forgot/index.twig")); 
 
        // line 13 
        $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 13, $this->source); })()), [0 => "Form/form_div_layout.twig"], true); 
        // line 11 
        $this->parent = $this->loadTemplate("default_frame.twig", "Forgot/index.twig", 11); 
        $this->parent->display($context, array_merge($this->blocks, $blocks)); 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
    } 
 
    // line 15 
    public function block_main($context, array $blocks = []) 
    { 
        $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", "main")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main")); 
 
        // line 16 
        echo "    <div class=\"ec-role\"> 
        <div class=\"ec-pageHeader\"> 
            <h1>"; 
        // line 18 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("パスワードの再発行"), "html", null, true); 
        echo "</h1> 
        </div> 
    </div> 
    <div class=\"ec-forgotRole\"> 
        <form name=\"form1\" id=\"form1\" method=\"post\" action=\""; 
        // line 22 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot"); 
        echo "\"> 
            "; 
        // line 23 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 23, $this->source); })()), "_token", [], "any", false, false, true, 23), 23, $this->source), 'widget'); 
        echo " 
            <div class=\"ec-off1Grid\"> 
                <div class=\"ec-off1Grid__cell\"> 
                    <div class=\"ec-forgotRole__form\"> 
                        <div class=\"ec-forgotRole__intro\"> 
                            <p class=\"ec-para-normal\">"; 
        // line 28 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。"), "html", null, true); 
        echo "</p> 
                            <p class=\"ec-para-normal\">"; 
        // line 29 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("※パスワード再発行メールを送信します。メールの内容をご確認の上、新しいパスワードを登録してください。"), "html", null, true); 
        echo "</p> 
                        </div> 
                        <div class=\"ec-borderedDefs\"> 
                            <dl> 
                                <dt> 
                                    "; 
        // line 34 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 34, $this->source); })()), "login_email", [], "any", false, false, true, 34), 34, $this->source), 'label', ["label_attr" => ["class" => "ec-label"], "label" => "メールアドレス"]); 
        echo " 
                                </dt> 
                                <dd> 
                                    <div class=\"ec-input"; 
        // line 37 
        echo (($this->extensions['Customize\Twig\Extension\EccubeExtension']->hasErrors($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 37, $this->source); })()), "login_email", [], "any", false, false, true, 37), 37, $this->source))) ? (" error") : ("")); 
        echo "\"> 
                                        "; 
        // line 38 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 38, $this->source); })()), "login_email", [], "any", false, false, true, 38), 38, $this->source), 'widget'); 
        echo " 
                                        "; 
        // line 39 
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 39, $this->source); })()), "login_email", [], "any", false, false, true, 39), 39, $this->source), 'errors'); 
        echo " 
                                    </div> 
                                </dd> 
                            </dl> 
                        </div> 
                    </div> 
                </div> 
            </div> 
            <div class=\"ec-off4Grid\"> 
                <div class=\"ec-off4Grid__cell\"> 
                    <button type=\"submit\" class=\"ec-blockBtn--action\">"; 
        // line 49 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("次へ"), "html", null, true); 
        echo "</button> 
                </div> 
            </div> 
        </form> 
    </div> 
"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    public function getTemplateName() 
    { 
        return "Forgot/index.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        return array (  135 => 49,  122 => 39,  118 => 38,  114 => 37,  108 => 34,  100 => 29,  96 => 28,  88 => 23,  84 => 22,  77 => 18,  73 => 16,  63 => 15,  52 => 11,  50 => 13,  37 => 11,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("{# 
This file is part of EC-CUBE 
 
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved. 
 
http://www.ec-cube.co.jp/ 
 
For the full copyright and license information, please view the LICENSE 
file that was distributed with this source code. 
#} 
{% extends 'default_frame.twig' %} 
 
{% form_theme form 'Form/form_div_layout.twig' %} 
 
{% block main %} 
    <div class=\"ec-role\"> 
        <div class=\"ec-pageHeader\"> 
            <h1>{{ 'パスワードの再発行'|trans }}</h1> 
        </div> 
    </div> 
    <div class=\"ec-forgotRole\"> 
        <form name=\"form1\" id=\"form1\" method=\"post\" action=\"{{ url('forgot') }}\"> 
            {{ form_widget(form._token) }} 
            <div class=\"ec-off1Grid\"> 
                <div class=\"ec-off1Grid__cell\"> 
                    <div class=\"ec-forgotRole__form\"> 
                        <div class=\"ec-forgotRole__intro\"> 
                            <p class=\"ec-para-normal\">{{ 'ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。'|trans }}</p> 
                            <p class=\"ec-para-normal\">{{ '※パスワード再発行メールを送信します。メールの内容をご確認の上、新しいパスワードを登録してください。'|trans }}</p> 
                        </div> 
                        <div class=\"ec-borderedDefs\"> 
                            <dl> 
                                <dt> 
                                    {{ form_label(form.login_email, 'メールアドレス', { 'label_attr': { 'class': 'ec-label' }}) }} 
                                </dt> 
                                <dd> 
                                    <div class=\"ec-input{{ has_errors(form.login_email) ? ' error' }}\"> 
                                        {{ form_widget(form.login_email) }} 
                                        {{ form_errors(form.login_email) }} 
                                    </div> 
                                </dd> 
                            </dl> 
                        </div> 
                    </div> 
                </div> 
            </div> 
            <div class=\"ec-off4Grid\"> 
                <div class=\"ec-off4Grid__cell\"> 
                    <button type=\"submit\" class=\"ec-blockBtn--action\">{{ '次へ'|trans }}</button> 
                </div> 
            </div> 
        </form> 
    </div> 
{% endblock %} 
 
 
", "Forgot/index.twig", "/home/dober/testman.biz/public_html/yamaria-ec-demo/src/Eccube/Resource/template/default/Forgot/index.twig"); 
    } 
     
    public function checkSecurity() 
    { 
        static $tags = array("form_theme" => 13); 
        static $filters = array("escape" => 18, "trans" => 18); 
        static $functions = array("url" => 22, "form_widget" => 23, "form_label" => 34, "has_errors" => 37, "form_errors" => 39); 
 
        try { 
            $this->sandbox->checkSecurity( 
                ['form_theme'], 
                ['escape', 'trans'], 
                ['url', 'form_widget', 'form_label', 'has_errors', 'form_errors'] 
            ); 
        } catch (SecurityError $e) { 
            $e->setSourceContext($this->source); 
 
            if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { 
                $e->setTemplateLine($tags[$e->getTagName()]); 
            } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { 
                $e->setTemplateLine($filters[$e->getFilterName()]); 
            } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { 
                $e->setTemplateLine($functions[$e->getFunctionName()]); 
            } 
 
            throw $e; 
        } 
 
    } 
}