*/ 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", "/partials/override-knp-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", "/partials/override-knp-pagination.html.twig")); // line 12 if (((isset($context["pageCount"]) || array_key_exists("pageCount", $context) ? $context["pageCount"] : (function () { throw new RuntimeError('Variable "pageCount" does not exist.', 12, $this->source); })()) > 1)) { // line 13 yield " "; } $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "/partials/override-knp-pagination.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 344 => 132, 338 => 129, 335 => 128, 329 => 125, 324 => 123, 320 => 122, 316 => 121, 312 => 120, 308 => 118, 306 => 117, 304 => 116, 301 => 115, 294 => 111, 289 => 109, 285 => 108, 281 => 107, 277 => 106, 274 => 105, 271 => 103, 268 => 102, 262 => 99, 257 => 97, 253 => 96, 249 => 95, 245 => 94, 241 => 92, 239 => 91, 233 => 87, 230 => 86, 227 => 85, 225 => 84, 222 => 83, 215 => 81, 209 => 78, 206 => 77, 200 => 74, 195 => 72, 191 => 71, 187 => 70, 183 => 69, 179 => 67, 177 => 66, 174 => 65, 170 => 64, 167 => 63, 164 => 62, 158 => 58, 156 => 57, 148 => 52, 144 => 51, 140 => 50, 136 => 48, 134 => 47, 132 => 46, 124 => 41, 120 => 40, 116 => 39, 112 => 37, 110 => 36, 108 => 35, 105 => 34, 99 => 31, 96 => 30, 90 => 27, 85 => 25, 81 => 24, 77 => 23, 73 => 22, 69 => 20, 67 => 19, 65 => 18, 58 => 16, 55 => 15, 53 => 14, 50 => 13, 48 => 12,); } public function getSourceContext(): Source { return new Source("{# /** * @file * Twitter Bootstrap v4 Sliding pagination control implementation. * * View that can be used with the pagination module * from the Twitter Bootstrap CSS Toolkit * https://getbootstrap.com/docs/4.5/components/pagination/ * */ #} {% if pageCount > 1 %} {% endif %} ", "/partials/override-knp-pagination.html.twig", "/var/www/cds-intranet/app/templates/partials/override-knp-pagination.html.twig"); } }