var/cache/dev/twig/13/13e9ce3bf4c6976115046d5fe509c63a.php line 41

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. /* Mypage/login.twig */
  14. class __TwigTemplate_2e98025add7c4991582fb4752c3e92b0 extends \Eccube\Twig\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.             'stylesheet' => [$this'block_stylesheet'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  27.         $this->checkSecurity();
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 11
  32.         return "default_frame.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Mypage/login.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Mypage/login.twig"));
  41.         // line 13
  42.         $context["body_class"] = "mypage";
  43.         // line 11
  44.         $this->parent $this->loadTemplate("default_frame.twig""Mypage/login.twig"11);
  45.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  48.         
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  50.     }
  51.     // line 15
  52.     public function block_stylesheet($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  59.         // line 16
  60.         echo "\t<style>
  61. \t\t#login_email,
  62. \t\t#login_pass {
  63. \t\t\tpadding: 16px 12px;
  64. \t\t\twidth: 100%;
  65. \t\t\tborder-width: 1px;
  66. \t\t\tborder-color: #CCCCCC;
  67. \t\t\tborder-radius: 3px;
  68. \t\t\ttext: #BBBBBB;
  69. \t\t\theight: 48px;
  70. \t\t}
  71. \t\t#breadcrumbs {
  72. \t\t\twidth: 100vw;
  73. \t\t\tmargin-left: -50vw;
  74. \t\t\tposition: relative;
  75. \t\t\tleft: 50%;
  76. \t\t}
  77. \t\t@media(max-width: 768px) {
  78. \t\t\t#breadcrumbs {
  79. \t\t\t\tpadding-left: 40px;
  80. \t\t\t}
  81. \t\t}
  82. \t</style>
  83. ";
  84.         
  85.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  86.         
  87.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  88.     }
  89.     // line 43
  90.     public function block_main($context, array $blocks = [])
  91.     {
  92.         $macros $this->macros;
  93.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  94.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  95.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  96.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  97.         // line 44
  98.         echo "\t<div class=\"pb-20 md:px-6 whitespace-nowrap bg-background-default rounded\">
  99. \t\t<div class=\"flex gap-4 items-start mx-auto w-full pl-[136px] md:pl-0 pt-20 pb-6\">
  100. \t\t\t<hr class=\"md:h-[64px] h-[160px] w-[1px] bg-gradient-to-b from-[#ADAAA6] to-[#F0EDE900] border-none\">
  101. \t\t\t<h1 class=\"text-[32px] md:text-xl font-light leading-9 tracking-widest\">新規会員登録・ログイン</h1>
  102. \t\t</div>
  103. \t\t<div class=\"w-full\">
  104. \t\t\t";
  105.         // line 50
  106.         $context["breadcrumbs"] = [=> ["name" => "新規会員登録・ログイン"]];
  107.         // line 51
  108.         echo "\t\t\t";
  109.         echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"Block/breadcrumb.twig");
  110.         echo "
  111. \t\t</div>
  112. \t\t<div class=\"max-w-[798px] w-full flex flex-col items-center justify-center mx-auto\">
  113. \t\t\t<div>
  114. \t\t\t\t<div class=\"flex w-full gap-[72px] lg:flex-col lg:gap-10\">
  115. \t\t\t\t\t<div
  116. \t\t\t\t\t\tclass=\"w-1/2 lg:w-full\">
  117. \t\t\t\t\t\t";
  118.         // line 59
  119.         echo "\t\t\t\t\t\t<h3 class=\"mb-[22px] text-xl font-medium\">はじめてのご利用はこちら</h3>
  120. \t\t\t\t\t\t<a href=\"";
  121.         // line 60
  122.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
  123.         echo "\" class=\"block text-sm text-center bg-black w-[327px] text-white py-3 rounded-[3px] font-bold hover\">";
  124.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.signup"), "html"nulltrue);
  125.         echo "</a>
  126. \t\t\t\t\t</div>
  127. \t\t\t\t\t<hr class=\"bg-[#F0EDE9] border-none w-[1px] h-[327px] lg:w-[327px] lg:h-[1px]\">
  128. \t\t\t\t\t<form name=\"login_mypage\" id=\"login_mypage\" method=\"post\" action=\"";
  129.         // line 63
  130.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_login");
  131.         echo "\" class=\"w-1/2 lg:w-full\">
  132. \t\t\t\t\t\t";
  133.         // line 64
  134.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'64$this->source); })()), "session", [], "any"falsefalsetrue64), "flashBag", [], "any"falsefalsetrue64), "has", [=> "eccube.login.target.path"], "method"falsefalsetrue64)) {
  135.             // line 65
  136.             echo "\t\t\t\t\t\t\t";
  137.             $context['_parent'] = $context;
  138.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'65$this->source); })()), "session", [], "any"falsefalsetrue65), "flashBag", [], "any"falsefalsetrue65), "peek", [=> "eccube.login.target.path"], "method"falsefalsetrue65));
  139.             foreach ($context['_seq'] as $context["_key"] => $context["targetPath"]) {
  140.                 // line 66
  141.                 echo "\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"_target_path\" value=\"";
  142.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed($context["targetPath"], 66$this->source), "html"nulltrue);
  143.                 echo "\"/>
  144. \t\t\t\t\t\t\t";
  145.             }
  146.             $_parent $context['_parent'];
  147.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['targetPath'], $context['_parent'], $context['loop']);
  148.             $context array_intersect_key($context$_parent) + $_parent;
  149.             // line 68
  150.             echo "\t\t\t\t\t\t";
  151.         }
  152.         // line 69
  153.         echo "\t\t\t\t\t\t";
  154.         // line 70
  155.         echo "\t\t\t\t\t\t<h3 class=\"mb-[22px] text-xl font-medium\">会員の方</h3>
  156. \t\t\t\t\t\t<p class=\"text-lg mb-[18px] font-medium\">ログイン</p>
  157. \t\t\t\t\t\t<div class=\"flex flex-col\">
  158. \t\t\t\t\t\t\t<div class=\"mb-4 text-sm font-medium\">
  159. \t\t\t\t\t\t\t\t<p class=\"mb-2 font-medium\">メールアドレス</p>
  160. \t\t\t\t\t\t\t\t";
  161.         // line 75
  162.         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.'75$this->source); })()), "login_email", [], "any"falsefalsetrue75), 75$this->source), 'widget', ["attr" => ["style" => "ime-mode: disabled;""placeholder" => "common.mail_address""autofocus" => true]]);
  163.         echo "
  164. \t\t\t\t\t\t\t\t";
  165.         // line 76
  166.         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.'76$this->source); })()), "login_email", [], "any"falsefalsetrue76), 76$this->source), 'errors');
  167.         echo "
  168. \t\t\t\t\t\t\t</div>
  169. \t\t\t\t\t\t\t<div class=\"mb-10\">
  170. \t\t\t\t\t\t\t\t<p class=\"mb-2 text-sm font-medium\">パスワード</p>
  171. \t\t\t\t\t\t\t\t";
  172.         // line 80
  173.         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.'80$this->source); })()), "login_pass", [], "any"falsefalsetrue80), 80$this->source), 'widget', ["attr" => ["placeholder" => "common.password"]]);
  174.         echo "
  175. \t\t\t\t\t\t\t\t";
  176.         // line 81
  177.         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.'81$this->source); })()), "login_pass", [], "any"falsefalsetrue81), 81$this->source), 'errors');
  178.         echo "
  179. \t\t\t\t\t\t\t</div>
  180. \t\t\t\t\t\t\t<div class=\"flex flex-col items-center\">
  181. \t\t\t\t\t\t\t\t<button type=\"submit\" class=\"mb-4 text-sm bg-red w-[327px] h-[45px] py-3 rounded-[3px] text-white font-bold hover\">";
  182.         // line 84
  183.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("common.login"), "html"nulltrue);
  184.         echo "</button>
  185. \t\t\t\t\t\t\t\t";
  186.         // line 85
  187.         if ((isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'85$this->source); })())) {
  188.             // line 86
  189.             echo "\t\t\t\t\t\t\t\t\t<div class=\"!text-red text-xs flex items-center gap-2 pb-2\">
  190. \t\t\t\t\t\t\t\t\t\t<img src=\"";
  191.             // line 87
  192.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/error.svg"), "html"nulltrue);
  193.             echo "\" alt=\"Error Image\" class=\"w-3 h-3\">
  194. \t\t\t\t\t\t\t\t\t\t<span class=\"flex \">
  195. \t\t\t\t\t\t\t\t\t\t\t";
  196.             // line 89
  197.             echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'89$this->source); })()), "messageKey", [], "any"falsefalsetrue89), 89$this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'89$this->source); })()), "messageData", [], "any"falsefalsetrue89), 89$this->source), "validators"), "html"nulltrue));
  198.             echo "
  199. \t\t\t\t\t\t\t\t\t\t</span>
  200. \t\t\t\t\t\t\t\t\t</div>
  201. \t\t\t\t\t\t\t\t";
  202.         }
  203.         // line 93
  204.         echo "\t\t\t\t\t\t\t\t<a class=\"border-b border-black leading-4 tracking-widest text-sm font-normal hover\" href=\"";
  205.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot");
  206.         echo "\">パスワードを忘れた方</a>
  207. \t\t\t\t\t\t\t</div>
  208. \t\t\t\t\t\t</div>
  209. \t\t\t\t\t\t<input type=\"hidden\" name=\"_csrf_token\" value=\"";
  210.         // line 96
  211.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html"nulltrue);
  212.         echo "\">
  213. \t\t\t\t\t</form>
  214. \t\t\t\t</div>
  215. \t\t\t\t<div></div>
  216. \t\t\t</div>
  217. \t\t</div>
  218. \t</div>
  219. ";
  220.         
  221.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  222.         
  223.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  224.     }
  225.     public function getTemplateName()
  226.     {
  227.         return "Mypage/login.twig";
  228.     }
  229.     public function isTraitable()
  230.     {
  231.         return false;
  232.     }
  233.     public function getDebugInfo()
  234.     {
  235.         return array (  232 => 96,  225 => 93,  218 => 89,  213 => 87,  210 => 86,  208 => 85,  204 => 84,  198 => 81,  194 => 80,  187 => 76,  183 => 75,  176 => 70,  174 => 69,  171 => 68,  162 => 66,  157 => 65,  155 => 64,  151 => 63,  143 => 60,  140 => 59,  129 => 51,  127 => 50,  119 => 44,  109 => 43,  74 => 16,  64 => 15,  53 => 11,  51 => 13,  38 => 11,);
  236.     }
  237.     public function getSourceContext()
  238.     {
  239.         return new Source("{#
  240. This file is part of EC-CUBE
  241. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  242. http://www.ec-cube.co.jp/
  243. For the full copyright and license information, please view the LICENSE
  244. file that was distributed with this source code.
  245. #}
  246. {% extends 'default_frame.twig' %}
  247. {% set body_class = 'mypage' %}
  248. {% block stylesheet %}
  249. \t<style>
  250. \t\t#login_email,
  251. \t\t#login_pass {
  252. \t\t\tpadding: 16px 12px;
  253. \t\t\twidth: 100%;
  254. \t\t\tborder-width: 1px;
  255. \t\t\tborder-color: #CCCCCC;
  256. \t\t\tborder-radius: 3px;
  257. \t\t\ttext: #BBBBBB;
  258. \t\t\theight: 48px;
  259. \t\t}
  260. \t\t#breadcrumbs {
  261. \t\t\twidth: 100vw;
  262. \t\t\tmargin-left: -50vw;
  263. \t\t\tposition: relative;
  264. \t\t\tleft: 50%;
  265. \t\t}
  266. \t\t@media(max-width: 768px) {
  267. \t\t\t#breadcrumbs {
  268. \t\t\t\tpadding-left: 40px;
  269. \t\t\t}
  270. \t\t}
  271. \t</style>
  272. {% endblock %}
  273. {% block main %}
  274. \t<div class=\"pb-20 md:px-6 whitespace-nowrap bg-background-default rounded\">
  275. \t\t<div class=\"flex gap-4 items-start mx-auto w-full pl-[136px] md:pl-0 pt-20 pb-6\">
  276. \t\t\t<hr class=\"md:h-[64px] h-[160px] w-[1px] bg-gradient-to-b from-[#ADAAA6] to-[#F0EDE900] border-none\">
  277. \t\t\t<h1 class=\"text-[32px] md:text-xl font-light leading-9 tracking-widest\">新規会員登録・ログイン</h1>
  278. \t\t</div>
  279. \t\t<div class=\"w-full\">
  280. \t\t\t{% set breadcrumbs = [{'name': \"新規会員登録・ログイン\"}] %}
  281. \t\t\t{{ include('Block/breadcrumb.twig') }}
  282. \t\t</div>
  283. \t\t<div class=\"max-w-[798px] w-full flex flex-col items-center justify-center mx-auto\">
  284. \t\t\t<div>
  285. \t\t\t\t<div class=\"flex w-full gap-[72px] lg:flex-col lg:gap-10\">
  286. \t\t\t\t\t<div
  287. \t\t\t\t\t\tclass=\"w-1/2 lg:w-full\">
  288. \t\t\t\t\t\t{# 新規会員登録 #}
  289. \t\t\t\t\t\t<h3 class=\"mb-[22px] text-xl font-medium\">はじめてのご利用はこちら</h3>
  290. \t\t\t\t\t\t<a href=\"{{url('entry')}}\" class=\"block text-sm text-center bg-black w-[327px] text-white py-3 rounded-[3px] font-bold hover\">{{ 'common.signup'|trans }}</a>
  291. \t\t\t\t\t</div>
  292. \t\t\t\t\t<hr class=\"bg-[#F0EDE9] border-none w-[1px] h-[327px] lg:w-[327px] lg:h-[1px]\">
  293. \t\t\t\t\t<form name=\"login_mypage\" id=\"login_mypage\" method=\"post\" action=\"{{ url('mypage_login') }}\" class=\"w-1/2 lg:w-full\">
  294. \t\t\t\t\t\t{% if app.session.flashBag.has('eccube.login.target.path') %}
  295. \t\t\t\t\t\t\t{% for targetPath in app.session.flashBag.peek('eccube.login.target.path') %}
  296. \t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"_target_path\" value=\"{{ targetPath }}\"/>
  297. \t\t\t\t\t\t\t{% endfor %}
  298. \t\t\t\t\t\t{% endif %}
  299. \t\t\t\t\t\t{# ログイン #}
  300. \t\t\t\t\t\t<h3 class=\"mb-[22px] text-xl font-medium\">会員の方</h3>
  301. \t\t\t\t\t\t<p class=\"text-lg mb-[18px] font-medium\">ログイン</p>
  302. \t\t\t\t\t\t<div class=\"flex flex-col\">
  303. \t\t\t\t\t\t\t<div class=\"mb-4 text-sm font-medium\">
  304. \t\t\t\t\t\t\t\t<p class=\"mb-2 font-medium\">メールアドレス</p>
  305. \t\t\t\t\t\t\t\t{{ form_widget(form.login_email, {'attr': {'style' : 'ime-mode: disabled;', 'placeholder' : 'common.mail_address', 'autofocus': true}}) }}
  306. \t\t\t\t\t\t\t\t{{ form_errors(form.login_email) }}
  307. \t\t\t\t\t\t\t</div>
  308. \t\t\t\t\t\t\t<div class=\"mb-10\">
  309. \t\t\t\t\t\t\t\t<p class=\"mb-2 text-sm font-medium\">パスワード</p>
  310. \t\t\t\t\t\t\t\t{{ form_widget(form.login_pass,  {'attr': {'placeholder' : 'common.password' }}) }}
  311. \t\t\t\t\t\t\t\t{{ form_errors(form.login_pass) }}
  312. \t\t\t\t\t\t\t</div>
  313. \t\t\t\t\t\t\t<div class=\"flex flex-col items-center\">
  314. \t\t\t\t\t\t\t\t<button type=\"submit\" class=\"mb-4 text-sm bg-red w-[327px] h-[45px] py-3 rounded-[3px] text-white font-bold hover\">{{ 'common.login'|trans }}</button>
  315. \t\t\t\t\t\t\t\t{% if error %}
  316. \t\t\t\t\t\t\t\t\t<div class=\"!text-red text-xs flex items-center gap-2 pb-2\">
  317. \t\t\t\t\t\t\t\t\t\t<img src=\"{{asset('assets/icon/error.svg')}}\" alt=\"Error Image\" class=\"w-3 h-3\">
  318. \t\t\t\t\t\t\t\t\t\t<span class=\"flex \">
  319. \t\t\t\t\t\t\t\t\t\t\t{{ error.messageKey|trans(error.messageData, 'validators')|nl2br }}
  320. \t\t\t\t\t\t\t\t\t\t</span>
  321. \t\t\t\t\t\t\t\t\t</div>
  322. \t\t\t\t\t\t\t\t{% endif %}
  323. \t\t\t\t\t\t\t\t<a class=\"border-b border-black leading-4 tracking-widest text-sm font-normal hover\" href=\"{{ url('forgot') }}\">パスワードを忘れた方</a>
  324. \t\t\t\t\t\t\t</div>
  325. \t\t\t\t\t\t</div>
  326. \t\t\t\t\t\t<input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\">
  327. \t\t\t\t\t</form>
  328. \t\t\t\t</div>
  329. \t\t\t\t<div></div>
  330. \t\t\t</div>
  331. \t\t</div>
  332. \t</div>
  333. {% endblock %}
  334. ""Mypage/login.twig""/home/xs545372/itsukushi-store.com/public_html/stg.itsukushi-store.com/app/template/default/Mypage/login.twig");
  335.     }
  336.     
  337.     public function checkSecurity()
  338.     {
  339.         static $tags = array("set" => 13"if" => 64"for" => 65);
  340.         static $filters = array("escape" => 60"trans" => 60"nl2br" => 89);
  341.         static $functions = array("include" => 51"url" => 60"form_widget" => 75"form_errors" => 76"asset" => 87"csrf_token" => 96);
  342.         try {
  343.             $this->sandbox->checkSecurity(
  344.                 ['set''if''for'],
  345.                 ['escape''trans''nl2br'],
  346.                 ['include''url''form_widget''form_errors''asset''csrf_token']
  347.             );
  348.         } catch (SecurityError $e) {
  349.             $e->setSourceContext($this->source);
  350.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  351.                 $e->setTemplateLine($tags[$e->getTagName()]);
  352.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  353.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  354.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  355.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  356.             }
  357.             throw $e;
  358.         }
  359.     }
  360. }