<?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;
/* index.twig */
class __TwigTemplate_1dbd824bea6ef3d6b8baf4adab480721 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'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 22
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", "index.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
// line 24
$context["body_class"] = "front_page";
// line 22
$this->parent = $this->loadTemplate("default_frame.twig", "index.twig", 22);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 26
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 27
echo "<script>
\$(function(){
\$('.main_visual').slick({
centerMode: true,
centerPadding: '20px',
dots:false,
arrows:true,
autoplay: true,
speed: 500,
prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"";
// line 36
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/slick/w_prev.gif\"></div>',
nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"";
// line 37
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/slick/w_next.gif\"></div>',
responsive: [{
breakpoint: 768,
settings: {
centerPadding: '0px',
prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"";
// line 42
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/unishop/slick/w_prev.png\"></div>',
nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"";
// line 43
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/unishop/slick/w_next.png\"></div>'
}
},{
breakpoint: 480,
settings: {
centerPadding: '0px',
prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"";
// line 49
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/unishop/slick/w_prev.png\"></div>',
nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"";
// line 50
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/unishop/slick/w_next.png\"></div>'
}
}
]
});
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 59
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 60
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER")) {
// line 61
echo " <div class=\"row\">
<div class=\"col-sm-12\">
<div class=\"main_visual\">
";
// line 64
if (((twig_get_attribute($this->env, $this->source, 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.', 64, $this->source); })()), "user", [], "any", false, false, true, 64), "school", [], "any", false, false, true, 64), "school_id", [], "any", false, false, true, 64) == "1") || (twig_get_attribute($this->env, $this->source, 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.', 64, $this->source); })()), "user", [], "any", false, false, true, 64), "school", [], "any", false, false, true, 64), "school_id", [], "any", false, false, true, 64) == "24"))) {
echo "<!--磐田南高等学校-->
<a href=\"";
// line 65
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 66
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara01.jpg\">
<img class=\"sp\" src=\"";
// line 67
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara01.jpg\">
</a>
";
} elseif ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 69
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 69, $this->source); })()), "user", [], "any", false, false, true, 69), "school", [], "any", false, false, true, 69), "school_id", [], "any", false, false, true, 69) == "2")) {
echo "<!--02浜松西高等学校・中等部-->
<a href=\"";
// line 70
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 71
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara02.jpg\">
<img class=\"sp\" src=\"";
// line 72
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara02.jpg\">
</a>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 74
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 74, $this->source); })()), "user", [], "any", false, false, true, 74), "school", [], "any", false, false, true, 74), "school_id", [], "any", false, false, true, 74) == "3") || (twig_get_attribute($this->env, $this->source, 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.', 74, $this->source); })()), "user", [], "any", false, false, true, 74), "school", [], "any", false, false, true, 74), "school_id", [], "any", false, false, true, 74) == "16"))) {
echo "<!--西遠女子-->
<a href=\"";
// line 75
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 76
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara03_1.jpg\">
<img class=\"sp\" src=\"";
// line 77
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara03_1.jpg\">
</a>
";
} elseif ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 79
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 79, $this->source); })()), "user", [], "any", false, false, true, 79), "school", [], "any", false, false, true, 79), "school_id", [], "any", false, false, true, 79) == "4")) {
echo "<!--04浜松聖星高等学校-->
<a href=\"";
// line 80
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 81
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara04.jpg\">
<img class=\"sp\" src=\"";
// line 82
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara04.jpg\">
</a>
";
} elseif ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 84
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 84, $this->source); })()), "user", [], "any", false, false, true, 84), "school", [], "any", false, false, true, 84), "school_id", [], "any", false, false, true, 84) == "5")) {
echo "<!--磐田東中学校-->
<a href=\"";
// line 85
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 86
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara05.jpg\">
<img class=\"sp\" src=\"";
// line 87
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara05.jpg\">
</a>
";
} elseif ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 89
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 89, $this->source); })()), "user", [], "any", false, false, true, 89), "school", [], "any", false, false, true, 89), "school_id", [], "any", false, false, true, 89) == "6")) {
echo "<!--磐田東高等学校-->
<a href=\"";
// line 90
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 91
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara06_1.jpg\">
<img class=\"sp\" src=\"";
// line 92
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara06_1.jpg\">
</a>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 94
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 94, $this->source); })()), "user", [], "any", false, false, true, 94), "school", [], "any", false, false, true, 94), "school_id", [], "any", false, false, true, 94) == "7") || (twig_get_attribute($this->env, $this->source, 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.', 94, $this->source); })()), "user", [], "any", false, false, true, 94), "school", [], "any", false, false, true, 94), "school_id", [], "any", false, false, true, 94) == "31"))) {
echo "<!--07磐田市立第一中学校-->
<a href=\"";
// line 95
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 96
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara07.jpg\">
<img class=\"sp\" src=\"";
// line 97
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara07.jpg\">
</a>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 99
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 99, $this->source); })()), "user", [], "any", false, false, true, 99), "school", [], "any", false, false, true, 99), "school_id", [], "any", false, false, true, 99) == "8") || (twig_get_attribute($this->env, $this->source, 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.', 99, $this->source); })()), "user", [], "any", false, false, true, 99), "school", [], "any", false, false, true, 99), "school_id", [], "any", false, false, true, 99) == "32"))) {
echo "<!--磐田市立神明中学校-->
<a href=\"";
// line 100
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 101
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara08.jpg\">
<img class=\"sp\" src=\"";
// line 102
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara08.jpg\">
</a>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 104
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 104, $this->source); })()), "user", [], "any", false, false, true, 104), "school", [], "any", false, false, true, 104), "school_id", [], "any", false, false, true, 104) == "9") || (twig_get_attribute($this->env, $this->source, 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.', 104, $this->source); })()), "user", [], "any", false, false, true, 104), "school", [], "any", false, false, true, 104), "school_id", [], "any", false, false, true, 104) == "33"))) {
echo "<!--磐田市立南部中学校-->
<a href=\"";
// line 105
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 106
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara09.jpg\">
<img class=\"sp\" src=\"";
// line 107
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara09.jpg\">
</a>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 109
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 109, $this->source); })()), "user", [], "any", false, false, true, 109), "school", [], "any", false, false, true, 109), "school_id", [], "any", false, false, true, 109) == "10") || (twig_get_attribute($this->env, $this->source, 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.', 109, $this->source); })()), "user", [], "any", false, false, true, 109), "school", [], "any", false, false, true, 109), "school_id", [], "any", false, false, true, 109) == "34"))) {
echo "<!--磐田市立城山中学校-->
<a href=\"";
// line 110
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 111
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara10.jpg\">
<img class=\"sp\" src=\"";
// line 112
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara10.jpg\">
</a>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 114
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 114, $this->source); })()), "user", [], "any", false, false, true, 114), "school", [], "any", false, false, true, 114), "school_id", [], "any", false, false, true, 114) == "11") || (twig_get_attribute($this->env, $this->source, 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.', 114, $this->source); })()), "user", [], "any", false, false, true, 114), "school", [], "any", false, false, true, 114), "school_id", [], "any", false, false, true, 114) == "36"))) {
echo "<!--浜松市立浜名中学校-->
<a href=\"";
// line 115
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 116
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara11.jpg\">
<img class=\"sp\" src=\"";
// line 117
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara11.jpg\">
</a>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 119
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 119, $this->source); })()), "user", [], "any", false, false, true, 119), "school", [], "any", false, false, true, 119), "school_id", [], "any", false, false, true, 119) == "12") || (twig_get_attribute($this->env, $this->source, 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.', 119, $this->source); })()), "user", [], "any", false, false, true, 119), "school", [], "any", false, false, true, 119), "school_id", [], "any", false, false, true, 119) == "25"))) {
echo "<!--掛川西高等学校-->
<a href=\"";
// line 120
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 121
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara12.jpg\">
<img class=\"sp\" src=\"";
// line 122
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara12.jpg\">
</a>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 124
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 124, $this->source); })()), "user", [], "any", false, false, true, 124), "school", [], "any", false, false, true, 124), "school_id", [], "any", false, false, true, 124) == "13") || (twig_get_attribute($this->env, $this->source, 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.', 124, $this->source); })()), "user", [], "any", false, false, true, 124), "school", [], "any", false, false, true, 124), "school_id", [], "any", false, false, true, 124) == "26"))) {
echo "<!--浜松南高等学校-->
<a href=\"";
// line 125
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 126
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara13.jpg\">
<img class=\"sp\" src=\"";
// line 127
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara13.jpg\">
</a>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 129
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 129, $this->source); })()), "user", [], "any", false, false, true, 129), "school", [], "any", false, false, true, 129), "school_id", [], "any", false, false, true, 129) == "14") || (twig_get_attribute($this->env, $this->source, 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.', 129, $this->source); })()), "user", [], "any", false, false, true, 129), "school", [], "any", false, false, true, 129), "school_id", [], "any", false, false, true, 129) == "27"))) {
echo "<!--浜松商業高等学校-->
<a href=\"";
// line 130
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 131
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara14.jpg\">
<img class=\"sp\" src=\"";
// line 132
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara14.jpg\">
</a>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 134
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 134, $this->source); })()), "user", [], "any", false, false, true, 134), "school", [], "any", false, false, true, 134), "school_id", [], "any", false, false, true, 134) == "15") || (twig_get_attribute($this->env, $this->source, 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.', 134, $this->source); })()), "user", [], "any", false, false, true, 134), "school", [], "any", false, false, true, 134), "school_id", [], "any", false, false, true, 134) == "35"))) {
echo "<!--磐田市立向陽中学校-->
<a href=\"";
// line 135
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"";
// line 136
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc_seifukukimpara15.jpg\">
<img class=\"sp\" src=\"";
// line 137
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp_seifukukimpara15.jpg\">
</a>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 140
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 140, $this->source); })()), "user", [], "any", false, false, true, 140), "school", [], "any", false, false, true, 140), "school_id", [], "any", false, false, true, 140) == "17") || (twig_get_attribute($this->env, $this->source, 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.', 140, $this->source); })()), "user", [], "any", false, false, true, 140), "school", [], "any", false, false, true, 140), "school_id", [], "any", false, false, true, 140) == "37"))) {
echo "<!--浜松市立篠原中学校-->
<div class=\"schoolon item_set2\">
\t<img class=\"sp\" src=\"";
// line 142
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"";
// line 143
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 418]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213121124_63e9aa5ccc5bb.png\"></div>
<div class=\"item03\" href=\"";
// line 144
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 533]);
echo "\" style=\"filter:drop-shadow(0px 0px 5px #ccc);\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214152533_63eb295d767cb.png\"></div>
<div class=\"item05\" href=\"";
// line 145
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 527]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214152228_63eb28a45a502.png\"></div>
<div class=\"item02\" href=\"";
// line 146
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 530]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213121134_63e9aa662c36c.png\"></div>
<div class=\"item04\" href=\"";
// line 147
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 536]);
echo "\" style=\"filter:drop-shadow(0px 0px 5px #ccc);\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214152540_63eb2964a0813.png\"></div>
<div class=\"item06\" href=\"";
// line 148
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 538]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214152136_63eb287059e1b.png\"></div>
\t<a href=\"";
// line 149
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 149, $this->source); })()), "user", [], "any", false, false, true, 149), "school", [], "any", false, false, true, 149), "school_name", [], "any", false, false, true, 149), 149, $this->source), "html", null, true);
echo "</p>
\t\t<img class=\"pc\" src=\"";
// line 150
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"";
// line 151
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
";
} elseif ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 154
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 154, $this->source); })()), "user", [], "any", false, false, true, 154), "school", [], "any", false, false, true, 154), "school_id", [], "any", false, false, true, 154) == "18")) {
echo "<!--開誠館高等学校--->
<div class=\"schoolon item_set2 bg_blue\">
\t<img class=\"sp\" src=\"";
// line 156
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"";
// line 157
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 435]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213122121_63e9acb1295ec.png\"></div>
<div class=\"item03\" href=\"";
// line 158
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 442]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214145723_63eb22c39298c.png\"></div>
<div class=\"item05\" href=\"";
// line 159
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 440]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214145804_63eb22ec244ff.png\"></div>
<div class=\"item02\" href=\"";
// line 160
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 474]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213122114_63e9acaa4ba62.png\"></div>
<div class=\"item04\" href=\"";
// line 161
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 486]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214145220_63eb2194e0374.png\"></div>
<div class=\"item06\" href=\"";
// line 162
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 477]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214150037_63eb2385797bd.png\"></div>
\t<a href=\"";
// line 163
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 163, $this->source); })()), "user", [], "any", false, false, true, 163), "school", [], "any", false, false, true, 163), "school_name", [], "any", false, false, true, 163), 163, $this->source), "html", null, true);
echo "</p>
\t\t<img class=\"pc\" src=\"";
// line 164
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"";
// line 165
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
";
} elseif ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 168
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 168, $this->source); })()), "user", [], "any", false, false, true, 168), "school", [], "any", false, false, true, 168), "school_id", [], "any", false, false, true, 168) == "19")) {
echo "<!--開誠館中学校--->
<div class=\"schoolon item_set2 bg_blue\">
\t<img class=\"sp\" src=\"";
// line 170
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"";
// line 171
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 514]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213130127_63e9b6177a011.png\"></div>
<div class=\"item03\" href=\"";
// line 172
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 516]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214144717_63eb206563b31.png\"></div>
<div class=\"item05\" href=\"";
// line 173
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 515]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214144202_63eb1f2a01b17.png\"></div>
<div class=\"item02\" href=\"";
// line 174
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 499]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213130120_63e9b61066e02.png\"></div>
<div class=\"item04\" href=\"";
// line 175
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 505]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214144709_63eb205d58314.png\"></div>
<div class=\"item06\" href=\"";
// line 176
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 500]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214144300_63eb1f64248a7.png\"></div>
\t<a href=\"";
// line 177
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 177, $this->source); })()), "user", [], "any", false, false, true, 177), "school", [], "any", false, false, true, 177), "school_name", [], "any", false, false, true, 177), 177, $this->source), "html", null, true);
echo "</p>
\t\t<img class=\"pc\" src=\"";
// line 178
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"";
// line 179
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
";
} elseif ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 182
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 182, $this->source); })()), "user", [], "any", false, false, true, 182), "school", [], "any", false, false, true, 182), "school_id", [], "any", false, false, true, 182) == "20")) {
echo "<!--浜松学院中学校高等学校--->
<div class=\"schoolon item_set2\">
\t<img class=\"sp\" src=\"";
// line 184
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"";
// line 185
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 431]);
echo "\" style=\"bottom:13%;\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213130729_63e9b7817ceeb.png\"></div>
<div class=\"item03\" href=\"";
// line 186
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 432]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213130752_63e9b79862688.png\"></div>
<div class=\"item02\" href=\"";
// line 187
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 433]);
echo "\" style=\"bottom:13%;\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214141723_63eb196308900.png\"></div>
<div class=\"item04\" href=\"";
// line 188
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 438]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214141523_63eb18eb40d28.png\"></div>
<div class=\"item06\" href=\"";
// line 189
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 434]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214141505_63eb18d98cfa6.png\"></div>
\t<a href=\"";
// line 190
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 190, $this->source); })()), "user", [], "any", false, false, true, 190), "school", [], "any", false, false, true, 190), "school_name", [], "any", false, false, true, 190), 190, $this->source), "html", null, true);
echo "</p>
\t\t<img class=\"pc\" src=\"";
// line 191
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"";
// line 192
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 195
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 195, $this->source); })()), "user", [], "any", false, false, true, 195), "school", [], "any", false, false, true, 195), "school_id", [], "any", false, false, true, 195) == "21") || (twig_get_attribute($this->env, $this->source, 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.', 195, $this->source); })()), "user", [], "any", false, false, true, 195), "school", [], "any", false, false, true, 195), "school_id", [], "any", false, false, true, 195) == "28"))) {
echo "<!--浜松湖北高等学校--->
<div class=\"schoolon item_set2\">
\t<img class=\"sp\" src=\"";
// line 197
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"";
// line 198
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 430]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213131735_63e9b9df44c79.png\"></div>
<div class=\"item03\" href=\"";
// line 199
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 463]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214135704_63eb14a0d464d.png\"></div>
<div class=\"item05\" href=\"";
// line 200
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 462]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214135742_63eb14c662457.png\"></div>
<div class=\"item02\" href=\"";
// line 201
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 420]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213131741_63e9b9e5b374d.png\"></div>
<div class=\"item04\" href=\"";
// line 202
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 422]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214135721_63eb14b15a75a.png\"></div>
<div class=\"item06\" href=\"";
// line 203
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 421]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214135832_63eb14f807280.png\"></div>
\t<a href=\"";
// line 204
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 204, $this->source); })()), "user", [], "any", false, false, true, 204), "school", [], "any", false, false, true, 204), "school_name", [], "any", false, false, true, 204), 204, $this->source), "html", null, true);
echo "</p>
\t\t<img class=\"pc\" src=\"";
// line 205
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"";
// line 206
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 209
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 209, $this->source); })()), "user", [], "any", false, false, true, 209), "school", [], "any", false, false, true, 209), "school_id", [], "any", false, false, true, 209) == "22") || (twig_get_attribute($this->env, $this->source, 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.', 209, $this->source); })()), "user", [], "any", false, false, true, 209), "school", [], "any", false, false, true, 209), "school_id", [], "any", false, false, true, 209) == "29"))) {
echo "<!--磐田北高等学校-->
<div class=\"schoolon item_set2\">
\t<img class=\"sp\" src=\"";
// line 211
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"";
// line 212
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 452]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213133646_63e9be5e1cbaa.png\"></div>
<div class=\"item03\" href=\"";
// line 213
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 454]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213133751_63e9be9f5e1d2.png\"></div>
<div class=\"item05\" href=\"";
// line 214
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 453]);
echo "\" style=\"top:57%;\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213134054_63e9bf56abdd6.png\"></div>
<div class=\"item02\" href=\"";
// line 215
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 439]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213133639_63e9be5761554.png\"></div>
<div class=\"item04\" href=\"";
// line 216
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 448]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213133813_63e9beb59f26d.png\"></div>
<div class=\"item06\" href=\"";
// line 217
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 441]);
echo "\" style=\"top:57%;\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213133730_63e9be8a61c2d.png\"></div>
\t<a href=\"";
// line 218
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 218, $this->source); })()), "user", [], "any", false, false, true, 218), "school", [], "any", false, false, true, 218), "school_name", [], "any", false, false, true, 218), 218, $this->source), "html", null, true);
echo "</p>
\t\t<img class=\"pc\" src=\"";
// line 219
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"";
// line 220
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
";
} elseif (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 223
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 223, $this->source); })()), "user", [], "any", false, false, true, 223), "school", [], "any", false, false, true, 223), "school_id", [], "any", false, false, true, 223) == "23") || (twig_get_attribute($this->env, $this->source, 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.', 223, $this->source); })()), "user", [], "any", false, false, true, 223), "school", [], "any", false, false, true, 223), "school_id", [], "any", false, false, true, 223) == "30"))) {
echo "<!--浜松工業高等学校--->
<div class=\"schoolon item_set2\">
\t<img class=\"sp\" src=\"";
// line 225
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"";
// line 226
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 470]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213140142_63e9c4362cc80.png\"></div>
<div class=\"item03\" href=\"";
// line 227
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 471]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0213140159_63e9c447ef785.png\"></div>
<div class=\"item05\" href=\"";
// line 228
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 481]);
echo "\" style=\"top:57%;\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214130944_63eb0988db933.png\"></div>
<div class=\"item02\" href=\"";
// line 229
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 472]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214131102_63eb09d6a6da1.png\"></div>
<div class=\"item04\" href=\"";
// line 230
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 480]);
echo "\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214131025_63eb09b121003.png\"></div>
<div class=\"item06\" href=\"";
// line 231
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => 473]);
echo "\" style=\"top:57%;\"><img src=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "html/upload/save_image/0214130715_63eb08f33dfa7.png\"></div>
\t<a href=\"";
// line 232
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 232, $this->source); })()), "user", [], "any", false, false, true, 232), "school", [], "any", false, false, true, 232), "school_name", [], "any", false, false, true, 232), 232, $this->source), "html", null, true);
echo "</p>
\t\t<img class=\"pc\" src=\"";
// line 233
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"";
// line 234
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
";
} else {
// line 237
echo "<!--学校名のみ読込-->
<div class=\"schoolon\">
\t<img class=\"sp\" src=\"";
// line 239
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_base.jpg\">
\t<a href=\"";
// line 240
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
echo "?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>";
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 240, $this->source); })()), "user", [], "any", false, false, true, 240), "school", [], "any", false, false, true, 240), "school_name", [], "any", false, false, true, 240), 240, $this->source), "html", null, true);
echo "</p>
\t\t<img class=\"pc\" src=\"";
// line 241
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"";
// line 242
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets"), "html", null, true);
echo "/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
";
}
// line 245
echo "<!--学校別ここまで-->
</div>
</div>
</div>
<div id=\"contents\"><div id=\"main\">
";
} else {
// line 250
echo "<!--ログイン前-->
<div id=\"contents\" class=\"logout\">
<div class=\"main_visual logouttop\">
<a href=\"";
// line 253
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "commitment_uniform"]);
echo "\" class=\"item\">
<img class=\"pc\" src=\"";
// line 254
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_01_i-kimpara.jpg"), "html", null, true);
echo "\">
<img class=\"sp\" src=\"";
// line 255
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_sp_01_i-kimpara.jpg"), "html", null, true);
echo "\">
</a>
<a href=\"";
// line 257
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "commitment_uniform"]);
echo "\" class=\"item\">
<img class=\"pc\" src=\"";
// line 258
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_02_i-kimpara.jpg"), "html", null, true);
echo "\">
<img class=\"sp\" src=\"";
// line 259
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_sp_02_i-kimpara.jpg"), "html", null, true);
echo "\">
</a>
<a href=\"";
// line 261
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("user_data", ["route" => "commitment_uniform"]);
echo "\" class=\"item\">
<img class=\"pc\" src=\"";
// line 262
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_03_i-kimpara.jpg"), "html", null, true);
echo "\">
<img class=\"sp\" src=\"";
// line 263
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/nikke/main_image_sp_03_i-kimpara.jpg"), "html", null, true);
echo "\">
</a>
</div>
<div class=\"container-fluid inner\"><div id=\"main\">
";
}
// line 268
echo "
<div class=\"guide_box\" style=\"margin-top:30px; margin-bottom:0;\">
<h5 class=\"brw\">制服ご注文の流れ</h5>
<div class=\"guide_step2\">
<div class=\"step2_box\" style=\"background-color:#ffff00;\">
<div class=\"title_red\">1</div>
<div class=\"icon_box\" style=\"background-color:#ffff00;\">
<img src=\"";
// line 275
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/unishop/guide00.gif"), "html", null, true);
echo "\" style=\"mix-blend-mode: multiply;\">
<p>生徒情報の<span>登録</span></p>
<a class=\"def_btn ya yasm\" target=\"\" href=\"";
// line 277
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entry");
echo "\">登録する</a>
</div>
</div>
<div class=\"step2_box\">
<div class=\"title_red\">2</div>
<div class=\"icon_box\">
<img src=\"";
// line 283
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/unishop/guide01.gif"), "html", null, true);
echo "\">
<p>採寸情報の<span>登録</span></p>
</div>
</div>
<div class=\"step2_box\">
<div class=\"title_red\">3</div>
<div class=\"icon_box\">
<img src=\"";
// line 290
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/unishop/guide02.gif"), "html", null, true);
echo "\">
<p>商品を<span>選ぶ</span></p>
</div>
</div>
<div class=\"step2_box\">
<div class=\"title_red\">4</div>
<div class=\"icon_box\">
<img src=\"";
// line 297
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/unishop/guide03.gif"), "html", null, true);
echo "\">
<p>ご購入<span>手続き</span></p>
</div>
</div>
<div class=\"step2_box\">
<div class=\"title_red\">5</div>
<div class=\"icon_box\">
<img src=\"";
// line 304
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/unishop/guide04.gif"), "html", null, true);
echo "\">
<p>お届け</p>
</div>
</div>
</div>
</div><!--.guide_box-->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 960 => 304, 950 => 297, 940 => 290, 930 => 283, 921 => 277, 916 => 275, 907 => 268, 899 => 263, 895 => 262, 891 => 261, 886 => 259, 882 => 258, 878 => 257, 873 => 255, 869 => 254, 865 => 253, 860 => 250, 852 => 245, 845 => 242, 841 => 241, 835 => 240, 831 => 239, 827 => 237, 820 => 234, 816 => 233, 810 => 232, 804 => 231, 798 => 230, 792 => 229, 786 => 228, 780 => 227, 774 => 226, 770 => 225, 765 => 223, 759 => 220, 755 => 219, 749 => 218, 743 => 217, 737 => 216, 731 => 215, 725 => 214, 719 => 213, 713 => 212, 709 => 211, 704 => 209, 698 => 206, 694 => 205, 688 => 204, 682 => 203, 676 => 202, 670 => 201, 664 => 200, 658 => 199, 652 => 198, 648 => 197, 643 => 195, 637 => 192, 633 => 191, 627 => 190, 621 => 189, 615 => 188, 609 => 187, 603 => 186, 597 => 185, 593 => 184, 588 => 182, 582 => 179, 578 => 178, 572 => 177, 566 => 176, 560 => 175, 554 => 174, 548 => 173, 542 => 172, 536 => 171, 532 => 170, 527 => 168, 521 => 165, 517 => 164, 511 => 163, 505 => 162, 499 => 161, 493 => 160, 487 => 159, 481 => 158, 475 => 157, 471 => 156, 466 => 154, 460 => 151, 456 => 150, 450 => 149, 444 => 148, 438 => 147, 432 => 146, 426 => 145, 420 => 144, 414 => 143, 410 => 142, 405 => 140, 399 => 137, 395 => 136, 391 => 135, 387 => 134, 382 => 132, 378 => 131, 374 => 130, 370 => 129, 365 => 127, 361 => 126, 357 => 125, 353 => 124, 348 => 122, 344 => 121, 340 => 120, 336 => 119, 331 => 117, 327 => 116, 323 => 115, 319 => 114, 314 => 112, 310 => 111, 306 => 110, 302 => 109, 297 => 107, 293 => 106, 289 => 105, 285 => 104, 280 => 102, 276 => 101, 272 => 100, 268 => 99, 263 => 97, 259 => 96, 255 => 95, 251 => 94, 246 => 92, 242 => 91, 238 => 90, 234 => 89, 229 => 87, 225 => 86, 221 => 85, 217 => 84, 212 => 82, 208 => 81, 204 => 80, 200 => 79, 195 => 77, 191 => 76, 187 => 75, 183 => 74, 178 => 72, 174 => 71, 170 => 70, 166 => 69, 161 => 67, 157 => 66, 153 => 65, 149 => 64, 144 => 61, 142 => 60, 132 => 59, 114 => 50, 110 => 49, 101 => 43, 97 => 42, 89 => 37, 85 => 36, 74 => 27, 64 => 26, 53 => 22, 51 => 24, 38 => 22,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE
Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
http://www.lockon.co.jp/
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'front_page' %}
{% block javascript %}
<script>
\$(function(){
\$('.main_visual').slick({
centerMode: true,
centerPadding: '20px',
dots:false,
arrows:true,
autoplay: true,
speed: 500,
prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"{{ asset('assets') }}/img/nikke/slick/w_prev.gif\"></div>',
nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"{{ asset('assets') }}/img/nikke/slick/w_next.gif\"></div>',
responsive: [{
breakpoint: 768,
settings: {
centerPadding: '0px',
prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_prev.png\"></div>',
nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_next.png\"></div>'
}
},{
breakpoint: 480,
settings: {
centerPadding: '0px',
prevArrow: '<div class=\"slide-arrow prev-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_prev.png\"></div>',
nextArrow: '<div class=\"slide-arrow next-arrow\"><img src=\"{{ asset('assets') }}/img/unishop/slick/w_next.png\"></div>'
}
}
]
});
});
</script>
{% endblock %}
{% block main %}
{% if is_granted('ROLE_USER') %}
<div class=\"row\">
<div class=\"col-sm-12\">
<div class=\"main_visual\">
{% if app.user.school.school_id == '1' or app.user.school.school_id == '24' %}<!--磐田南高等学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara01.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara01.jpg\">
</a>
{% elseif app.user.school.school_id == '2' %}<!--02浜松西高等学校・中等部-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara02.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara02.jpg\">
</a>
{% elseif app.user.school.school_id == '3' or app.user.school.school_id == '16' %}<!--西遠女子-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara03_1.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara03_1.jpg\">
</a>
{% elseif app.user.school.school_id == '4' %}<!--04浜松聖星高等学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara04.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara04.jpg\">
</a>
{% elseif app.user.school.school_id == '5' %}<!--磐田東中学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara05.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara05.jpg\">
</a>
{% elseif app.user.school.school_id == '6' %}<!--磐田東高等学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara06_1.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara06_1.jpg\">
</a>
{% elseif app.user.school.school_id == '7' or app.user.school.school_id == '31' %}<!--07磐田市立第一中学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara07.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara07.jpg\">
</a>
{% elseif app.user.school.school_id == '8' or app.user.school.school_id == '32' %}<!--磐田市立神明中学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara08.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara08.jpg\">
</a>
{% elseif app.user.school.school_id == '9' or app.user.school.school_id == '33' %}<!--磐田市立南部中学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara09.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara09.jpg\">
</a>
{% elseif app.user.school.school_id == '10' or app.user.school.school_id == '34' %}<!--磐田市立城山中学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara10.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara10.jpg\">
</a>
{% elseif app.user.school.school_id == '11' or app.user.school.school_id == '36' %}<!--浜松市立浜名中学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara11.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara11.jpg\">
</a>
{% elseif app.user.school.school_id == '12' or app.user.school.school_id == '25' %}<!--掛川西高等学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara12.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara12.jpg\">
</a>
{% elseif app.user.school.school_id == '13' or app.user.school.school_id == '26' %}<!--浜松南高等学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara13.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara13.jpg\">
</a>
{% elseif app.user.school.school_id == '14' or app.user.school.school_id == '27' %}<!--浜松商業高等学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara14.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara14.jpg\">
</a>
{% elseif app.user.school.school_id == '15' or app.user.school.school_id == '35' %}<!--磐田市立向陽中学校-->
<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc_seifukukimpara15.jpg\">
<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp_seifukukimpara15.jpg\">
</a>
{% elseif app.user.school.school_id == '17' or app.user.school.school_id == '37' %}<!--浜松市立篠原中学校-->
<div class=\"schoolon item_set2\">
\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"{{ url('product_detail', {'id': 418}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213121124_63e9aa5ccc5bb.png\"></div>
<div class=\"item03\" href=\"{{ url('product_detail', {'id': 533}) }}\" style=\"filter:drop-shadow(0px 0px 5px #ccc);\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214152533_63eb295d767cb.png\"></div>
<div class=\"item05\" href=\"{{ url('product_detail', {'id': 527}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214152228_63eb28a45a502.png\"></div>
<div class=\"item02\" href=\"{{ url('product_detail', {'id': 530}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213121134_63e9aa662c36c.png\"></div>
<div class=\"item04\" href=\"{{ url('product_detail', {'id': 536}) }}\" style=\"filter:drop-shadow(0px 0px 5px #ccc);\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214152540_63eb2964a0813.png\"></div>
<div class=\"item06\" href=\"{{ url('product_detail', {'id': 538}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214152136_63eb287059e1b.png\"></div>
\t<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>{{ app.user.school.school_name }}</p>
\t\t<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
{% elseif app.user.school.school_id == '18' %}<!--開誠館高等学校--->
<div class=\"schoolon item_set2 bg_blue\">
\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"{{ url('product_detail', {'id': 435}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213122121_63e9acb1295ec.png\"></div>
<div class=\"item03\" href=\"{{ url('product_detail', {'id': 442}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214145723_63eb22c39298c.png\"></div>
<div class=\"item05\" href=\"{{ url('product_detail', {'id': 440}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214145804_63eb22ec244ff.png\"></div>
<div class=\"item02\" href=\"{{ url('product_detail', {'id': 474}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213122114_63e9acaa4ba62.png\"></div>
<div class=\"item04\" href=\"{{ url('product_detail', {'id': 486}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214145220_63eb2194e0374.png\"></div>
<div class=\"item06\" href=\"{{ url('product_detail', {'id': 477}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214150037_63eb2385797bd.png\"></div>
\t<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>{{ app.user.school.school_name }}</p>
\t\t<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
{% elseif app.user.school.school_id == '19' %}<!--開誠館中学校--->
<div class=\"schoolon item_set2 bg_blue\">
\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"{{ url('product_detail', {'id': 514}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213130127_63e9b6177a011.png\"></div>
<div class=\"item03\" href=\"{{ url('product_detail', {'id': 516}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214144717_63eb206563b31.png\"></div>
<div class=\"item05\" href=\"{{ url('product_detail', {'id': 515}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214144202_63eb1f2a01b17.png\"></div>
<div class=\"item02\" href=\"{{ url('product_detail', {'id': 499}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213130120_63e9b61066e02.png\"></div>
<div class=\"item04\" href=\"{{ url('product_detail', {'id': 505}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214144709_63eb205d58314.png\"></div>
<div class=\"item06\" href=\"{{ url('product_detail', {'id': 500}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214144300_63eb1f64248a7.png\"></div>
\t<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>{{ app.user.school.school_name }}</p>
\t\t<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
{% elseif app.user.school.school_id == '20' %}<!--浜松学院中学校高等学校--->
<div class=\"schoolon item_set2\">
\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"{{ url('product_detail', {'id': 431}) }}\" style=\"bottom:13%;\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213130729_63e9b7817ceeb.png\"></div>
<div class=\"item03\" href=\"{{ url('product_detail', {'id': 432}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213130752_63e9b79862688.png\"></div>
<div class=\"item02\" href=\"{{ url('product_detail', {'id': 433}) }}\" style=\"bottom:13%;\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214141723_63eb196308900.png\"></div>
<div class=\"item04\" href=\"{{ url('product_detail', {'id': 438}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214141523_63eb18eb40d28.png\"></div>
<div class=\"item06\" href=\"{{ url('product_detail', {'id': 434}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214141505_63eb18d98cfa6.png\"></div>
\t<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>{{ app.user.school.school_name }}</p>
\t\t<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
{% elseif app.user.school.school_id == '21' or app.user.school.school_id == '28' %}<!--浜松湖北高等学校--->
<div class=\"schoolon item_set2\">
\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"{{ url('product_detail', {'id': 430}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213131735_63e9b9df44c79.png\"></div>
<div class=\"item03\" href=\"{{ url('product_detail', {'id': 463}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214135704_63eb14a0d464d.png\"></div>
<div class=\"item05\" href=\"{{ url('product_detail', {'id': 462}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214135742_63eb14c662457.png\"></div>
<div class=\"item02\" href=\"{{ url('product_detail', {'id': 420}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213131741_63e9b9e5b374d.png\"></div>
<div class=\"item04\" href=\"{{ url('product_detail', {'id': 422}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214135721_63eb14b15a75a.png\"></div>
<div class=\"item06\" href=\"{{ url('product_detail', {'id': 421}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214135832_63eb14f807280.png\"></div>
\t<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>{{ app.user.school.school_name }}</p>
\t\t<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
{% elseif app.user.school.school_id == '22' or app.user.school.school_id == '29' %}<!--磐田北高等学校-->
<div class=\"schoolon item_set2\">
\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"{{ url('product_detail', {'id': 452}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213133646_63e9be5e1cbaa.png\"></div>
<div class=\"item03\" href=\"{{ url('product_detail', {'id': 454}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213133751_63e9be9f5e1d2.png\"></div>
<div class=\"item05\" href=\"{{ url('product_detail', {'id': 453}) }}\" style=\"top:57%;\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213134054_63e9bf56abdd6.png\"></div>
<div class=\"item02\" href=\"{{ url('product_detail', {'id': 439}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213133639_63e9be5761554.png\"></div>
<div class=\"item04\" href=\"{{ url('product_detail', {'id': 448}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213133813_63e9beb59f26d.png\"></div>
<div class=\"item06\" href=\"{{ url('product_detail', {'id': 441}) }}\" style=\"top:57%;\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213133730_63e9be8a61c2d.png\"></div>
\t<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>{{ app.user.school.school_name }}</p>
\t\t<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
{% elseif app.user.school.school_id == '23' or app.user.school.school_id == '30' %}<!--浜松工業高等学校--->
<div class=\"schoolon item_set2\">
\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_base.jpg\">
<div class=\"item01\" href=\"{{ url('product_detail', {'id': 470}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213140142_63e9c4362cc80.png\"></div>
<div class=\"item03\" href=\"{{ url('product_detail', {'id': 471}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0213140159_63e9c447ef785.png\"></div>
<div class=\"item05\" href=\"{{ url('product_detail', {'id': 481}) }}\" style=\"top:57%;\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214130944_63eb0988db933.png\"></div>
<div class=\"item02\" href=\"{{ url('product_detail', {'id': 472}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214131102_63eb09d6a6da1.png\"></div>
<div class=\"item04\" href=\"{{ url('product_detail', {'id': 480}) }}\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214131025_63eb09b121003.png\"></div>
<div class=\"item06\" href=\"{{ url('product_detail', {'id': 473}) }}\" style=\"top:57%;\"><img src=\"{{ url('homepage') }}html/upload/save_image/0214130715_63eb08f33dfa7.png\"></div>
\t<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>{{ app.user.school.school_name }}</p>
\t\t<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
{% else %}<!--学校名のみ読込-->
<div class=\"schoolon\">
\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_base.jpg\">
\t<a href=\"{{ url('product_list') }}?mode=&category_id=&name=&pageno=1&disp_number=30\" class=\"listlink\"><p>{{ app.user.school.school_name }}</p>
\t\t<img class=\"pc\" src=\"{{ asset('assets') }}/img/nikke/main_image_pc01_basetitle.jpg\">
\t\t<img class=\"sp\" src=\"{{ asset('assets') }}/img/nikke/main_image_sp01_basetitle.jpg\">
\t</a>
</div>
{% endif %}<!--学校別ここまで-->
</div>
</div>
</div>
<div id=\"contents\"><div id=\"main\">
{% else %}<!--ログイン前-->
<div id=\"contents\" class=\"logout\">
<div class=\"main_visual logouttop\">
<a href=\"{{ url('user_data', {'route': 'commitment_uniform'}) }}\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets/img/nikke/main_image_01_i-kimpara.jpg') }}\">
<img class=\"sp\" src=\"{{ asset('assets/img/nikke/main_image_sp_01_i-kimpara.jpg') }}\">
</a>
<a href=\"{{ url('user_data', {'route': 'commitment_uniform'}) }}\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets/img/nikke/main_image_02_i-kimpara.jpg') }}\">
<img class=\"sp\" src=\"{{ asset('assets/img/nikke/main_image_sp_02_i-kimpara.jpg') }}\">
</a>
<a href=\"{{ url('user_data', {'route': 'commitment_uniform'}) }}\" class=\"item\">
<img class=\"pc\" src=\"{{ asset('assets/img/nikke/main_image_03_i-kimpara.jpg') }}\">
<img class=\"sp\" src=\"{{ asset('assets/img/nikke/main_image_sp_03_i-kimpara.jpg') }}\">
</a>
</div>
<div class=\"container-fluid inner\"><div id=\"main\">
{% endif %}
<div class=\"guide_box\" style=\"margin-top:30px; margin-bottom:0;\">
<h5 class=\"brw\">制服ご注文の流れ</h5>
<div class=\"guide_step2\">
<div class=\"step2_box\" style=\"background-color:#ffff00;\">
<div class=\"title_red\">1</div>
<div class=\"icon_box\" style=\"background-color:#ffff00;\">
<img src=\"{{ asset('assets/img/unishop/guide00.gif') }}\" style=\"mix-blend-mode: multiply;\">
<p>生徒情報の<span>登録</span></p>
<a class=\"def_btn ya yasm\" target=\"\" href=\"{{ url('entry') }}\">登録する</a>
</div>
</div>
<div class=\"step2_box\">
<div class=\"title_red\">2</div>
<div class=\"icon_box\">
<img src=\"{{ asset('assets/img/unishop/guide01.gif') }}\">
<p>採寸情報の<span>登録</span></p>
</div>
</div>
<div class=\"step2_box\">
<div class=\"title_red\">3</div>
<div class=\"icon_box\">
<img src=\"{{ asset('assets/img/unishop/guide02.gif') }}\">
<p>商品を<span>選ぶ</span></p>
</div>
</div>
<div class=\"step2_box\">
<div class=\"title_red\">4</div>
<div class=\"icon_box\">
<img src=\"{{ asset('assets/img/unishop/guide03.gif') }}\">
<p>ご購入<span>手続き</span></p>
</div>
</div>
<div class=\"step2_box\">
<div class=\"title_red\">5</div>
<div class=\"icon_box\">
<img src=\"{{ asset('assets/img/unishop/guide04.gif') }}\">
<p>お届け</p>
</div>
</div>
</div>
</div><!--.guide_box-->
{% endblock %}", "index.twig", "/home/nmiwakim01/seifuku-kimpara.com/public_html/app/template/unishop/index.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 24, "if" => 60);
static $filters = array("escape" => 36);
static $functions = array("asset" => 36, "is_granted" => 60, "url" => 65);
try {
$this->sandbox->checkSecurity(
['set', 'if'],
['escape'],
['asset', 'is_granted', '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;
}
}
}