*/ 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/uikit_v3_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/uikit_v3_pagination.html.twig")); // line 14 if (((isset($context["pageCount"]) || array_key_exists("pageCount", $context) ? $context["pageCount"] : (function () { throw new RuntimeError('Variable "pageCount" does not exist.', 14, $this->source); })()) > 1)) { // line 15 yield " "; } $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@KnpPaginator/Pagination/uikit_v3_pagination.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 213 => 80, 207 => 77, 204 => 76, 196 => 73, 193 => 72, 191 => 71, 188 => 70, 180 => 67, 177 => 66, 174 => 65, 166 => 62, 163 => 61, 157 => 57, 154 => 56, 151 => 55, 149 => 54, 146 => 53, 139 => 51, 133 => 48, 130 => 47, 122 => 44, 119 => 43, 116 => 42, 112 => 41, 109 => 40, 106 => 39, 100 => 35, 98 => 34, 93 => 32, 90 => 31, 88 => 30, 83 => 28, 80 => 27, 78 => 26, 75 => 25, 69 => 22, 66 => 21, 58 => 18, 55 => 17, 53 => 16, 50 => 15, 48 => 14,); } public function getSourceContext(): Source { return new Source("{# /** * @file * UIkit 3.0 pagination control implementation. * * View that can be used with the pagination module * from the UIKit Toolkit * https://getuikit.com/docs/pagination * * * @author KULDIP PIPALIYA */ #} {% if pageCount > 1 %} {% endif %} ", "@KnpPaginator/Pagination/uikit_v3_pagination.html.twig", "/var/www/cds-intranet/app/vendor/knplabs/knp-paginator-bundle/templates/Pagination/uikit_v3_pagination.html.twig"); } }