var/cache/dev/twig/30/30d121b4e31b7977c7dee57b6f210bf5dddc58b054275655fcda19f6558f8132.php line 16

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* Blog/list.twig */
  14. class __TwigTemplate_b5a9d28b3af375a04237a29945913bc3ad35d27eaea61f487f159526770074d5 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Blog/list.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Blog/list.twig"));
  39.         // line 3
  40.         $context["body_class"] = "blogs_page";
  41.         // line 4
  42.         $context["wrap_class"] = "blogWrap";
  43.         // line 5
  44.         $context["footerBrandListFlg"] = true;
  45.         // line 1
  46.         $this->parent $this->loadTemplate("default_frame.twig""Blog/list.twig"1);
  47.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  48.         
  49.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  50.         
  51.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  52.     }
  53.     // line 7
  54.     public function block_stylesheet($context, array $blocks = [])
  55.     {
  56.         $macros $this->macros;
  57.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  58.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  59.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  61.         // line 8
  62.         echo "<link rel=\"stylesheet\" href=\"";
  63.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/contents.css"), "html"nulltrue);
  64.         echo "\">
  65. ";
  66.         
  67.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  68.         
  69.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  70.     }
  71.     // line 11
  72.     public function block_main($context, array $blocks = [])
  73.     {
  74.         $macros $this->macros;
  75.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  76.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  77.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  78.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  79.         // line 12
  80.         echo "\t";
  81.         if (( !(isset($context["shop"]) || array_key_exists("shop"$context)) || (null === (isset($context["shop"]) || array_key_exists("shop"$context) ? $context["shop"] : (function () { throw new RuntimeError('Variable "shop" does not exist.'12$this->source); })())))) {
  82.             // line 13
  83.             echo "\t";
  84.             echo twig_include($this->env$context"Block/header.twig");
  85.             echo "
  86. \t";
  87.         } else {
  88.             // line 15
  89.             echo "\t";
  90.             echo twig_include($this->env$context"Block/header_shop.twig");
  91.             echo "
  92. \t";
  93.         }
  94.         // line 17
  95.         echo "  <!-- BLOG -->
  96.   <div class=\"conts\">
  97.       <h2 class=\"h2Normal\">BLOG</h2>
  98.       <p class=\"txt14 ls6 tarS mt25P\">ブログ</p>
  99.   </div>
  100.   <section class=\"blog\">
  101.       ";
  102.         // line 23
  103.         $context["i"] = 0;
  104.         // line 24
  105.         echo "      ";
  106.         if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'24$this->source); })()) == "1")) {
  107.             // line 25
  108.             echo "      <div class=\"lastest-blogs--wrapper over-hidden\">
  109.         <ul class=\"lastest-blogs--list flex-list--wrapper\">
  110.           ";
  111.             // line 27
  112.             $context['_parent'] = $context;
  113.             $context['_seq'] = twig_ensure_traversable(range(01));
  114.             foreach ($context['_seq'] as $context["_key"] => $context["j"]) {
  115.                 // line 28
  116.                 echo "          ";
  117.                 $context["i"] = ((isset($context["i"]) || array_key_exists("i"$context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.'28$this->source); })()) + 1);
  118.                 // line 29
  119.                 echo "          <li>
  120.             <a href=\"";
  121.                 // line 30
  122.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("blog_detail", ["id" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["Blogs"]) || array_key_exists("Blogs"$context) ? $context["Blogs"] : (function () { throw new RuntimeError('Variable "Blogs" does not exist.'30$this->source); })()), $context["j"], [], "array"falsefalsefalse30), "id", [], "any"falsefalsefalse30)]), "html"nulltrue);
  123.                 echo "\">
  124.               ";
  125.                 // line 31
  126.                 $context["thumbnail_url"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["Blogs"]) || array_key_exists("Blogs"$context) ? $context["Blogs"] : (function () { throw new RuntimeError('Variable "Blogs" does not exist.'31$this->source); })()), $context["j"], [], "array"falsefalsefalse31), "thumbnail", [], "any"falsefalsefalse31);
  127.                 // line 32
  128.                 echo "              ";
  129.                 if (twig_test_empty((isset($context["thumbnail_url"]) || array_key_exists("thumbnail_url"$context) ? $context["thumbnail_url"] : (function () { throw new RuntimeError('Variable "thumbnail_url" does not exist.'32$this->source); })()))) {
  130.                     // line 33
  131.                     echo "                ";
  132.                     $context["thumbnail_url"] = $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("no_image_product.png""save_image");
  133.                     // line 34
  134.                     echo "              ";
  135.                 }
  136.                 // line 35
  137.                 echo "              <div class=\"blog-thumbnail\" style=\"background-image:url('";
  138.                 echo twig_escape_filter($this->env, (isset($context["thumbnail_url"]) || array_key_exists("thumbnail_url"$context) ? $context["thumbnail_url"] : (function () { throw new RuntimeError('Variable "thumbnail_url" does not exist.'35$this->source); })()), "html"nulltrue);
  139.                 echo "')\"></div>
  140.               <h3 class=\"title\">
  141.                 <span>";
  142.                 // line 37
  143.                 echo twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["Blogs"]) || array_key_exists("Blogs"$context) ? $context["Blogs"] : (function () { throw new RuntimeError('Variable "Blogs" does not exist.'37$this->source); })()), $context["j"], [], "array"falsefalsefalse37), "title", [], "any"falsefalsefalse37);
  144.                 echo "</span>
  145.                 <span class=\"cat_name\">
  146.                     ";
  147.                 // line 39
  148.                 if (( !(isset($context["shop"]) || array_key_exists("shop"$context)) || (null === (isset($context["shop"]) || array_key_exists("shop"$context) ? $context["shop"] : (function () { throw new RuntimeError('Variable "shop" does not exist.'39$this->source); })())))) {
  149.                     // line 40
  150.                     echo "                        ";
  151.                     echo twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["Blogs"]) || array_key_exists("Blogs"$context) ? $context["Blogs"] : (function () { throw new RuntimeError('Variable "Blogs" does not exist.'40$this->source); })()), $context["j"], [], "array"falsefalsefalse40), "cat_name", [], "any"falsefalsefalse40);
  152.                     echo "
  153.                     ";
  154.                 } else {
  155.                     // line 42
  156.                     echo "                        ";
  157.                     echo twig_escape_filter($this->envtwig_upper_filter($this->env, (isset($context["shop"]) || array_key_exists("shop"$context) ? $context["shop"] : (function () { throw new RuntimeError('Variable "shop" does not exist.'42$this->source); })())), "html"nulltrue);
  158.                     echo "
  159.                     ";
  160.                 }
  161.                 // line 44
  162.                 echo "                </span>
  163.               </h3>
  164.               <p class=\"date\">";
  165.                 // line 46
  166.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["Blogs"]) || array_key_exists("Blogs"$context) ? $context["Blogs"] : (function () { throw new RuntimeError('Variable "Blogs" does not exist.'46$this->source); })()), $context["j"], [], "array"falsefalsefalse46), "date", [], "any"falsefalsefalse46), "html"nulltrue);
  167.                 echo "</p>
  168.             </a>
  169.           </li>
  170.           ";
  171.             }
  172.             $_parent $context['_parent'];
  173.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['j'], $context['_parent'], $context['loop']);
  174.             $context array_intersect_key($context$_parent) + $_parent;
  175.             // line 50
  176.             echo "        </ul>
  177.       </div>
  178.       ";
  179.         }
  180.         // line 53
  181.         echo "      <div class=\"spWidth\">
  182.         <div class=\"blogs--wrapper over-hidden\">
  183.           <ul class=\"blogs--list flex-list--wrapper\">
  184.           ";
  185.         // line 56
  186.         $context["continue"] = false;
  187.         // line 57
  188.         echo "          ";
  189.         $context["k"] = 0;
  190.         // line 58
  191.         echo "          ";
  192.         $context['_parent'] = $context;
  193.         $context['_seq'] = twig_ensure_traversable((isset($context["Blogs"]) || array_key_exists("Blogs"$context) ? $context["Blogs"] : (function () { throw new RuntimeError('Variable "Blogs" does not exist.'58$this->source); })()));
  194.         foreach ($context['_seq'] as $context["_key"] => $context["Blog"]) {
  195.             // line 59
  196.             echo "            ";
  197.             $context["continue"] = false;
  198.             // line 60
  199.             echo "            ";
  200.             if (((isset($context["k"]) || array_key_exists("k"$context) ? $context["k"] : (function () { throw new RuntimeError('Variable "k" does not exist.'60$this->source); })()) < (isset($context["i"]) || array_key_exists("i"$context) ? $context["i"] : (function () { throw new RuntimeError('Variable "i" does not exist.'60$this->source); })()))) {
  201.                 // line 61
  202.                 echo "              ";
  203.                 $context["k"] = ((isset($context["k"]) || array_key_exists("k"$context) ? $context["k"] : (function () { throw new RuntimeError('Variable "k" does not exist.'61$this->source); })()) + 1);
  204.                 // line 62
  205.                 echo "              ";
  206.                 $context["continue"] = true;
  207.                 // line 63
  208.                 echo "            ";
  209.             }
  210.             // line 64
  211.             echo "            ";
  212.             if (((isset($context["continue"]) || array_key_exists("continue"$context) ? $context["continue"] : (function () { throw new RuntimeError('Variable "continue" does not exist.'64$this->source); })()) == false)) {
  213.                 // line 65
  214.                 echo "            <li>
  215.               <a href=\"";
  216.                 // line 66
  217.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("blog_detail", ["id" => twig_get_attribute($this->env$this->source$context["Blog"], "id", [], "any"falsefalsefalse66)]), "html"nulltrue);
  218.                 echo "\">
  219.                 ";
  220.                 // line 67
  221.                 $context["thumbnail_url"] = twig_get_attribute($this->env$this->source$context["Blog"], "thumbnail", [], "any"falsefalsefalse67);
  222.                 // line 68
  223.                 echo "                ";
  224.                 if (twig_test_empty((isset($context["thumbnail_url"]) || array_key_exists("thumbnail_url"$context) ? $context["thumbnail_url"] : (function () { throw new RuntimeError('Variable "thumbnail_url" does not exist.'68$this->source); })()))) {
  225.                     // line 69
  226.                     echo "                  ";
  227.                     $context["thumbnail_url"] = $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("no_image_product.png""save_image");
  228.                     // line 70
  229.                     echo "                ";
  230.                 }
  231.                 // line 71
  232.                 echo "                <div class=\"blog-thumbnail\" style=\"background-image:url('";
  233.                 echo twig_escape_filter($this->env, (isset($context["thumbnail_url"]) || array_key_exists("thumbnail_url"$context) ? $context["thumbnail_url"] : (function () { throw new RuntimeError('Variable "thumbnail_url" does not exist.'71$this->source); })()), "html"nulltrue);
  234.                 echo "')\"></div>
  235.                 <h3 class=\"title\">
  236.                     <span>";
  237.                 // line 73
  238.                 echo twig_get_attribute($this->env$this->source$context["Blog"], "title", [], "any"falsefalsefalse73);
  239.                 echo "</span>
  240.                     <span class=\"cat_name\">
  241.                         ";
  242.                 // line 75
  243.                 if (( !(isset($context["shop"]) || array_key_exists("shop"$context)) || (null === (isset($context["shop"]) || array_key_exists("shop"$context) ? $context["shop"] : (function () { throw new RuntimeError('Variable "shop" does not exist.'75$this->source); })())))) {
  244.                     // line 76
  245.                     echo "                            ";
  246.                     echo twig_get_attribute($this->env$this->source$context["Blog"], "cat_name", [], "any"falsefalsefalse76);
  247.                     echo "
  248.                         ";
  249.                 } else {
  250.                     // line 78
  251.                     echo "                            ";
  252.                     echo twig_escape_filter($this->envtwig_upper_filter($this->env, (isset($context["shop"]) || array_key_exists("shop"$context) ? $context["shop"] : (function () { throw new RuntimeError('Variable "shop" does not exist.'78$this->source); })())), "html"nulltrue);
  253.                     echo "
  254.                         ";
  255.                 }
  256.                 // line 80
  257.                 echo "                    </span>
  258.                 </h3>
  259.                 <p class=\"date\">";
  260.                 // line 82
  261.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Blog"], "date", [], "any"falsefalsefalse82), "html"nulltrue);
  262.                 echo "</p>
  263.               </a>
  264.             </li>
  265.             ";
  266.             }
  267.             // line 86
  268.             echo "          ";
  269.         }
  270.         $_parent $context['_parent'];
  271.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Blog'], $context['_parent'], $context['loop']);
  272.         $context array_intersect_key($context$_parent) + $_parent;
  273.         // line 87
  274.         echo "        </ul>
  275.       </div>
  276.   </section>
  277.   ";
  278.         // line 90
  279.         if (((isset($context["max_page_num"]) || array_key_exists("max_page_num"$context) ? $context["max_page_num"] : (function () { throw new RuntimeError('Variable "max_page_num" does not exist.'90$this->source); })()) > 1)) {
  280.             // line 91
  281.             echo "      ";
  282.             // line 92
  283.             echo "      ";
  284.             $context["extremePagesLimit"] = 3;
  285.             // line 93
  286.             echo "
  287.       ";
  288.             // line 95
  289.             echo "      ";
  290.             $context["nearbyPagesLimit"] = 2;
  291.             // line 96
  292.             echo "
  293.       <div class=\"pagination\">
  294.           ";
  295.             // line 98
  296.             if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'98$this->source); })()) > 1)) {
  297.                 // line 99
  298.                 echo "              <a href=\"";
  299.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'99$this->source); })()), "request", [], "any"falsefalsefalse99), "attributes", [], "any"falsefalsefalse99), "get", [=> "_route"], "method"falsefalsefalse99), twig_array_merge(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'99$this->source); })()), "request", [], "any"falsefalsefalse99), "query", [], "any"falsefalsefalse99), "all", [], "any"falsefalsefalse99), ["pageno" => 1])), "html"nulltrue);
  300.                 echo "\" class=\"first-pagination-link\">
  301.                 <i class=\"fas fa-angle-double-left\"></i>
  302.               </a>
  303.               <a href=\"";
  304.                 // line 102
  305.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'102$this->source); })()), "request", [], "any"falsefalsefalse102), "attributes", [], "any"falsefalsefalse102), "get", [=> "_route"], "method"falsefalsefalse102), twig_array_merge(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'102$this->source); })()), "request", [], "any"falsefalsefalse102), "query", [], "any"falsefalsefalse102), "all", [], "any"falsefalsefalse102), ["pageno" => ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'102$this->source); })()) - 1)])), "html"nulltrue);
  306.                 echo "\" class=\"prev-pagination-link\">
  307.                 <i class=\"fas fa-angle-left\"></i>
  308.               </a>
  309.               ";
  310.                 // line 106
  311.                 $context['_parent'] = $context;
  312.                 $context['_seq'] = twig_ensure_traversable(range(1, (isset($context["extremePagesLimit"]) || array_key_exists("extremePagesLimit"$context) ? $context["extremePagesLimit"] : (function () { throw new RuntimeError('Variable "extremePagesLimit" does not exist.'106$this->source); })())));
  313.                 foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  314.                     if (($context["i"] < ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'106$this->source); })()) - (isset($context["nearbyPagesLimit"]) || array_key_exists("nearbyPagesLimit"$context) ? $context["nearbyPagesLimit"] : (function () { throw new RuntimeError('Variable "nearbyPagesLimit" does not exist.'106$this->source); })())))) {
  315.                         // line 107
  316.                         echo "                  <a href=\"";
  317.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'107$this->source); })()), "request", [], "any"falsefalsefalse107), "attributes", [], "any"falsefalsefalse107), "get", [=> "_route"], "method"falsefalsefalse107), twig_array_merge(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'107$this->source); })()), "request", [], "any"falsefalsefalse107), "query", [], "any"falsefalsefalse107), "all", [], "any"falsefalsefalse107), ["pageno" => $context["i"]])), "html"nulltrue);
  318.                         echo "\">";
  319.                         echo twig_escape_filter($this->env$context["i"], "html"nulltrue);
  320.                         echo "</a>
  321.               ";
  322.                     }
  323.                 }
  324.                 $_parent $context['_parent'];
  325.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  326.                 $context array_intersect_key($context$_parent) + $_parent;
  327.                 // line 109
  328.                 echo "
  329.               ";
  330.                 // line 110
  331.                 if ((((isset($context["extremePagesLimit"]) || array_key_exists("extremePagesLimit"$context) ? $context["extremePagesLimit"] : (function () { throw new RuntimeError('Variable "extremePagesLimit" does not exist.'110$this->source); })()) + 1) < ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'110$this->source); })()) - (isset($context["nearbyPagesLimit"]) || array_key_exists("nearbyPagesLimit"$context) ? $context["nearbyPagesLimit"] : (function () { throw new RuntimeError('Variable "nearbyPagesLimit" does not exist.'110$this->source); })())))) {
  332.                     // line 111
  333.                     echo "                  <span class=\"sep-dots\">...</span>
  334.               ";
  335.                 }
  336.                 // line 113
  337.                 echo "
  338.               ";
  339.                 // line 114
  340.                 $context['_parent'] = $context;
  341.                 $context['_seq'] = twig_ensure_traversable(range(((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'114$this->source); })()) - (isset($context["nearbyPagesLimit"]) || array_key_exists("nearbyPagesLimit"$context) ? $context["nearbyPagesLimit"] : (function () { throw new RuntimeError('Variable "nearbyPagesLimit" does not exist.'114$this->source); })())), ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'114$this->source); })()) - 1)));
  342.                 foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  343.                     if (($context["i"] > 0)) {
  344.                         // line 115
  345.                         echo "                  <a href=\"";
  346.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'115$this->source); })()), "request", [], "any"falsefalsefalse115), "attributes", [], "any"falsefalsefalse115), "get", [=> "_route"], "method"falsefalsefalse115), twig_array_merge(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'115$this->source); })()), "request", [], "any"falsefalsefalse115), "query", [], "any"falsefalsefalse115), "all", [], "any"falsefalsefalse115), ["pageno" => $context["i"]])), "html"nulltrue);
  347.                         echo "\">";
  348.                         echo twig_escape_filter($this->env$context["i"], "html"nulltrue);
  349.                         echo "</a>
  350.               ";
  351.                     }
  352.                 }
  353.                 $_parent $context['_parent'];
  354.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  355.                 $context array_intersect_key($context$_parent) + $_parent;
  356.                 // line 117
  357.                 echo "          ";
  358.             }
  359.             // line 118
  360.             echo "
  361.           <a href=\"";
  362.             // line 119
  363.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'119$this->source); })()), "request", [], "any"falsefalsefalse119), "attributes", [], "any"falsefalsefalse119), "get", [=> "_route"], "method"falsefalsefalse119), twig_array_merge(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'119$this->source); })()), "request", [], "any"falsefalsefalse119), "query", [], "any"falsefalsefalse119), "all", [], "any"falsefalsefalse119), ["pageno" => (isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'119$this->source); })())])), "html"nulltrue);
  364.             echo "\"
  365.               class=\"active\">";
  366.             // line 120
  367.             echo twig_escape_filter($this->env, (isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'120$this->source); })()), "html"nulltrue);
  368.             echo "</a>
  369.           ";
  370.             // line 122
  371.             if (((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'122$this->source); })()) < (isset($context["max_page_num"]) || array_key_exists("max_page_num"$context) ? $context["max_page_num"] : (function () { throw new RuntimeError('Variable "max_page_num" does not exist.'122$this->source); })()))) {
  372.                 // line 123
  373.                 echo "              ";
  374.                 $context['_parent'] = $context;
  375.                 $context['_seq'] = twig_ensure_traversable(range(((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'123$this->source); })()) + 1), ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'123$this->source); })()) + (isset($context["nearbyPagesLimit"]) || array_key_exists("nearbyPagesLimit"$context) ? $context["nearbyPagesLimit"] : (function () { throw new RuntimeError('Variable "nearbyPagesLimit" does not exist.'123$this->source); })()))));
  376.                 foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  377.                     if (($context["i"] <= (isset($context["max_page_num"]) || array_key_exists("max_page_num"$context) ? $context["max_page_num"] : (function () { throw new RuntimeError('Variable "max_page_num" does not exist.'123$this->source); })()))) {
  378.                         // line 124
  379.                         echo "                  <a href=\"";
  380.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'124$this->source); })()), "request", [], "any"falsefalsefalse124), "attributes", [], "any"falsefalsefalse124), "get", [=> "_route"], "method"falsefalsefalse124), twig_array_merge(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'124$this->source); })()), "request", [], "any"falsefalsefalse124), "query", [], "any"falsefalsefalse124), "all", [], "any"falsefalsefalse124), ["pageno" => $context["i"]])), "html"nulltrue);
  381.                         echo "\">";
  382.                         echo twig_escape_filter($this->env$context["i"], "html"nulltrue);
  383.                         echo "</a>
  384.               ";
  385.                     }
  386.                 }
  387.                 $_parent $context['_parent'];
  388.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  389.                 $context array_intersect_key($context$_parent) + $_parent;
  390.                 // line 126
  391.                 echo "
  392.               ";
  393.                 // line 127
  394.                 if ((((isset($context["max_page_num"]) || array_key_exists("max_page_num"$context) ? $context["max_page_num"] : (function () { throw new RuntimeError('Variable "max_page_num" does not exist.'127$this->source); })()) - (isset($context["extremePagesLimit"]) || array_key_exists("extremePagesLimit"$context) ? $context["extremePagesLimit"] : (function () { throw new RuntimeError('Variable "extremePagesLimit" does not exist.'127$this->source); })())) > ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'127$this->source); })()) + (isset($context["nearbyPagesLimit"]) || array_key_exists("nearbyPagesLimit"$context) ? $context["nearbyPagesLimit"] : (function () { throw new RuntimeError('Variable "nearbyPagesLimit" does not exist.'127$this->source); })())))) {
  395.                     // line 128
  396.                     echo "                  <span class=\"sep-dots\">...</span>
  397.               ";
  398.                 }
  399.                 // line 130
  400.                 echo "
  401.               ";
  402.                 // line 131
  403.                 $context['_parent'] = $context;
  404.                 $context['_seq'] = twig_ensure_traversable(range((((isset($context["max_page_num"]) || array_key_exists("max_page_num"$context) ? $context["max_page_num"] : (function () { throw new RuntimeError('Variable "max_page_num" does not exist.'131$this->source); })()) - (isset($context["extremePagesLimit"]) || array_key_exists("extremePagesLimit"$context) ? $context["extremePagesLimit"] : (function () { throw new RuntimeError('Variable "extremePagesLimit" does not exist.'131$this->source); })())) + 1), (isset($context["max_page_num"]) || array_key_exists("max_page_num"$context) ? $context["max_page_num"] : (function () { throw new RuntimeError('Variable "max_page_num" does not exist.'131$this->source); })())));
  405.                 foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  406.                     if (($context["i"] > ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'131$this->source); })()) + (isset($context["nearbyPagesLimit"]) || array_key_exists("nearbyPagesLimit"$context) ? $context["nearbyPagesLimit"] : (function () { throw new RuntimeError('Variable "nearbyPagesLimit" does not exist.'131$this->source); })())))) {
  407.                         // line 132
  408.                         echo "                  <a href=\"";
  409.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'132$this->source); })()), "request", [], "any"falsefalsefalse132), "attributes", [], "any"falsefalsefalse132), "get", [=> "_route"], "method"falsefalsefalse132), twig_array_merge(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'132$this->source); })()), "request", [], "any"falsefalsefalse132), "query", [], "any"falsefalsefalse132), "all", [], "any"falsefalsefalse132), ["pageno" => $context["i"]])), "html"nulltrue);
  410.                         echo "\">";
  411.                         echo twig_escape_filter($this->env$context["i"], "html"nulltrue);
  412.                         echo "</a>
  413.               ";
  414.                     }
  415.                 }
  416.                 $_parent $context['_parent'];
  417.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  418.                 $context array_intersect_key($context$_parent) + $_parent;
  419.                 // line 134
  420.                 echo "
  421.               <a href=\"";
  422.                 // line 135
  423.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'135$this->source); })()), "request", [], "any"falsefalsefalse135), "attributes", [], "any"falsefalsefalse135), "get", [=> "_route"], "method"falsefalsefalse135), twig_array_merge(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'135$this->source); })()), "request", [], "any"falsefalsefalse135), "query", [], "any"falsefalsefalse135), "all", [], "any"falsefalsefalse135), ["pageno" => ((isset($context["currentPage"]) || array_key_exists("currentPage"$context) ? $context["currentPage"] : (function () { throw new RuntimeError('Variable "currentPage" does not exist.'135$this->source); })()) + 1)])), "html"nulltrue);
  424.                 echo "\" class=\"next-pagination-link\">
  425.                 <i class=\"fas fa-angle-right\"></i>
  426.               </a>
  427.               <a href=\"";
  428.                 // line 138
  429.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'138$this->source); })()), "request", [], "any"falsefalsefalse138), "attributes", [], "any"falsefalsefalse138), "get", [=> "_route"], "method"falsefalsefalse138), twig_array_merge(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'138$this->source); })()), "request", [], "any"falsefalsefalse138), "query", [], "any"falsefalsefalse138), "all", [], "any"falsefalsefalse138), ["pageno" => (isset($context["max_page_num"]) || array_key_exists("max_page_num"$context) ? $context["max_page_num"] : (function () { throw new RuntimeError('Variable "max_page_num" does not exist.'138$this->source); })())])), "html"nulltrue);
  430.                 echo "\" class=\"last-pagination-link\">
  431.                 <i class=\"fas fa-angle-double-right\"></i>
  432.               </a>
  433.           ";
  434.             }
  435.             // line 142
  436.             echo "      </div>
  437.   ";
  438.         }
  439.         
  440.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  441.         
  442.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  443.     }
  444.     public function getTemplateName()
  445.     {
  446.         return "Blog/list.twig";
  447.     }
  448.     public function isTraitable()
  449.     {
  450.         return false;
  451.     }
  452.     public function getDebugInfo()
  453.     {
  454.         return array (  457 => 142,  450 => 138,  444 => 135,  441 => 134,  429 => 132,  424 => 131,  421 => 130,  417 => 128,  415 => 127,  412 => 126,  400 => 124,  394 => 123,  392 => 122,  387 => 120,  383 => 119,  380 => 118,  377 => 117,  365 => 115,  360 => 114,  357 => 113,  353 => 111,  351 => 110,  348 => 109,  336 => 107,  331 => 106,  324 => 102,  317 => 99,  315 => 98,  311 => 96,  308 => 95,  305 => 93,  302 => 92,  300 => 91,  298 => 90,  293 => 87,  287 => 86,  280 => 82,  276 => 80,  270 => 78,  264 => 76,  262 => 75,  257 => 73,  251 => 71,  248 => 70,  245 => 69,  242 => 68,  240 => 67,  236 => 66,  233 => 65,  230 => 64,  227 => 63,  224 => 62,  221 => 61,  218 => 60,  215 => 59,  210 => 58,  207 => 57,  205 => 56,  200 => 53,  195 => 50,  185 => 46,  181 => 44,  175 => 42,  169 => 40,  167 => 39,  162 => 37,  156 => 35,  153 => 34,  150 => 33,  147 => 32,  145 => 31,  141 => 30,  138 => 29,  135 => 28,  131 => 27,  127 => 25,  124 => 24,  122 => 23,  114 => 17,  108 => 15,  102 => 13,  99 => 12,  89 => 11,  76 => 8,  66 => 7,  55 => 1,  53 => 5,  51 => 4,  49 => 3,  36 => 1,);
  455.     }
  456.     public function getSourceContext()
  457.     {
  458.         return new Source("{% extends 'default_frame.twig' %}
  459. {% set body_class = 'blogs_page' %}
  460. {% set wrap_class = 'blogWrap' %}
  461. {% set footerBrandListFlg = true %}
  462. {% block stylesheet %}
  463. <link rel=\"stylesheet\" href=\"{{ asset('assets/css/contents.css') }}\">
  464. {% endblock stylesheet %}
  465. {% block main %}
  466. \t{% if shop is not defined or shop is null %}
  467. \t{{ include('Block/header.twig') }}
  468. \t{% else %}
  469. \t{{ include('Block/header_shop.twig') }}
  470. \t{% endif %}
  471.   <!-- BLOG -->
  472.   <div class=\"conts\">
  473.       <h2 class=\"h2Normal\">BLOG</h2>
  474.       <p class=\"txt14 ls6 tarS mt25P\">ブログ</p>
  475.   </div>
  476.   <section class=\"blog\">
  477.       {% set i = 0 %}
  478.       {% if currentPage == '1' %}
  479.       <div class=\"lastest-blogs--wrapper over-hidden\">
  480.         <ul class=\"lastest-blogs--list flex-list--wrapper\">
  481.           {% for j in range(0, 1) %}
  482.           {% set i = i + 1 %}
  483.           <li>
  484.             <a href=\"{{ url('blog_detail', {'id': Blogs[j].id}) }}\">
  485.               {% set thumbnail_url = Blogs[j].thumbnail %}
  486.               {% if thumbnail_url is empty %}
  487.                 {% set thumbnail_url = asset('no_image_product.png', 'save_image') %}
  488.               {% endif %}
  489.               <div class=\"blog-thumbnail\" style=\"background-image:url('{{ thumbnail_url }}')\"></div>
  490.               <h3 class=\"title\">
  491.                 <span>{{ Blogs[j].title|raw }}</span>
  492.                 <span class=\"cat_name\">
  493.                     {% if shop is not defined or shop is null %}
  494.                         {{ Blogs[j].cat_name|raw }}
  495.                     {% else %}
  496.                         {{ shop|upper }}
  497.                     {% endif %}
  498.                 </span>
  499.               </h3>
  500.               <p class=\"date\">{{ Blogs[j].date }}</p>
  501.             </a>
  502.           </li>
  503.           {% endfor %}
  504.         </ul>
  505.       </div>
  506.       {% endif %}
  507.       <div class=\"spWidth\">
  508.         <div class=\"blogs--wrapper over-hidden\">
  509.           <ul class=\"blogs--list flex-list--wrapper\">
  510.           {% set continue = false %}
  511.           {% set k = 0 %}
  512.           {% for Blog in Blogs %}
  513.             {% set continue = false %}
  514.             {% if k < i %}
  515.               {% set k = k + 1 %}
  516.               {% set continue = true %}
  517.             {% endif %}
  518.             {% if continue == false %}
  519.             <li>
  520.               <a href=\"{{ url('blog_detail', {'id': Blog.id}) }}\">
  521.                 {% set thumbnail_url = Blog.thumbnail %}
  522.                 {% if thumbnail_url is empty %}
  523.                   {% set thumbnail_url = asset('no_image_product.png', 'save_image') %}
  524.                 {% endif %}
  525.                 <div class=\"blog-thumbnail\" style=\"background-image:url('{{ thumbnail_url }}')\"></div>
  526.                 <h3 class=\"title\">
  527.                     <span>{{ Blog.title|raw }}</span>
  528.                     <span class=\"cat_name\">
  529.                         {% if shop is not defined or shop is null %}
  530.                             {{ Blog.cat_name|raw }}
  531.                         {% else %}
  532.                             {{ shop|upper }}
  533.                         {% endif %}
  534.                     </span>
  535.                 </h3>
  536.                 <p class=\"date\">{{ Blog.date }}</p>
  537.               </a>
  538.             </li>
  539.             {% endif %}
  540.           {% endfor %}
  541.         </ul>
  542.       </div>
  543.   </section>
  544.   {% if max_page_num > 1 %}
  545.       {# the number of first and last pages to be displayed #}
  546.       {% set extremePagesLimit = 3 %}
  547.       {# the number of pages that are displayed around the active page #}
  548.       {% set nearbyPagesLimit = 2 %}
  549.       <div class=\"pagination\">
  550.           {% if currentPage > 1 %}
  551.               <a href=\"{{ path( app.request.attributes.get('_route'), app.request.query.all|merge({pageno: 1})) }}\" class=\"first-pagination-link\">
  552.                 <i class=\"fas fa-angle-double-left\"></i>
  553.               </a>
  554.               <a href=\"{{ path( app.request.attributes.get('_route'), app.request.query.all|merge({pageno: currentPage-1})) }}\" class=\"prev-pagination-link\">
  555.                 <i class=\"fas fa-angle-left\"></i>
  556.               </a>
  557.               {% for i in range(1, extremePagesLimit) if ( i < currentPage - nearbyPagesLimit ) %}
  558.                   <a href=\"{{ path( app.request.attributes.get('_route'), app.request.query.all|merge({pageno: i})) }}\">{{ i }}</a>
  559.               {% endfor %}
  560.               {% if extremePagesLimit + 1 < currentPage - nearbyPagesLimit %}
  561.                   <span class=\"sep-dots\">...</span>
  562.               {% endif %}
  563.               {% for i in range(currentPage-nearbyPagesLimit, currentPage-1) if ( i > 0 ) %}
  564.                   <a href=\"{{ path( app.request.attributes.get('_route'), app.request.query.all|merge({pageno: i})) }}\">{{ i }}</a>
  565.               {% endfor %}
  566.           {% endif %}
  567.           <a href=\"{{ path( app.request.attributes.get('_route'), app.request.query.all|merge({ pageno: currentPage })) }}\"
  568.               class=\"active\">{{ currentPage }}</a>
  569.           {% if currentPage < max_page_num %}
  570.               {% for i in range(currentPage+1, currentPage + nearbyPagesLimit) if ( i <= max_page_num ) %}
  571.                   <a href=\"{{ path( app.request.attributes.get('_route'), app.request.query.all|merge({pageno: i})) }}\">{{ i }}</a>
  572.               {% endfor %}
  573.               {% if  (max_page_num - extremePagesLimit) > (currentPage + nearbyPagesLimit) %}
  574.                   <span class=\"sep-dots\">...</span>
  575.               {% endif %}
  576.               {% for i in range(max_page_num - extremePagesLimit+1, max_page_num) if ( i > currentPage + nearbyPagesLimit ) %}
  577.                   <a href=\"{{ path( app.request.attributes.get('_route'), app.request.query.all|merge({pageno: i})) }}\">{{ i }}</a>
  578.               {% endfor %}
  579.               <a href=\"{{ path( app.request.attributes.get('_route'), app.request.query.all|merge({pageno: currentPage+1})) }}\" class=\"next-pagination-link\">
  580.                 <i class=\"fas fa-angle-right\"></i>
  581.               </a>
  582.               <a href=\"{{ path( app.request.attributes.get('_route'), app.request.query.all|merge({pageno: max_page_num})) }}\" class=\"last-pagination-link\">
  583.                 <i class=\"fas fa-angle-double-right\"></i>
  584.               </a>
  585.           {% endif %}
  586.       </div>
  587.   {% endif %}
  588. {% endblock %}
  589. ""Blog/list.twig""/home/idealinc/idealinc.xsrv.jp/public_html/online/app/template/idealinc/Blog/list.twig");
  590.     }
  591. }