var/cache/dev/twig/c6/c6f3fe20a5734a80c2f17e1e1573fbfc48f048c5fbfffa8d92d2ccd104be99cf.php line 16

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. /* Product/list.twig */
  14. class __TwigTemplate_ba6eabfb0d1b4e32c60cbfb385671ded4e1c146296dd4e7c0ec2b5023814f881 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'javascript' => [$this'block_javascript'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Product/list.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Product/list.twig"));
  39.         // line 3
  40.         $context["body_class"] = "product_page";
  41.         // line 1
  42.         $this->parent $this->loadTemplate("default_frame.twig""Product/list.twig"1);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  46.         
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  48.     }
  49.     // line 5
  50.     public function block_javascript($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  57.         // line 6
  58.         echo "    <script>
  59.         eccube.productsClassCategories = {
  60.             ";
  61.         // line 8
  62.         $context['_parent'] = $context;
  63.         $context['_seq'] = twig_ensure_traversable((isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'8$this->source); })()));
  64.         $context['loop'] = [
  65.           'parent' => $context['_parent'],
  66.           'index0' => 0,
  67.           'index'  => 1,
  68.           'first'  => true,
  69.         ];
  70.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  71.             $length count($context['_seq']);
  72.             $context['loop']['revindex0'] = $length 1;
  73.             $context['loop']['revindex'] = $length;
  74.             $context['loop']['length'] = $length;
  75.             $context['loop']['last'] = === $length;
  76.         }
  77.         foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  78.             // line 9
  79.             echo "            \"";
  80.             echo twig_escape_filter($this->envtwig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse9), "js"), "html"nulltrue);
  81.             echo "\": ";
  82.             echo $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getClassCategoriesAsJson($context["Product"]);
  83.             if ((twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse9) == false)) {
  84.                 echo ", ";
  85.             }
  86.             // line 10
  87.             echo "            ";
  88.             ++$context['loop']['index0'];
  89.             ++$context['loop']['index'];
  90.             $context['loop']['first'] = false;
  91.             if (isset($context['loop']['length'])) {
  92.                 --$context['loop']['revindex0'];
  93.                 --$context['loop']['revindex'];
  94.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  95.             }
  96.         }
  97.         $_parent $context['_parent'];
  98.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  99.         $context array_intersect_key($context$_parent) + $_parent;
  100.         // line 11
  101.         echo "        };
  102.         \$(function() {
  103.             // 検索条件を追加
  104.             \$('.btn-condition').click(function() {
  105.                 \$('#active_idx').val(\$(this).index());
  106.             });
  107.             \$('.form-check-input').change(function() {
  108.                 \$(\"#form1\").submit();
  109.             });
  110.             // 表示件数を変更
  111.             \$('.disp-number').change(function() {
  112.                 var dispNumber = \$(this).val();
  113.                 \$('#disp_number').val(dispNumber);
  114.                 \$('#pageno').val(1);
  115.                 \$(\"#form1\").submit();
  116.             });
  117.             // 並び順を変更
  118.             \$('.order-by').change(function() {
  119.                 var orderBy = \$(this).val();
  120.                 \$('#orderby').val(orderBy);
  121.                 \$('#pageno').val(1);
  122.                 \$(\"#form1\").submit();
  123.             });
  124.             \$('.add-cart').on('click', function(e) {
  125.                 var \$form = \$(this).parents('li').find('form');
  126.                 // TODO: test 修正要
  127.                 // 規格1フォームの必須チェック
  128.                 var \$form_select = \$form.parent().find('.form-select');
  129.                 if (\$form_select.val() == '__unselected' || \$form_select.val() == '') {
  130.                     \$form_select[0].setCustomValidity('";
  131.         // line 45
  132.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("項目が選択されていません"), "html"nulltrue);
  133.         echo "');
  134.                     setTimeout(function() {
  135.                         loadingOverlay('hide');
  136.                     }, 100);
  137.                     return true;
  138.                 } else {
  139.                     \$form_select[0].setCustomValidity('');
  140.                 }
  141.                 // 個数フォームのチェック
  142.                 var \$quantity = \$form.parent().find('.quantity');
  143.                 if (\$quantity.val() < 1) {
  144.                     \$quantity[0].setCustomValidity('";
  145.         // line 57
  146.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("1以上で入力してください。"), "html"nulltrue);
  147.         echo "');
  148.                     setTimeout(function() {
  149.                         loadingOverlay('hide');
  150.                     }, 100);
  151.                     return true;
  152.                 } else {
  153.                     \$quantity[0].setCustomValidity('');
  154.                 }
  155.                 e.preventDefault();
  156.                 \$.ajax({
  157.                     url: \$form.attr('action'),
  158.                     type: \$form.attr('method'),
  159.                     data: \$form.serialize(),
  160.                     dataType: 'json',
  161.                     beforeSend: function(xhr, settings) {
  162.                         // Buttonを無効にする
  163.                         \$('.add-cart').prop('disabled', true);
  164.                     }
  165.                 }).done(function(data) {
  166.                     // レスポンス内のメッセージをalertで表示
  167.                     \$.each(data.messages, function() {
  168.                         \$('#ec-modal-header').text(this);
  169.                     });
  170.                     \$('.ec-modal').show()
  171.                     // カートブロックを更新する
  172.                     \$.ajax({
  173.                         url: '";
  174.         // line 86
  175.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_cart");
  176.         echo "',
  177.                         type: 'GET',
  178.                         dataType: 'html'
  179.                     }).done(function(html) {
  180.                         \$('.ec-headerRole__cart').html(html);
  181.                     });
  182.                 }).fail(function(data) {
  183.                     alert('";
  184.         // line 93
  185.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートへの追加に失敗しました。"), "html"nulltrue);
  186.         echo "');
  187.                 }).always(function(data) {
  188.                     // Buttonを有効にする
  189.                     \$('.add-cart').prop('disabled', false);
  190.                 });
  191.             });
  192.             \$('.favorite').click(function(event) {
  193.                 if (\$(this).attr('disabled') != 'disabled') {
  194.                     \$(this).closest('li.product').find('.list-add-favorite').submit();
  195.                 }
  196.             });
  197.         });
  198.         \$('.ec-modal-wrap').on('click', function(e) {
  199.             // モーダル内の処理は外側にバブリングさせない
  200.             e.stopPropagation();
  201.         });
  202.         \$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
  203.             \$('.ec-modal').hide()
  204.         });
  205.     </script>
  206.     <script>
  207.         \$(document).ready(function(){
  208.             //チェックボックス処理
  209.             \$(\".left .list-btn .btn-condition\").eq(\$('#active_idx').val()).addClass('active');
  210.             \$(\".right .item\").eq(\$('#active_idx').val()).addClass('active');
  211.             \$(\".right .item\").each(function(index, el) {
  212.                 var chk_cnt = \$(this).find(\"input[type='checkbox']:checked\").length;
  213.                 \$('.btn-condition').eq(index).find('.chk-cnt').text(chk_cnt);
  214.                 if (chk_cnt > 0) {
  215.                     \$('.btn-condition').eq(index).find('.chk-cnt').show();
  216.                 }
  217.                 else {
  218.                     \$('.btn-condition').eq(index).find('.chk-cnt').hide();
  219.                 }
  220.             });
  221.             \$(\".left .list-btn .btn-condition\").click(function(e){
  222.                 if (!\$(this).hasClass(\"active\")) {
  223.                     var tabNum = \$(this).index();
  224.                     var nthChild = tabNum+1;
  225.                     \$(\".left .list-btn .btn-condition.active\").removeClass(\"active\");
  226.                     \$(this).addClass(\"active\");
  227.                     \$(\".right .item.active\").removeClass(\"active\");
  228.                     \$(\".right .item:nth-child(\"+nthChild+\")\").addClass(\"active\");
  229.                 }
  230.             });
  231.             \$(\".reset\").click(function(e){
  232.                 \$(\".item input[type='checkbox']:checked\").prop('checked', false);
  233.                 \$(\"#form1\").submit();
  234.             });
  235.         });
  236.     </script>
  237. ";
  238.         
  239.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  240.         
  241.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  242.     }
  243.     // line 153
  244.     public function block_main($context, array $blocks = [])
  245.     {
  246.         $macros $this->macros;
  247.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  248.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  249.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  250.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  251.         // line 154
  252.         echo "    <div class=\"ec-product-page v2\">
  253.         <div class=\"ec-banner\" ";
  254.         // line 155
  255.         if ((twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'155$this->source); })()), "id", [], "any"falsefalsefalse155) == 118)) {
  256.             echo " style=\"background-color: #fff;\" ";
  257.         }
  258.         echo ">
  259.             <div class=\"ec-banner__inner\">
  260.                 <div class=\"inner\">
  261.                     ";
  262.         // line 158
  263.         if ( !(null === (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'158$this->source); })()))) {
  264.             // line 159
  265.             echo "                        ";
  266.             if ((twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'159$this->source); })()), "id", [], "any"falsefalsefalse159) == 115)) {
  267.                 // line 160
  268.                 echo "                            <h2>";
  269.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'160$this->source); })()), "name", [], "any"falsefalsefalse160), "html"nulltrue);
  270.                 echo "</h2>
  271.                         ";
  272.             } elseif ((twig_get_attribute($this->env$this->source,             // line 161
  273. (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'161$this->source); })()), "id", [], "any"falsefalsefalse161) == 118)) {
  274.                 // line 162
  275.                 echo "                            <h2>自社ローン対象商品<br />(分割24回のみ)</h2>
  276.                         ";
  277.             } else {
  278.                 // line 164
  279.                 echo "                            <h2>";
  280.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'164$this->source); })()), "name", [], "any"falsefalsefalse164), "html"nulltrue);
  281.                 echo "商品一覧</h2>
  282.                         ";
  283.             }
  284.             // line 166
  285.             echo "                    ";
  286.         } else {
  287.             // line 167
  288.             echo "                        <h2>商品一覧</h2>
  289.                     ";
  290.         }
  291.         // line 169
  292.         echo "                </div>
  293.             </div>
  294.             <div class=\"ec-breadcrumb\" ";
  295.         // line 171
  296.         if (( !(null === (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'171$this->source); })())) && (twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'171$this->source); })()), "id", [], "any"falsefalsefalse171) == 115))) {
  297.             echo "style=\"margin-bottom: 2rem\"";
  298.         }
  299.         echo " ";
  300.         if ((twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'171$this->source); })()), "id", [], "any"falsefalsefalse171) == 118)) {
  301.             echo " style=\"margin-bottom: 2rem;\" ";
  302.         }
  303.         echo ">
  304.                 <ul class=\"ec-breadcrumb__menu\">
  305.                     <li class=\"ec-breadcrumb__item\"><a href=\"";
  306.         // line 173
  307.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
  308.         echo "\">TOP</a></li>
  309.                     <li class=\"ec-breadcrumb__item\"><span>></span></li>
  310.                     <li class=\"ec-breadcrumb__item\">
  311.                     ";
  312.         // line 176
  313.         if ( !(null === (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'176$this->source); })()))) {
  314.             // line 177
  315.             echo "                        ";
  316.             if ((twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'177$this->source); })()), "id", [], "any"falsefalsefalse177) == 115)) {
  317.                 // line 178
  318.                 echo "                            <p>";
  319.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'178$this->source); })()), "name", [], "any"falsefalsefalse178), "html"nulltrue);
  320.                 echo "</p>
  321.                         ";
  322.             } elseif ((twig_get_attribute($this->env$this->source,             // line 179
  323. (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'179$this->source); })()), "id", [], "any"falsefalsefalse179) == 118)) {
  324.                 // line 180
  325.                 echo "                            <p>自社ローン対象商品(分割24回のみ)</p>
  326.                         ";
  327.             } else {
  328.                 // line 182
  329.                 echo "                            <p>";
  330.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'182$this->source); })()), "name", [], "any"falsefalsefalse182), "html"nulltrue);
  331.                 echo "商品一覧</p>
  332.                         ";
  333.             }
  334.             // line 184
  335.             echo "                    ";
  336.         } else {
  337.             // line 185
  338.             echo "                        <p>商品一覧</p>
  339.                     ";
  340.         }
  341.         // line 187
  342.         echo "                    </li>
  343.                 </ul>
  344.             </div>
  345.         </div>
  346.         <div class=\"ec-product-main\">
  347.             ";
  348.         // line 193
  349.         if (((null === (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'193$this->source); })())) || (twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'193$this->source); })()), "id", [], "any"falsefalsefalse193) != 115))) {
  350.             // line 194
  351.             echo "                ";
  352.             if ((twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'194$this->source); })()), "id", [], "any"falsefalsefalse194) != 118)) {
  353.                 // line 195
  354.                 echo "                <div class=\"ec-product__inner v2\">
  355.                     <div class=\"inner\">
  356.                         <div class=\"ec-product__group\">
  357.                              <form name=\"form1\" id=\"form1\" method=\"get\" action=\"?\">
  358.                                 ";
  359.                 // line 199
  360.                 $context['_parent'] = $context;
  361.                 $context['_seq'] = twig_ensure_traversable((isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'199$this->source); })()));
  362.                 foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  363.                     // line 200
  364.                     echo "                                    ";
  365.                     if ( !twig_test_iterable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse200), "value", [], "any"falsefalsefalse200))) {
  366.                         // line 201
  367.                         echo "                                        <input type=\"hidden\" id=\"";
  368.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse201), "id", [], "any"falsefalsefalse201), "html"nulltrue);
  369.                         echo "\"
  370.                                         name=\"";
  371.                         // line 202
  372.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse202), "full_name", [], "any"falsefalsefalse202), "html"nulltrue);
  373.                         echo "\"
  374.                                         ";
  375.                         // line 203
  376.                         if ( !twig_test_empty(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse203), "value", [], "any"falsefalsefalse203))) {
  377.                             echo "value=\"";
  378.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse203), "value", [], "any"falsefalsefalse203), "html"nulltrue);
  379.                             echo "\" ";
  380.                         }
  381.                         echo "/>
  382.                                     ";
  383.                     }
  384.                     // line 205
  385.                     echo "                                ";
  386.                 }
  387.                 $_parent $context['_parent'];
  388.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  389.                 $context array_intersect_key($context$_parent) + $_parent;
  390.                 // line 206
  391.                 echo "                                <div class=\"conditions\">
  392.                                     <div class=\"left\">
  393.                                         <div class=\"list-btn\">
  394.                                         ";
  395.                 // line 209
  396.                 if (( !(null === (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'209$this->source); })())) && (twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'209$this->source); })()), "id", [], "any"falsefalsefalse209) == 7))) {
  397.                     // line 210
  398.                     echo "                                            <a class=\"btn-condition\"><span>業種</span><span class=\"chk-cnt\">1</span></a>
  399.                                             <a class=\"btn-condition\"><span>形</span><span class=\"chk-cnt\">1</span></a>
  400.                                             <a class=\"btn-condition\"><span>馬力</span><span class=\"chk-cnt\">1</span></a>
  401.                                         ";
  402.                 } else {
  403.                     // line 214
  404.                     echo "                                            <a class=\"btn-condition\"><span>機能</span><span class=\"chk-cnt\">1</span></a>
  405.                                             <a class=\"btn-condition\"><span>お部屋の広さ</span><span class=\"chk-cnt\">1</span></a>
  406.                                             <a class=\"btn-condition\"><span>メーカー</span><span class=\"chk-cnt\">1</span></a>
  407.                                         ";
  408.                 }
  409.                 // line 218
  410.                 echo "                                            <a class=\"btn-condition\"><span>価格</span><span class=\"chk-cnt\">1</span></a>
  411.                                         </div>
  412.                                         <a class=\"reset\">
  413.                                             <span>条件をリセット</span>
  414.                                             <img src=\"";
  415.                 // line 222
  416.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/ic-reset.png"), "html"nulltrue);
  417.                 echo "\" alt=\"\">
  418.                                         </a>
  419.                                         <div class=\"count\">
  420.                                             <p><span>検索結果</span>";
  421.                 // line 225
  422.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'225$this->source); })()), "totalItemCount", [], "any"falsefalsefalse225), "html"nulltrue);
  423.                 echo "件</p>
  424.                                         </div>
  425.                                     </div>
  426.                                     <div style=\"flex: 1;\">
  427.                                         <div class=\"right\">
  428.                                             ";
  429.                 // line 230
  430.                 if (( !(null === (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'230$this->source); })())) && (twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'230$this->source); })()), "id", [], "any"falsefalsefalse230) == 7))) {
  431.                     // line 231
  432.                     echo "                                                ";
  433.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'231$this->source); })()), "kind", [], "any"falsefalsefalse231), 'widget', ["id" => """attr" => ["class" => "item"]]);
  434.                     echo "
  435.                                                 ";
  436.                     // line 232
  437.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'232$this->source); })()), "shape", [], "any"falsefalsefalse232), 'widget', ["id" => """attr" => ["class" => "item"]]);
  438.                     echo "
  439.                                                 ";
  440.                     // line 233
  441.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'233$this->source); })()), "power", [], "any"falsefalsefalse233), 'widget', ["id" => """attr" => ["class" => "item"]]);
  442.                     echo "
  443.                                                 ";
  444.                     // line 234
  445.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'234$this->source); })()), "search_price_workplace", [], "any"falsefalsefalse234), 'widget', ["id" => """attr" => ["class" => "item"]]);
  446.                     echo "
  447.                                             ";
  448.                 } else {
  449.                     // line 236
  450.                     echo "                                                ";
  451.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'236$this->source); })()), "feature", [], "any"falsefalsefalse236), 'widget', ["id" => """attr" => ["class" => "item"]]);
  452.                     echo "
  453.                                                 ";
  454.                     // line 237
  455.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'237$this->source); })()), "room", [], "any"falsefalsefalse237), 'widget', ["id" => """attr" => ["class" => "item"]]);
  456.                     echo "
  457.                                                 ";
  458.                     // line 238
  459.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'238$this->source); })()), "maker", [], "any"falsefalsefalse238), 'widget', ["id" => """attr" => ["class" => "item"]]);
  460.                     echo "
  461.                                                 ";
  462.                     // line 239
  463.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'239$this->source); })()), "search_price_room", [], "any"falsefalsefalse239), 'widget', ["id" => """attr" => ["class" => "item"]]);
  464.                     echo "
  465.                                             ";
  466.                 }
  467.                 // line 241
  468.                 echo "                                        </div>
  469.                                         ";
  470.                 // line 242
  471.                 if (( !(null === (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'242$this->source); })())) && (twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'242$this->source); })()), "id", [], "any"falsefalsefalse242) == 8))) {
  472.                     // line 243
  473.                     echo "                                            <div class=\"conditions__0yen\">
  474.                                                 ";
  475.                     // line 244
  476.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'244$this->source); })()), "search_0_yen", [], "any"falsefalsefalse244), 'widget', ["id" => """attr" => ["class" => "item"]]);
  477.                     echo "    
  478.                                             </div>
  479.                                         ";
  480.                 }
  481.                 // line 247
  482.                 echo "                                    </div>                            
  483.                                 </div>
  484.                             </form>
  485.                         </div>
  486.                     </div>
  487.                 </div>
  488.                 ";
  489.             }
  490.             // line 254
  491.             echo "            ";
  492.         } else {
  493.             // line 255
  494.             echo "                <form name=\"form1\" id=\"form1\" method=\"get\" action=\"?\">
  495.                 ";
  496.             // line 256
  497.             $context['_parent'] = $context;
  498.             $context['_seq'] = twig_ensure_traversable((isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'256$this->source); })()));
  499.             foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  500.                 // line 257
  501.                 echo "                    ";
  502.                 if ( !twig_test_iterable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse257), "value", [], "any"falsefalsefalse257))) {
  503.                     // line 258
  504.                     echo "                        <input type=\"hidden\" id=\"";
  505.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse258), "id", [], "any"falsefalsefalse258), "html"nulltrue);
  506.                     echo "\"
  507.                         name=\"";
  508.                     // line 259
  509.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse259), "full_name", [], "any"falsefalsefalse259), "html"nulltrue);
  510.                     echo "\"
  511.                         ";
  512.                     // line 260
  513.                     if ( !twig_test_empty(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse260), "value", [], "any"falsefalsefalse260))) {
  514.                         echo "value=\"";
  515.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse260), "value", [], "any"falsefalsefalse260), "html"nulltrue);
  516.                         echo "\" ";
  517.                     }
  518.                     echo "/>
  519.                     ";
  520.                 }
  521.                 // line 262
  522.                 echo "                ";
  523.             }
  524.             $_parent $context['_parent'];
  525.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  526.             $context array_intersect_key($context$_parent) + $_parent;
  527.             // line 263
  528.             echo "                </form>
  529.             ";
  530.         }
  531.         // line 265
  532.         echo "
  533.             <div class=\"ec-product__inner\">
  534.                 <div class=\"inner\">
  535.                     <div class=\"ec-product__group\">
  536.                         ";
  537.         // line 269
  538.         if ((twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'269$this->source); })()), "id", [], "any"falsefalsefalse269) == 118)) {
  539.             // line 270
  540.             echo "                        <div class=\"title-add\">
  541.                             <p>他で購入できなかった方も安心<i>!</i><br />
  542.                                 高性能自社ローン限定商品<span>( 分割24回のみ) </span></p>
  543.                         </div>
  544.                         ";
  545.         }
  546.         // line 275
  547.         echo "                        <div class=\"arrange\">
  548.                             ";
  549.         // line 276
  550.         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'276$this->source); })()), "orderby", [], "any"falsefalsefalse276), 'widget', ["id" => """attr" => ["class" => "order-by"]]);
  551.         echo "
  552.                         </div>
  553.                         ";
  554.         // line 279
  555.         if ((twig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'279$this->source); })()), "totalItemCount", [], "any"falsefalsefalse279) > 0)) {
  556.             // line 280
  557.             echo "                            <ul class=\"list-product\" style=\"padding-left: 2px;\">
  558.                             ";
  559.             // line 282
  560.             $context['_parent'] = $context;
  561.             $context['_seq'] = twig_ensure_traversable((isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'282$this->source); })()));
  562.             $context['loop'] = [
  563.               'parent' => $context['_parent'],
  564.               'index0' => 0,
  565.               'index'  => 1,
  566.               'first'  => true,
  567.             ];
  568.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  569.                 $length count($context['_seq']);
  570.                 $context['loop']['revindex0'] = $length 1;
  571.                 $context['loop']['revindex'] = $length;
  572.                 $context['loop']['length'] = $length;
  573.                 $context['loop']['last'] = === $length;
  574.             }
  575.             foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  576.                 // line 283
  577.                 echo "                                ";
  578.                 $context["isTelProduct"] = false;
  579.                 // line 284
  580.                 echo "                                ";
  581.                 $context["isLoanProduct"] = false;
  582.                 // line 285
  583.                 echo "                                ";
  584.                 if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["Product"], "ProductCategories", [], "any"falsefalsefalse285))) {
  585.                     // line 286
  586.                     echo "                                    ";
  587.                     $context['_parent'] = $context;
  588.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["Product"], "ProductCategories", [], "any"falsefalsefalse286));
  589.                     foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
  590.                         // line 287
  591.                         echo "                                        ";
  592.                         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse287), "id", [], "any"falsefalsefalse287) == 117)) {
  593.                             // line 288
  594.                             echo "                                            ";
  595.                             $context["isTelProduct"] = true;
  596.                             // line 289
  597.                             echo "                                        ";
  598.                         }
  599.                         // line 290
  600.                         echo "                                        ";
  601.                         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse290), "id", [], "any"falsefalsefalse290) == 118)) {
  602.                             // line 291
  603.                             echo "                                            ";
  604.                             $context["isLoanProduct"] = true;
  605.                             // line 292
  606.                             echo "                                        ";
  607.                         }
  608.                         // line 293
  609.                         echo "                                    ";
  610.                     }
  611.                     $_parent $context['_parent'];
  612.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
  613.                     $context array_intersect_key($context$_parent) + $_parent;
  614.                     // line 294
  615.                     echo "                                ";
  616.                 }
  617.                 // line 295
  618.                 echo "
  619.                                 <li class=\"product\" style=\"margin: -1px 0 0 -1px;\">
  620.                                     <a href=\"";
  621.                 // line 297
  622.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse297)]), "html"nulltrue);
  623.                 echo "\">
  624.                                         <img src=\"";
  625.                 // line 298
  626.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env$this->source$context["Product"], "main_list_image", [], "any"falsefalsefalse298)), "save_image"), "html"nulltrue);
  627.                 echo "\" alt=\"";
  628.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse298), "html"nulltrue);
  629.                 echo "\" ";
  630.                 if ((twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse298) > 5)) {
  631.                     echo " loading=\"lazy\"";
  632.                 }
  633.                 echo ">
  634.                                         <div class=\"text\">
  635.                                             <p style=\"font-weight: bold;\">";
  636.                 // line 300
  637.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse300), "html"nulltrue);
  638.                 echo "</p>
  639.                                             ";
  640.                 // line 301
  641.                 if (twig_get_attribute($this->env$this->source$context["Product"], "description_list", [], "any"falsefalsefalse301)) {
  642.                     // line 302
  643.                     echo "                                                <p>";
  644.                     echo twig_nl2br(twig_get_attribute($this->env$this->source$context["Product"], "description_list", [], "any"falsefalsefalse302));
  645.                     echo "</p>
  646.                                             ";
  647.                 }
  648.                 // line 304
  649.                 echo "                                        </div>
  650.                                     </a>
  651.                                     <div class=\"product__price\">
  652.                                         <div class=\"group\">
  653.                                             <div class=\"price\">
  654.                                             ";
  655.                 // line 310
  656.                 if (twig_get_attribute($this->env$this->source$context["Product"], "hasProductClass", [], "any"falsefalsefalse310)) {
  657.                     // line 311
  658.                     echo "                                                ";
  659.                     if ((twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Min", [], "any"falsefalsefalse311) == twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Max", [], "any"falsefalsefalse311))) {
  660.                         // line 312
  661.                         echo "                                                    <p>";
  662.                         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse312)), "html"nulltrue);
  663.                         echo "<small>(税込)</small></p>
  664.                                                 ";
  665.                     } else {
  666.                         // line 314
  667.                         echo "                                                    <p>";
  668.                         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse314)), "html"nulltrue);
  669.                         echo " ~ ";
  670.                         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMax", [], "any"falsefalsefalse314)), "html"nulltrue);
  671.                         echo "<small>(税込)</small></p>
  672.                                                 ";
  673.                     }
  674.                     // line 316
  675.                     echo "                                            ";
  676.                 } else {
  677.                     // line 317
  678.                     echo "                                                <p ";
  679.                     if (((isset($context["isLoanProduct"]) || array_key_exists("isLoanProduct"$context) ? $context["isLoanProduct"] : (function () { throw new RuntimeError('Variable "isLoanProduct" does not exist.'317$this->source); })()) == true)) {
  680.                         echo " class=\"text-b\" ";
  681.                     }
  682.                     echo ">
  683.                                                     ";
  684.                     // line 318
  685.                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse318)), "html"nulltrue);
  686.                     echo "<small>(税込)</small>
  687.                                                 </p>
  688.                                             ";
  689.                 }
  690.                 // line 321
  691.                 echo "                                            </div>
  692.                                             <div class=\"list-cate\">
  693.                                                 ";
  694.                 // line 323
  695.                 if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["Product"], "ProductCategories", [], "any"falsefalsefalse323))) {
  696.                     // line 324
  697.                     echo "                                                    ";
  698.                     $context['_parent'] = $context;
  699.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["Product"], "ProductCategories", [], "any"falsefalsefalse324));
  700.                     foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
  701.                         // line 325
  702.                         echo "                                                        ";
  703.                         if ( !twig_test_empty(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse325), "Parent", [], "any"falsefalsefalse325))) {
  704.                             // line 326
  705.                             echo "                                                            ";
  706.                             $context["parentCat"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse326), "Parent", [], "any"falsefalsefalse326);
  707.                             // line 327
  708.                             echo "                                                            ";
  709.                             if ((twig_get_attribute($this->env$this->source, (isset($context["parentCat"]) || array_key_exists("parentCat"$context) ? $context["parentCat"] : (function () { throw new RuntimeError('Variable "parentCat" does not exist.'327$this->source); })()), "id", [], "any"falsefalsefalse327) == 20)) {
  710.                                 // line 328
  711.                                 echo "                                                                <p>";
  712.                                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse328), "name", [], "any"falsefalsefalse328), "html"nulltrue);
  713.                                 echo "</p>
  714.                                                             ";
  715.                             }
  716.                             // line 330
  717.                             echo "                                                        ";
  718.                         }
  719.                         // line 331
  720.                         echo "                                                    ";
  721.                     }
  722.                     $_parent $context['_parent'];
  723.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
  724.                     $context array_intersect_key($context$_parent) + $_parent;
  725.                     // line 332
  726.                     echo "                                                ";
  727.                 }
  728.                 // line 333
  729.                 echo "                                            </div>
  730.                                             <div class=\"num-product\">
  731.                                                 ";
  732.                 // line 335
  733.                 if (( !(null === (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'335$this->source); })())) && (twig_get_attribute($this->env$this->source, (isset($context["Category"]) || array_key_exists("Category"$context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.'335$this->source); })()), "id", [], "any"falsefalsefalse335) == 7))) {
  734.                     // line 336
  735.                     echo "                                                    ";
  736.                     if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["Product"], "ProductCategories", [], "any"falsefalsefalse336))) {
  737.                         // line 337
  738.                         echo "                                                        ";
  739.                         $context['_parent'] = $context;
  740.                         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["Product"], "ProductCategories", [], "any"falsefalsefalse337));
  741.                         foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
  742.                             // line 338
  743.                             echo "                                                            ";
  744.                             if ( !twig_test_empty(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse338), "Parent", [], "any"falsefalsefalse338))) {
  745.                                 // line 339
  746.                                 echo "                                                                ";
  747.                                 $context["parentCat"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse339), "Parent", [], "any"falsefalsefalse339);
  748.                                 // line 340
  749.                                 echo "                                                                ";
  750.                                 if ((twig_get_attribute($this->env$this->source, (isset($context["parentCat"]) || array_key_exists("parentCat"$context) ? $context["parentCat"] : (function () { throw new RuntimeError('Variable "parentCat" does not exist.'340$this->source); })()), "id", [], "any"falsefalsefalse340) == 51)) {
  751.                                     // line 341
  752.                                     echo "                                                                    <p>";
  753.                                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["ProductCategory"], "Category", [], "any"falsefalsefalse341), "name", [], "any"falsefalsefalse341), "html"nulltrue);
  754.                                     echo "</p>
  755.                                                                 ";
  756.                                 }
  757.                                 // line 343
  758.                                 echo "                                                            ";
  759.                             }
  760.                             // line 344
  761.                             echo "                                                        ";
  762.                         }
  763.                         $_parent $context['_parent'];
  764.                         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
  765.                         $context array_intersect_key($context$_parent) + $_parent;
  766.                         // line 345
  767.                         echo "                                                    ";
  768.                     }
  769.                     // line 346
  770.                     echo "                                                ";
  771.                 } else {
  772.                     // line 347
  773.                     echo "                                                    ";
  774.                     if ( !twig_test_empty(twig_get_attribute($this->env$this->source$context["Product"], "code_min", [], "any"falsefalsefalse347))) {
  775.                         // line 348
  776.                         echo "                                                        <p>品番 ";
  777.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "code_min", [], "any"falsefalsefalse348), "html"nulltrue);
  778.                         if ((twig_get_attribute($this->env$this->source$context["Product"], "code_min", [], "any"falsefalsefalse348) != twig_get_attribute($this->env$this->source$context["Product"], "code_max", [], "any"falsefalsefalse348))) {
  779.                             echo " ~ ";
  780.                             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "code_max", [], "any"falsefalsefalse348), "html"nulltrue);
  781.                         }
  782.                         echo "</p>
  783.                                                     ";
  784.                     }
  785.                     // line 350
  786.                     echo "                                                ";
  787.                 }
  788.                 // line 351
  789.                 echo "                                            </div>
  790.                                         </div>
  791.                                         ";
  792.                 // line 354
  793.                 if (twig_get_attribute($this->env$this->source$context["Product"], "stock_find", [], "any"falsefalsefalse354)) {
  794.                     // line 355
  795.                     echo "                                            ";
  796.                     $context["form"] = twig_get_attribute($this->env$this->source, (isset($context["forms"]) || array_key_exists("forms"$context) ? $context["forms"] : (function () { throw new RuntimeError('Variable "forms" does not exist.'355$this->source); })()), twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse355), [], "array"falsefalsefalse355);
  797.                     // line 356
  798.                     echo "                                            <form name=\"form";
  799.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse356), "html"nulltrue);
  800.                     echo "\" id=\"productForm";
  801.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse356), "html"nulltrue);
  802.                     echo "\" action=\"";
  803.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_cart", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse356)]), "html"nulltrue);
  804.                     echo "\" method=\"post\">
  805.                                                 ";
  806.                     // line 357
  807.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'357$this->source); })()), "_token", [], "any"falsefalsefalse357), 'widget');
  808.                     echo "
  809.                                                 ";
  810.                     // line 358
  811.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'358$this->source); })()), "product_id", [], "any"falsefalsefalse358), 'widget');
  812.                     echo "
  813.                                                 ";
  814.                     // line 359
  815.                     echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'359$this->source); })()), "ProductClass", [], "any"falsefalsefalse359), 'widget');
  816.                     echo "
  817.                                                 
  818.                                                 <div class=\"ec-productRole__actions\" style=\"margin-top: 1rem;\">
  819.                                                     ";
  820.                     // line 362
  821.                     if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id1", [], "any"truetruefalse362)) {
  822.                         // line 363
  823.                         echo "                                                        <div class=\"ec-select\">
  824.                                                             <label class=\"form-label required\" style=\"min-width: 3rem;\">カラー</label>
  825.                                                             ";
  826.                         // line 365
  827.                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'365$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse365), 'widget');
  828.                         echo "
  829.                                                             ";
  830.                         // line 366
  831.                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'366$this->source); })()), "classcategory_id1", [], "any"falsefalsefalse366), 'errors');
  832.                         echo "
  833.                                                         </div>
  834.                                                         ";
  835.                         // line 368
  836.                         if (twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "classcategory_id2", [], "any"truetruefalse368)) {
  837.                             // line 369
  838.                             echo "                                                            <div class=\"ec-select\">
  839.                                                                 ";
  840.                             // line 370
  841.                             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'370$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse370), 'widget');
  842.                             echo "
  843.                                                                 ";
  844.                             // line 371
  845.                             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'371$this->source); })()), "classcategory_id2", [], "any"falsefalsefalse371), 'errors');
  846.                             echo "
  847.                                                             </div>
  848.                                                         ";
  849.                         }
  850.                         // line 374
  851.                         echo "                                                    ";
  852.                     }
  853.                     // line 375
  854.                     echo "
  855.                                                     ";
  856.                     // line 376
  857.                     if (((isset($context["isTelProduct"]) || array_key_exists("isTelProduct"$context) ? $context["isTelProduct"] : (function () { throw new RuntimeError('Variable "isTelProduct" does not exist.'376$this->source); })()) != true)) {
  858.                         // line 377
  859.                         echo "                                                        <div class=\"ec-numberInput\">
  860.                                                             <span style=\"min-width: 5rem\">";
  861.                         // line 378
  862.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("数量"), "html"nulltrue);
  863.                         echo "</span>
  864.                                                             ";
  865.                         // line 379
  866.                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'379$this->source); })()), "quantity", [], "any"falsefalsefalse379), 'widget', ["attr" => ["class" => "quantity"]]);
  867.                         echo "
  868.                                                             ";
  869.                         // line 380
  870.                         echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'380$this->source); })()), "quantity", [], "any"falsefalsefalse380), 'errors');
  871.                         echo "
  872.                                                         </div>
  873.                                                     ";
  874.                     }
  875.                     // line 383
  876.                     echo "                                                </div>
  877.                                                 ";
  878.                     // line 385
  879.                     echo "                                            </form>
  880.                                             <div class=\"group\">
  881.                                                 <div class=\"list-btn ec-productRole__btn\">
  882.                                                     ";
  883.                     // line 388
  884.                     if (((isset($context["isTelProduct"]) || array_key_exists("isTelProduct"$context) ? $context["isTelProduct"] : (function () { throw new RuntimeError('Variable "isTelProduct" does not exist.'388$this->source); })()) == true)) {
  885.                         // line 389
  886.                         echo "                                                        <a href=\"tel:080-0222-4466\" class=\"cart cart-tel\" style=\"border: none;\">
  887.                                                             <img src=\"";
  888.                         // line 390
  889.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/ic-tel2-white.png"), "html"nulltrue);
  890.                         echo "\" width=\"15\" alt=\"\">
  891.                                                             <span>";
  892.                         // line 391
  893.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("080-0222-4466"), "html"nulltrue);
  894.                         echo "</span>
  895.                                                         </a>
  896.                                                     ";
  897.                     } elseif ((                    // line 393
  898. (isset($context["isLoanProduct"]) || array_key_exists("isLoanProduct"$context) ? $context["isLoanProduct"] : (function () { throw new RuntimeError('Variable "isLoanProduct" does not exist.'393$this->source); })()) == true)) {
  899.                         // line 394
  900.                         echo "                                                        <a href=\"";
  901.                         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("loan_examination");
  902.                         echo "?id=";
  903.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse394), "html"nulltrue);
  904.                         echo "\" class=\"cart cart-loan\" style=\"border: none;\">
  905.                                                             <span>";
  906.                         // line 395
  907.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("審査のお申込み"), "html"nulltrue);
  908.                         echo "</span>
  909.                                                         </a>
  910.                                                     ";
  911.                     } else {
  912.                         // line 398
  913.                         echo "                                                        <button type=\"submit\" class=\"add-cart cart\" data-cartid=\"";
  914.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse398), "html"nulltrue);
  915.                         echo "\" form=\"productForm";
  916.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse398), "html"nulltrue);
  917.                         echo "\" style=\"border: none;\">
  918.                                                             <img src=\"";
  919.                         // line 399
  920.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/ic-cart-v2.png"), "html"nulltrue);
  921.                         echo "\" alt=\"\">
  922.                                                             <span>カートに入れる</span>
  923.                                                         </button>
  924.                                                     ";
  925.                     }
  926.                     // line 403
  927.                     echo "
  928.                                                     ";
  929.                     // line 404
  930.                     if (twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'404$this->source); })()), "option_favorite_product", [], "any"falsefalsefalse404)) {
  931.                         // line 405
  932.                         echo "                                                        ";
  933.                         $context["is_favorite"] = false;
  934.                         // line 406
  935.                         echo "                                                        ";
  936.                         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
  937.                             // line 407
  938.                             echo "                                                            ";
  939.                             $context["is_favorite"] = twig_get_attribute($this->env$this->source$this->env->getFunction('repository')->getCallable()("\\Eccube\\Entity\\CustomerFavoriteProduct"), "isFavorite", [=> (isset($context["Customer"]) || array_key_exists("Customer"$context) ? $context["Customer"] : (function () { throw new RuntimeError('Variable "Customer" does not exist.'407$this->source); })()), => $context["Product"]], "method"falsefalsefalse407);
  940.                             // line 408
  941.                             echo "                                                        ";
  942.                         }
  943.                         // line 409
  944.                         echo "                                                        ";
  945.                         if (((isset($context["is_favorite"]) || array_key_exists("is_favorite"$context) ? $context["is_favorite"] : (function () { throw new RuntimeError('Variable "is_favorite" does not exist.'409$this->source); })()) == false)) {
  946.                             // line 410
  947.                             echo "                                                            <a href=\"javascript:void(0);\" class=\"favorite\">
  948.                                                                 <span></span> 
  949.                                                             </a>
  950.                                                         ";
  951.                         } else {
  952.                             // line 414
  953.                             echo "                                                            <a href=\"javascript:void(0);\" class=\"favorite active\" disabled=\"disabled\">
  954.                                                                 <span></span> 
  955.                                                             </a>
  956.                                                         ";
  957.                         }
  958.                         // line 418
  959.                         echo "                                                    ";
  960.                     }
  961.                     // line 419
  962.                     echo "                                                </div>
  963.                                             </div>
  964.                                             ";
  965.                     // line 422
  966.                     if (twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'422$this->source); })()), "option_favorite_product", [], "any"falsefalsefalse422)) {
  967.                         // line 423
  968.                         echo "                                                <div style=\"display: none;\">
  969.                                                     <form class=\"list-add-favorite\" action=\"";
  970.                         // line 424
  971.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_add_favorite", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse424)]), "html"nulltrue);
  972.                         echo "\" method=\"post\">
  973.                                                         <div class=\"ec-productRole__btn\">
  974.                                                             <button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\">
  975.                                                                 ";
  976.                         // line 427
  977.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加"), "html"nulltrue);
  978.                         echo "
  979.                                                             </button>
  980.                                                         </div>
  981.                                                     </form>
  982.                                                 </div>
  983.                                             ";
  984.                     }
  985.                     // line 433
  986.                     echo "                                        ";
  987.                 } else {
  988.                     // line 434
  989.                     echo "                                            <div class=\"group\">
  990.                                                 <div class=\"list-btn ec-productRole__btn\">
  991.                                                     <button type=\"button\" class=\"cart\" disabled=\"disabled\">
  992.                                                         <img src=\"";
  993.                     // line 437
  994.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/ic-cart-v2.png"), "html"nulltrue);
  995.                     echo "\" alt=\"\">
  996.                                                         <span>ただいま品切れ中です。</span>
  997.                                                     </button>
  998.                                                 </div>
  999.                                             </div>
  1000.                                         ";
  1001.                 }
  1002.                 // line 443
  1003.                 echo "                                    </div>
  1004.                                 </li>
  1005.                             ";
  1006.                 ++$context['loop']['index0'];
  1007.                 ++$context['loop']['index'];
  1008.                 $context['loop']['first'] = false;
  1009.                 if (isset($context['loop']['length'])) {
  1010.                     --$context['loop']['revindex0'];
  1011.                     --$context['loop']['revindex'];
  1012.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  1013.                 }
  1014.             }
  1015.             $_parent $context['_parent'];
  1016.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  1017.             $context array_intersect_key($context$_parent) + $_parent;
  1018.             // line 446
  1019.             echo "
  1020.                             </ul>
  1021.                             <div class=\"pagenation\">
  1022.                                 ";
  1023.             // line 451
  1024.             $this->loadTemplate("pager.twig""Product/list.twig"451)->display(twig_array_merge($context, ["pages" => twig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'451$this->source); })()), "paginationData", [], "any"falsefalsefalse451)]));
  1025.             echo "                                
  1026.                             </div>
  1027.                         ";
  1028.         }
  1029.         // line 455
  1030.         echo "
  1031.                         <div class=\"list-btn\">
  1032.                             ";
  1033.         // line 457
  1034.         echo twig_include($this->env$context"Block/list-btn.twig");
  1035.         echo "
  1036.                         </div>
  1037.                     </div>
  1038.                 </div>
  1039.             </div>
  1040.         </div>
  1041.     </div>
  1042. ";
  1043.         
  1044.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1045.         
  1046.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1047.     }
  1048.     public function getTemplateName()
  1049.     {
  1050.         return "Product/list.twig";
  1051.     }
  1052.     public function isTraitable()
  1053.     {
  1054.         return false;
  1055.     }
  1056.     public function getDebugInfo()
  1057.     {
  1058.         return array (  1078 => 457,  1074 => 455,  1067 => 451,  1060 => 446,  1044 => 443,  1035 => 437,  1030 => 434,  1027 => 433,  1018 => 427,  1012 => 424,  1009 => 423,  1007 => 422,  1002 => 419,  999 => 418,  993 => 414,  987 => 410,  984 => 409,  981 => 408,  978 => 407,  975 => 406,  972 => 405,  970 => 404,  967 => 403,  960 => 399,  953 => 398,  947 => 395,  940 => 394,  938 => 393,  933 => 391,  929 => 390,  926 => 389,  924 => 388,  919 => 385,  916 => 383,  910 => 380,  906 => 379,  902 => 378,  899 => 377,  897 => 376,  894 => 375,  891 => 374,  885 => 371,  881 => 370,  878 => 369,  876 => 368,  871 => 366,  867 => 365,  863 => 363,  861 => 362,  855 => 359,  851 => 358,  847 => 357,  838 => 356,  835 => 355,  833 => 354,  828 => 351,  825 => 350,  815 => 348,  812 => 347,  809 => 346,  806 => 345,  800 => 344,  797 => 343,  791 => 341,  788 => 340,  785 => 339,  782 => 338,  777 => 337,  774 => 336,  772 => 335,  768 => 333,  765 => 332,  759 => 331,  756 => 330,  750 => 328,  747 => 327,  744 => 326,  741 => 325,  736 => 324,  734 => 323,  730 => 321,  724 => 318,  717 => 317,  714 => 316,  706 => 314,  700 => 312,  697 => 311,  695 => 310,  687 => 304,  681 => 302,  679 => 301,  675 => 300,  664 => 298,  660 => 297,  656 => 295,  653 => 294,  647 => 293,  644 => 292,  641 => 291,  638 => 290,  635 => 289,  632 => 288,  629 => 287,  624 => 286,  621 => 285,  618 => 284,  615 => 283,  598 => 282,  594 => 280,  592 => 279,  586 => 276,  583 => 275,  576 => 270,  574 => 269,  568 => 265,  564 => 263,  558 => 262,  549 => 260,  545 => 259,  540 => 258,  537 => 257,  533 => 256,  530 => 255,  527 => 254,  518 => 247,  512 => 244,  509 => 243,  507 => 242,  504 => 241,  499 => 239,  495 => 238,  491 => 237,  486 => 236,  481 => 234,  477 => 233,  473 => 232,  468 => 231,  466 => 230,  458 => 225,  452 => 222,  446 => 218,  440 => 214,  434 => 210,  432 => 209,  427 => 206,  421 => 205,  412 => 203,  408 => 202,  403 => 201,  400 => 200,  396 => 199,  390 => 195,  387 => 194,  385 => 193,  377 => 187,  373 => 185,  370 => 184,  364 => 182,  360 => 180,  358 => 179,  353 => 178,  350 => 177,  348 => 176,  342 => 173,  331 => 171,  327 => 169,  323 => 167,  320 => 166,  314 => 164,  310 => 162,  308 => 161,  303 => 160,  300 => 159,  298 => 158,  290 => 155,  287 => 154,  277 => 153,  208 => 93,  198 => 86,  166 => 57,  151 => 45,  115 => 11,  101 => 10,  93 => 9,  76 => 8,  72 => 6,  62 => 5,  51 => 1,  49 => 3,  36 => 1,);
  1059.     }
  1060.     public function getSourceContext()
  1061.     {
  1062.         return new Source("{% extends 'default_frame.twig' %}
  1063. {% set body_class = 'product_page' %}
  1064. {% block javascript %}
  1065.     <script>
  1066.         eccube.productsClassCategories = {
  1067.             {% for Product in pagination %}
  1068.             \"{{ Product.id|escape('js') }}\": {{ class_categories_as_json(Product)|raw }}{% if loop.last == false %}, {% endif %}
  1069.             {% endfor %}
  1070.         };
  1071.         \$(function() {
  1072.             // 検索条件を追加
  1073.             \$('.btn-condition').click(function() {
  1074.                 \$('#active_idx').val(\$(this).index());
  1075.             });
  1076.             \$('.form-check-input').change(function() {
  1077.                 \$(\"#form1\").submit();
  1078.             });
  1079.             // 表示件数を変更
  1080.             \$('.disp-number').change(function() {
  1081.                 var dispNumber = \$(this).val();
  1082.                 \$('#disp_number').val(dispNumber);
  1083.                 \$('#pageno').val(1);
  1084.                 \$(\"#form1\").submit();
  1085.             });
  1086.             // 並び順を変更
  1087.             \$('.order-by').change(function() {
  1088.                 var orderBy = \$(this).val();
  1089.                 \$('#orderby').val(orderBy);
  1090.                 \$('#pageno').val(1);
  1091.                 \$(\"#form1\").submit();
  1092.             });
  1093.             \$('.add-cart').on('click', function(e) {
  1094.                 var \$form = \$(this).parents('li').find('form');
  1095.                 // TODO: test 修正要
  1096.                 // 規格1フォームの必須チェック
  1097.                 var \$form_select = \$form.parent().find('.form-select');
  1098.                 if (\$form_select.val() == '__unselected' || \$form_select.val() == '') {
  1099.                     \$form_select[0].setCustomValidity('{{ '項目が選択されていません'|trans }}');
  1100.                     setTimeout(function() {
  1101.                         loadingOverlay('hide');
  1102.                     }, 100);
  1103.                     return true;
  1104.                 } else {
  1105.                     \$form_select[0].setCustomValidity('');
  1106.                 }
  1107.                 // 個数フォームのチェック
  1108.                 var \$quantity = \$form.parent().find('.quantity');
  1109.                 if (\$quantity.val() < 1) {
  1110.                     \$quantity[0].setCustomValidity('{{ '1以上で入力してください。'|trans }}');
  1111.                     setTimeout(function() {
  1112.                         loadingOverlay('hide');
  1113.                     }, 100);
  1114.                     return true;
  1115.                 } else {
  1116.                     \$quantity[0].setCustomValidity('');
  1117.                 }
  1118.                 e.preventDefault();
  1119.                 \$.ajax({
  1120.                     url: \$form.attr('action'),
  1121.                     type: \$form.attr('method'),
  1122.                     data: \$form.serialize(),
  1123.                     dataType: 'json',
  1124.                     beforeSend: function(xhr, settings) {
  1125.                         // Buttonを無効にする
  1126.                         \$('.add-cart').prop('disabled', true);
  1127.                     }
  1128.                 }).done(function(data) {
  1129.                     // レスポンス内のメッセージをalertで表示
  1130.                     \$.each(data.messages, function() {
  1131.                         \$('#ec-modal-header').text(this);
  1132.                     });
  1133.                     \$('.ec-modal').show()
  1134.                     // カートブロックを更新する
  1135.                     \$.ajax({
  1136.                         url: '{{ url('block_cart') }}',
  1137.                         type: 'GET',
  1138.                         dataType: 'html'
  1139.                     }).done(function(html) {
  1140.                         \$('.ec-headerRole__cart').html(html);
  1141.                     });
  1142.                 }).fail(function(data) {
  1143.                     alert('{{ 'カートへの追加に失敗しました。'|trans }}');
  1144.                 }).always(function(data) {
  1145.                     // Buttonを有効にする
  1146.                     \$('.add-cart').prop('disabled', false);
  1147.                 });
  1148.             });
  1149.             \$('.favorite').click(function(event) {
  1150.                 if (\$(this).attr('disabled') != 'disabled') {
  1151.                     \$(this).closest('li.product').find('.list-add-favorite').submit();
  1152.                 }
  1153.             });
  1154.         });
  1155.         \$('.ec-modal-wrap').on('click', function(e) {
  1156.             // モーダル内の処理は外側にバブリングさせない
  1157.             e.stopPropagation();
  1158.         });
  1159.         \$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
  1160.             \$('.ec-modal').hide()
  1161.         });
  1162.     </script>
  1163.     <script>
  1164.         \$(document).ready(function(){
  1165.             //チェックボックス処理
  1166.             \$(\".left .list-btn .btn-condition\").eq(\$('#active_idx').val()).addClass('active');
  1167.             \$(\".right .item\").eq(\$('#active_idx').val()).addClass('active');
  1168.             \$(\".right .item\").each(function(index, el) {
  1169.                 var chk_cnt = \$(this).find(\"input[type='checkbox']:checked\").length;
  1170.                 \$('.btn-condition').eq(index).find('.chk-cnt').text(chk_cnt);
  1171.                 if (chk_cnt > 0) {
  1172.                     \$('.btn-condition').eq(index).find('.chk-cnt').show();
  1173.                 }
  1174.                 else {
  1175.                     \$('.btn-condition').eq(index).find('.chk-cnt').hide();
  1176.                 }
  1177.             });
  1178.             \$(\".left .list-btn .btn-condition\").click(function(e){
  1179.                 if (!\$(this).hasClass(\"active\")) {
  1180.                     var tabNum = \$(this).index();
  1181.                     var nthChild = tabNum+1;
  1182.                     \$(\".left .list-btn .btn-condition.active\").removeClass(\"active\");
  1183.                     \$(this).addClass(\"active\");
  1184.                     \$(\".right .item.active\").removeClass(\"active\");
  1185.                     \$(\".right .item:nth-child(\"+nthChild+\")\").addClass(\"active\");
  1186.                 }
  1187.             });
  1188.             \$(\".reset\").click(function(e){
  1189.                 \$(\".item input[type='checkbox']:checked\").prop('checked', false);
  1190.                 \$(\"#form1\").submit();
  1191.             });
  1192.         });
  1193.     </script>
  1194. {% endblock %}
  1195. {% block main %}
  1196.     <div class=\"ec-product-page v2\">
  1197.         <div class=\"ec-banner\" {% if Category.id == 118 %} style=\"background-color: #fff;\" {% endif %}>
  1198.             <div class=\"ec-banner__inner\">
  1199.                 <div class=\"inner\">
  1200.                     {% if Category is not null %}
  1201.                         {% if Category.id == 115 %}
  1202.                             <h2>{{ Category.name }}</h2>
  1203.                         {% elseif Category.id == 118  %}
  1204.                             <h2>自社ローン対象商品<br />(分割24回のみ)</h2>
  1205.                         {% else %}
  1206.                             <h2>{{ Category.name }}商品一覧</h2>
  1207.                         {% endif %}
  1208.                     {% else %}
  1209.                         <h2>商品一覧</h2>
  1210.                     {% endif %}
  1211.                 </div>
  1212.             </div>
  1213.             <div class=\"ec-breadcrumb\" {% if Category is not null and Category.id == 115 %}style=\"margin-bottom: 2rem\"{% endif %} {% if Category.id == 118 %} style=\"margin-bottom: 2rem;\" {% endif %}>
  1214.                 <ul class=\"ec-breadcrumb__menu\">
  1215.                     <li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
  1216.                     <li class=\"ec-breadcrumb__item\"><span>></span></li>
  1217.                     <li class=\"ec-breadcrumb__item\">
  1218.                     {% if Category is not null %}
  1219.                         {% if Category.id == 115 %}
  1220.                             <p>{{ Category.name }}</p>
  1221.                         {% elseif Category.id == 118  %}
  1222.                             <p>自社ローン対象商品(分割24回のみ)</p>
  1223.                         {% else %}
  1224.                             <p>{{ Category.name }}商品一覧</p>
  1225.                         {% endif %}
  1226.                     {% else %}
  1227.                         <p>商品一覧</p>
  1228.                     {% endif %}
  1229.                     </li>
  1230.                 </ul>
  1231.             </div>
  1232.         </div>
  1233.         <div class=\"ec-product-main\">
  1234.             {% if Category is null or Category.id != 115 %}
  1235.                 {% if Category.id != 118 %}
  1236.                 <div class=\"ec-product__inner v2\">
  1237.                     <div class=\"inner\">
  1238.                         <div class=\"ec-product__group\">
  1239.                              <form name=\"form1\" id=\"form1\" method=\"get\" action=\"?\">
  1240.                                 {% for item in search_form %}
  1241.                                     {% if item.vars.value is not iterable %}
  1242.                                         <input type=\"hidden\" id=\"{{ item.vars.id }}\"
  1243.                                         name=\"{{ item.vars.full_name }}\"
  1244.                                         {% if item.vars.value is not empty %}value=\"{{ item.vars.value }}\" {% endif %}/>
  1245.                                     {% endif %}
  1246.                                 {% endfor %}
  1247.                                 <div class=\"conditions\">
  1248.                                     <div class=\"left\">
  1249.                                         <div class=\"list-btn\">
  1250.                                         {% if Category is not null and Category.id == 7 %}
  1251.                                             <a class=\"btn-condition\"><span>業種</span><span class=\"chk-cnt\">1</span></a>
  1252.                                             <a class=\"btn-condition\"><span>形</span><span class=\"chk-cnt\">1</span></a>
  1253.                                             <a class=\"btn-condition\"><span>馬力</span><span class=\"chk-cnt\">1</span></a>
  1254.                                         {% else %}
  1255.                                             <a class=\"btn-condition\"><span>機能</span><span class=\"chk-cnt\">1</span></a>
  1256.                                             <a class=\"btn-condition\"><span>お部屋の広さ</span><span class=\"chk-cnt\">1</span></a>
  1257.                                             <a class=\"btn-condition\"><span>メーカー</span><span class=\"chk-cnt\">1</span></a>
  1258.                                         {% endif %}
  1259.                                             <a class=\"btn-condition\"><span>価格</span><span class=\"chk-cnt\">1</span></a>
  1260.                                         </div>
  1261.                                         <a class=\"reset\">
  1262.                                             <span>条件をリセット</span>
  1263.                                             <img src=\"{{ asset('assets/img/common/ic-reset.png') }}\" alt=\"\">
  1264.                                         </a>
  1265.                                         <div class=\"count\">
  1266.                                             <p><span>検索結果</span>{{ pagination.totalItemCount }}件</p>
  1267.                                         </div>
  1268.                                     </div>
  1269.                                     <div style=\"flex: 1;\">
  1270.                                         <div class=\"right\">
  1271.                                             {% if Category is not null and Category.id == 7 %}
  1272.                                                 {{ form_widget(search_form.kind, {'id': '', 'attr': {'class': 'item'}}) }}
  1273.                                                 {{ form_widget(search_form.shape, {'id': '', 'attr': {'class': 'item'}}) }}
  1274.                                                 {{ form_widget(search_form.power, {'id': '', 'attr': {'class': 'item'}}) }}
  1275.                                                 {{ form_widget(search_form.search_price_workplace, {'id': '', 'attr': {'class': 'item'}}) }}
  1276.                                             {% else %}
  1277.                                                 {{ form_widget(search_form.feature, {'id': '', 'attr': {'class': 'item'}}) }}
  1278.                                                 {{ form_widget(search_form.room, {'id': '', 'attr': {'class': 'item'}}) }}
  1279.                                                 {{ form_widget(search_form.maker, {'id': '', 'attr': {'class': 'item'}}) }}
  1280.                                                 {{ form_widget(search_form.search_price_room, {'id': '', 'attr': {'class': 'item'}}) }}
  1281.                                             {% endif %}
  1282.                                         </div>
  1283.                                         {% if Category is not null and Category.id == 8 %}
  1284.                                             <div class=\"conditions__0yen\">
  1285.                                                 {{ form_widget(search_form.search_0_yen, {'id': '', 'attr': {'class': 'item'}}) }}    
  1286.                                             </div>
  1287.                                         {% endif %}
  1288.                                     </div>                            
  1289.                                 </div>
  1290.                             </form>
  1291.                         </div>
  1292.                     </div>
  1293.                 </div>
  1294.                 {% endif %}
  1295.             {% else %}
  1296.                 <form name=\"form1\" id=\"form1\" method=\"get\" action=\"?\">
  1297.                 {% for item in search_form %}
  1298.                     {% if item.vars.value is not iterable %}
  1299.                         <input type=\"hidden\" id=\"{{ item.vars.id }}\"
  1300.                         name=\"{{ item.vars.full_name }}\"
  1301.                         {% if item.vars.value is not empty %}value=\"{{ item.vars.value }}\" {% endif %}/>
  1302.                     {% endif %}
  1303.                 {% endfor %}
  1304.                 </form>
  1305.             {% endif %}
  1306.             <div class=\"ec-product__inner\">
  1307.                 <div class=\"inner\">
  1308.                     <div class=\"ec-product__group\">
  1309.                         {% if Category.id == 118 %}
  1310.                         <div class=\"title-add\">
  1311.                             <p>他で購入できなかった方も安心<i>!</i><br />
  1312.                                 高性能自社ローン限定商品<span>( 分割24回のみ) </span></p>
  1313.                         </div>
  1314.                         {% endif %}
  1315.                         <div class=\"arrange\">
  1316.                             {{ form_widget(search_form.orderby, {'id': '', 'attr': {'class': 'order-by'}}) }}
  1317.                         </div>
  1318.                         {% if pagination.totalItemCount > 0 %}
  1319.                             <ul class=\"list-product\" style=\"padding-left: 2px;\">
  1320.                             {% for Product in pagination %}
  1321.                                 {% set isTelProduct = false %}
  1322.                                 {% set isLoanProduct = false %}
  1323.                                 {% if Product.ProductCategories is not empty %}
  1324.                                     {% for ProductCategory in Product.ProductCategories %}
  1325.                                         {% if ProductCategory.Category.id == 117 %}
  1326.                                             {% set isTelProduct = true %}
  1327.                                         {% endif %}
  1328.                                         {% if ProductCategory.Category.id == 118 %}
  1329.                                             {% set isLoanProduct = true %}
  1330.                                         {% endif %}
  1331.                                     {% endfor %}
  1332.                                 {% endif %}
  1333.                                 <li class=\"product\" style=\"margin: -1px 0 0 -1px;\">
  1334.                                     <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">
  1335.                                         <img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" {% if loop.index > 5 %} loading=\"lazy\"{% endif %}>
  1336.                                         <div class=\"text\">
  1337.                                             <p style=\"font-weight: bold;\">{{ Product.name }}</p>
  1338.                                             {% if Product.description_list %}
  1339.                                                 <p>{{ Product.description_list|raw|nl2br }}</p>
  1340.                                             {% endif %}
  1341.                                         </div>
  1342.                                     </a>
  1343.                                     <div class=\"product__price\">
  1344.                                         <div class=\"group\">
  1345.                                             <div class=\"price\">
  1346.                                             {% if Product.hasProductClass %}
  1347.                                                 {% if Product.getPrice02Min == Product.getPrice02Max %}
  1348.                                                     <p>{{ Product.getPrice02IncTaxMin|price }}<small>(税込)</small></p>
  1349.                                                 {% else %}
  1350.                                                     <p>{{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}<small>(税込)</small></p>
  1351.                                                 {% endif %}
  1352.                                             {% else %}
  1353.                                                 <p {% if isLoanProduct == true %} class=\"text-b\" {% endif %}>
  1354.                                                     {{ Product.getPrice02IncTaxMin|price }}<small>(税込)</small>
  1355.                                                 </p>
  1356.                                             {% endif %}
  1357.                                             </div>
  1358.                                             <div class=\"list-cate\">
  1359.                                                 {% if Product.ProductCategories is not empty %}
  1360.                                                     {% for ProductCategory in Product.ProductCategories %}
  1361.                                                         {% if ProductCategory.Category.Parent is not empty %}
  1362.                                                             {% set parentCat = ProductCategory.Category.Parent %}
  1363.                                                             {% if parentCat.id == 20 %}
  1364.                                                                 <p>{{ ProductCategory.Category.name }}</p>
  1365.                                                             {% endif %}
  1366.                                                         {% endif %}
  1367.                                                     {% endfor %}
  1368.                                                 {% endif %}
  1369.                                             </div>
  1370.                                             <div class=\"num-product\">
  1371.                                                 {% if Category is not null and Category.id == 7 %}
  1372.                                                     {% if Product.ProductCategories is not empty %}
  1373.                                                         {% for ProductCategory in Product.ProductCategories %}
  1374.                                                             {% if ProductCategory.Category.Parent is not empty %}
  1375.                                                                 {% set parentCat = ProductCategory.Category.Parent %}
  1376.                                                                 {% if parentCat.id == 51 %}
  1377.                                                                     <p>{{ ProductCategory.Category.name }}</p>
  1378.                                                                 {% endif %}
  1379.                                                             {% endif %}
  1380.                                                         {% endfor %}
  1381.                                                     {% endif %}
  1382.                                                 {% else %}
  1383.                                                     {% if Product.code_min is not empty %}
  1384.                                                         <p>品番 {{ Product.code_min }}{% if Product.code_min != Product.code_max %} ~ {{ Product.code_max }}{% endif %}</p>
  1385.                                                     {% endif %}
  1386.                                                 {% endif %}
  1387.                                             </div>
  1388.                                         </div>
  1389.                                         {% if Product.stock_find %}
  1390.                                             {% set form = forms[Product.id] %}
  1391.                                             <form name=\"form{{ Product.id }}\" id=\"productForm{{ Product.id }}\" action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\">
  1392.                                                 {{ form_widget(form._token) }}
  1393.                                                 {{ form_widget(form.product_id) }}
  1394.                                                 {{ form_widget(form.ProductClass) }}
  1395.                                                 
  1396.                                                 <div class=\"ec-productRole__actions\" style=\"margin-top: 1rem;\">
  1397.                                                     {% if form.classcategory_id1 is defined %}
  1398.                                                         <div class=\"ec-select\">
  1399.                                                             <label class=\"form-label required\" style=\"min-width: 3rem;\">カラー</label>
  1400.                                                             {{ form_widget(form.classcategory_id1) }}
  1401.                                                             {{ form_errors(form.classcategory_id1) }}
  1402.                                                         </div>
  1403.                                                         {% if form.classcategory_id2 is defined %}
  1404.                                                             <div class=\"ec-select\">
  1405.                                                                 {{ form_widget(form.classcategory_id2) }}
  1406.                                                                 {{ form_errors(form.classcategory_id2) }}
  1407.                                                             </div>
  1408.                                                         {% endif %}
  1409.                                                     {% endif %}
  1410.                                                     {% if isTelProduct != true %}
  1411.                                                         <div class=\"ec-numberInput\">
  1412.                                                             <span style=\"min-width: 5rem\">{{ '数量'|trans }}</span>
  1413.                                                             {{ form_widget(form.quantity, {'attr': {'class': 'quantity'}}) }}
  1414.                                                             {{ form_errors(form.quantity) }}
  1415.                                                         </div>
  1416.                                                     {% endif %}
  1417.                                                 </div>
  1418.                                                 {# {{ form_rest(form) }} #}
  1419.                                             </form>
  1420.                                             <div class=\"group\">
  1421.                                                 <div class=\"list-btn ec-productRole__btn\">
  1422.                                                     {% if isTelProduct == true %}
  1423.                                                         <a href=\"tel:080-0222-4466\" class=\"cart cart-tel\" style=\"border: none;\">
  1424.                                                             <img src=\"{{ asset('assets/img/common/ic-tel2-white.png') }}\" width=\"15\" alt=\"\">
  1425.                                                             <span>{{ '080-0222-4466'|trans }}</span>
  1426.                                                         </a>
  1427.                                                     {% elseif isLoanProduct == true %}
  1428.                                                         <a href=\"{{ url('loan_examination') }}?id={{ Product.id }}\" class=\"cart cart-loan\" style=\"border: none;\">
  1429.                                                             <span>{{ '審査のお申込み'|trans }}</span>
  1430.                                                         </a>
  1431.                                                     {% else %}
  1432.                                                         <button type=\"submit\" class=\"add-cart cart\" data-cartid=\"{{ Product.id }}\" form=\"productForm{{ Product.id }}\" style=\"border: none;\">
  1433.                                                             <img src=\"{{ asset('assets/img/common/ic-cart-v2.png') }}\" alt=\"\">
  1434.                                                             <span>カートに入れる</span>
  1435.                                                         </button>
  1436.                                                     {% endif %}
  1437.                                                     {% if BaseInfo.option_favorite_product %}
  1438.                                                         {% set is_favorite = false %}
  1439.                                                         {% if is_granted('ROLE_USER') %}
  1440.                                                             {% set is_favorite = repository('\\\\Eccube\\\\Entity\\\\CustomerFavoriteProduct').isFavorite(Customer, Product) %}
  1441.                                                         {% endif %}
  1442.                                                         {% if is_favorite == false %}
  1443.                                                             <a href=\"javascript:void(0);\" class=\"favorite\">
  1444.                                                                 <span></span> 
  1445.                                                             </a>
  1446.                                                         {% else %}
  1447.                                                             <a href=\"javascript:void(0);\" class=\"favorite active\" disabled=\"disabled\">
  1448.                                                                 <span></span> 
  1449.                                                             </a>
  1450.                                                         {% endif %}
  1451.                                                     {% endif %}
  1452.                                                 </div>
  1453.                                             </div>
  1454.                                             {% if BaseInfo.option_favorite_product %}
  1455.                                                 <div style=\"display: none;\">
  1456.                                                     <form class=\"list-add-favorite\" action=\"{{ url('product_add_favorite', {id:Product.id}) }}\" method=\"post\">
  1457.                                                         <div class=\"ec-productRole__btn\">
  1458.                                                             <button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\">
  1459.                                                                 {{ 'お気に入りに追加'|trans }}
  1460.                                                             </button>
  1461.                                                         </div>
  1462.                                                     </form>
  1463.                                                 </div>
  1464.                                             {% endif %}
  1465.                                         {% else %}
  1466.                                             <div class=\"group\">
  1467.                                                 <div class=\"list-btn ec-productRole__btn\">
  1468.                                                     <button type=\"button\" class=\"cart\" disabled=\"disabled\">
  1469.                                                         <img src=\"{{ asset('assets/img/common/ic-cart-v2.png') }}\" alt=\"\">
  1470.                                                         <span>ただいま品切れ中です。</span>
  1471.                                                     </button>
  1472.                                                 </div>
  1473.                                             </div>
  1474.                                         {% endif %}
  1475.                                     </div>
  1476.                                 </li>
  1477.                             {% endfor %}
  1478.                             </ul>
  1479.                             <div class=\"pagenation\">
  1480.                                 {% include \"pager.twig\" with {'pages': pagination.paginationData} %}                                
  1481.                             </div>
  1482.                         {% endif %}
  1483.                         <div class=\"list-btn\">
  1484.                             {{ include('Block/list-btn.twig') }}
  1485.                         </div>
  1486.                     </div>
  1487.                 </div>
  1488.             </div>
  1489.         </div>
  1490.     </div>
  1491. {% endblock %}
  1492. ""Product/list.twig""/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/default/Product/list.twig");
  1493.     }
  1494. }