var/cache/dev/twig/8d/8d3ccca42f5ffec6dea548ebce793480.php line 38

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_818022fef991b200c88a800834e40e68 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.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default_frame.twig"));
  38.         // line 1
  39.         echo "<!doctype html>
  40. ";
  41.         // line 12
  42.         echo "<html lang=\"";
  43.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["eccube_config"]) || array_key_exists("eccube_config"$context) ? $context["eccube_config"] : (function () { throw new RuntimeError('Variable "eccube_config" does not exist.'12$this->source); })()), "locale", [], "any"falsefalsetrue12), 12$this->source), "html"nulltrue);
  44.         echo "\">
  45. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  46.     <meta charset=\"utf-8\">
  47.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  48.     <meta name=\"eccube-csrf-token\" content=\"";
  49.         // line 16
  50.         echo twig_escape_filter($this->env$this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken(twig_constant("Eccube\\Common\\Constant::TOKEN_NAME")), "html"nulltrue);
  51.         echo "\">
  52.     <title>";
  53.         // line 17
  54.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(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.'17$this->source); })()), "shop_name", [], "any"falsefalsetrue17), 17$this->source), "html"nulltrue);
  55.         if ((array_key_exists("subtitle"$context) &&  !twig_test_empty((isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'17$this->source); })())))) {
  56.             echo " / ";
  57.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["subtitle"]) || array_key_exists("subtitle"$context) ? $context["subtitle"] : (function () { throw new RuntimeError('Variable "subtitle" does not exist.'17$this->source); })()), 17$this->source), "html"nulltrue);
  58.         } elseif ((array_key_exists("title"$context) &&  !twig_test_empty((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'17$this->source); })())))) {
  59.             echo " / ";
  60.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'17$this->source); })()), 17$this->source), "html"nulltrue);
  61.         }
  62.         echo "</title>
  63.     ";
  64.         // line 18
  65.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'18$this->source); })()), "meta_tags", [], "any"falsefalsetrue18))) {
  66.             // line 19
  67.             echo "        ";
  68.             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, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'19$this->source); })()), "meta_tags", [], "any"falsefalsetrue19), 19$this->source)), array(), truefalsetrue);
  69.             echo "
  70.         ";
  71.             // line 20
  72.             if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'20$this->source); })()), "description", [], "any"falsefalsetrue20))) {
  73.                 // line 21
  74.                 echo "            <meta name=\"description\" content=\"";
  75.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'21$this->source); })()), "description", [], "any"falsefalsetrue21), 21$this->source), "html"nulltrue);
  76.                 echo "\">
  77.         ";
  78.             }
  79.             // line 23
  80.             echo "    ";
  81.         } else {
  82.             // line 24
  83.             echo "        ";
  84.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"meta.twig");
  85.             echo "
  86.     ";
  87.         }
  88.         // line 26
  89.         echo "    ";
  90.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'26$this->source); })()), "author", [], "any"falsefalsetrue26))) {
  91.             // line 27
  92.             echo "        <meta name=\"author\" content=\"";
  93.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'27$this->source); })()), "author", [], "any"falsefalsetrue27), 27$this->source), "html"nulltrue);
  94.             echo "\">
  95.     ";
  96.         }
  97.         // line 29
  98.         echo "    ";
  99.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'29$this->source); })()), "keyword", [], "any"falsefalsetrue29))) {
  100.             // line 30
  101.             echo "        <meta name=\"keywords\" content=\"";
  102.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'30$this->source); })()), "keyword", [], "any"falsefalsetrue30), 30$this->source), "html"nulltrue);
  103.             echo "\">
  104.     ";
  105.         }
  106.         // line 32
  107.         echo "    ";
  108.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'32$this->source); })()), "meta_robots", [], "any"falsefalsetrue32))) {
  109.             // line 33
  110.             echo "        <meta name=\"robots\" content=\"";
  111.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["Page"]) || array_key_exists("Page"$context) ? $context["Page"] : (function () { throw new RuntimeError('Variable "Page" does not exist.'33$this->source); })()), "meta_robots", [], "any"falsefalsetrue33), 33$this->source), "html"nulltrue);
  112.             echo "\">
  113.     ";
  114.         }
  115.         // line 35
  116.         echo "    <link rel=\"icon\" href=\"";
  117.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/art-favicon.ico""user_data"), "html"nulltrue);
  118.         echo "\">
  119.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  120.     <link rel=\"stylesheet\" href=\"";
  121.         // line 37
  122.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style.css"), "html"nulltrue);
  123.         echo "\">
  124.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  125.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  126.     <link href=\"https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap\" rel=\"stylesheet\">
  127.     <script src=\"";
  128.         // line 41
  129.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("front.bundle.js""bundle"), "html"nulltrue);
  130.         echo "\"></script>
  131.     ";
  132.         // line 42
  133.         $this->displayBlock('stylesheet'$context$blocks);
  134.         // line 43
  135.         echo "    <script>
  136.         \$(function() {
  137.             \$.ajaxSetup({
  138.                 'headers': {
  139.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  140.                 }
  141.             });
  142.         });
  143.     </script>
  144.     ";
  145.         // line 53
  146.         echo "    ";
  147.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'53$this->source); })()), "Head", [], "any"falsefalsetrue53)) {
  148.             // line 54
  149.             echo "        ";
  150.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'54$this->source); })()), "Head", [], "any"falsefalsetrue54)]);
  151.             echo "
  152.     ";
  153.         }
  154.         // line 56
  155.         echo "    ";
  156.         // line 57
  157.         echo "    ";
  158.         if (array_key_exists("plugin_assets"$context)) {
  159.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"@admin/snippet.twig", ["snippets" => (isset($context["plugin_assets"]) || array_key_exists("plugin_assets"$context) ? $context["plugin_assets"] : (function () { throw new RuntimeError('Variable "plugin_assets" does not exist.'57$this->source); })())]);
  160.         }
  161.         // line 58
  162.         echo "    <link rel=\"stylesheet\" href=\"";
  163.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/util.css""user_data"), "html"nulltrue);
  164.         echo "\">
  165.     <link rel=\"stylesheet\" href=\"";
  166.         // line 59
  167.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/style_add.css""user_data"), "html"nulltrue);
  168.         echo "\">
  169.     <link href=\"https://use.fontawesome.com/releases/v6.5.2/css/all.css\" rel=\"stylesheet\">
  170. </head>
  171. <body id=\"page_";
  172.         // line 62
  173.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_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.'62$this->source); })()), "request", [], "any"falsefalsetrue62), "get", [=> "_route"], "method"falsefalsetrue62), 62$this->source), "html"nulltrue);
  174.         echo "\" class=\"";
  175.         echo twig_escape_filter($this->env, ((array_key_exists("body_class"$context)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed((isset($context["body_class"]) || array_key_exists("body_class"$context) ? $context["body_class"] : (function () { throw new RuntimeError('Variable "body_class" does not exist.'62$this->source); })()), 62$this->source), "other_page")) : ("other_page")), "html"nulltrue);
  176.         echo "\">
  177. ";
  178.         // line 64
  179.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'64$this->source); })()), "BodyAfter", [], "any"falsefalsetrue64)) {
  180.             // line 65
  181.             echo "    ";
  182.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'65$this->source); })()), "BodyAfter", [], "any"falsefalsetrue65)]);
  183.             echo "
  184. ";
  185.         }
  186.         // line 67
  187.         echo "
  188. ";
  189.         // line 68
  190.         if ((isset($context["isMaintenance"]) || array_key_exists("isMaintenance"$context) ? $context["isMaintenance"] : (function () { throw new RuntimeError('Variable "isMaintenance" does not exist.'68$this->source); })())) {
  191.             // line 69
  192.             echo "    <div class=\"ec-maintenanceAlert\">
  193.         <div>
  194.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"";
  195.             // line 71
  196.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  197.             echo "\"/></div>
  198.             ";
  199.             // line 72
  200.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("メンテナンスモードが有効になっています。"), "html"nulltrue);
  201.             echo "
  202.         </div>
  203.     </div>
  204. ";
  205.         }
  206.         // line 76
  207.         echo "
  208. <div class=\"ec-layoutRole\">
  209.     ";
  210.         // line 79
  211.         echo "    ";
  212.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'79$this->source); })()), "Header", [], "any"falsefalsetrue79)) {
  213.             // line 80
  214.             echo "        <header class=\"ec-layoutRole__header\">
  215.             ";
  216.             // line 81
  217.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'81$this->source); })()), "Header", [], "any"falsefalsetrue81)]);
  218.             echo "
  219.         </header>
  220.     ";
  221.         }
  222.         // line 84
  223.         echo "
  224.     ";
  225.         // line 86
  226.         echo "    ";
  227.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'86$this->source); })()), "ContentsTop", [], "any"falsefalsetrue86)) {
  228.             // line 87
  229.             echo "        <div class=\"ec-layoutRole__contentTop\">
  230.             ";
  231.             // line 88
  232.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'88$this->source); })()), "ContentsTop", [], "any"falsefalsetrue88)]);
  233.             echo "
  234.         </div>
  235.     ";
  236.         }
  237.         // line 91
  238.         echo "
  239.     <div class=\"flex main-color-bg\">
  240.         ";
  241.         // line 93
  242.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  243.             // line 94
  244.             echo "            <aside class=\"side-menu-layout\">
  245.                 ";
  246.             // line 95
  247.             echo $this->extensions['Eccube\Twig\Extension\TwigIncludeExtension']->include_dispatch($context"Block/side_menu.twig");
  248.             echo "
  249.             </aside>
  250.         ";
  251.         }
  252.         // line 98
  253.         echo "
  254.         <div class=\"ec-layoutRole__contents\">
  255.             ";
  256.         // line 100
  257.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  258.             // line 101
  259.             echo "                <div class=\"auction-start-popup-area blinking\">
  260.                     <div>
  261.                         <div class=\"popup-title\">
  262.                             オークション開催中
  263.                             <i class=\"fas fa-angle-down\"></i>
  264.                         </div>
  265.                         <div class=\"auction-list\">
  266.                             <ul class=\"list-group\">
  267.                             </ul>
  268.                         </div>
  269.                     </div>
  270.                 </div>
  271.             ";
  272.         }
  273.         // line 115
  274.         echo "
  275.             ";
  276.         // line 117
  277.         echo "            ";
  278.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'117$this->source); })()), "SideLeft", [], "any"falsefalsetrue117)) {
  279.             // line 118
  280.             echo "                <aside class=\"ec-layoutRole__left\">
  281.                     ";
  282.             // line 119
  283.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'119$this->source); })()), "SideLeft", [], "any"falsefalsetrue119)]);
  284.             echo "
  285.                 </aside>
  286.             ";
  287.         }
  288.         // line 122
  289.         echo "
  290.             ";
  291.         // line 123
  292.         $context["layoutRoleMain"] = "ec-layoutRole__main";
  293.         // line 124
  294.         echo "            ";
  295.         if ((twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'124$this->source); })()), "ColumnNum", [], "any"falsefalsetrue124) == 2)) {
  296.             // line 125
  297.             echo "                ";
  298.             $context["layoutRoleMain"] = "ec-layoutRole__mainWithColumn";
  299.             // line 126
  300.             echo "            ";
  301.         } elseif ((twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'126$this->source); })()), "ColumnNum", [], "any"falsefalsetrue126) == 3)) {
  302.             // line 127
  303.             echo "                ";
  304.             $context["layoutRoleMain"] = "ec-layoutRole__mainBetweenColumn";
  305.             // line 128
  306.             echo "            ";
  307.         }
  308.         // line 129
  309.         echo "
  310.             <main class=\"";
  311.         // line 130
  312.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["layoutRoleMain"]) || array_key_exists("layoutRoleMain"$context) ? $context["layoutRoleMain"] : (function () { throw new RuntimeError('Variable "layoutRoleMain" does not exist.'130$this->source); })()), 130$this->source), "html"nulltrue);
  313.         echo "\">
  314.                 ";
  315.         // line 132
  316.         echo "                ";
  317.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'132$this->source); })()), "MainTop", [], "any"falsefalsetrue132)) {
  318.             // line 133
  319.             echo "                    <div class=\"ec-layoutRole__mainTop\">
  320.                         ";
  321.             // line 134
  322.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'134$this->source); })()), "MainTop", [], "any"falsefalsetrue134)]);
  323.             echo "
  324.                     </div>
  325.                 ";
  326.         }
  327.         // line 137
  328.         echo "
  329.                 ";
  330.         // line 139
  331.         echo "                ";
  332.         $this->displayBlock('main'$context$blocks);
  333.         // line 140
  334.         echo "
  335.                 ";
  336.         // line 142
  337.         echo "                ";
  338.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'142$this->source); })()), "MainBottom", [], "any"falsefalsetrue142)) {
  339.             // line 143
  340.             echo "                    <div class=\"ec-layoutRole__mainBottom\">
  341.                         ";
  342.             // line 144
  343.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'144$this->source); })()), "MainBottom", [], "any"falsefalsetrue144)]);
  344.             echo "
  345.                     </div>
  346.                 ";
  347.         }
  348.         // line 147
  349.         echo "            </main>
  350.             ";
  351.         // line 150
  352.         echo "            ";
  353.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'150$this->source); })()), "SideRight", [], "any"falsefalsetrue150)) {
  354.             // line 151
  355.             echo "                <aside class=\"ec-layoutRole__right\">
  356.                     ";
  357.             // line 152
  358.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'152$this->source); })()), "SideRight", [], "any"falsefalsetrue152)]);
  359.             echo "
  360.                 </aside>
  361.             ";
  362.         }
  363.         // line 155
  364.         echo "        </div>
  365.     </div>
  366.     ";
  367.         // line 159
  368.         echo "    ";
  369.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'159$this->source); })()), "ContentsBottom", [], "any"falsefalsetrue159)) {
  370.             // line 160
  371.             echo "        <div class=\"ec-layoutRole__contentBottom\">
  372.             ";
  373.             // line 161
  374.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'161$this->source); })()), "ContentsBottom", [], "any"falsefalsetrue161)]);
  375.             echo "
  376.         </div>
  377.     ";
  378.         }
  379.         // line 164
  380.         echo "
  381.     ";
  382.         // line 166
  383.         echo "    ";
  384.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'166$this->source); })()), "Footer", [], "any"falsefalsetrue166)) {
  385.             // line 167
  386.             echo "        <footer class=\"ec-layoutRole__footer\">
  387.             ";
  388.             // line 168
  389.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'168$this->source); })()), "Footer", [], "any"falsefalsetrue168)]);
  390.             echo "
  391.         </footer>
  392.     ";
  393.         }
  394.         // line 171
  395.         echo "</div><!-- ec-layoutRole -->
  396. <div class=\"ec-overlayRole\"></div>
  397. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  398. <div class=\"ec-drawerRole\">
  399.     ";
  400.         // line 177
  401.         echo "    ";
  402.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'177$this->source); })()), "Drawer", [], "any"falsefalsetrue177)) {
  403.             // line 178
  404.             echo "        ";
  405.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'178$this->source); })()), "Drawer", [], "any"falsefalsetrue178)]);
  406.             echo "
  407.     ";
  408.         }
  409.         // line 180
  410.         echo "</div>
  411. <!-- <div class=\"ec-blockTopBtn pagetop\">";
  412.         // line 181
  413.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ページトップへ"), "html"nulltrue);
  414.         echo "</div> -->
  415. ";
  416.         // line 182
  417.         $this->loadTemplate("@common/lang.twig""default_frame.twig"182)->display($context);
  418.         // line 183
  419.         echo "<script src=\"";
  420.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/function.js"), "html"nulltrue);
  421.         echo "\"></script>
  422. <script src=\"";
  423.         // line 184
  424.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/eccube.js"), "html"nulltrue);
  425.         echo "\"></script>
  426. ";
  427.         // line 185
  428.         $this->displayBlock('javascript'$context$blocks);
  429.         // line 187
  430.         if (twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'187$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue187)) {
  431.             // line 188
  432.             echo "    ";
  433.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"block.twig", ["Blocks" => twig_get_attribute($this->env$this->source, (isset($context["Layout"]) || array_key_exists("Layout"$context) ? $context["Layout"] : (function () { throw new RuntimeError('Variable "Layout" does not exist.'188$this->source); })()), "CloseBodyBefore", [], "any"falsefalsetrue188)]);
  434.             echo "
  435. ";
  436.         }
  437.         // line 191
  438.         if (array_key_exists("plugin_snippets"$context)) {
  439.             // line 192
  440.             echo "    ";
  441.             echo $this->extensions['Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension']->twig_include($this->env$context"snippet.twig", ["snippets" => (isset($context["plugin_snippets"]) || array_key_exists("plugin_snippets"$context) ? $context["plugin_snippets"] : (function () { throw new RuntimeError('Variable "plugin_snippets" does not exist.'192$this->source); })())]);
  442.             echo "
  443. ";
  444.         }
  445.         // line 194
  446.         echo "    <script type=\"module\" src=\"";
  447.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/customize.js""user_data"), "html"nulltrue);
  448.         echo "\"></script>
  449. </body>
  450. </html>
  451. ";
  452.         
  453.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  454.         
  455.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  456.     }
  457.     // line 42
  458.     public function block_stylesheet($context, array $blocks = [])
  459.     {
  460.         $macros $this->macros;
  461.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  462.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  463.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  464.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  465.         
  466.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  467.         
  468.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  469.     }
  470.     // line 139
  471.     public function block_main($context, array $blocks = [])
  472.     {
  473.         $macros $this->macros;
  474.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  475.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  476.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  477.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  478.         
  479.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  480.         
  481.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  482.     }
  483.     // line 185
  484.     public function block_javascript($context, array $blocks = [])
  485.     {
  486.         $macros $this->macros;
  487.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  488.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  489.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  490.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  491.         
  492.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  493.         
  494.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  495.     }
  496.     public function getTemplateName()
  497.     {
  498.         return "default_frame.twig";
  499.     }
  500.     public function isTraitable()
  501.     {
  502.         return false;
  503.     }
  504.     public function getDebugInfo()
  505.     {
  506.         return array (  510 => 185,  492 => 139,  474 => 42,  459 => 194,  453 => 192,  451 => 191,  445 => 188,  443 => 187,  441 => 185,  437 => 184,  432 => 183,  430 => 182,  426 => 181,  423 => 180,  417 => 178,  414 => 177,  407 => 171,  401 => 168,  398 => 167,  395 => 166,  392 => 164,  386 => 161,  383 => 160,  380 => 159,  375 => 155,  369 => 152,  366 => 151,  363 => 150,  359 => 147,  353 => 144,  350 => 143,  347 => 142,  344 => 140,  341 => 139,  338 => 137,  332 => 134,  329 => 133,  326 => 132,  322 => 130,  319 => 129,  316 => 128,  313 => 127,  310 => 126,  307 => 125,  304 => 124,  302 => 123,  299 => 122,  293 => 119,  290 => 118,  287 => 117,  284 => 115,  268 => 101,  266 => 100,  262 => 98,  256 => 95,  253 => 94,  251 => 93,  247 => 91,  241 => 88,  238 => 87,  235 => 86,  232 => 84,  226 => 81,  223 => 80,  220 => 79,  216 => 76,  209 => 72,  205 => 71,  201 => 69,  199 => 68,  196 => 67,  190 => 65,  188 => 64,  182 => 62,  176 => 59,  171 => 58,  166 => 57,  164 => 56,  158 => 54,  155 => 53,  144 => 43,  142 => 42,  138 => 41,  131 => 37,  125 => 35,  119 => 33,  116 => 32,  110 => 30,  107 => 29,  101 => 27,  98 => 26,  92 => 24,  89 => 23,  83 => 21,  81 => 20,  76 => 19,  74 => 18,  63 => 17,  59 => 16,  51 => 12,  48 => 1,);
  507.     }
  508.     public function getSourceContext()
  509.     {
  510.         return new Source("<!doctype html>
  511. {#
  512. This file is part of EC-CUBE
  513. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  514. http://www.ec-cube.co.jp/
  515. For the full copyright and license information, please view the LICENSE
  516. file that was distributed with this source code.
  517. #}
  518. <html lang=\"{{ eccube_config.locale }}\">
  519. <head prefix=\"og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#\">
  520.     <meta charset=\"utf-8\">
  521.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  522.     <meta name=\"eccube-csrf-token\" content=\"{{ csrf_token(constant('Eccube\\\\Common\\\\Constant::TOKEN_NAME')) }}\">
  523.     <title>{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% elseif title is defined and title is not empty %} / {{ title }}{% endif %}</title>
  524.     {% if Page.meta_tags is not empty %}
  525.         {{ include(template_from_string(Page.meta_tags), sandboxed = true) }}
  526.         {% if Page.description is not empty %}
  527.             <meta name=\"description\" content=\"{{ Page.description }}\">
  528.         {% endif %}
  529.     {% else %}
  530.         {{ include('meta.twig') }}
  531.     {% endif %}
  532.     {% if Page.author is not empty %}
  533.         <meta name=\"author\" content=\"{{ Page.author }}\">
  534.     {% endif %}
  535.     {% if Page.keyword is not empty %}
  536.         <meta name=\"keywords\" content=\"{{ Page.keyword }}\">
  537.     {% endif %}
  538.     {% if Page.meta_robots is not empty %}
  539.         <meta name=\"robots\" content=\"{{ Page.meta_robots }}\">
  540.     {% endif %}
  541.     <link rel=\"icon\" href=\"{{ asset('assets/img/common/art-favicon.ico', 'user_data') }}\">
  542.     <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.3.1/css/all.css\" integrity=\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\" crossorigin=\"anonymous\">
  543.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style.css') }}\">
  544.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  545.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  546.     <link href=\"https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap\" rel=\"stylesheet\">
  547.     <script src=\"{{ asset('front.bundle.js', 'bundle') }}\"></script>
  548.     {% block stylesheet %}{% endblock %}
  549.     <script>
  550.         \$(function() {
  551.             \$.ajaxSetup({
  552.                 'headers': {
  553.                     'ECCUBE-CSRF-TOKEN': \$('meta[name=\"eccube-csrf-token\"]').attr('content')
  554.                 }
  555.             });
  556.         });
  557.     </script>
  558.     {# Layout: HEAD #}
  559.     {% if Layout.Head %}
  560.         {{ include('block.twig', {'Blocks': Layout.Head}) }}
  561.     {% endif %}
  562.     {# プラグイン用styleseetやmetatagなど #}
  563.     {% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
  564.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/util.css', 'user_data') }}\">
  565.     <link rel=\"stylesheet\" href=\"{{ asset('assets/css/style_add.css', 'user_data') }}\">
  566.     <link href=\"https://use.fontawesome.com/releases/v6.5.2/css/all.css\" rel=\"stylesheet\">
  567. </head>
  568. <body id=\"page_{{ app.request.get('_route') }}\" class=\"{{ body_class|default('other_page') }}\">
  569. {# Layout: BODY_AFTER #}
  570. {% if Layout.BodyAfter %}
  571.     {{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
  572. {% endif %}
  573. {% if isMaintenance %}
  574.     <div class=\"ec-maintenanceAlert\">
  575.         <div>
  576.             <div class=\"ec-maintenanceAlert__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"/></div>
  577.             {{ 'メンテナンスモードが有効になっています。'|trans }}
  578.         </div>
  579.     </div>
  580. {% endif %}
  581. <div class=\"ec-layoutRole\">
  582.     {# Layout: HEADER #}
  583.     {% if Layout.Header %}
  584.         <header class=\"ec-layoutRole__header\">
  585.             {{ include('block.twig', {'Blocks': Layout.Header}) }}
  586.         </header>
  587.     {% endif %}
  588.     {# Layout: CONTENTS_TOP #}
  589.     {% if Layout.ContentsTop %}
  590.         <div class=\"ec-layoutRole__contentTop\">
  591.             {{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
  592.         </div>
  593.     {% endif %}
  594.     <div class=\"flex main-color-bg\">
  595.         {% if is_granted('ROLE_USER') %}
  596.             <aside class=\"side-menu-layout\">
  597.                 {{ include_dispatch('Block/side_menu.twig') }}
  598.             </aside>
  599.         {% endif %}
  600.         <div class=\"ec-layoutRole__contents\">
  601.             {% if is_granted('ROLE_USER') %}
  602.                 <div class=\"auction-start-popup-area blinking\">
  603.                     <div>
  604.                         <div class=\"popup-title\">
  605.                             オークション開催中
  606.                             <i class=\"fas fa-angle-down\"></i>
  607.                         </div>
  608.                         <div class=\"auction-list\">
  609.                             <ul class=\"list-group\">
  610.                             </ul>
  611.                         </div>
  612.                     </div>
  613.                 </div>
  614.             {% endif %}
  615.             {# Layout: SIDE_LEFT #}
  616.             {% if Layout.SideLeft %}
  617.                 <aside class=\"ec-layoutRole__left\">
  618.                     {{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
  619.                 </aside>
  620.             {% endif %}
  621.             {% set layoutRoleMain = 'ec-layoutRole__main' %}
  622.             {% if Layout.ColumnNum == 2 %}
  623.                 {% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
  624.             {% elseif Layout.ColumnNum == 3 %}
  625.                 {% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
  626.             {% endif %}
  627.             <main class=\"{{ layoutRoleMain }}\">
  628.                 {# Layout: MAIN_TOP #}
  629.                 {% if Layout.MainTop %}
  630.                     <div class=\"ec-layoutRole__mainTop\">
  631.                         {{ include('block.twig', {'Blocks': Layout.MainTop}) }}
  632.                     </div>
  633.                 {% endif %}
  634.                 {# MAIN AREA #}
  635.                 {% block main %}{% endblock %}
  636.                 {# Layout: MAIN_Bottom #}
  637.                 {% if Layout.MainBottom %}
  638.                     <div class=\"ec-layoutRole__mainBottom\">
  639.                         {{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
  640.                     </div>
  641.                 {% endif %}
  642.             </main>
  643.             {# Layout: SIDE_RIGHT #}
  644.             {% if Layout.SideRight %}
  645.                 <aside class=\"ec-layoutRole__right\">
  646.                     {{ include('block.twig', {'Blocks': Layout.SideRight}) }}
  647.                 </aside>
  648.             {% endif %}
  649.         </div>
  650.     </div>
  651.     {# Layout: CONTENTS_BOTTOM #}
  652.     {% if Layout.ContentsBottom %}
  653.         <div class=\"ec-layoutRole__contentBottom\">
  654.             {{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
  655.         </div>
  656.     {% endif %}
  657.     {# Layout: CONTENTS_FOOTER #}
  658.     {% if Layout.Footer %}
  659.         <footer class=\"ec-layoutRole__footer\">
  660.             {{ include('block.twig', {'Blocks': Layout.Footer}) }}
  661.         </footer>
  662.     {% endif %}
  663. </div><!-- ec-layoutRole -->
  664. <div class=\"ec-overlayRole\"></div>
  665. <div class=\"ec-drawerRoleClose\"><i class=\"fas fa-times\"></i></div>
  666. <div class=\"ec-drawerRole\">
  667.     {# Layout: DRAWER #}
  668.     {% if Layout.Drawer %}
  669.         {{ include('block.twig', {'Blocks': Layout.Drawer}) }}
  670.     {% endif %}
  671. </div>
  672. <!-- <div class=\"ec-blockTopBtn pagetop\">{{'ページトップへ'|trans}}</div> -->
  673. {% include('@common/lang.twig') %}
  674. <script src=\"{{ asset('assets/js/function.js') }}\"></script>
  675. <script src=\"{{ asset('assets/js/eccube.js') }}\"></script>
  676. {% block javascript %}{% endblock %}
  677. {# Layout: CLOSE_BODY_BEFORE #}
  678. {% if Layout.CloseBodyBefore %}
  679.     {{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
  680. {% endif %}
  681. {# プラグイン用Snippet #}
  682. {% if plugin_snippets is defined %}
  683.     {{ include('snippet.twig', { snippets: plugin_snippets }) }}
  684. {% endif %}
  685.     <script type=\"module\" src=\"{{ asset('assets/js/customize.js', 'user_data') }}\"></script>
  686. </body>
  687. </html>
  688. ""default_frame.twig""/home/xs632811/united-auction.net/public_html/stage/art_and_beats/eccube/app/template/default/default_frame.twig");
  689.     }
  690.     
  691.     public function checkSecurity()
  692.     {
  693.         static $tags = array("if" => 17"block" => 42"set" => 123"include" => 182);
  694.         static $filters = array("escape" => 12"default" => 62"trans" => 72);
  695.         static $functions = array("csrf_token" => 16"constant" => 16"include" => 19"template_from_string" => 19"asset" => 35"is_granted" => 93"include_dispatch" => 95);
  696.         try {
  697.             $this->sandbox->checkSecurity(
  698.                 ['if''block''set''include'],
  699.                 ['escape''default''trans'],
  700.                 ['csrf_token''constant''include''template_from_string''asset''is_granted''include_dispatch']
  701.             );
  702.         } catch (SecurityError $e) {
  703.             $e->setSourceContext($this->source);
  704.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  705.                 $e->setTemplateLine($tags[$e->getTagName()]);
  706.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  707.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  708.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  709.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  710.             }
  711.             throw $e;
  712.         }
  713.     }
  714. }