<?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;
/* Page/sub-category.twig */
class __TwigTemplate_206ff86e52dfd0b015ebd4e7704ce65c extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
'lm_after_contents_top' => [$this, 'block_lm_after_contents_top'],
'main' => [$this, 'block_main'],
'lm_before_contents_bottom' => [$this, 'block_lm_before_contents_bottom'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 11
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Page/sub-category.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Page/sub-category.twig"));
// line 13
$context["body_class"] = "product_page";
// line 11
$this->parent = $this->loadTemplate("default_frame.twig", "Page/sub-category.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 15
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 16
echo " <link rel=\"stylesheet\" type=\"text/css\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/common.min.css"), "html", null, true);
echo "?20231227\">
<link href=\"https://use.fontawesome.com/releases/v5.6.1/css/all.css\" rel=\"dns-prefetch\" rel=\"stylesheet\">
<link rel=\"stylesheet\" rel=\"dns-prefetch\" type=\"text/css\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\">
<link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,700&display=swap\" rel=\"dns-prefetch\" rel=\"stylesheet\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 22
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 23
echo " <script type=\"text/javascript\" src=\"/javascripts/jquery.fbt.js?20200715_01\"></script>
<script type=\"text/javascript\">
// add karte use ajax to optimize ttfp index
\$(document).ready(function() {
\$.ajax({
type: \"POST\",
url: \"";
// line 29
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("karte_page_sub_category");
echo "\",
data: {
\"listUrl\": \"";
// line 31
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 31, $this->source); })()), "request", [], "any", false, false, true, 31), "pathinfo", [], "any", false, false, true, 31), 31, $this->source), "html", null, true);
echo "\",
\"mcName\": \"";
// line 32
(((array_key_exists("mcName", $context) && !(null === (isset($context["mcName"]) || array_key_exists("mcName", $context) ? $context["mcName"] : (function () { throw new RuntimeError('Variable "mcName" does not exist.', 32, $this->source); })())))) ? (print (twig_escape_filter($this->env, (isset($context["mcName"]) || array_key_exists("mcName", $context) ? $context["mcName"] : (function () { throw new RuntimeError('Variable "mcName" does not exist.', 32, $this->source); })()), "html", null, true))) : (print ("")));
echo "\",
\"ct\": \"";
// line 33
(((array_key_exists("ct", $context) && !(null === (isset($context["ct"]) || array_key_exists("ct", $context) ? $context["ct"] : (function () { throw new RuntimeError('Variable "ct" does not exist.', 33, $this->source); })())))) ? (print (twig_escape_filter($this->env, (isset($context["ct"]) || array_key_exists("ct", $context) ? $context["ct"] : (function () { throw new RuntimeError('Variable "ct" does not exist.', 33, $this->source); })()), "html", null, true))) : (print ("")));
echo "\",
\"mcMcName\": \"";
// line 34
(((array_key_exists("mcMcName", $context) && !(null === (isset($context["mcMcName"]) || array_key_exists("mcMcName", $context) ? $context["mcMcName"] : (function () { throw new RuntimeError('Variable "mcMcName" does not exist.', 34, $this->source); })())))) ? (print (twig_escape_filter($this->env, (isset($context["mcMcName"]) || array_key_exists("mcMcName", $context) ? $context["mcMcName"] : (function () { throw new RuntimeError('Variable "mcMcName" does not exist.', 34, $this->source); })()), "html", null, true))) : (print ("")));
echo "\",
\"isMobile\" : ";
// line 35
echo (((isset($context["isMobile"]) || array_key_exists("isMobile", $context) ? $context["isMobile"] : (function () { throw new RuntimeError('Variable "isMobile" does not exist.', 35, $this->source); })())) ? (1) : (0));
echo ",
},
dataType: 'json'
}).done(function(response) {
if (response && response.data && response.data.script) {
var script = JSON.parse(response.data.script);
script = script.replace(/\\\\\\//g, \"/\");
\$('body').append(script);
}
});
});
\$(function() {
\$(window).on('scroll', function(e) {
var \$this = \$('.fbnr,.fbnr2');
var scrollTop = \$(window).scrollTop();
if (scrollTop >= 200) {
\$this.addClass('fixed');
} else {
\$this.removeClass('fixed');
}
});
var currentURL = window.location.href;
if (currentURL.includes(\"contact/fax/\")) {
\$('a:contains(\"コチラ\")').on('click', function (e) {
var fromUrl = window.location.href;
\$.ajax({
type: \"POST\",
url: \"";
// line 63
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("karte_download_fax_form");
echo "\",
data: {
fromUrl: fromUrl
},
dataType: 'json'
}).done(function(response) {
if (response && response.data && response.data.script) {
var script = JSON.parse(response.data.script);
script = script.replace(/\\\\\\//g, \"/\");
\$('body').append(script);
}
});
});
}
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 81
public function block_lm_after_contents_top($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "lm_after_contents_top"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "lm_after_contents_top"));
// line 82
echo "
<div class=\"clearfix\">";
// line 83
$this->loadTemplate("Page/Parts/fixed-header.twig", "Page/sub-category.twig", 83)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 83, $this->source); })())]));
echo "</div>
<div class=\"clearfix\">";
// line 85
$this->loadTemplate("Page/Parts/upper-column.twig", "Page/sub-category.twig", 85)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 85, $this->source); })())]));
echo "</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 89
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 90
echo " <div>
<div class=\"clearfix\">";
// line 92
$this->loadTemplate("Page/Parts/title.twig", "Page/sub-category.twig", 92)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 92, $this->source); })())]));
echo "</div>
<div class=\"clearfix\">";
// line 94
$this->loadTemplate("Page/Parts/title-content.twig", "Page/sub-category.twig", 94)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 94, $this->source); })())]));
echo "</div>
<div class=\"clearfix\">";
// line 96
$this->loadTemplate("Page/Parts/top-contents.twig", "Page/sub-category.twig", 96)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 96, $this->source); })())]));
echo "</div>
";
// line 98
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.', 98, $this->source); })()), "isNoShowDb", [], "any", false, false, true, 98)) {
// line 99
echo "
";
// line 103
echo "
<div class=\"clearfix\">";
// line 104
$this->loadTemplate("Block/lm_category_item_list.twig", "Page/sub-category.twig", 104)->display($context);
echo "</div>
";
}
// line 107
echo "
";
// line 108
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.', 108, $this->source); })()), "isItemSeries", [], "any", false, false, true, 108)) {
// line 109
echo " <div class=\"clearfix\">";
$this->loadTemplate("Page/Parts/related-page-list.twig", "Page/sub-category.twig", 109)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 109, $this->source); })())]));
echo "</div>
";
}
// line 111
echo "
<div class=\"clearfix\">";
// line 112
$this->loadTemplate("Page/Parts/related-column-list.twig", "Page/sub-category.twig", 112)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 112, $this->source); })())]));
echo "</div>
";
// line 114
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.', 114, $this->source); })()), "isItemSeries", [], "any", false, false, true, 114)) {
// line 115
echo " <div class=\"clearfix\">";
$this->loadTemplate("Page/Parts/related-page-list.twig", "Page/sub-category.twig", 115)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 115, $this->source); })())]));
echo "</div>
";
}
// line 117
echo "
<div class=\"clearfix\">";
// line 118
$this->loadTemplate("Page/Parts/comment.twig", "Page/sub-category.twig", 118)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 118, $this->source); })())]));
echo "</div>
<div class=\"clearfix\">";
// line 120
$this->loadTemplate("Page/Parts/bottom-contents.twig", "Page/sub-category.twig", 120)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 120, $this->source); })())]));
echo "</div>
";
// line 125
echo "
<div class=\"clearfix\">";
// line 126
$this->loadTemplate("Page/Parts/small-footer.twig", "Page/sub-category.twig", 126)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 126, $this->source); })())]));
echo "</div>
<div class=\"clearfix\">";
// line 128
$this->loadTemplate("Page/Parts/foot-links.twig", "Page/sub-category.twig", 128)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 128, $this->source); })())]));
echo "</div>
<div id=\"pagetop\" style=\"display:block;\">
<a href=\"#header\">
<img src=\"/images/top/top-jump-btn.jpg\" alt=\"ページTOPへ\">
</a>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 138
public function block_lm_before_contents_bottom($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "lm_before_contents_bottom"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "lm_before_contents_bottom"));
// line 139
echo "
<div class=\"clearfix\">";
// line 140
$this->loadTemplate("Page/Parts/large-footer.twig", "Page/sub-category.twig", 140)->display(twig_to_array(["category" => (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 140, $this->source); })())]));
echo "</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "Page/sub-category.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 344 => 140, 341 => 139, 331 => 138, 312 => 128, 307 => 126, 304 => 125, 299 => 120, 294 => 118, 291 => 117, 285 => 115, 283 => 114, 278 => 112, 275 => 111, 269 => 109, 267 => 108, 264 => 107, 258 => 104, 255 => 103, 252 => 99, 250 => 98, 245 => 96, 240 => 94, 235 => 92, 231 => 90, 221 => 89, 208 => 85, 203 => 83, 200 => 82, 190 => 81, 163 => 63, 132 => 35, 128 => 34, 124 => 33, 120 => 32, 116 => 31, 111 => 29, 103 => 23, 93 => 22, 77 => 16, 67 => 15, 56 => 11, 54 => 13, 41 => 11,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'product_page' %}
{% block stylesheet %}
<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('assets/css/common.min.css') }}?20231227\">
<link href=\"https://use.fontawesome.com/releases/v5.6.1/css/all.css\" rel=\"dns-prefetch\" rel=\"stylesheet\">
<link rel=\"stylesheet\" rel=\"dns-prefetch\" type=\"text/css\" href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\">
<link href=\"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,700&display=swap\" rel=\"dns-prefetch\" rel=\"stylesheet\">
{% endblock %}
{% block javascript %}
<script type=\"text/javascript\" src=\"/javascripts/jquery.fbt.js?20200715_01\"></script>
<script type=\"text/javascript\">
// add karte use ajax to optimize ttfp index
\$(document).ready(function() {
\$.ajax({
type: \"POST\",
url: \"{{ url('karte_page_sub_category') }}\",
data: {
\"listUrl\": \"{{ app.request.pathinfo }}\",
\"mcName\": \"{{ mcName ?? '' }}\",
\"ct\": \"{{ ct ?? '' }}\",
\"mcMcName\": \"{{ mcMcName ?? '' }}\",
\"isMobile\" : {{ isMobile ? 1 : 0 }},
},
dataType: 'json'
}).done(function(response) {
if (response && response.data && response.data.script) {
var script = JSON.parse(response.data.script);
script = script.replace(/\\\\\\//g, \"/\");
\$('body').append(script);
}
});
});
\$(function() {
\$(window).on('scroll', function(e) {
var \$this = \$('.fbnr,.fbnr2');
var scrollTop = \$(window).scrollTop();
if (scrollTop >= 200) {
\$this.addClass('fixed');
} else {
\$this.removeClass('fixed');
}
});
var currentURL = window.location.href;
if (currentURL.includes(\"contact/fax/\")) {
\$('a:contains(\"コチラ\")').on('click', function (e) {
var fromUrl = window.location.href;
\$.ajax({
type: \"POST\",
url: \"{{ url('karte_download_fax_form') }}\",
data: {
fromUrl: fromUrl
},
dataType: 'json'
}).done(function(response) {
if (response && response.data && response.data.script) {
var script = JSON.parse(response.data.script);
script = script.replace(/\\\\\\//g, \"/\");
\$('body').append(script);
}
});
});
}
});
</script>
{% endblock %}
{% block lm_after_contents_top %}
<div class=\"clearfix\">{% include 'Page/Parts/fixed-header.twig' with { category: category } only %}</div>
<div class=\"clearfix\">{% include 'Page/Parts/upper-column.twig' with { category: category } only %}</div>
{% endblock %}
{% block main %}
<div>
<div class=\"clearfix\">{% include 'Page/Parts/title.twig' with { category: category } only %}</div>
<div class=\"clearfix\">{% include 'Page/Parts/title-content.twig' with { category: category } only %}</div>
<div class=\"clearfix\">{% include 'Page/Parts/top-contents.twig' with { category: category } only %}</div>
{% if not category.isNoShowDb %}
{#
<div class=\"clearfix\">{% include 'Page/Parts/item-list.twig' with { category: category } only %}</div>
#}
<div class=\"clearfix\">{% include 'Block/lm_category_item_list.twig' %}</div>
{% endif %}
{% if not category.isItemSeries %}
<div class=\"clearfix\">{% include 'Page/Parts/related-page-list.twig' with { category: category } only %}</div>
{% endif %}
<div class=\"clearfix\">{% include 'Page/Parts/related-column-list.twig' with { category: category } only %}</div>
{% if category.isItemSeries %}
<div class=\"clearfix\">{% include 'Page/Parts/related-page-list.twig' with { category: category } only %}</div>
{% endif %}
<div class=\"clearfix\">{% include 'Page/Parts/comment.twig' with { category: category } only %}</div>
<div class=\"clearfix\">{% include 'Page/Parts/bottom-contents.twig' with { category: category } only %}</div>
{#
<div class=\"clearfix\">{% include 'Page/Parts/review-list.twig' with { category: category } only %}</div>
#}
<div class=\"clearfix\">{% include 'Page/Parts/small-footer.twig' with { category: category } only %}</div>
<div class=\"clearfix\">{% include 'Page/Parts/foot-links.twig' with { category: category } only %}</div>
<div id=\"pagetop\" style=\"display:block;\">
<a href=\"#header\">
<img src=\"/images/top/top-jump-btn.jpg\" alt=\"ページTOPへ\">
</a>
</div>
</div>
{% endblock %}
{% block lm_before_contents_bottom %}
<div class=\"clearfix\">{% include 'Page/Parts/large-footer.twig' with { category: category } only %}</div>
{% endblock %}
", "Page/sub-category.twig", "/var/www/html/app/template/default/Page/sub-category.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 13, "include" => 83, "if" => 98);
static $filters = array("escape" => 16);
static $functions = array("asset" => 16, "url" => 29);
try {
$this->sandbox->checkSecurity(
['set', 'include', 'if'],
['escape'],
['asset', 'url']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}