source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
|
";
}
public function getTemplateName()
{
return "display/results/page_selector.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 48 => 4, 44 => 3, 40 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/page_selector.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/display/results/page_selector.twig");
}
}