<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Product/list.twig */
class __TwigTemplate_ba6eabfb0d1b4e32c60cbfb385671ded4e1c146296dd4e7c0ec2b5023814f881 extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'javascript' => [$this, 'block_javascript'],
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Product/list.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Product/list.twig"));
// line 3
$context["body_class"] = "product_page";
// line 1
$this->parent = $this->loadTemplate("default_frame.twig", "Product/list.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 5
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 6
echo " <script>
eccube.productsClassCategories = {
";
// line 8
$context['_parent'] = $context;
$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); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
// line 9
echo " \"";
echo twig_escape_filter($this->env, twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "id", [], "any", false, false, false, 9), "js"), "html", null, true);
echo "\": ";
echo $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getClassCategoriesAsJson($context["Product"]);
if ((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 9) == false)) {
echo ", ";
}
// line 10
echo " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo " };
\$(function() {
// 検索条件を追加
\$('.btn-condition').click(function() {
\$('#active_idx').val(\$(this).index());
});
\$('.form-check-input').change(function() {
\$(\"#form1\").submit();
});
// 表示件数を変更
\$('.disp-number').change(function() {
var dispNumber = \$(this).val();
\$('#disp_number').val(dispNumber);
\$('#pageno').val(1);
\$(\"#form1\").submit();
});
// 並び順を変更
\$('.order-by').change(function() {
var orderBy = \$(this).val();
\$('#orderby').val(orderBy);
\$('#pageno').val(1);
\$(\"#form1\").submit();
});
\$('.add-cart').on('click', function(e) {
var \$form = \$(this).parents('li').find('form');
// TODO: test 修正要
// 規格1フォームの必須チェック
var \$form_select = \$form.parent().find('.form-select');
if (\$form_select.val() == '__unselected' || \$form_select.val() == '') {
\$form_select[0].setCustomValidity('";
// line 45
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("項目が選択されていません"), "html", null, true);
echo "');
setTimeout(function() {
loadingOverlay('hide');
}, 100);
return true;
} else {
\$form_select[0].setCustomValidity('');
}
// 個数フォームのチェック
var \$quantity = \$form.parent().find('.quantity');
if (\$quantity.val() < 1) {
\$quantity[0].setCustomValidity('";
// line 57
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("1以上で入力してください。"), "html", null, true);
echo "');
setTimeout(function() {
loadingOverlay('hide');
}, 100);
return true;
} else {
\$quantity[0].setCustomValidity('');
}
e.preventDefault();
\$.ajax({
url: \$form.attr('action'),
type: \$form.attr('method'),
data: \$form.serialize(),
dataType: 'json',
beforeSend: function(xhr, settings) {
// Buttonを無効にする
\$('.add-cart').prop('disabled', true);
}
}).done(function(data) {
// レスポンス内のメッセージをalertで表示
\$.each(data.messages, function() {
\$('#ec-modal-header').text(this);
});
\$('.ec-modal').show()
// カートブロックを更新する
\$.ajax({
url: '";
// line 86
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_cart");
echo "',
type: 'GET',
dataType: 'html'
}).done(function(html) {
\$('.ec-headerRole__cart').html(html);
});
}).fail(function(data) {
alert('";
// line 93
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートへの追加に失敗しました。"), "html", null, true);
echo "');
}).always(function(data) {
// Buttonを有効にする
\$('.add-cart').prop('disabled', false);
});
});
\$('.favorite').click(function(event) {
if (\$(this).attr('disabled') != 'disabled') {
\$(this).closest('li.product').find('.list-add-favorite').submit();
}
});
});
\$('.ec-modal-wrap').on('click', function(e) {
// モーダル内の処理は外側にバブリングさせない
e.stopPropagation();
});
\$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
\$('.ec-modal').hide()
});
</script>
<script>
\$(document).ready(function(){
//チェックボックス処理
\$(\".left .list-btn .btn-condition\").eq(\$('#active_idx').val()).addClass('active');
\$(\".right .item\").eq(\$('#active_idx').val()).addClass('active');
\$(\".right .item\").each(function(index, el) {
var chk_cnt = \$(this).find(\"input[type='checkbox']:checked\").length;
\$('.btn-condition').eq(index).find('.chk-cnt').text(chk_cnt);
if (chk_cnt > 0) {
\$('.btn-condition').eq(index).find('.chk-cnt').show();
}
else {
\$('.btn-condition').eq(index).find('.chk-cnt').hide();
}
});
\$(\".left .list-btn .btn-condition\").click(function(e){
if (!\$(this).hasClass(\"active\")) {
var tabNum = \$(this).index();
var nthChild = tabNum+1;
\$(\".left .list-btn .btn-condition.active\").removeClass(\"active\");
\$(this).addClass(\"active\");
\$(\".right .item.active\").removeClass(\"active\");
\$(\".right .item:nth-child(\"+nthChild+\")\").addClass(\"active\");
}
});
\$(\".reset\").click(function(e){
\$(\".item input[type='checkbox']:checked\").prop('checked', false);
\$(\"#form1\").submit();
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 153
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 154
echo " <div class=\"ec-product-page v2\">
<div class=\"ec-banner\" ";
// line 155
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", false, false, false, 155) == 118)) {
echo " style=\"background-color: #fff;\" ";
}
echo ">
<div class=\"ec-banner__inner\">
<div class=\"inner\">
";
// line 158
if ( !(null === (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 158, $this->source); })()))) {
// line 159
echo " ";
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", false, false, false, 159) == 115)) {
// line 160
echo " <h2>";
echo twig_escape_filter($this->env, 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.', 160, $this->source); })()), "name", [], "any", false, false, false, 160), "html", null, true);
echo "</h2>
";
} elseif ((twig_get_attribute($this->env, $this->source, // line 161
(isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 161, $this->source); })()), "id", [], "any", false, false, false, 161) == 118)) {
// line 162
echo " <h2>自社ローン対象商品<br />(分割24回のみ)</h2>
";
} else {
// line 164
echo " <h2>";
echo twig_escape_filter($this->env, 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.', 164, $this->source); })()), "name", [], "any", false, false, false, 164), "html", null, true);
echo "商品一覧</h2>
";
}
// line 166
echo " ";
} else {
// line 167
echo " <h2>商品一覧</h2>
";
}
// line 169
echo " </div>
</div>
<div class=\"ec-breadcrumb\" ";
// line 171
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", false, false, false, 171) == 115))) {
echo "style=\"margin-bottom: 2rem\"";
}
echo " ";
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", false, false, false, 171) == 118)) {
echo " style=\"margin-bottom: 2rem;\" ";
}
echo ">
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"";
// line 173
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
<li class=\"ec-breadcrumb__item\">
";
// line 176
if ( !(null === (isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 176, $this->source); })()))) {
// line 177
echo " ";
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", false, false, false, 177) == 115)) {
// line 178
echo " <p>";
echo twig_escape_filter($this->env, 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.', 178, $this->source); })()), "name", [], "any", false, false, false, 178), "html", null, true);
echo "</p>
";
} elseif ((twig_get_attribute($this->env, $this->source, // line 179
(isset($context["Category"]) || array_key_exists("Category", $context) ? $context["Category"] : (function () { throw new RuntimeError('Variable "Category" does not exist.', 179, $this->source); })()), "id", [], "any", false, false, false, 179) == 118)) {
// line 180
echo " <p>自社ローン対象商品(分割24回のみ)</p>
";
} else {
// line 182
echo " <p>";
echo twig_escape_filter($this->env, 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.', 182, $this->source); })()), "name", [], "any", false, false, false, 182), "html", null, true);
echo "商品一覧</p>
";
}
// line 184
echo " ";
} else {
// line 185
echo " <p>商品一覧</p>
";
}
// line 187
echo " </li>
</ul>
</div>
</div>
<div class=\"ec-product-main\">
";
// line 193
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", false, false, false, 193) != 115))) {
// line 194
echo " ";
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", false, false, false, 194) != 118)) {
// line 195
echo " <div class=\"ec-product__inner v2\">
<div class=\"inner\">
<div class=\"ec-product__group\">
<form name=\"form1\" id=\"form1\" method=\"get\" action=\"?\">
";
// line 199
$context['_parent'] = $context;
$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); })()));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 200
echo " ";
if ( !twig_test_iterable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "vars", [], "any", false, false, false, 200), "value", [], "any", false, false, false, 200))) {
// line 201
echo " <input type=\"hidden\" id=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "vars", [], "any", false, false, false, 201), "id", [], "any", false, false, false, 201), "html", null, true);
echo "\"
name=\"";
// line 202
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "vars", [], "any", false, false, false, 202), "full_name", [], "any", false, false, false, 202), "html", null, true);
echo "\"
";
// line 203
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "vars", [], "any", false, false, false, 203), "value", [], "any", false, false, false, 203))) {
echo "value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "vars", [], "any", false, false, false, 203), "value", [], "any", false, false, false, 203), "html", null, true);
echo "\" ";
}
echo "/>
";
}
// line 205
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 206
echo " <div class=\"conditions\">
<div class=\"left\">
<div class=\"list-btn\">
";
// line 209
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", false, false, false, 209) == 7))) {
// line 210
echo " <a class=\"btn-condition\"><span>業種</span><span class=\"chk-cnt\">1</span></a>
<a class=\"btn-condition\"><span>形</span><span class=\"chk-cnt\">1</span></a>
<a class=\"btn-condition\"><span>馬力</span><span class=\"chk-cnt\">1</span></a>
";
} else {
// line 214
echo " <a class=\"btn-condition\"><span>機能</span><span class=\"chk-cnt\">1</span></a>
<a class=\"btn-condition\"><span>お部屋の広さ</span><span class=\"chk-cnt\">1</span></a>
<a class=\"btn-condition\"><span>メーカー</span><span class=\"chk-cnt\">1</span></a>
";
}
// line 218
echo " <a class=\"btn-condition\"><span>価格</span><span class=\"chk-cnt\">1</span></a>
</div>
<a class=\"reset\">
<span>条件をリセット</span>
<img src=\"";
// line 222
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/ic-reset.png"), "html", null, true);
echo "\" alt=\"\">
</a>
<div class=\"count\">
<p><span>検索結果</span>";
// line 225
echo twig_escape_filter($this->env, 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.', 225, $this->source); })()), "totalItemCount", [], "any", false, false, false, 225), "html", null, true);
echo "件</p>
</div>
</div>
<div style=\"flex: 1;\">
<div class=\"right\">
";
// line 230
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", false, false, false, 230) == 7))) {
// line 231
echo " ";
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", false, false, false, 231), 'widget', ["id" => "", "attr" => ["class" => "item"]]);
echo "
";
// line 232
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", false, false, false, 232), 'widget', ["id" => "", "attr" => ["class" => "item"]]);
echo "
";
// line 233
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", false, false, false, 233), 'widget', ["id" => "", "attr" => ["class" => "item"]]);
echo "
";
// line 234
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", false, false, false, 234), 'widget', ["id" => "", "attr" => ["class" => "item"]]);
echo "
";
} else {
// line 236
echo " ";
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", false, false, false, 236), 'widget', ["id" => "", "attr" => ["class" => "item"]]);
echo "
";
// line 237
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", false, false, false, 237), 'widget', ["id" => "", "attr" => ["class" => "item"]]);
echo "
";
// line 238
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", false, false, false, 238), 'widget', ["id" => "", "attr" => ["class" => "item"]]);
echo "
";
// line 239
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", false, false, false, 239), 'widget', ["id" => "", "attr" => ["class" => "item"]]);
echo "
";
}
// line 241
echo " </div>
";
// line 242
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", false, false, false, 242) == 8))) {
// line 243
echo " <div class=\"conditions__0yen\">
";
// line 244
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", false, false, false, 244), 'widget', ["id" => "", "attr" => ["class" => "item"]]);
echo "
</div>
";
}
// line 247
echo " </div>
</div>
</form>
</div>
</div>
</div>
";
}
// line 254
echo " ";
} else {
// line 255
echo " <form name=\"form1\" id=\"form1\" method=\"get\" action=\"?\">
";
// line 256
$context['_parent'] = $context;
$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); })()));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 257
echo " ";
if ( !twig_test_iterable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "vars", [], "any", false, false, false, 257), "value", [], "any", false, false, false, 257))) {
// line 258
echo " <input type=\"hidden\" id=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "vars", [], "any", false, false, false, 258), "id", [], "any", false, false, false, 258), "html", null, true);
echo "\"
name=\"";
// line 259
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "vars", [], "any", false, false, false, 259), "full_name", [], "any", false, false, false, 259), "html", null, true);
echo "\"
";
// line 260
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "vars", [], "any", false, false, false, 260), "value", [], "any", false, false, false, 260))) {
echo "value=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "vars", [], "any", false, false, false, 260), "value", [], "any", false, false, false, 260), "html", null, true);
echo "\" ";
}
echo "/>
";
}
// line 262
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 263
echo " </form>
";
}
// line 265
echo "
<div class=\"ec-product__inner\">
<div class=\"inner\">
<div class=\"ec-product__group\">
";
// line 269
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", false, false, false, 269) == 118)) {
// line 270
echo " <div class=\"title-add\">
<p>他で購入できなかった方も安心<i>!</i><br />
高性能自社ローン限定商品<span>( 分割24回のみ) </span></p>
</div>
";
}
// line 275
echo " <div class=\"arrange\">
";
// line 276
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", false, false, false, 276), 'widget', ["id" => "", "attr" => ["class" => "order-by"]]);
echo "
</div>
";
// line 279
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", false, false, false, 279) > 0)) {
// line 280
echo " <ul class=\"list-product\" style=\"padding-left: 2px;\">
";
// line 282
$context['_parent'] = $context;
$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); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
// line 283
echo " ";
$context["isTelProduct"] = false;
// line 284
echo " ";
$context["isLoanProduct"] = false;
// line 285
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["Product"], "ProductCategories", [], "any", false, false, false, 285))) {
// line 286
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["Product"], "ProductCategories", [], "any", false, false, false, 286));
foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
// line 287
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 287), "id", [], "any", false, false, false, 287) == 117)) {
// line 288
echo " ";
$context["isTelProduct"] = true;
// line 289
echo " ";
}
// line 290
echo " ";
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 290), "id", [], "any", false, false, false, 290) == 118)) {
// line 291
echo " ";
$context["isLoanProduct"] = true;
// line 292
echo " ";
}
// line 293
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 294
echo " ";
}
// line 295
echo "
<li class=\"product\" style=\"margin: -1px 0 0 -1px;\">
<a href=\"";
// line 297
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", false, false, false, 297)]), "html", null, true);
echo "\">
<img src=\"";
// line 298
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", false, false, false, 298)), "save_image"), "html", null, true);
echo "\" alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "name", [], "any", false, false, false, 298), "html", null, true);
echo "\" ";
if ((twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 298) > 5)) {
echo " loading=\"lazy\"";
}
echo ">
<div class=\"text\">
<p style=\"font-weight: bold;\">";
// line 300
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "name", [], "any", false, false, false, 300), "html", null, true);
echo "</p>
";
// line 301
if (twig_get_attribute($this->env, $this->source, $context["Product"], "description_list", [], "any", false, false, false, 301)) {
// line 302
echo " <p>";
echo twig_nl2br(twig_get_attribute($this->env, $this->source, $context["Product"], "description_list", [], "any", false, false, false, 302));
echo "</p>
";
}
// line 304
echo " </div>
</a>
<div class=\"product__price\">
<div class=\"group\">
<div class=\"price\">
";
// line 310
if (twig_get_attribute($this->env, $this->source, $context["Product"], "hasProductClass", [], "any", false, false, false, 310)) {
// line 311
echo " ";
if ((twig_get_attribute($this->env, $this->source, $context["Product"], "getPrice02Min", [], "any", false, false, false, 311) == twig_get_attribute($this->env, $this->source, $context["Product"], "getPrice02Max", [], "any", false, false, false, 311))) {
// line 312
echo " <p>";
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, $context["Product"], "getPrice02IncTaxMin", [], "any", false, false, false, 312)), "html", null, true);
echo "<small>(税込)</small></p>
";
} else {
// line 314
echo " <p>";
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, $context["Product"], "getPrice02IncTaxMin", [], "any", false, false, false, 314)), "html", null, true);
echo " ~ ";
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, $context["Product"], "getPrice02IncTaxMax", [], "any", false, false, false, 314)), "html", null, true);
echo "<small>(税込)</small></p>
";
}
// line 316
echo " ";
} else {
// line 317
echo " <p ";
if (((isset($context["isLoanProduct"]) || array_key_exists("isLoanProduct", $context) ? $context["isLoanProduct"] : (function () { throw new RuntimeError('Variable "isLoanProduct" does not exist.', 317, $this->source); })()) == true)) {
echo " class=\"text-b\" ";
}
echo ">
";
// line 318
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env, $this->source, $context["Product"], "getPrice02IncTaxMin", [], "any", false, false, false, 318)), "html", null, true);
echo "<small>(税込)</small>
</p>
";
}
// line 321
echo " </div>
<div class=\"list-cate\">
";
// line 323
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["Product"], "ProductCategories", [], "any", false, false, false, 323))) {
// line 324
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["Product"], "ProductCategories", [], "any", false, false, false, 324));
foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
// line 325
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 325), "Parent", [], "any", false, false, false, 325))) {
// line 326
echo " ";
$context["parentCat"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 326), "Parent", [], "any", false, false, false, 326);
// line 327
echo " ";
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", false, false, false, 327) == 20)) {
// line 328
echo " <p>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 328), "name", [], "any", false, false, false, 328), "html", null, true);
echo "</p>
";
}
// line 330
echo " ";
}
// line 331
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 332
echo " ";
}
// line 333
echo " </div>
<div class=\"num-product\">
";
// line 335
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", false, false, false, 335) == 7))) {
// line 336
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["Product"], "ProductCategories", [], "any", false, false, false, 336))) {
// line 337
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["Product"], "ProductCategories", [], "any", false, false, false, 337));
foreach ($context['_seq'] as $context["_key"] => $context["ProductCategory"]) {
// line 338
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 338), "Parent", [], "any", false, false, false, 338))) {
// line 339
echo " ";
$context["parentCat"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 339), "Parent", [], "any", false, false, false, 339);
// line 340
echo " ";
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", false, false, false, 340) == 51)) {
// line 341
echo " <p>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["ProductCategory"], "Category", [], "any", false, false, false, 341), "name", [], "any", false, false, false, 341), "html", null, true);
echo "</p>
";
}
// line 343
echo " ";
}
// line 344
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['ProductCategory'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 345
echo " ";
}
// line 346
echo " ";
} else {
// line 347
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["Product"], "code_min", [], "any", false, false, false, 347))) {
// line 348
echo " <p>品番 ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "code_min", [], "any", false, false, false, 348), "html", null, true);
if ((twig_get_attribute($this->env, $this->source, $context["Product"], "code_min", [], "any", false, false, false, 348) != twig_get_attribute($this->env, $this->source, $context["Product"], "code_max", [], "any", false, false, false, 348))) {
echo " ~ ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "code_max", [], "any", false, false, false, 348), "html", null, true);
}
echo "</p>
";
}
// line 350
echo " ";
}
// line 351
echo " </div>
</div>
";
// line 354
if (twig_get_attribute($this->env, $this->source, $context["Product"], "stock_find", [], "any", false, false, false, 354)) {
// line 355
echo " ";
$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", false, false, false, 355), [], "array", false, false, false, 355);
// line 356
echo " <form name=\"form";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "id", [], "any", false, false, false, 356), "html", null, true);
echo "\" id=\"productForm";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "id", [], "any", false, false, false, 356), "html", null, true);
echo "\" action=\"";
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", false, false, false, 356)]), "html", null, true);
echo "\" method=\"post\">
";
// line 357
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", false, false, false, 357), 'widget');
echo "
";
// line 358
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", false, false, false, 358), 'widget');
echo "
";
// line 359
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", false, false, false, 359), 'widget');
echo "
<div class=\"ec-productRole__actions\" style=\"margin-top: 1rem;\">
";
// line 362
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id1", [], "any", true, true, false, 362)) {
// line 363
echo " <div class=\"ec-select\">
<label class=\"form-label required\" style=\"min-width: 3rem;\">カラー</label>
";
// line 365
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", false, false, false, 365), 'widget');
echo "
";
// line 366
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", false, false, false, 366), 'errors');
echo "
</div>
";
// line 368
if (twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "classcategory_id2", [], "any", true, true, false, 368)) {
// line 369
echo " <div class=\"ec-select\">
";
// line 370
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", false, false, false, 370), 'widget');
echo "
";
// line 371
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", false, false, false, 371), 'errors');
echo "
</div>
";
}
// line 374
echo " ";
}
// line 375
echo "
";
// line 376
if (((isset($context["isTelProduct"]) || array_key_exists("isTelProduct", $context) ? $context["isTelProduct"] : (function () { throw new RuntimeError('Variable "isTelProduct" does not exist.', 376, $this->source); })()) != true)) {
// line 377
echo " <div class=\"ec-numberInput\">
<span style=\"min-width: 5rem\">";
// line 378
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("数量"), "html", null, true);
echo "</span>
";
// line 379
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", false, false, false, 379), 'widget', ["attr" => ["class" => "quantity"]]);
echo "
";
// line 380
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", false, false, false, 380), 'errors');
echo "
</div>
";
}
// line 383
echo " </div>
";
// line 385
echo " </form>
<div class=\"group\">
<div class=\"list-btn ec-productRole__btn\">
";
// line 388
if (((isset($context["isTelProduct"]) || array_key_exists("isTelProduct", $context) ? $context["isTelProduct"] : (function () { throw new RuntimeError('Variable "isTelProduct" does not exist.', 388, $this->source); })()) == true)) {
// line 389
echo " <a href=\"tel:080-0222-4466\" class=\"cart cart-tel\" style=\"border: none;\">
<img src=\"";
// line 390
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/ic-tel2-white.png"), "html", null, true);
echo "\" width=\"15\" alt=\"\">
<span>";
// line 391
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("080-0222-4466"), "html", null, true);
echo "</span>
</a>
";
} elseif (( // line 393
(isset($context["isLoanProduct"]) || array_key_exists("isLoanProduct", $context) ? $context["isLoanProduct"] : (function () { throw new RuntimeError('Variable "isLoanProduct" does not exist.', 393, $this->source); })()) == true)) {
// line 394
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("loan_examination");
echo "?id=";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "id", [], "any", false, false, false, 394), "html", null, true);
echo "\" class=\"cart cart-loan\" style=\"border: none;\">
<span>";
// line 395
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("審査のお申込み"), "html", null, true);
echo "</span>
</a>
";
} else {
// line 398
echo " <button type=\"submit\" class=\"add-cart cart\" data-cartid=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "id", [], "any", false, false, false, 398), "html", null, true);
echo "\" form=\"productForm";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["Product"], "id", [], "any", false, false, false, 398), "html", null, true);
echo "\" style=\"border: none;\">
<img src=\"";
// line 399
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/ic-cart-v2.png"), "html", null, true);
echo "\" alt=\"\">
<span>カートに入れる</span>
</button>
";
}
// line 403
echo "
";
// line 404
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", false, false, false, 404)) {
// line 405
echo " ";
$context["is_favorite"] = false;
// line 406
echo " ";
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
// line 407
echo " ";
$context["is_favorite"] = twig_get_attribute($this->env, $this->source, $this->env->getFunction('repository')->getCallable()("\\Eccube\\Entity\\CustomerFavoriteProduct"), "isFavorite", [0 => (isset($context["Customer"]) || array_key_exists("Customer", $context) ? $context["Customer"] : (function () { throw new RuntimeError('Variable "Customer" does not exist.', 407, $this->source); })()), 1 => $context["Product"]], "method", false, false, false, 407);
// line 408
echo " ";
}
// line 409
echo " ";
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)) {
// line 410
echo " <a href=\"javascript:void(0);\" class=\"favorite\">
<span></span>
</a>
";
} else {
// line 414
echo " <a href=\"javascript:void(0);\" class=\"favorite active\" disabled=\"disabled\">
<span></span>
</a>
";
}
// line 418
echo " ";
}
// line 419
echo " </div>
</div>
";
// line 422
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", false, false, false, 422)) {
// line 423
echo " <div style=\"display: none;\">
<form class=\"list-add-favorite\" action=\"";
// line 424
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", false, false, false, 424)]), "html", null, true);
echo "\" method=\"post\">
<div class=\"ec-productRole__btn\">
<button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\">
";
// line 427
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お気に入りに追加"), "html", null, true);
echo "
</button>
</div>
</form>
</div>
";
}
// line 433
echo " ";
} else {
// line 434
echo " <div class=\"group\">
<div class=\"list-btn ec-productRole__btn\">
<button type=\"button\" class=\"cart\" disabled=\"disabled\">
<img src=\"";
// line 437
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/ic-cart-v2.png"), "html", null, true);
echo "\" alt=\"\">
<span>ただいま品切れ中です。</span>
</button>
</div>
</div>
";
}
// line 443
echo " </div>
</li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 446
echo "
</ul>
<div class=\"pagenation\">
";
// line 451
$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", false, false, false, 451)]));
echo "
</div>
";
}
// line 455
echo "
<div class=\"list-btn\">
";
// line 457
echo twig_include($this->env, $context, "Block/list-btn.twig");
echo "
</div>
</div>
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Product/list.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends 'default_frame.twig' %}
{% set body_class = 'product_page' %}
{% block javascript %}
<script>
eccube.productsClassCategories = {
{% for Product in pagination %}
\"{{ Product.id|escape('js') }}\": {{ class_categories_as_json(Product)|raw }}{% if loop.last == false %}, {% endif %}
{% endfor %}
};
\$(function() {
// 検索条件を追加
\$('.btn-condition').click(function() {
\$('#active_idx').val(\$(this).index());
});
\$('.form-check-input').change(function() {
\$(\"#form1\").submit();
});
// 表示件数を変更
\$('.disp-number').change(function() {
var dispNumber = \$(this).val();
\$('#disp_number').val(dispNumber);
\$('#pageno').val(1);
\$(\"#form1\").submit();
});
// 並び順を変更
\$('.order-by').change(function() {
var orderBy = \$(this).val();
\$('#orderby').val(orderBy);
\$('#pageno').val(1);
\$(\"#form1\").submit();
});
\$('.add-cart').on('click', function(e) {
var \$form = \$(this).parents('li').find('form');
// TODO: test 修正要
// 規格1フォームの必須チェック
var \$form_select = \$form.parent().find('.form-select');
if (\$form_select.val() == '__unselected' || \$form_select.val() == '') {
\$form_select[0].setCustomValidity('{{ '項目が選択されていません'|trans }}');
setTimeout(function() {
loadingOverlay('hide');
}, 100);
return true;
} else {
\$form_select[0].setCustomValidity('');
}
// 個数フォームのチェック
var \$quantity = \$form.parent().find('.quantity');
if (\$quantity.val() < 1) {
\$quantity[0].setCustomValidity('{{ '1以上で入力してください。'|trans }}');
setTimeout(function() {
loadingOverlay('hide');
}, 100);
return true;
} else {
\$quantity[0].setCustomValidity('');
}
e.preventDefault();
\$.ajax({
url: \$form.attr('action'),
type: \$form.attr('method'),
data: \$form.serialize(),
dataType: 'json',
beforeSend: function(xhr, settings) {
// Buttonを無効にする
\$('.add-cart').prop('disabled', true);
}
}).done(function(data) {
// レスポンス内のメッセージをalertで表示
\$.each(data.messages, function() {
\$('#ec-modal-header').text(this);
});
\$('.ec-modal').show()
// カートブロックを更新する
\$.ajax({
url: '{{ url('block_cart') }}',
type: 'GET',
dataType: 'html'
}).done(function(html) {
\$('.ec-headerRole__cart').html(html);
});
}).fail(function(data) {
alert('{{ 'カートへの追加に失敗しました。'|trans }}');
}).always(function(data) {
// Buttonを有効にする
\$('.add-cart').prop('disabled', false);
});
});
\$('.favorite').click(function(event) {
if (\$(this).attr('disabled') != 'disabled') {
\$(this).closest('li.product').find('.list-add-favorite').submit();
}
});
});
\$('.ec-modal-wrap').on('click', function(e) {
// モーダル内の処理は外側にバブリングさせない
e.stopPropagation();
});
\$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
\$('.ec-modal').hide()
});
</script>
<script>
\$(document).ready(function(){
//チェックボックス処理
\$(\".left .list-btn .btn-condition\").eq(\$('#active_idx').val()).addClass('active');
\$(\".right .item\").eq(\$('#active_idx').val()).addClass('active');
\$(\".right .item\").each(function(index, el) {
var chk_cnt = \$(this).find(\"input[type='checkbox']:checked\").length;
\$('.btn-condition').eq(index).find('.chk-cnt').text(chk_cnt);
if (chk_cnt > 0) {
\$('.btn-condition').eq(index).find('.chk-cnt').show();
}
else {
\$('.btn-condition').eq(index).find('.chk-cnt').hide();
}
});
\$(\".left .list-btn .btn-condition\").click(function(e){
if (!\$(this).hasClass(\"active\")) {
var tabNum = \$(this).index();
var nthChild = tabNum+1;
\$(\".left .list-btn .btn-condition.active\").removeClass(\"active\");
\$(this).addClass(\"active\");
\$(\".right .item.active\").removeClass(\"active\");
\$(\".right .item:nth-child(\"+nthChild+\")\").addClass(\"active\");
}
});
\$(\".reset\").click(function(e){
\$(\".item input[type='checkbox']:checked\").prop('checked', false);
\$(\"#form1\").submit();
});
});
</script>
{% endblock %}
{% block main %}
<div class=\"ec-product-page v2\">
<div class=\"ec-banner\" {% if Category.id == 118 %} style=\"background-color: #fff;\" {% endif %}>
<div class=\"ec-banner__inner\">
<div class=\"inner\">
{% if Category is not null %}
{% if Category.id == 115 %}
<h2>{{ Category.name }}</h2>
{% elseif Category.id == 118 %}
<h2>自社ローン対象商品<br />(分割24回のみ)</h2>
{% else %}
<h2>{{ Category.name }}商品一覧</h2>
{% endif %}
{% else %}
<h2>商品一覧</h2>
{% endif %}
</div>
</div>
<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 %}>
<ul class=\"ec-breadcrumb__menu\">
<li class=\"ec-breadcrumb__item\"><a href=\"{{ url('homepage') }}\">TOP</a></li>
<li class=\"ec-breadcrumb__item\"><span>></span></li>
<li class=\"ec-breadcrumb__item\">
{% if Category is not null %}
{% if Category.id == 115 %}
<p>{{ Category.name }}</p>
{% elseif Category.id == 118 %}
<p>自社ローン対象商品(分割24回のみ)</p>
{% else %}
<p>{{ Category.name }}商品一覧</p>
{% endif %}
{% else %}
<p>商品一覧</p>
{% endif %}
</li>
</ul>
</div>
</div>
<div class=\"ec-product-main\">
{% if Category is null or Category.id != 115 %}
{% if Category.id != 118 %}
<div class=\"ec-product__inner v2\">
<div class=\"inner\">
<div class=\"ec-product__group\">
<form name=\"form1\" id=\"form1\" method=\"get\" action=\"?\">
{% for item in search_form %}
{% if item.vars.value is not iterable %}
<input type=\"hidden\" id=\"{{ item.vars.id }}\"
name=\"{{ item.vars.full_name }}\"
{% if item.vars.value is not empty %}value=\"{{ item.vars.value }}\" {% endif %}/>
{% endif %}
{% endfor %}
<div class=\"conditions\">
<div class=\"left\">
<div class=\"list-btn\">
{% if Category is not null and Category.id == 7 %}
<a class=\"btn-condition\"><span>業種</span><span class=\"chk-cnt\">1</span></a>
<a class=\"btn-condition\"><span>形</span><span class=\"chk-cnt\">1</span></a>
<a class=\"btn-condition\"><span>馬力</span><span class=\"chk-cnt\">1</span></a>
{% else %}
<a class=\"btn-condition\"><span>機能</span><span class=\"chk-cnt\">1</span></a>
<a class=\"btn-condition\"><span>お部屋の広さ</span><span class=\"chk-cnt\">1</span></a>
<a class=\"btn-condition\"><span>メーカー</span><span class=\"chk-cnt\">1</span></a>
{% endif %}
<a class=\"btn-condition\"><span>価格</span><span class=\"chk-cnt\">1</span></a>
</div>
<a class=\"reset\">
<span>条件をリセット</span>
<img src=\"{{ asset('assets/img/common/ic-reset.png') }}\" alt=\"\">
</a>
<div class=\"count\">
<p><span>検索結果</span>{{ pagination.totalItemCount }}件</p>
</div>
</div>
<div style=\"flex: 1;\">
<div class=\"right\">
{% if Category is not null and Category.id == 7 %}
{{ form_widget(search_form.kind, {'id': '', 'attr': {'class': 'item'}}) }}
{{ form_widget(search_form.shape, {'id': '', 'attr': {'class': 'item'}}) }}
{{ form_widget(search_form.power, {'id': '', 'attr': {'class': 'item'}}) }}
{{ form_widget(search_form.search_price_workplace, {'id': '', 'attr': {'class': 'item'}}) }}
{% else %}
{{ form_widget(search_form.feature, {'id': '', 'attr': {'class': 'item'}}) }}
{{ form_widget(search_form.room, {'id': '', 'attr': {'class': 'item'}}) }}
{{ form_widget(search_form.maker, {'id': '', 'attr': {'class': 'item'}}) }}
{{ form_widget(search_form.search_price_room, {'id': '', 'attr': {'class': 'item'}}) }}
{% endif %}
</div>
{% if Category is not null and Category.id == 8 %}
<div class=\"conditions__0yen\">
{{ form_widget(search_form.search_0_yen, {'id': '', 'attr': {'class': 'item'}}) }}
</div>
{% endif %}
</div>
</div>
</form>
</div>
</div>
</div>
{% endif %}
{% else %}
<form name=\"form1\" id=\"form1\" method=\"get\" action=\"?\">
{% for item in search_form %}
{% if item.vars.value is not iterable %}
<input type=\"hidden\" id=\"{{ item.vars.id }}\"
name=\"{{ item.vars.full_name }}\"
{% if item.vars.value is not empty %}value=\"{{ item.vars.value }}\" {% endif %}/>
{% endif %}
{% endfor %}
</form>
{% endif %}
<div class=\"ec-product__inner\">
<div class=\"inner\">
<div class=\"ec-product__group\">
{% if Category.id == 118 %}
<div class=\"title-add\">
<p>他で購入できなかった方も安心<i>!</i><br />
高性能自社ローン限定商品<span>( 分割24回のみ) </span></p>
</div>
{% endif %}
<div class=\"arrange\">
{{ form_widget(search_form.orderby, {'id': '', 'attr': {'class': 'order-by'}}) }}
</div>
{% if pagination.totalItemCount > 0 %}
<ul class=\"list-product\" style=\"padding-left: 2px;\">
{% for Product in pagination %}
{% set isTelProduct = false %}
{% set isLoanProduct = false %}
{% if Product.ProductCategories is not empty %}
{% for ProductCategory in Product.ProductCategories %}
{% if ProductCategory.Category.id == 117 %}
{% set isTelProduct = true %}
{% endif %}
{% if ProductCategory.Category.id == 118 %}
{% set isLoanProduct = true %}
{% endif %}
{% endfor %}
{% endif %}
<li class=\"product\" style=\"margin: -1px 0 0 -1px;\">
<a href=\"{{ url('product_detail', {'id': Product.id}) }}\">
<img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" {% if loop.index > 5 %} loading=\"lazy\"{% endif %}>
<div class=\"text\">
<p style=\"font-weight: bold;\">{{ Product.name }}</p>
{% if Product.description_list %}
<p>{{ Product.description_list|raw|nl2br }}</p>
{% endif %}
</div>
</a>
<div class=\"product__price\">
<div class=\"group\">
<div class=\"price\">
{% if Product.hasProductClass %}
{% if Product.getPrice02Min == Product.getPrice02Max %}
<p>{{ Product.getPrice02IncTaxMin|price }}<small>(税込)</small></p>
{% else %}
<p>{{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}<small>(税込)</small></p>
{% endif %}
{% else %}
<p {% if isLoanProduct == true %} class=\"text-b\" {% endif %}>
{{ Product.getPrice02IncTaxMin|price }}<small>(税込)</small>
</p>
{% endif %}
</div>
<div class=\"list-cate\">
{% if Product.ProductCategories is not empty %}
{% for ProductCategory in Product.ProductCategories %}
{% if ProductCategory.Category.Parent is not empty %}
{% set parentCat = ProductCategory.Category.Parent %}
{% if parentCat.id == 20 %}
<p>{{ ProductCategory.Category.name }}</p>
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
</div>
<div class=\"num-product\">
{% if Category is not null and Category.id == 7 %}
{% if Product.ProductCategories is not empty %}
{% for ProductCategory in Product.ProductCategories %}
{% if ProductCategory.Category.Parent is not empty %}
{% set parentCat = ProductCategory.Category.Parent %}
{% if parentCat.id == 51 %}
<p>{{ ProductCategory.Category.name }}</p>
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% else %}
{% if Product.code_min is not empty %}
<p>品番 {{ Product.code_min }}{% if Product.code_min != Product.code_max %} ~ {{ Product.code_max }}{% endif %}</p>
{% endif %}
{% endif %}
</div>
</div>
{% if Product.stock_find %}
{% set form = forms[Product.id] %}
<form name=\"form{{ Product.id }}\" id=\"productForm{{ Product.id }}\" action=\"{{ url('product_add_cart', {id:Product.id}) }}\" method=\"post\">
{{ form_widget(form._token) }}
{{ form_widget(form.product_id) }}
{{ form_widget(form.ProductClass) }}
<div class=\"ec-productRole__actions\" style=\"margin-top: 1rem;\">
{% if form.classcategory_id1 is defined %}
<div class=\"ec-select\">
<label class=\"form-label required\" style=\"min-width: 3rem;\">カラー</label>
{{ form_widget(form.classcategory_id1) }}
{{ form_errors(form.classcategory_id1) }}
</div>
{% if form.classcategory_id2 is defined %}
<div class=\"ec-select\">
{{ form_widget(form.classcategory_id2) }}
{{ form_errors(form.classcategory_id2) }}
</div>
{% endif %}
{% endif %}
{% if isTelProduct != true %}
<div class=\"ec-numberInput\">
<span style=\"min-width: 5rem\">{{ '数量'|trans }}</span>
{{ form_widget(form.quantity, {'attr': {'class': 'quantity'}}) }}
{{ form_errors(form.quantity) }}
</div>
{% endif %}
</div>
{# {{ form_rest(form) }} #}
</form>
<div class=\"group\">
<div class=\"list-btn ec-productRole__btn\">
{% if isTelProduct == true %}
<a href=\"tel:080-0222-4466\" class=\"cart cart-tel\" style=\"border: none;\">
<img src=\"{{ asset('assets/img/common/ic-tel2-white.png') }}\" width=\"15\" alt=\"\">
<span>{{ '080-0222-4466'|trans }}</span>
</a>
{% elseif isLoanProduct == true %}
<a href=\"{{ url('loan_examination') }}?id={{ Product.id }}\" class=\"cart cart-loan\" style=\"border: none;\">
<span>{{ '審査のお申込み'|trans }}</span>
</a>
{% else %}
<button type=\"submit\" class=\"add-cart cart\" data-cartid=\"{{ Product.id }}\" form=\"productForm{{ Product.id }}\" style=\"border: none;\">
<img src=\"{{ asset('assets/img/common/ic-cart-v2.png') }}\" alt=\"\">
<span>カートに入れる</span>
</button>
{% endif %}
{% if BaseInfo.option_favorite_product %}
{% set is_favorite = false %}
{% if is_granted('ROLE_USER') %}
{% set is_favorite = repository('\\\\Eccube\\\\Entity\\\\CustomerFavoriteProduct').isFavorite(Customer, Product) %}
{% endif %}
{% if is_favorite == false %}
<a href=\"javascript:void(0);\" class=\"favorite\">
<span></span>
</a>
{% else %}
<a href=\"javascript:void(0);\" class=\"favorite active\" disabled=\"disabled\">
<span></span>
</a>
{% endif %}
{% endif %}
</div>
</div>
{% if BaseInfo.option_favorite_product %}
<div style=\"display: none;\">
<form class=\"list-add-favorite\" action=\"{{ url('product_add_favorite', {id:Product.id}) }}\" method=\"post\">
<div class=\"ec-productRole__btn\">
<button type=\"submit\" id=\"favorite\" class=\"ec-blockBtn--cancel\">
{{ 'お気に入りに追加'|trans }}
</button>
</div>
</form>
</div>
{% endif %}
{% else %}
<div class=\"group\">
<div class=\"list-btn ec-productRole__btn\">
<button type=\"button\" class=\"cart\" disabled=\"disabled\">
<img src=\"{{ asset('assets/img/common/ic-cart-v2.png') }}\" alt=\"\">
<span>ただいま品切れ中です。</span>
</button>
</div>
</div>
{% endif %}
</div>
</li>
{% endfor %}
</ul>
<div class=\"pagenation\">
{% include \"pager.twig\" with {'pages': pagination.paginationData} %}
</div>
{% endif %}
<div class=\"list-btn\">
{{ include('Block/list-btn.twig') }}
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
", "Product/list.twig", "/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/default/Product/list.twig");
}
}