var/cache/dev/twig/e0/e0462b5661231ae18cb0b5a7789a67b1689b2d78c1e08e97b3e5f88c9624c0fc.php line 195

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. /* Block/header.twig */
  14. class __TwigTemplate_a1964b5dd2adac6b4e68f7bcb97d9a3bf8e15b3cf365061bd383c818561ebf28 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.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Block/header.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Block/header.twig"));
  33.         // line 11
  34.         $context["totalQuantity"] = $this->extensions['Eccube\Twig\Extension\CartServiceExtension']->get_carts_total_quantity();
  35.         // line 12
  36.         $context["EnUser"] = (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.'12$this->source); })()), "request", [], "any"falsefalsefalse12), "cookies", [], "any"falsefalsefalse12), "get", [=> "en_user"], "method"falsefalsefalse12) == "Y");
  37.         // line 13
  38.         echo "
  39. ";
  40.         // line 14
  41.         if (((isset($context["EnUser"]) || array_key_exists("EnUser"$context) ? $context["EnUser"] : (function () { throw new RuntimeError('Variable "EnUser" does not exist.'14$this->source); })()) == false)) {
  42.             // line 15
  43.             echo "    <div class=\"ec-header-navi-sp pc-none\">
  44.         <div class=\"ec-header-navi-sp__logo\">
  45.             ";
  46.             // line 17
  47.             if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'17$this->source); })()) == false)) {
  48.                 // line 18
  49.                 echo "                <a href=\"";
  50.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  51.                 echo "\">
  52.                     <img src=\"";
  53.                 // line 19
  54.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/logo_sp.png"), "html"nulltrue);
  55.                 echo "\" width=\"80\">
  56.                 </a>
  57.             ";
  58.             } else {
  59.                 // line 22
  60.                 echo "                <a href=\"";
  61.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_menu");
  62.                 echo "\">
  63.                     <img src=\"";
  64.                 // line 23
  65.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/logo_sp.png"), "html"nulltrue);
  66.                 echo "\" width=\"80\">
  67.                 </a>
  68.             ";
  69.             }
  70.             // line 26
  71.             echo "        </div>
  72.         <div class=\"ec-header-navi-sp__login\">
  73.             ";
  74.             // line 28
  75.             if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  76.                 // line 29
  77.                 echo "                <a href=\"";
  78.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("logout");
  79.                 echo "\">
  80.                     <img src=\"";
  81.                 // line 30
  82.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/lock-alt-solid.svg"), "html"nulltrue);
  83.                 echo "\" width=\"25\">
  84.                     <span>ログアウト</span>
  85.                 </a>
  86.             ";
  87.             } else {
  88.                 // line 34
  89.                 echo "                <a href=\"";
  90.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_login");
  91.                 echo "\">
  92.                     <img src=\"";
  93.                 // line 35
  94.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/lock-alt-solid.svg"), "html"nulltrue);
  95.                 echo "\" width=\"25\">
  96.                     <span>ログイン</span>
  97.                 </a>
  98.             ";
  99.             }
  100.             // line 39
  101.             echo "        </div>
  102.         <div class=\"ec-header-navi-sp__cart\">
  103.             <div class=\"ec-headerRole__cart\">
  104.                 ";
  105.             // line 42
  106.             echo twig_include($this->env$context"Block/cart.twig");
  107.             echo "
  108.             </div>
  109.         </div>
  110.         <div class=\"ec-header-navi-sp__store\">
  111.             ";
  112.             // line 46
  113.             if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'46$this->source); })()) == false)) {
  114.                 // line 47
  115.                 echo "                <a href=\"";
  116.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  117.                 echo "\">
  118.                     <p><span class=\"small\">ONNLINE</span><span class=\"large\">SHOP</span></p>
  119.                     <img src=\"";
  120.                 // line 49
  121.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/icon_online_store.png"), "html"nulltrue);
  122.                 echo "\" width=\"32\">
  123.                 </a>
  124.             ";
  125.             } else {
  126.                 // line 52
  127.                 echo "                <a href=\"";
  128.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  129.                 echo "\">
  130.                     <p class=\"chain-store-icon\">商品<br>発注</p>
  131.                 </a>
  132.             ";
  133.             }
  134.             // line 56
  135.             echo "        </div>
  136.         <div class=\"ec-header-navi-sp__btn\">
  137.             ";
  138.             // line 58
  139.             echo twig_include($this->env$context"Block/nav_sp.twig");
  140.             echo "
  141.         </div>
  142.         ";
  143.             // line 60
  144.             if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'60$this->source); })()) == false)) {
  145.                 // line 61
  146.                 echo "            ";
  147.                 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.'61$this->source); })()), "request", [], "any"falsefalsefalse61), "attributes", [], "any"falsefalsefalse61), "get", [=> "_route"], "method"falsefalsefalse61) == "homepage") || (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.'61$this->source); })()), "request", [], "any"falsefalsefalse61), "attributes", [], "any"falsefalsefalse61), "get", [=> "_route"], "method"falsefalsefalse61) == "product_list"))) {
  148.                     // line 62
  149.                     echo "                <div class=\"ec-header-navi-sp__lang-link\">
  150.                     <a href=\"";
  151.                     // line 63
  152.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("en_user");
  153.                     echo "\">
  154.                         <span>English Page</span>
  155.                     </a>
  156.                 </div>
  157.             ";
  158.                 }
  159.                 // line 68
  160.                 echo "        ";
  161.             }
  162.             // line 69
  163.             echo "    </div>
  164.     <div class=\"ec-header-top sp-none\">
  165.         ";
  166.             // line 72
  167.             if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'72$this->source); })()) == false)) {
  168.                 // line 73
  169.                 echo "            ";
  170.                 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.'73$this->source); })()), "request", [], "any"falsefalsefalse73), "attributes", [], "any"falsefalsefalse73), "get", [=> "_route"], "method"falsefalsefalse73) == "homepage") || (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.'73$this->source); })()), "request", [], "any"falsefalsefalse73), "attributes", [], "any"falsefalsefalse73), "get", [=> "_route"], "method"falsefalsefalse73) == "product_list"))) {
  171.                     // line 74
  172.                     echo "                <div class=\"ec-header-top__lang-link\">
  173.                     <a href=\"";
  174.                     // line 75
  175.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("en_user");
  176.                     echo "\">English Page</a>
  177.                 </div>
  178.             ";
  179.                 }
  180.                 // line 78
  181.                 echo "        ";
  182.             }
  183.             // line 79
  184.             echo "        ";
  185.             echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(("block_" "search_product")));
  186.             echo "
  187.         <div class=\"ec-header-top__login\">
  188.             ";
  189.             // line 81
  190.             echo twig_include($this->env$context"Block/login.twig");
  191.             echo "
  192.         </div>
  193.     </div>
  194.     <div class=\"ec-header-bottom sp-none\">
  195.         ";
  196.             // line 86
  197.             if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'86$this->source); })()) == false)) {
  198.                 // line 87
  199.                 echo "            <div class=\"ec-header-bottom__logo\">
  200.                 <p class=\"ec-header-bottom__img\">
  201.                     <h1>
  202.                         <a href=\"";
  203.                 // line 90
  204.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  205.                 echo "\">
  206.                             <img src=\"";
  207.                 // line 91
  208.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/logo_header.png"), "html"nulltrue);
  209.                 echo "\" alt=\"ダシーズファクトリー公式サイト オンラインショップ\">
  210.                         </a>
  211.                     </h1>
  212.                 </p>
  213.             </div>
  214.             <div class=\"ec-header-bottom__center\">
  215.                 <div class=\"ec-header-bottom__gnav\">
  216.                     <ul class=\"p-global-navi\">
  217.                         <li class=\"p-global-navi__item\">
  218.                             <a href=\"/shop/news/\">NEWS</a>
  219.                             <a href=\"/shop/news/\" class=\"p-global-navi__jp\">お知らせ</a>
  220.                         </li>
  221.                         <li class=\"p-global-navi__item has-child\">
  222.                             <a href=\"/shop/story/\">STORY</a>
  223.                             <a href=\"/shop/story/\" class=\"p-global-navi__jp\">製品の誕生物語</a>
  224.                             <ul class=\"p-global-navi-child\">
  225.                             <li class=\"p-global-navi-child__item\">
  226.                                 <a href=\"/shop/story/story-ice-cream\">- ICE</a>
  227.                             </li>
  228.                             <li class=\"p-global-navi-child__item\">
  229.                                 <a href=\"/shop/story/story-coffee\">- COFFEE</a>
  230.                             </li>
  231.                             </ul>
  232.                         </li>
  233.                         <li class=\"p-global-navi__item has-child\">
  234.                             <a href=\"/shop/concept/\">CONCEPT</a>
  235.                             <a href=\"/shop/concept/\" class=\"p-global-navi__jp\">製品のこだわり</a>
  236.                             <ul class=\"p-global-navi-child\">
  237.                             <li class=\"p-global-navi-child__item\">
  238.                                 <a href=\"/shop/concept/concept-ice-cream/\">- ICE</a>
  239.                             </li>
  240.                             <li class=\"p-global-navi-child__item\">
  241.                                 <a href=\"/shop/concept/concept-coffee/\">- COFFEE</a>
  242.                             </li>
  243.                             </ul>
  244.                         </li>
  245.                         <li class=\"p-global-navi__item\">
  246.                             <a href=\"/shop/products-list/\">PRODUCTS</a>
  247.                             <a href=\"/shop/products-list/\" class=\"p-global-navi__jp\">商品ラインアップ</a>
  248.                         </li>
  249.                         <li class=\"p-global-navi__item\">
  250.                             <a href=\"";
  251.                 // line 132
  252.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("company");
  253.                 echo "\">ABOUT US</a>
  254.                             <a href=\"";
  255.                 // line 133
  256.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("company");
  257.                 echo "\" class=\"p-global-navi__jp\">会社概要</a>
  258.                         </li>
  259.                         <li class=\"p-global-navi__item\">
  260.                             <a href=\"/shop/stores/\">STORES</a>
  261.                             <a href=\"/shop/stores/\" class=\"p-global-navi__jp\">実店舗のご紹介</a>
  262.                         </li>
  263.                         <li class=\"p-global-navi__item\">
  264.                             <a href=\"/shop/entry/\">販売店募集</a>
  265.                         </li>
  266.                         <li class=\"p-global-navi__item\">
  267.                             <a href=\"/shop/vending/\">自販機取扱</a>
  268.                         </li>
  269.                     </ul>
  270.                 </div>
  271.             </div>
  272.         ";
  273.             } else {
  274.                 // line 149
  275.                 echo "            <div class=\"ec-header-bottom__logo\">
  276.                 <p class=\"ec-header-bottom__img\">
  277.                     <a href=\"";
  278.                 // line 151
  279.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_menu");
  280.                 echo "\">
  281.                     <img src=\"";
  282.                 // line 152
  283.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/logo_header.png"), "html"nulltrue);
  284.                 echo "\" alt=\"\">
  285.                     </a>
  286.                 </p>
  287.             </div>
  288.             <div class=\"ec-header-bottom__center\">
  289.                 <div class=\"ec-header-bottom-title\">
  290.                     <h1>ダシーズ契約店専用サイト</h1>
  291.                 </div>
  292.             </div>
  293.         ";
  294.             }
  295.             // line 162
  296.             echo "
  297.         <div class=\"ec-header-bottom__right\">
  298.             <ul class=\"ec-header-bottom__store-link\">
  299.                 <li class=\"ec-header-bottom__store-link-item\">
  300.                     <a href=\"";
  301.             // line 166
  302.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  303.             echo "\">
  304.                     <span class=\"ec-cartNavi-badge\">";
  305.             // line 167
  306.             echo twig_escape_filter($this->envtwig_number_format_filter($this->env, (isset($context["totalQuantity"]) || array_key_exists("totalQuantity"$context) ? $context["totalQuantity"] : (function () { throw new RuntimeError('Variable "totalQuantity" does not exist.'167$this->source); })())), "html"nulltrue);
  307.             echo "</span>
  308.                     <img src=\"";
  309.             // line 168
  310.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/icon_store.png"), "html"nulltrue);
  311.             echo "\" alt=\"\" width=\"34\">
  312.                     </a>
  313.                 </li>
  314.                 ";
  315.             // line 171
  316.             if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'171$this->source); })()) == false)) {
  317.                 // line 172
  318.                 echo "                    <li class=\"ec-header-bottom__store-link-item\">
  319.                         <a href=\"";
  320.                 // line 173
  321.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  322.                 echo "\">
  323.                             <span>ONLINE SHOP</span>
  324.                         </a>
  325.                         <a href=\"/products/list/\" class=\"store-link-jp\">オンラインショップ</a>
  326.                     </li>
  327.                     <li class=\"ec-header-bottom__store-link-item\">
  328.                         <a href=\"/shop/guide/\">
  329.                             <span class=\"store-link-small\">GUIDE</span>
  330.                         </a>
  331.                         <a href=\"/shop/guide/\" class=\"store-link-jp\">お買い物ガイド</a>
  332.                     </li>
  333.                 ";
  334.             }
  335.             // line 185
  336.             echo "            </ul>
  337.         </div>
  338.     </div>
  339. ";
  340.         } else {
  341.             // line 189
  342.             echo "    <div class=\"ec-header-navi-sp pc-none\">
  343.         <div class=\"ec-header-navi-sp__logo\">
  344.             ";
  345.             // line 191
  346.             if ((isset($context["EnUser"]) || array_key_exists("EnUser"$context) ? $context["EnUser"] : (function () { throw new RuntimeError('Variable "EnUser" does not exist.'191$this->source); })())) {
  347.                 // line 192
  348.                 echo "                <a href=\"";
  349.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  350.                 echo "\">
  351.             ";
  352.             } else {
  353.                 // line 194
  354.                 echo "                <a href=\"";
  355.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  356.                 echo "\">
  357.             ";
  358.             }
  359.             // line 196
  360.             echo "                <img src=\"";
  361.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/logo_sp.png"), "html"nulltrue);
  362.             echo "\" width=\"80\">
  363.             </a>
  364.         </div>
  365.         ";
  366.             // line 214
  367.             echo "        <div class=\"ec-header-navi-sp__cart\">
  368.             <div class=\"ec-headerRole__cart\">
  369.                 ";
  370.             // line 216
  371.             echo twig_include($this->env$context"Block/cart.twig");
  372.             echo "
  373.             </div>
  374.         </div>
  375.         <div class=\"ec-header-navi-sp__store\">
  376.             <a href=\"";
  377.             // line 220
  378.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  379.             echo "\">
  380.                 <p><span class=\"small\">ONLINE</span><span class=\"large\">SHOP</span></p>
  381.                 <img src=\"";
  382.             // line 222
  383.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/icon_online_store.png"), "html"nulltrue);
  384.             echo "\" width=\"32\">
  385.             </a>
  386.         </div>
  387.         <div class=\"ec-header-navi-sp__btn\">
  388.             ";
  389.             // line 226
  390.             echo twig_include($this->env$context"Block/nav_sp.twig");
  391.             echo "
  392.         </div>
  393.         ";
  394.             // line 228
  395.             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.'228$this->source); })()), "request", [], "any"falsefalsefalse228), "attributes", [], "any"falsefalsefalse228), "get", [=> "_route"], "method"falsefalsefalse228) == "homepage") || (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.'228$this->source); })()), "request", [], "any"falsefalsefalse228), "attributes", [], "any"falsefalsefalse228), "get", [=> "_route"], "method"falsefalsefalse228) == "product_list"))) {
  396.                 // line 229
  397.                 echo "            <div class=\"ec-header-navi-sp__lang-link\">
  398.                 <a href=\"";
  399.                 // line 230
  400.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  401.                 echo "?empty_cookie=1\">
  402.                     <span>Japanese Page</span>
  403.                 </a>
  404.             </div>
  405.         ";
  406.             }
  407.             // line 235
  408.             echo "    </div>
  409.     ";
  410.             // line 237
  411.             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.'237$this->source); })()), "request", [], "any"falsefalsefalse237), "attributes", [], "any"falsefalsefalse237), "get", [=> "_route"], "method"falsefalsefalse237) == "homepage") || (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.'237$this->source); })()), "request", [], "any"falsefalsefalse237), "attributes", [], "any"falsefalsefalse237), "get", [=> "_route"], "method"falsefalsefalse237) == "product_list"))) {
  412.                 // line 238
  413.                 echo "        <div class=\"ec-header-top sp-none\">
  414.             <div class=\"ec-header-top__lang-link\">
  415.                 <a href=\"";
  416.                 // line 240
  417.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  418.                 echo "?empty_cookie=1\">Japanese Page</a>
  419.             </div>
  420.         </div>
  421.     ";
  422.             }
  423.             // line 244
  424.             echo "
  425.     <div class=\"ec-header-bottom ec-header-bottom--en sp-none\">
  426.         <div class=\"ec-header-bottom__logo\">
  427.             <p class=\"ec-header-bottom__img\">
  428.                 <h1>
  429.                     ";
  430.             // line 249
  431.             if ((isset($context["EnUser"]) || array_key_exists("EnUser"$context) ? $context["EnUser"] : (function () { throw new RuntimeError('Variable "EnUser" does not exist.'249$this->source); })())) {
  432.                 // line 250
  433.                 echo "                        <a href=\"";
  434.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  435.                 echo "\">
  436.                     ";
  437.             } else {
  438.                 // line 252
  439.                 echo "                        <a href=\"";
  440.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  441.                 echo "\">
  442.                     ";
  443.             }
  444.             // line 254
  445.             echo "                        <img src=\"";
  446.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/logo_header.png"), "html"nulltrue);
  447.             echo "\" alt=\"ダシーズファクトリー公式サイト オンラインショップ\">
  448.                     </a>
  449.                 </h1>
  450.             </p>
  451.         </div>
  452.         <div class=\"ec-header-bottom__right\">
  453.             <ul class=\"ec-header-bottom__store-link\">
  454.                 <li class=\"ec-header-bottom__store-link-item\">
  455.                     <a href=\"";
  456.             // line 263
  457.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  458.             echo "\">
  459.                     <span class=\"ec-cartNavi-badge\">";
  460.             // line 264
  461.             echo twig_escape_filter($this->envtwig_number_format_filter($this->env, (isset($context["totalQuantity"]) || array_key_exists("totalQuantity"$context) ? $context["totalQuantity"] : (function () { throw new RuntimeError('Variable "totalQuantity" does not exist.'264$this->source); })())), "html"nulltrue);
  462.             echo "</span>
  463.                     <img src=\"";
  464.             // line 265
  465.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/icon_store.png"), "html"nulltrue);
  466.             echo "\" alt=\"\" width=\"34\">
  467.                     </a>
  468.                 </li>
  469.                 ";
  470.             // line 268
  471.             if (((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'268$this->source); })()) == false)) {
  472.                 // line 269
  473.                 echo "                    <li class=\"ec-header-bottom__store-link-item\">
  474.                         <a href=\"";
  475.                 // line 270
  476.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  477.                 echo "\">
  478.                             <span>ONLINE SHOP</span>
  479.                         </a>
  480.                     </li>
  481.                     <li class=\"ec-header-bottom__store-link-item\">
  482.                         <a href=\"/shop/en/guide/\">
  483.                             <span class=\"store-link-small\">GUIDE</span>
  484.                         </a>
  485.                     </li>
  486.                 ";
  487.             }
  488.             // line 280
  489.             echo "            </ul>
  490.         </div>
  491.     </div>
  492. ";
  493.         }
  494.         // line 284
  495.         echo "
  496. ";
  497.         // line 285
  498.         if ((isset($context["ChainStore"]) || array_key_exists("ChainStore"$context) ? $context["ChainStore"] : (function () { throw new RuntimeError('Variable "ChainStore" does not exist.'285$this->source); })())) {
  499.             // line 286
  500.             echo "    <div class=\"ec-header-bottom-list sp-none\">
  501.         <ul class=\"ec-header-bottom-list__list\">
  502.             <li class=\"ec-header-bottom-list__item\">
  503.                 <a href=\"";
  504.             // line 289
  505.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_menu");
  506.             echo "\">トップ</a>
  507.             </li>
  508.             <li class=\"ec-header-bottom-list__item\">
  509.                 <a href=\"";
  510.             // line 292
  511.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage_news");
  512.             echo "\">新着情報</a>
  513.             </li>
  514.             <li class=\"ec-header-bottom-list__item\">
  515.                 <a href=\"";
  516.             // line 295
  517.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  518.             echo "\">商品発注</a>
  519.             </li>
  520.             <li class=\"ec-header-bottom-list__item\">
  521.                 <a href=\"";
  522.             // line 298
  523.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  524.             echo "?category_id=8\">販促品発注</a>
  525.             </li>
  526.             <li class=\"ec-header-bottom-list__item\">
  527.                 <a href=\"/shop/manual/\">マニュアル</a>
  528.             </li>
  529.             <li class=\"ec-header-bottom-list__item\">
  530.                 <a href=\"/shop/notifi/\">各種申請</a>
  531.             </li>
  532.             <li class=\"ec-header-bottom-list__item\">
  533.                 <a href=\"/shop/promotion/\">プロモーション</a>
  534.             </li>
  535.             <li class=\"ec-header-bottom-list__item ec-header-bottom-list__item--colored\">
  536.                 <a href=\"";
  537.             // line 310
  538.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("mypage");
  539.             echo "\">マイページ</a>
  540.             </li>
  541.         </ul>
  542.     </div>
  543. ";
  544.         }
  545.         
  546.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  547.         
  548.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  549.     }
  550.     public function getTemplateName()
  551.     {
  552.         return "Block/header.twig";
  553.     }
  554.     public function isTraitable()
  555.     {
  556.         return false;
  557.     }
  558.     public function getDebugInfo()
  559.     {
  560.         return array (  551 => 310,  536 => 298,  530 => 295,  524 => 292,  518 => 289,  513 => 286,  511 => 285,  508 => 284,  502 => 280,  489 => 270,  486 => 269,  484 => 268,  478 => 265,  474 => 264,  470 => 263,  457 => 254,  451 => 252,  445 => 250,  443 => 249,  436 => 244,  429 => 240,  425 => 238,  423 => 237,  419 => 235,  411 => 230,  408 => 229,  406 => 228,  401 => 226,  394 => 222,  389 => 220,  382 => 216,  378 => 214,  371 => 196,  365 => 194,  359 => 192,  357 => 191,  353 => 189,  347 => 185,  332 => 173,  329 => 172,  327 => 171,  321 => 168,  317 => 167,  313 => 166,  307 => 162,  294 => 152,  290 => 151,  286 => 149,  267 => 133,  263 => 132,  219 => 91,  215 => 90,  210 => 87,  208 => 86,  200 => 81,  194 => 79,  191 => 78,  185 => 75,  182 => 74,  179 => 73,  177 => 72,  172 => 69,  169 => 68,  161 => 63,  158 => 62,  155 => 61,  153 => 60,  148 => 58,  144 => 56,  136 => 52,  130 => 49,  124 => 47,  122 => 46,  115 => 42,  110 => 39,  103 => 35,  98 => 34,  91 => 30,  86 => 29,  84 => 28,  80 => 26,  74 => 23,  69 => 22,  63 => 19,  58 => 18,  56 => 17,  52 => 15,  50 => 14,  47 => 13,  45 => 12,  43 => 11,);
  561.     }
  562.     public function getSourceContext()
  563.     {
  564.         return new Source("{#
  565. This file is part of EC-CUBE
  566. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  567. http://www.ec-cube.co.jp/
  568. For the full copyright and license information, please view the LICENSE
  569. file that was distributed with this source code.
  570. #}
  571. {% set totalQuantity = get_carts_total_quantity() %}
  572. {% set EnUser = app.request.cookies.get('en_user') == 'Y' %}
  573. {% if EnUser == false %}
  574.     <div class=\"ec-header-navi-sp pc-none\">
  575.         <div class=\"ec-header-navi-sp__logo\">
  576.             {% if ChainStore == false %}
  577.                 <a href=\"{{ url('homepage') }}\">
  578.                     <img src=\"{{ asset('assets/img/common/logo_sp.png') }}\" width=\"80\">
  579.                 </a>
  580.             {% else %}
  581.                 <a href=\"{{ url('mypage_menu') }}\">
  582.                     <img src=\"{{ asset('assets/img/common/logo_sp.png') }}\" width=\"80\">
  583.                 </a>
  584.             {% endif %}
  585.         </div>
  586.         <div class=\"ec-header-navi-sp__login\">
  587.             {% if is_granted('ROLE_USER') %}
  588.                 <a href=\"{{ url('logout') }}\">
  589.                     <img src=\"{{ asset('assets/img/common/lock-alt-solid.svg') }}\" width=\"25\">
  590.                     <span>ログアウト</span>
  591.                 </a>
  592.             {% else %}
  593.                 <a href=\"{{ url('mypage_login') }}\">
  594.                     <img src=\"{{ asset('assets/img/common/lock-alt-solid.svg') }}\" width=\"25\">
  595.                     <span>ログイン</span>
  596.                 </a>
  597.             {% endif %}
  598.         </div>
  599.         <div class=\"ec-header-navi-sp__cart\">
  600.             <div class=\"ec-headerRole__cart\">
  601.                 {{ include('Block/cart.twig') }}
  602.             </div>
  603.         </div>
  604.         <div class=\"ec-header-navi-sp__store\">
  605.             {% if ChainStore == false %}
  606.                 <a href=\"{{ url('product_list') }}\">
  607.                     <p><span class=\"small\">ONNLINE</span><span class=\"large\">SHOP</span></p>
  608.                     <img src=\"{{ asset('assets/img/common/icon_online_store.png') }}\" width=\"32\">
  609.                 </a>
  610.             {% else %}
  611.                 <a href=\"{{ url('product_list') }}\">
  612.                     <p class=\"chain-store-icon\">商品<br>発注</p>
  613.                 </a>
  614.             {% endif %}
  615.         </div>
  616.         <div class=\"ec-header-navi-sp__btn\">
  617.             {{ include('Block/nav_sp.twig') }}
  618.         </div>
  619.         {% if ChainStore == false %}
  620.             {% if app.request.attributes.get('_route') == 'homepage' or app.request.attributes.get('_route') == 'product_list' %}
  621.                 <div class=\"ec-header-navi-sp__lang-link\">
  622.                     <a href=\"{{ url('en_user') }}\">
  623.                         <span>English Page</span>
  624.                     </a>
  625.                 </div>
  626.             {% endif %}
  627.         {% endif %}
  628.     </div>
  629.     <div class=\"ec-header-top sp-none\">
  630.         {% if ChainStore == false %}
  631.             {% if app.request.attributes.get('_route') == 'homepage' or app.request.attributes.get('_route') == 'product_list' %}
  632.                 <div class=\"ec-header-top__lang-link\">
  633.                     <a href=\"{{ url('en_user') }}\">English Page</a>
  634.                 </div>
  635.             {% endif %}
  636.         {% endif %}
  637.         {{ render(path('block_' ~ 'search_product')) }}
  638.         <div class=\"ec-header-top__login\">
  639.             {{ include('Block/login.twig') }}
  640.         </div>
  641.     </div>
  642.     <div class=\"ec-header-bottom sp-none\">
  643.         {% if ChainStore == false %}
  644.             <div class=\"ec-header-bottom__logo\">
  645.                 <p class=\"ec-header-bottom__img\">
  646.                     <h1>
  647.                         <a href=\"{{ url('homepage') }}\">
  648.                             <img src=\"{{ asset('assets/img/common/logo_header.png') }}\" alt=\"ダシーズファクトリー公式サイト オンラインショップ\">
  649.                         </a>
  650.                     </h1>
  651.                 </p>
  652.             </div>
  653.             <div class=\"ec-header-bottom__center\">
  654.                 <div class=\"ec-header-bottom__gnav\">
  655.                     <ul class=\"p-global-navi\">
  656.                         <li class=\"p-global-navi__item\">
  657.                             <a href=\"/shop/news/\">NEWS</a>
  658.                             <a href=\"/shop/news/\" class=\"p-global-navi__jp\">お知らせ</a>
  659.                         </li>
  660.                         <li class=\"p-global-navi__item has-child\">
  661.                             <a href=\"/shop/story/\">STORY</a>
  662.                             <a href=\"/shop/story/\" class=\"p-global-navi__jp\">製品の誕生物語</a>
  663.                             <ul class=\"p-global-navi-child\">
  664.                             <li class=\"p-global-navi-child__item\">
  665.                                 <a href=\"/shop/story/story-ice-cream\">- ICE</a>
  666.                             </li>
  667.                             <li class=\"p-global-navi-child__item\">
  668.                                 <a href=\"/shop/story/story-coffee\">- COFFEE</a>
  669.                             </li>
  670.                             </ul>
  671.                         </li>
  672.                         <li class=\"p-global-navi__item has-child\">
  673.                             <a href=\"/shop/concept/\">CONCEPT</a>
  674.                             <a href=\"/shop/concept/\" class=\"p-global-navi__jp\">製品のこだわり</a>
  675.                             <ul class=\"p-global-navi-child\">
  676.                             <li class=\"p-global-navi-child__item\">
  677.                                 <a href=\"/shop/concept/concept-ice-cream/\">- ICE</a>
  678.                             </li>
  679.                             <li class=\"p-global-navi-child__item\">
  680.                                 <a href=\"/shop/concept/concept-coffee/\">- COFFEE</a>
  681.                             </li>
  682.                             </ul>
  683.                         </li>
  684.                         <li class=\"p-global-navi__item\">
  685.                             <a href=\"/shop/products-list/\">PRODUCTS</a>
  686.                             <a href=\"/shop/products-list/\" class=\"p-global-navi__jp\">商品ラインアップ</a>
  687.                         </li>
  688.                         <li class=\"p-global-navi__item\">
  689.                             <a href=\"{{ url('company') }}\">ABOUT US</a>
  690.                             <a href=\"{{ url('company') }}\" class=\"p-global-navi__jp\">会社概要</a>
  691.                         </li>
  692.                         <li class=\"p-global-navi__item\">
  693.                             <a href=\"/shop/stores/\">STORES</a>
  694.                             <a href=\"/shop/stores/\" class=\"p-global-navi__jp\">実店舗のご紹介</a>
  695.                         </li>
  696.                         <li class=\"p-global-navi__item\">
  697.                             <a href=\"/shop/entry/\">販売店募集</a>
  698.                         </li>
  699.                         <li class=\"p-global-navi__item\">
  700.                             <a href=\"/shop/vending/\">自販機取扱</a>
  701.                         </li>
  702.                     </ul>
  703.                 </div>
  704.             </div>
  705.         {% else %}
  706.             <div class=\"ec-header-bottom__logo\">
  707.                 <p class=\"ec-header-bottom__img\">
  708.                     <a href=\"{{ url('mypage_menu') }}\">
  709.                     <img src=\"{{ asset('assets/img/common/logo_header.png') }}\" alt=\"\">
  710.                     </a>
  711.                 </p>
  712.             </div>
  713.             <div class=\"ec-header-bottom__center\">
  714.                 <div class=\"ec-header-bottom-title\">
  715.                     <h1>ダシーズ契約店専用サイト</h1>
  716.                 </div>
  717.             </div>
  718.         {% endif %}
  719.         <div class=\"ec-header-bottom__right\">
  720.             <ul class=\"ec-header-bottom__store-link\">
  721.                 <li class=\"ec-header-bottom__store-link-item\">
  722.                     <a href=\"{{ url('cart') }}\">
  723.                     <span class=\"ec-cartNavi-badge\">{{ totalQuantity|number_format }}</span>
  724.                     <img src=\"{{ asset('assets/img/common/icon_store.png') }}\" alt=\"\" width=\"34\">
  725.                     </a>
  726.                 </li>
  727.                 {% if ChainStore == false %}
  728.                     <li class=\"ec-header-bottom__store-link-item\">
  729.                         <a href=\"{{ url('product_list') }}\">
  730.                             <span>ONLINE SHOP</span>
  731.                         </a>
  732.                         <a href=\"/products/list/\" class=\"store-link-jp\">オンラインショップ</a>
  733.                     </li>
  734.                     <li class=\"ec-header-bottom__store-link-item\">
  735.                         <a href=\"/shop/guide/\">
  736.                             <span class=\"store-link-small\">GUIDE</span>
  737.                         </a>
  738.                         <a href=\"/shop/guide/\" class=\"store-link-jp\">お買い物ガイド</a>
  739.                     </li>
  740.                 {% endif %}
  741.             </ul>
  742.         </div>
  743.     </div>
  744. {% else %}
  745.     <div class=\"ec-header-navi-sp pc-none\">
  746.         <div class=\"ec-header-navi-sp__logo\">
  747.             {% if EnUser %}
  748.                 <a href=\"{{ url('product_list') }}\">
  749.             {% else %}
  750.                 <a href=\"{{ url('homepage') }}\">
  751.             {% endif %}
  752.                 <img src=\"{{ asset('assets/img/common/logo_sp.png') }}\" width=\"80\">
  753.             </a>
  754.         </div>
  755.         {#
  756.         <div class=\"ec-header-navi-sp__login\">
  757.             {% if is_granted('ROLE_USER') %}
  758.                 <a href=\"{{ url('logout') }}\">
  759.                     <img src=\"{{ asset('assets/img/common/lock-alt-solid.svg') }}\" width=\"25\">
  760.                     <span>ログアウト</span>
  761.                 </a>
  762.             {% else %}
  763.                 <a href=\"{{ url('mypage_login') }}\">
  764.                     <img src=\"{{ asset('assets/img/common/lock-alt-solid.svg') }}\" width=\"25\">
  765.                     <span>ログイン</span>
  766.                 </a>
  767.             {% endif %}
  768.         </div>
  769.         #}
  770.         <div class=\"ec-header-navi-sp__cart\">
  771.             <div class=\"ec-headerRole__cart\">
  772.                 {{ include('Block/cart.twig') }}
  773.             </div>
  774.         </div>
  775.         <div class=\"ec-header-navi-sp__store\">
  776.             <a href=\"{{ url('product_list') }}\">
  777.                 <p><span class=\"small\">ONLINE</span><span class=\"large\">SHOP</span></p>
  778.                 <img src=\"{{ asset('assets/img/common/icon_online_store.png') }}\" width=\"32\">
  779.             </a>
  780.         </div>
  781.         <div class=\"ec-header-navi-sp__btn\">
  782.             {{ include('Block/nav_sp.twig') }}
  783.         </div>
  784.         {% if app.request.attributes.get('_route') == 'homepage' or app.request.attributes.get('_route') == 'product_list' %}
  785.             <div class=\"ec-header-navi-sp__lang-link\">
  786.                 <a href=\"{{ url('product_list') }}?empty_cookie=1\">
  787.                     <span>Japanese Page</span>
  788.                 </a>
  789.             </div>
  790.         {% endif %}
  791.     </div>
  792.     {% if app.request.attributes.get('_route') == 'homepage' or app.request.attributes.get('_route') == 'product_list' %}
  793.         <div class=\"ec-header-top sp-none\">
  794.             <div class=\"ec-header-top__lang-link\">
  795.                 <a href=\"{{ url('product_list') }}?empty_cookie=1\">Japanese Page</a>
  796.             </div>
  797.         </div>
  798.     {% endif %}
  799.     <div class=\"ec-header-bottom ec-header-bottom--en sp-none\">
  800.         <div class=\"ec-header-bottom__logo\">
  801.             <p class=\"ec-header-bottom__img\">
  802.                 <h1>
  803.                     {% if EnUser %}
  804.                         <a href=\"{{ url('product_list') }}\">
  805.                     {% else %}
  806.                         <a href=\"{{ url('homepage') }}\">
  807.                     {% endif %}
  808.                         <img src=\"{{ asset('assets/img/common/logo_header.png') }}\" alt=\"ダシーズファクトリー公式サイト オンラインショップ\">
  809.                     </a>
  810.                 </h1>
  811.             </p>
  812.         </div>
  813.         <div class=\"ec-header-bottom__right\">
  814.             <ul class=\"ec-header-bottom__store-link\">
  815.                 <li class=\"ec-header-bottom__store-link-item\">
  816.                     <a href=\"{{ url('cart') }}\">
  817.                     <span class=\"ec-cartNavi-badge\">{{ totalQuantity|number_format }}</span>
  818.                     <img src=\"{{ asset('assets/img/common/icon_store.png') }}\" alt=\"\" width=\"34\">
  819.                     </a>
  820.                 </li>
  821.                 {% if ChainStore == false %}
  822.                     <li class=\"ec-header-bottom__store-link-item\">
  823.                         <a href=\"{{ url('product_list') }}\">
  824.                             <span>ONLINE SHOP</span>
  825.                         </a>
  826.                     </li>
  827.                     <li class=\"ec-header-bottom__store-link-item\">
  828.                         <a href=\"/shop/en/guide/\">
  829.                             <span class=\"store-link-small\">GUIDE</span>
  830.                         </a>
  831.                     </li>
  832.                 {% endif %}
  833.             </ul>
  834.         </div>
  835.     </div>
  836. {% endif %}
  837. {% if ChainStore %}
  838.     <div class=\"ec-header-bottom-list sp-none\">
  839.         <ul class=\"ec-header-bottom-list__list\">
  840.             <li class=\"ec-header-bottom-list__item\">
  841.                 <a href=\"{{ url('mypage_menu') }}\">トップ</a>
  842.             </li>
  843.             <li class=\"ec-header-bottom-list__item\">
  844.                 <a href=\"{{ url('mypage_news') }}\">新着情報</a>
  845.             </li>
  846.             <li class=\"ec-header-bottom-list__item\">
  847.                 <a href=\"{{ url('product_list') }}\">商品発注</a>
  848.             </li>
  849.             <li class=\"ec-header-bottom-list__item\">
  850.                 <a href=\"{{ url('product_list') }}?category_id=8\">販促品発注</a>
  851.             </li>
  852.             <li class=\"ec-header-bottom-list__item\">
  853.                 <a href=\"/shop/manual/\">マニュアル</a>
  854.             </li>
  855.             <li class=\"ec-header-bottom-list__item\">
  856.                 <a href=\"/shop/notifi/\">各種申請</a>
  857.             </li>
  858.             <li class=\"ec-header-bottom-list__item\">
  859.                 <a href=\"/shop/promotion/\">プロモーション</a>
  860.             </li>
  861.             <li class=\"ec-header-bottom-list__item ec-header-bottom-list__item--colored\">
  862.                 <a href=\"{{ url('mypage') }}\">マイページ</a>
  863.             </li>
  864.         </ul>
  865.     </div>
  866. {% endif %}
  867. ""Block/header.twig""/home/offshore2022/test-darcys-factory.xyz/public_html/app/template/default/Block/header.twig");
  868.     }
  869. }