parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 if ($this->getAttribute(($context["pagination_model"] ?? null), "total_items", [])) { // line 2 echo "

"; // line 3 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["pagination_model"] ?? null), "strings", []), "list_navigation", []), "html", null, true); echo "

"; // line 7 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["pagination_model"] ?? null), "total_items_text", []), "html", null, true); echo " "; // line 9 if (($this->getAttribute(($context["pagination_model"] ?? null), "total_items", []) > $this->getAttribute($this->getAttribute(($context["pagination_model"] ?? null), "pagination", []), "get_items_per_page", []))) { // line 10 echo " "; // line 13 $this->loadTemplate("table-nav-arrow.twig", "pagination.twig", 13)->display(twig_array_merge($context, ["url" => $this->getAttribute($this->getAttribute( // line 15 ($context["pagination_model"] ?? null), "pagination", []), "get_first_page_url", []), "class" => "first-page", "label" => $this->getAttribute($this->getAttribute( // line 17 ($context["pagination_model"] ?? null), "strings", []), "first_page", [])])); // line 20 echo " "; // line 21 $this->loadTemplate("table-nav-arrow.twig", "pagination.twig", 21)->display(twig_array_merge($context, ["url" => $this->getAttribute($this->getAttribute( // line 23 ($context["pagination_model"] ?? null), "pagination", []), "get_previous_page_url", []), "class" => "previous-page", "label" => $this->getAttribute($this->getAttribute( // line 25 ($context["pagination_model"] ?? null), "strings", []), "previous_page", [])])); // line 28 echo " "; // line 30 if ((($context["nav_location"] ?? null) == "top")) { // line 31 echo " env, ($context["nav_location"] ?? null), "html", null, true); echo "\" type=\"text\" name=\"paged\" value=\""; // line 33 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["pagination_model"] ?? null), "pagination", []), "get_current_page", []), "html", null, true); echo "\" size=\""; echo \WPML\Core\twig_escape_filter($this->env, \WPML\Core\twig_length_filter($this->env, $this->getAttribute($this->getAttribute(($context["pagination_model"] ?? null), "pagination", []), "get_total_pages", [])), "html", null, true); echo "\" aria-describedby=\"table-paging\"> "; // line 34 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["pagination_model"] ?? null), "strings", []), "of", []), "html", null, true); echo " "; echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["pagination_model"] ?? null), "pagination", []), "get_total_pages", []), "html", null, true); echo " "; } else { // line 36 echo " "; echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["pagination_model"] ?? null), "pagination", []), "get_current_page", []), "html", null, true); echo " "; echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["pagination_model"] ?? null), "strings", []), "of", []), "html", null, true); echo " "; // line 37 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["pagination_model"] ?? null), "pagination", []), "get_total_pages", []), "html", null, true); echo " "; } // line 40 echo " "; // line 42 $this->loadTemplate("table-nav-arrow.twig", "pagination.twig", 42)->display(twig_array_merge($context, ["url" => $this->getAttribute($this->getAttribute( // line 44 ($context["pagination_model"] ?? null), "pagination", []), "get_next_page_url", []), "class" => "next-page", "label" => $this->getAttribute($this->getAttribute( // line 46 ($context["pagination_model"] ?? null), "strings", []), "next_page", [])])); // line 49 echo " "; // line 51 $this->loadTemplate("table-nav-arrow.twig", "pagination.twig", 51)->display(twig_array_merge($context, ["url" => $this->getAttribute($this->getAttribute( // line 53 ($context["pagination_model"] ?? null), "pagination", []), "get_last_page_url", []), "class" => "last-page", "label" => $this->getAttribute($this->getAttribute( // line 55 ($context["pagination_model"] ?? null), "strings", []), "last_page", [])])); // line 58 echo " "; } // line 62 echo "
"; } } public function getTemplateName() { return "pagination.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 132 => 62, 126 => 58, 124 => 55, 123 => 53, 122 => 51, 118 => 49, 116 => 46, 115 => 44, 114 => 42, 110 => 40, 104 => 37, 97 => 36, 90 => 34, 84 => 33, 80 => 32, 73 => 31, 71 => 30, 67 => 28, 65 => 25, 64 => 23, 63 => 21, 60 => 20, 58 => 17, 57 => 15, 56 => 13, 51 => 10, 49 => 9, 44 => 7, 37 => 3, 34 => 2, 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "pagination.twig", "/home/infinitycons/ftp/wingedit/doitinpoland.com/wp-content/plugins/sitepress-multilingual-cms/templates/pagination/pagination.twig"); } }