var/cache/dev/twig/a2/a2549cc4fafb0d8e518d05e1b32fd4d2.php line 246

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. /* default_frame.twig */
  14. class __TwigTemplate_0f2d671f43ad7c061df18b1091c9802c 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->parent false;
  23.         $this->blocks = [
  24.             'stylesheet' => [$this'block_stylesheet'],
  25.             'main' => [$this'block_main'],
  26.             'javascript' => [$this'block_javascript'],
  27.         ];
  28.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  29.         $this->checkSecurity();
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default_frame.twig"));
  36.         // line 1
  37.         echo "<!doctype html>
  38. ";
  39.         // line 12
  40.         echo "<html lang=\"";
  41.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["eccube_config"] ?? null), "locale", [], "any"falsefalsetrue12), 12$this->source), "html"nulltrue);
  42.         echo "\">
  43. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  44.     <meta charset=\"utf-8\">
  45.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  46.     <meta name=\"eccube-csrf-token\" content=\"";
  47.         // line 16
  48.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html"nulltrue);
  49.         echo "\">
  50.     <title>";
  51.         // line 17
  52.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["BaseInfo"] ?? null), "shop_name", [], "any"falsefalsetrue17), 17$this->source), "html"nulltrue);
  53.         if ((array_key_exists("subtitle"$context) &&  !twig_test_empty(($context["subtitle"] ?? null)))) {
  54.             echo " / ";
  55.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(($context["subtitle"] ?? null), 17$this->source), "html"nulltrue);
  56.         } elseif ((array_key_exists("title"$context) &&  !twig_test_empty(($context["title"] ?? null)))) {
  57.             echo " / ";
  58.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 17$this->source), "html"nulltrue);
  59.         }
  60.         echo "</title>
  61.     ";
  62.         // line 18
  63.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_tags", [], "any"falsefalsetrue18))) {
  64.             // line 19
  65.             echo "        ";
  66.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$contexttwig_template_from_string($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_tags", [], "any"falsefalsetrue19), 19$this->source)), array(), truefalsetrue);
  67.             echo "
  68.         ";
  69.             // line 20
  70.             if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "description", [], "any"falsefalsetrue20))) {
  71.                 // line 21
  72.                 echo "            <meta name=\"description\" content=\"";
  73.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "description", [], "any"falsefalsetrue21), 21$this->source), "html"nulltrue);
  74.                 echo "\">
  75.         ";
  76.             }
  77.             // line 23
  78.             echo "    ";
  79.         } else {
  80.             // line 24
  81.             echo "        ";
  82.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"meta.twig");
  83.             echo "
  84.     ";
  85.         }
  86.         // line 26
  87.         echo "    ";
  88.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "author", [], "any"falsefalsetrue26))) {
  89.             // line 27
  90.             echo "        <meta name=\"author\" content=\"";
  91.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "author", [], "any"falsefalsetrue27), 27$this->source), "html"nulltrue);
  92.             echo "\">
  93.     ";
  94.         }
  95.         // line 29
  96.         echo "    ";
  97.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "keyword", [], "any"falsefalsetrue29))) {
  98.             // line 30
  99.             echo "        <meta name=\"keywords\" content=\"";
  100.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "keyword", [], "any"falsefalsetrue30), 30$this->source), "html"nulltrue);
  101.             echo "\">
  102.     ";
  103.         }
  104.         // line 32
  105.         echo "    ";
  106.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_robots", [], "any"falsefalsetrue32))) {
  107.             // line 33
  108.             echo "        <meta name=\"robots\" content=\"";
  109.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, ($context["Page"] ?? null), "meta_robots", [], "any"falsefalsetrue33), 33$this->source), "html"nulltrue);
  110.             echo "\">
  111.     ";
  112.         }
  113.         // line 35
  114.         echo "    <link rel=\"icon\" href=\"";
  115.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/favicon.ico""user_data"), "html"nulltrue);
  116.         echo "\">
  117.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  118.     <link rel=\"stylesheet\" href=\"";
  119.         // line 37
  120.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  121.         echo "\">
  122.     <script src=\"";
  123.         // line 38
  124.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js""bundle"), "html"nulltrue);
  125.         echo "\"></script>
  126.     ";
  127.         // line 39
  128.         $this->displayBlock('stylesheet'$context$blocks);
  129.         // line 40
  130.         echo "    <script>
  131.         \$(function() {
  132.             \$.ajaxSetup({
  133.                 'headers': {
  134.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  135.                 }
  136.             });
  137.         });
  138.     </script>
  139.     ";
  140.         // line 50
  141.         echo "    ";
  142.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Head", [], "any"falsefalsetrue50)) {
  143.             // line 51
  144.             echo "        ";
  145.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Head", [], "any"falsefalsetrue51)]);
  146.             echo "
  147.     ";
  148.         }
  149.         // line 53
  150.         echo "    ";
  151.         // line 54
  152.         echo "    ";
  153.         if (array_key_exists("plugin_assets"$context)) {
  154.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"@admin/snippet.twig", ["snippets" => ($context["plugin_assets"] ?? null)]);
  155.         }
  156.         // line 55
  157.         echo "    <link rel=\"stylesheet\" href=\"";
  158.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/customize.css""user_data"), "html"nulltrue);
  159.         echo "\">
  160. </head>
  161. <body id=\"page_";
  162.         // line 57
  163.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsetrue57), "get", [=> "_route"], "method"falsefalsetrue57), 57$this->source), "html"nulltrue);
  164.         echo "\" class=\"";
  165.         echo twig_escape_filter($this->env, ((array_key_exists("body_class"$context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["body_class"] ?? null), 57$this->source), "other_page")) : ("other_page")), "html"nulltrue);
  166.         echo "\">
  167. ";
  168.         // line 59
  169.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "BodyAfter", [], "any"falsefalsetrue59)) {
  170.             // line 60
  171.             echo "    ";
  172.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "BodyAfter", [], "any"falsefalsetrue60)]);
  173.             echo "
  174. ";
  175.         }
  176.         // line 62
  177.         echo "
  178. ";
  179.         // line 63
  180.         if (($context["isMaintenance"] ?? null)) {
  181.             // line 64
  182.             echo "    <div class=\"ec-maintenanceAlert\">
  183.         <div>
  184.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  185.             // line 66
  186.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  187.             echo "\"/></div>
  188.             ";
  189.             // line 67
  190.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  191.             echo "
  192.         </div>
  193.     </div>
  194. ";
  195.         }
  196.         // line 71
  197.         echo "
  198. <div class=\"ec-layoutRole\">
  199.     ";
  200.         // line 74
  201.         echo "    ";
  202.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Header", [], "any"falsefalsetrue74)) {
  203.             // line 75
  204.             echo "        <header class=\"ec-layoutRole__header\">
  205.             ";
  206.             // line 76
  207.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Header", [], "any"falsefalsetrue76)]);
  208.             echo "
  209.         </header>
  210.     ";
  211.         }
  212.         // line 79
  213.         echo "
  214.     ";
  215.         // line 81
  216.         echo "    ";
  217.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsTop", [], "any"falsefalsetrue81)) {
  218.             // line 82
  219.             echo "        <div class=\"ec-layoutRole__contentTop\">
  220.             ";
  221.             // line 83
  222.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsTop", [], "any"falsefalsetrue83)]);
  223.             echo "
  224.         </div>
  225.     ";
  226.         }
  227.         // line 86
  228.         echo "
  229.     <div class=\"ec-layoutRole__contents\">
  230.         ";
  231.         // line 89
  232.         echo "        ";
  233.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideLeft", [], "any"falsefalsetrue89)) {
  234.             // line 90
  235.             echo "            <aside class=\"ec-layoutRole__left\">
  236.                 ";
  237.             // line 91
  238.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideLeft", [], "any"falsefalsetrue91)]);
  239.             echo "
  240.             </aside>
  241.         ";
  242.         }
  243.         // line 94
  244.         echo "
  245.         ";
  246.         // line 95
  247.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  248.         // line 96
  249.         echo "        ";
  250.         if ((twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ColumnNum", [], "any"falsefalsetrue96) == 2)) {
  251.             // line 97
  252.             echo "            ";
  253.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  254.             // line 98
  255.             echo "        ";
  256.         } elseif ((twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ColumnNum", [], "any"falsefalsetrue98) == 3)) {
  257.             // line 99
  258.             echo "            ";
  259.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  260.             // line 100
  261.             echo "        ";
  262.         }
  263.         // line 101
  264.         echo "
  265.         <main class=\"";
  266.         // line 102
  267.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(($context["layoutRoleMain"] ?? null), 102$this->source), "html"nulltrue);
  268.         echo "\">
  269.             ";
  270.         // line 104
  271.         echo "            ";
  272.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainTop", [], "any"falsefalsetrue104)) {
  273.             // line 105
  274.             echo "                <div class=\"ec-layoutRole__mainTop\">
  275.                     ";
  276.             // line 106
  277.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainTop", [], "any"falsefalsetrue106)]);
  278.             echo "
  279.                 </div>
  280.             ";
  281.         }
  282.         // line 109
  283.         echo "
  284.             ";
  285.         // line 111
  286.         echo "            ";
  287.         $this->displayBlock('main'$context$blocks);
  288.         // line 112
  289.         echo "
  290.             ";
  291.         // line 114
  292.         echo "            ";
  293.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainBottom", [], "any"falsefalsetrue114)) {
  294.             // line 115
  295.             echo "                <div class=\"ec-layoutRole__mainBottom\">
  296.                     ";
  297.             // line 116
  298.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "MainBottom", [], "any"falsefalsetrue116)]);
  299.             echo "
  300.                 </div>
  301.             ";
  302.         }
  303.         // line 119
  304.         echo "        </main>
  305.         ";
  306.         // line 122
  307.         echo "        ";
  308.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideRight", [], "any"falsefalsetrue122)) {
  309.             // line 123
  310.             echo "            <aside class=\"ec-layoutRole__right\">
  311.                 ";
  312.             // line 124
  313.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "SideRight", [], "any"falsefalsetrue124)]);
  314.             echo "
  315.             </aside>
  316.         ";
  317.         }
  318.         // line 127
  319.         echo "    </div>
  320.     ";
  321.         // line 130
  322.         echo "    ";
  323.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsBottom", [], "any"falsefalsetrue130)) {
  324.             // line 131
  325.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  326.             ";
  327.             // line 132
  328.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "ContentsBottom", [], "any"falsefalsetrue132)]);
  329.             echo "
  330.         </div>
  331.     ";
  332.         }
  333.         // line 135
  334.         echo "
  335.     ";
  336.         // line 137
  337.         echo "    ";
  338.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Footer", [], "any"falsefalsetrue137)) {
  339.             // line 138
  340.             echo "        <footer class=\"ec-layoutRole__footer\">
  341.             ";
  342.             // line 139
  343.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Footer", [], "any"falsefalsetrue139)]);
  344.             echo "
  345.         </footer>
  346.     ";
  347.         }
  348.         // line 142
  349.         echo "</div><!-- ec-layoutRole -->
  350. <div class=\"ec-overlayRole\"></div>
  351. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  352. <div class=\"ec-drawerRole\">
  353.     ";
  354.         // line 148
  355.         echo "    ";
  356.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Drawer", [], "any"falsefalsetrue148)) {
  357.             // line 149
  358.             echo "        ";
  359.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "Drawer", [], "any"falsefalsetrue149)]);
  360.             echo "
  361.     ";
  362.         }
  363.         // line 151
  364.         echo "</div>
  365. <div class=\"ec-blockTopBtn pagetop\">";
  366.         // line 152
  367.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ページトップへ"), "html"nulltrue);
  368.         echo "</div>
  369. ";
  370.         // line 153
  371.         $this->loadTemplate("@common/lang.twig""default_frame.twig"153)->display($context);
  372.         // line 154
  373.         echo "<script src=\"";
  374.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  375.         echo "\"></script>
  376. <script src=\"";
  377.         // line 155
  378.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  379.         echo "\"></script>
  380. ";
  381.         // line 156
  382.         $this->displayBlock('javascript'$context$blocks);
  383.         // line 158
  384.         if (twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "CloseBodyBefore", [], "any"falsefalsetrue158)) {
  385.             // line 159
  386.             echo "    ";
  387.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, ($context["Layout"] ?? null), "CloseBodyBefore", [], "any"falsefalsetrue159)]);
  388.             echo "
  389. ";
  390.         }
  391.         // line 162
  392.         if (array_key_exists("plugin_snippets"$context)) {
  393.             // line 163
  394.             echo "    ";
  395.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"snippet.twig", ["snippets" => ($context["plugin_snippets"] ?? null)]);
  396.             echo "
  397. ";
  398.         }
  399.         // line 165
  400.         echo "    <script src=\"";
  401.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  402.         echo "\"></script>
  403. </body>
  404. </html>
  405. ";
  406.         
  407.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  408.     }
  409.     // line 39
  410.     public function block_stylesheet($context, array $blocks = [])
  411.     {
  412.         $macros $this->macros;
  413.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  414.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  415.         
  416.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  417.     }
  418.     // line 111
  419.     public function block_main($context, array $blocks = [])
  420.     {
  421.         $macros $this->macros;
  422.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  423.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  424.         
  425.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  426.     }
  427.     // line 156
  428.     public function block_javascript($context, array $blocks = [])
  429.     {
  430.         $macros $this->macros;
  431.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  432.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  433.         
  434.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  435.     }
  436.     public function getTemplateName()
  437.     {
  438.         return "default_frame.twig";
  439.     }
  440.     public function isTraitable()
  441.     {
  442.         return false;
  443.     }
  444.     public function getDebugInfo()
  445.     {
  446.         return array (  447 => 156,  435 => 111,  423 => 39,  411 => 165,  405 => 163,  403 => 162,  397 => 159,  395 => 158,  393 => 156,  389 => 155,  384 => 154,  382 => 153,  378 => 152,  375 => 151,  369 => 149,  366 => 148,  359 => 142,  353 => 139,  350 => 138,  347 => 137,  344 => 135,  338 => 132,  335 => 131,  332 => 130,  328 => 127,  322 => 124,  319 => 123,  316 => 122,  312 => 119,  306 => 116,  303 => 115,  300 => 114,  297 => 112,  294 => 111,  291 => 109,  285 => 106,  282 => 105,  279 => 104,  275 => 102,  272 => 101,  269 => 100,  266 => 99,  263 => 98,  260 => 97,  257 => 96,  255 => 95,  252 => 94,  246 => 91,  243 => 90,  240 => 89,  236 => 86,  230 => 83,  227 => 82,  224 => 81,  221 => 79,  215 => 76,  212 => 75,  209 => 74,  205 => 71,  198 => 67,  194 => 66,  190 => 64,  188 => 63,  185 => 62,  179 => 60,  177 => 59,  171 => 57,  165 => 55,  160 => 54,  158 => 53,  152 => 51,  149 => 50,  138 => 40,  136 => 39,  132 => 38,  128 => 37,  122 => 35,  116 => 33,  113 => 32,  107 => 30,  104 => 29,  98 => 27,  95 => 26,  89 => 24,  86 => 23,  80 => 21,  78 => 20,  73 => 19,  71 => 18,  60 => 17,  56 => 16,  48 => 12,  45 => 1,);
  447.     }
  448.     public function getSourceContext()
  449.     {
  450.         return new Source("""default_frame.twig""/usr/home/hbw1010t44oz/html/src/Eccube/Resource/template/default/default_frame.twig");
  451.     }
  452.     
  453.     public function checkSecurity()
  454.     {
  455.         static $tags = array("if" => 17"block" => 39"set" => 95"include" => 153);
  456.         static $filters = array("escape" => 12"default" => 57"trans" => 67);
  457.         static $functions = array("csrf_token" => 16"constant" => 16"include" => 19"template_from_string" => 19"asset" => 35);
  458.         try {
  459.             $this->sandbox->checkSecurity(
  460.                 ['if''block''set''include'],
  461.                 ['escape''default''trans'],
  462.                 ['csrf_token''constant''include''template_from_string''asset'],
  463.                 $this->source
  464.             );
  465.         } catch (SecurityError $e) {
  466.             $e->setSourceContext($this->source);
  467.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  468.                 $e->setTemplateLine($tags[$e->getTagName()]);
  469.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  470.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  471.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  472.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  473.             }
  474.             throw $e;
  475.         }
  476.     }
  477. }