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 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");
}
}