*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@KnpPaginator/Pagination/materialize_pagination.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@KnpPaginator/Pagination/materialize_pagination.html.twig"));
// line 13
if (((isset($context["pageCount"]) || array_key_exists("pageCount", $context) ? $context["pageCount"] : (function () { throw new RuntimeError('Variable "pageCount" does not exist.', 13, $this->source); })()) > 1)) {
// line 14
yield "
";
}
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "@KnpPaginator/Pagination/materialize_pagination.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 182 => 82, 174 => 76, 166 => 71, 163 => 70, 161 => 69, 158 => 68, 150 => 62, 142 => 57, 139 => 56, 137 => 55, 134 => 54, 128 => 53, 122 => 50, 119 => 49, 111 => 46, 108 => 45, 105 => 44, 101 => 43, 98 => 42, 90 => 36, 82 => 31, 79 => 30, 77 => 29, 74 => 28, 66 => 22, 58 => 17, 55 => 16, 53 => 15, 50 => 14, 48 => 13,);
}
public function getSourceContext(): Source
{
return new Source("{#
/**
* @file
* Materialize pagination control implementation.
*
* View that can be used with the pagination module
* from the Materialize CSS
* https://materializecss.com/pagination.html
*
* @author Leonardo Bressan Motyczka
*/
#}
{% if pageCount > 1 %}
{% endif %}
", "@KnpPaginator/Pagination/materialize_pagination.html.twig", "/var/www/cds-intranet/app/vendor/knplabs/knp-paginator-bundle/templates/Pagination/materialize_pagination.html.twig");
}
}