var/cache/dev/twig/f4/f45c990add8f43b94c10d9a9fce455bb.php line 39

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_404f6e7203746929b639f9423ccb6b57 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.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 11
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Mypage/login.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Mypage/login.twig"));
  39.         // line 13
  40.         $context["body_class"] = "mypage";
  41.         // line 11
  42.         $this->parent $this->loadTemplate("default_frame.twig""Mypage/login.twig"11);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     // line 15
  50.     public function block_stylesheet($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  57.         // line 16
  58.         echo "<link rel=\"stylesheet\" href=\"";
  59.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/mypage-login.css"), "html"nulltrue);
  60.         echo "\" type=\"text/css\" media=\"all\" />
  61. ";
  62.         
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  64.         
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  66.     }
  67.     // line 19
  68.     public function block_main($context, array $blocks = [])
  69.     {
  70.         $macros $this->macros;
  71.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  73.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  74.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  75.         // line 20
  76.         echo "    <section id=\"main-visual\">
  77.         <div class=\"mainvisual\" style=\"background-image: url('";
  78.         // line 21
  79.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/mv_img_01.jpg"), "html"nulltrue);
  80.         echo "'); ?>)\"></div>
  81.     </section>
  82.     <section id=\"main-title\">
  83.         <h2 class=\"page-title\">LOGIN</h2>
  84.         <div class=\"scroll\">
  85.             <a href=\"#topic-path\">
  86.                 <p>scroll</p>
  87.                 <img src=\"https://mx-build.jp/wp-content/themes/%E3%82%BF%E3%82%A4%E3%82%A8%E3%82%A4%E5%8C%97%E6%B5%B7%E9%81%93%E3%82%A8%E3%83%B3%E3%82%B7%E3%82%99%E3%83%8B%E3%82%A2%E3%82%A2%E3%83%AA%E3%83%B3%E3%82%AF%E3%82%99/img/scroll.png\" alt=\"scroll-arrow\">
  88.             </a>
  89.         </div>
  90.     </section>
  91. \t<section id=\"topic-path\">
  92. \t\t<div class=\"wrapper\">
  93. \t\t\t<div class=\"container\">
  94. \t\t\t\t<div class=\"page\">
  95. \t\t\t\t\t<a href=\"/\">
  96. \t\t\t\t\t\t<span class=\"home\">HOME</span>
  97. \t\t\t\t\t</a>
  98. \t\t\t\t\t<span>&gt;</span>
  99. \t\t\t\t\t<span class=\"current\">ログイン</span>
  100. \t\t\t\t</div>
  101. \t\t\t</div>
  102. \t\t</div>
  103. \t</section>
  104.     <div class=\"ec-role\">
  105.         <div class=\"ec-pageHeader\">
  106.             <h1>";
  107.         // line 47
  108.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ログイン"), "html"nulltrue);
  109.         echo "</h1>
  110.         </div>
  111.         <div class=\"ec-off2Grid\">
  112.             <div class=\"ec-off2Grid__cell\">
  113.                 <form name=\"login_mypage\" id=\"login_mypage\" method=\"post\" action=\"";
  114.         // line 51
  115.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_login");
  116.         echo "\">
  117.                     ";
  118.         // line 52
  119.         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.'52$this->source); })()), "session", [], "any"falsefalsefalse52), "flashBag", [], "any"falsefalsefalse52), "has", [=> "eccube.login.target.path"], "method"falsefalsefalse52)) {
  120.             // line 53
  121.             echo "                        ";
  122.             $context['_parent'] = $context;
  123.             $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.'53$this->source); })()), "session", [], "any"falsefalsefalse53), "flashBag", [], "any"falsefalsefalse53), "peek", [=> "eccube.login.target.path"], "method"falsefalsefalse53));
  124.             foreach ($context['_seq'] as $context["_key"] => $context["targetPath"]) {
  125.                 // line 54
  126.                 echo "                            <input type=\"hidden\" name=\"_target_path\" value=\"";
  127.                 echo twig_escape_filter($this->env$context["targetPath"], "html"nulltrue);
  128.                 echo "\" />
  129.                         ";
  130.             }
  131.             $_parent $context['_parent'];
  132.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['targetPath'], $context['_parent'], $context['loop']);
  133.             $context array_intersect_key($context$_parent) + $_parent;
  134.             // line 56
  135.             echo "                    ";
  136.         }
  137.         // line 57
  138.         echo "                    <div class=\"ec-login\">
  139.                         <div class=\"ec-login__icon\">
  140.                             <div class=\"ec-icon\"><img src=\"";
  141.         // line 59
  142.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/user.svg"), "html"nulltrue);
  143.         echo "\" alt=\"\"></div>
  144.                         </div>
  145.                         <div class=\"ec-login__input\">
  146.                             <div class=\"ec-input\">
  147.                                 ";
  148.         // line 63
  149.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.'63$this->source); })()), "login_email", [], "any"falsefalsefalse63), 'widget', ["attr" => ["style" => "ime-mode: disabled;""placeholder" => "メールアドレス""autofocus" => true]]);
  150.         echo "
  151.                                 ";
  152.         // line 64
  153.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.'64$this->source); })()), "login_pass", [], "any"falsefalsefalse64), 'widget', ["attr" => ["placeholder" => "パスワード"]]);
  154.         echo "
  155.                             </div>
  156.                             ";
  157.         // line 66
  158.         if (twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'66$this->source); })()), "option_remember_me", [], "any"falsefalsefalse66)) {
  159.             // line 67
  160.             echo "                            <div class=\"ec-checkbox\">
  161.                                 <label>
  162.                                     ";
  163.             // line 69
  164.             if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  165.                 // line 70
  166.                 echo "                                        <input type=\"hidden\" name=\"login_memory\" value=\"1\">
  167.                                     ";
  168.             } else {
  169.                 // line 72
  170.                 echo "                                        ";
  171.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(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.'72$this->source); })()), "login_memory", [], "any"falsefalsefalse72), 'widget', ["label" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("次回から自動的にログインする")]);
  172.                 echo "
  173.                                     ";
  174.             }
  175.             // line 74
  176.             echo "                                </label>
  177.                             </div>
  178.                             ";
  179.         }
  180.         // line 77
  181.         echo "                            ";
  182.         $context['_parent'] = $context;
  183.         $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.'77$this->source); })()), "session", [], "any"falsefalsefalse77), "flashbag", [], "any"falsefalsefalse77), "get", [=> "password_reset_complete"], "method"falsefalsefalse77));
  184.         foreach ($context['_seq'] as $context["_key"] => $context["reset_complete"]) {
  185.             // line 78
  186.             echo "                                <p>";
  187.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["reset_complete"]), "html"nulltrue);
  188.             echo "</p>
  189.                             ";
  190.         }
  191.         $_parent $context['_parent'];
  192.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['reset_complete'], $context['_parent'], $context['loop']);
  193.         $context array_intersect_key($context$_parent) + $_parent;
  194.         // line 80
  195.         echo "                            ";
  196.         if ((isset($context["error"]) || array_key_exists("error"$context) ? $context["error"] : (function () { throw new RuntimeError('Variable "error" does not exist.'80$this->source); })())) {
  197.             // line 81
  198.             echo "                                <p class=\"ec-errorMessage\">";
  199.             echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(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.'81$this->source); })()), "messageKey", [], "any"falsefalsefalse81), 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.'81$this->source); })()), "messageData", [], "any"falsefalsefalse81), "validators"), "html"nulltrue));
  200.             echo "</p>
  201.                             ";
  202.         }
  203.         // line 83
  204.         echo "                        </div>
  205.                         <div class=\"ec-grid2\">
  206.                             <div class=\"ec-grid2__cell\">
  207.                                 <div class=\"ec-login__actions\">
  208.                                     <button type=\"submit\"
  209.                                             class=\"ec-blockBtn--cancel\">";
  210.         // line 88
  211.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ログイン"), "html"nulltrue);
  212.         echo "</button>
  213.                                 </div>
  214.                             </div>
  215.                             <div class=\"ec-grid2__cell\">
  216.                                 <div class=\"ec-login__link\"><a class=\"ec-link\"
  217.                                                                href=\"";
  218.         // line 93
  219.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("forgot");
  220.         echo "\">";
  221.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ログイン情報をお忘れですか?"), "html"nulltrue);
  222.         echo "</a>
  223.                                 </div>
  224.                                 <div class=\"ec-login__link\"><a class=\"ec-link\"
  225.                                                                href=\"";
  226.         // line 96
  227.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
  228.         echo "\">";
  229.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("新規会員登録"), "html"nulltrue);
  230.         echo "</a>
  231.                                 </div>
  232.                             </div>
  233.                         </div>
  234.                     </div>
  235.                     <input type=\"hidden\" name=\"_csrf_token\" value=\"";
  236.         // line 101
  237.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("authenticate"), "html"nulltrue);
  238.         echo "\">
  239.                 </form>
  240.             </div>
  241.         </div>
  242.     </div>
  243. ";
  244.         
  245.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  246.         
  247.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  248.     }
  249.     public function getTemplateName()
  250.     {
  251.         return "Mypage/login.twig";
  252.     }
  253.     public function isTraitable()
  254.     {
  255.         return false;
  256.     }
  257.     public function getDebugInfo()
  258.     {
  259.         return array (  256 => 101,  246 => 96,  238 => 93,  230 => 88,  223 => 83,  217 => 81,  214 => 80,  205 => 78,  200 => 77,  195 => 74,  189 => 72,  185 => 70,  183 => 69,  179 => 67,  177 => 66,  172 => 64,  168 => 63,  161 => 59,  157 => 57,  154 => 56,  145 => 54,  140 => 53,  138 => 52,  134 => 51,  127 => 47,  98 => 21,  95 => 20,  85 => 19,  72 => 16,  62 => 15,  51 => 11,  49 => 13,  36 => 11,);
  260.     }
  261.     public function getSourceContext()
  262.     {
  263.         return new Source("{#
  264. This file is part of EC-CUBE
  265. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  266. http://www.ec-cube.co.jp/
  267. For the full copyright and license information, please view the LICENSE
  268. file that was distributed with this source code.
  269. #}
  270. {% extends 'default_frame.twig' %}
  271. {% set body_class = 'mypage' %}
  272. {% block stylesheet %}
  273. <link rel=\"stylesheet\" href=\"{{ asset('assets/css/mypage-login.css') }}\" type=\"text/css\" media=\"all\" />
  274. {% endblock %}
  275. {% block main %}
  276.     <section id=\"main-visual\">
  277.         <div class=\"mainvisual\" style=\"background-image: url('{{ asset('assets/img/common/mv_img_01.jpg') }}'); ?>)\"></div>
  278.     </section>
  279.     <section id=\"main-title\">
  280.         <h2 class=\"page-title\">LOGIN</h2>
  281.         <div class=\"scroll\">
  282.             <a href=\"#topic-path\">
  283.                 <p>scroll</p>
  284.                 <img src=\"https://mx-build.jp/wp-content/themes/%E3%82%BF%E3%82%A4%E3%82%A8%E3%82%A4%E5%8C%97%E6%B5%B7%E9%81%93%E3%82%A8%E3%83%B3%E3%82%B7%E3%82%99%E3%83%8B%E3%82%A2%E3%82%A2%E3%83%AA%E3%83%B3%E3%82%AF%E3%82%99/img/scroll.png\" alt=\"scroll-arrow\">
  285.             </a>
  286.         </div>
  287.     </section>
  288. \t<section id=\"topic-path\">
  289. \t\t<div class=\"wrapper\">
  290. \t\t\t<div class=\"container\">
  291. \t\t\t\t<div class=\"page\">
  292. \t\t\t\t\t<a href=\"/\">
  293. \t\t\t\t\t\t<span class=\"home\">HOME</span>
  294. \t\t\t\t\t</a>
  295. \t\t\t\t\t<span>&gt;</span>
  296. \t\t\t\t\t<span class=\"current\">ログイン</span>
  297. \t\t\t\t</div>
  298. \t\t\t</div>
  299. \t\t</div>
  300. \t</section>
  301.     <div class=\"ec-role\">
  302.         <div class=\"ec-pageHeader\">
  303.             <h1>{{ 'ログイン'|trans }}</h1>
  304.         </div>
  305.         <div class=\"ec-off2Grid\">
  306.             <div class=\"ec-off2Grid__cell\">
  307.                 <form name=\"login_mypage\" id=\"login_mypage\" method=\"post\" action=\"{{ url('mypage_login') }}\">
  308.                     {% if app.session.flashBag.has('eccube.login.target.path') %}
  309.                         {% for targetPath in app.session.flashBag.peek('eccube.login.target.path') %}
  310.                             <input type=\"hidden\" name=\"_target_path\" value=\"{{ targetPath }}\" />
  311.                         {% endfor %}
  312.                     {% endif %}
  313.                     <div class=\"ec-login\">
  314.                         <div class=\"ec-login__icon\">
  315.                             <div class=\"ec-icon\"><img src=\"{{ asset('assets/icon/user.svg') }}\" alt=\"\"></div>
  316.                         </div>
  317.                         <div class=\"ec-login__input\">
  318.                             <div class=\"ec-input\">
  319.                                 {{ form_widget(form.login_email, {'attr': {'style' : 'ime-mode: disabled;', 'placeholder' : 'メールアドレス', 'autofocus': true}}) }}
  320.                                 {{ form_widget(form.login_pass,  {'attr': {'placeholder' : 'パスワード' }}) }}
  321.                             </div>
  322.                             {% if BaseInfo.option_remember_me %}
  323.                             <div class=\"ec-checkbox\">
  324.                                 <label>
  325.                                     {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  326.                                         <input type=\"hidden\" name=\"login_memory\" value=\"1\">
  327.                                     {% else %}
  328.                                         {{ form_widget(form.login_memory, { 'label': '次回から自動的にログインする'|trans }) }}
  329.                                     {% endif %}
  330.                                 </label>
  331.                             </div>
  332.                             {% endif %}
  333.                             {% for reset_complete in app.session.flashbag.get('password_reset_complete') %}
  334.                                 <p>{{ reset_complete|trans }}</p>
  335.                             {% endfor %}
  336.                             {% if error %}
  337.                                 <p class=\"ec-errorMessage\">{{ error.messageKey|trans(error.messageData, 'validators')|nl2br }}</p>
  338.                             {% endif %}
  339.                         </div>
  340.                         <div class=\"ec-grid2\">
  341.                             <div class=\"ec-grid2__cell\">
  342.                                 <div class=\"ec-login__actions\">
  343.                                     <button type=\"submit\"
  344.                                             class=\"ec-blockBtn--cancel\">{{ 'ログイン'|trans }}</button>
  345.                                 </div>
  346.                             </div>
  347.                             <div class=\"ec-grid2__cell\">
  348.                                 <div class=\"ec-login__link\"><a class=\"ec-link\"
  349.                                                                href=\"{{ url('forgot') }}\">{{ 'ログイン情報をお忘れですか?'|trans }}</a>
  350.                                 </div>
  351.                                 <div class=\"ec-login__link\"><a class=\"ec-link\"
  352.                                                                href=\"{{ url('entry') }}\">{{ '新規会員登録'|trans }}</a>
  353.                                 </div>
  354.                             </div>
  355.                         </div>
  356.                     </div>
  357.                     <input type=\"hidden\" name=\"_csrf_token\" value=\"{{ csrf_token('authenticate') }}\">
  358.                 </form>
  359.             </div>
  360.         </div>
  361.     </div>
  362. {% endblock %}""Mypage/login.twig""/home/fneccube02/mx-build.jp/public_html/shop/app/template/myTemplate/Mypage/login.twig");
  363.     }
  364. }