*/ 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/foundation_v6_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/foundation_v6_pagination.html.twig")); // line 1 if (((isset($context["pageCount"]) || array_key_exists("pageCount", $context) ? $context["pageCount"] : (function () { throw new RuntimeError('Variable "pageCount" does not exist.', 1, $this->source); })()) > 1)) { // line 2 yield " "; } $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@KnpPaginator/Pagination/foundation_v6_pagination.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 224 => 70, 218 => 67, 215 => 66, 208 => 62, 204 => 61, 201 => 60, 199 => 59, 196 => 58, 188 => 55, 185 => 54, 182 => 53, 175 => 49, 171 => 48, 168 => 47, 164 => 45, 161 => 44, 158 => 43, 156 => 42, 153 => 41, 147 => 40, 141 => 38, 134 => 34, 130 => 33, 127 => 32, 124 => 31, 120 => 30, 117 => 29, 114 => 28, 110 => 26, 108 => 25, 103 => 23, 100 => 22, 98 => 21, 93 => 19, 90 => 18, 88 => 17, 85 => 16, 79 => 13, 76 => 12, 69 => 8, 65 => 7, 62 => 6, 60 => 5, 55 => 4, 53 => 3, 50 => 2, 48 => 1,); } public function getSourceContext(): Source { return new Source("{% if pageCount > 1 %} {% endif %} ", "@KnpPaginator/Pagination/foundation_v6_pagination.html.twig", "/var/www/cds-intranet/app/vendor/knplabs/knp-paginator-bundle/templates/Pagination/foundation_v6_pagination.html.twig"); } }