parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
$context["arrows"] = ["first-page" => "«", "previous-page" => "‹", "next-page" => "›", "last-page" => "»"];
// line 8
echo "
";
// line 9
if (($context["url"] ?? null)) {
// line 10
echo " env, ($context["class"] ?? null), "html", null, true);
echo "\" href=\"";
echo \WPML\Core\twig_escape_filter($this->env, ($context["url"] ?? null), "html", null, true);
echo "\">
";
// line 11
echo \WPML\Core\twig_escape_filter($this->env, ($context["label"] ?? null), "html", null, true);
echo "";
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["arrows"] ?? null), ($context["class"] ?? null), [], "array"), "html", null, true);
echo "
";
} else {
// line 14
echo " ";
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["arrows"] ?? null), ($context["class"] ?? null), [], "array"), "html", null, true);
echo "
";
}
}
public function getTemplateName()
{
return "table-nav-arrow.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 54 => 14, 46 => 11, 39 => 10, 37 => 9, 34 => 8, 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("", "table-nav-arrow.twig", "/home/infinitycons/ftp/wingedit/doitinpoland.com/wp-content/plugins/sitepress-multilingual-cms/templates/pagination/table-nav-arrow.twig");
}
}