*/ 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_v5_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_v5_pagination.html.twig")); // line 20 if (((isset($context["pageCount"]) || array_key_exists("pageCount", $context) ? $context["pageCount"] : (function () { throw new RuntimeError('Variable "pageCount" does not exist.', 20, $this->source); })()) > 1)) { // line 21 yield " "; } $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@KnpPaginator/Pagination/foundation_v5_pagination.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 226 => 96, 219 => 92, 215 => 90, 208 => 86, 204 => 85, 201 => 84, 199 => 83, 196 => 82, 188 => 79, 185 => 78, 182 => 77, 175 => 73, 171 => 72, 168 => 71, 162 => 67, 159 => 66, 156 => 65, 154 => 64, 151 => 63, 144 => 61, 138 => 58, 135 => 57, 128 => 53, 124 => 52, 121 => 51, 118 => 50, 114 => 49, 111 => 48, 108 => 47, 102 => 43, 100 => 42, 95 => 40, 92 => 39, 90 => 38, 85 => 36, 82 => 35, 80 => 34, 77 => 33, 70 => 29, 66 => 27, 58 => 24, 55 => 23, 53 => 22, 50 => 21, 48 => 20,); } public function getSourceContext(): Source { return new Source("{# /** * @file * Foundation 5 Sliding pagination control implementation. * * View that can be used with the pagination module * from the Foundation 5 CSS Toolkit * https://get.foundation/sites/docs-v5/components/pagination.html * * @author Vincent Loy * * This view have been ported from twitter bootstrap v3 pagination control implementation * from: * @author Pablo Díez * @author Jan Sorgalla * @author Artem Ponomarenko * @author Artem Zabelin */ #} {% if pageCount > 1 %} {% endif %} ", "@KnpPaginator/Pagination/foundation_v5_pagination.html.twig", "/var/www/cds-intranet/app/vendor/knplabs/knp-paginator-bundle/templates/Pagination/foundation_v5_pagination.html.twig"); } }