<?php 
 
use Twig\Environment; 
use Twig\Error\LoaderError; 
use Twig\Error\RuntimeError; 
use Twig\Extension\SandboxExtension; 
use Twig\Markup; 
use Twig\Sandbox\SecurityError; 
use Twig\Sandbox\SecurityNotAllowedTagError; 
use Twig\Sandbox\SecurityNotAllowedFilterError; 
use Twig\Sandbox\SecurityNotAllowedFunctionError; 
use Twig\Source; 
use Twig\Template; 
 
/* @SyliusUi/Macro/pagination.html.twig */ 
class __TwigTemplate_f012a7e77a230be748245a91104fd2b8 extends \Twig\Template 
{ 
    private $source; 
    private $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 = []) 
    { 
        $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", "@SyliusUi/Macro/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", "@SyliusUi/Macro/pagination.html.twig")); 
 
        // line 6 
        echo " 
"; 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
    } 
 
    // line 1 
    public function macro_simple($__paginator__ = null, $__options__ = null, ...$__varargs__) 
    { 
        $macros = $this->macros; 
        $context = $this->env->mergeGlobals([ 
            "paginator" => $__paginator__, 
            "options" => $__options__, 
            "varargs" => $__varargs__, 
        ]); 
 
        $blocks = []; 
 
        ob_start(); 
        try { 
            $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
            $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "simple")); 
 
            $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
            $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "simple")); 
 
            // line 2 
            echo "    "; 
            if (twig_get_attribute($this->env, $this->source, (isset($context["paginator"]) || array_key_exists("paginator", $context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.', 2, $this->source); })()), "haveToPaginate", [], "method", false, false, false, 2)) { 
                // line 3 
                echo "        "; 
                echo $this->env->getRuntime('Pagerfanta\Twig\Extension\PagerfantaRuntime')->renderPagerfanta((isset($context["paginator"]) || array_key_exists("paginator", $context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.', 3, $this->source); })()), "semantic_ui_translated", ((array_key_exists("options", $context)) ? (_twig_default_filter((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 3, $this->source); })()), [])) : ([]))); 
                echo " 
    "; 
            } 
             
            $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
             
            $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
 
            return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); 
        } finally { 
            ob_end_clean(); 
        } 
    } 
 
    // line 7 
    public function macro_perPage($__paginator__ = null, $__paginationLimits__ = null, ...$__varargs__) 
    { 
        $macros = $this->macros; 
        $context = $this->env->mergeGlobals([ 
            "paginator" => $__paginator__, 
            "paginationLimits" => $__paginationLimits__, 
            "varargs" => $__varargs__, 
        ]); 
 
        $blocks = []; 
 
        ob_start(); 
        try { 
            $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
            $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "perPage")); 
 
            $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
            $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "perPage")); 
 
            // line 8 
            echo "    <div class=\"ui simple fluid dropdown item\"> 
        "; 
            // line 9 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sylius.ui.show"), "html", null, true); 
            echo " "; 
            echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["paginator"]) || array_key_exists("paginator", $context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.', 9, $this->source); })()), "maxPerPage", [], "any", false, false, false, 9), "html", null, true); 
            echo " 
        <i class=\"dropdown icon\"></i> 
        <div class=\"menu\"> 
        "; 
            // line 12 
            $context['_parent'] = $context; 
            $context['_seq'] = twig_ensure_traversable(twig_array_filter($this->env, (isset($context["paginationLimits"]) || array_key_exists("paginationLimits", $context) ? $context["paginationLimits"] : (function () { throw new RuntimeError('Variable "paginationLimits" does not exist.', 12, $this->source); })()), function ($__limit__) use ($context, $macros) { $context["limit"] = $__limit__; return ($context["limit"] != twig_get_attribute($this->env, $this->source, (isset($context["paginator"]) || array_key_exists("paginator", $context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.', 12, $this->source); })()), "maxPerPage", [], "any", false, false, false, 12)); })); 
            foreach ($context['_seq'] as $context["_key"] => $context["limit"]) { 
                // line 13 
                echo "            "; 
                $context["path"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 13, $this->source); })()), "request", [], "any", false, false, false, 13), "attributes", [], "any", false, false, false, 13), "get", [0 => "_route"], "method", false, false, false, 13), twig_array_merge(twig_array_merge(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 13, $this->source); })()), "request", [], "any", false, false, false, 13), "attributes", [], "any", false, false, false, 13), "get", [0 => "_route_params"], "method", false, false, false, 13), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 13, $this->source); })()), "request", [], "any", false, false, false, 13), "query", [], "any", false, false, false, 13)), ["limit" => $context["limit"]])); 
                // line 14 
                echo "            <a class=\"item\" href=\""; 
                echo twig_escape_filter($this->env, (isset($context["path"]) || array_key_exists("path", $context) ? $context["path"] : (function () { throw new RuntimeError('Variable "path" does not exist.', 14, $this->source); })()), "html", null, true); 
                echo "\">"; 
                echo twig_escape_filter($this->env, $context["limit"], "html", null, true); 
                echo "</a> 
        "; 
            } 
            $_parent = $context['_parent']; 
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['limit'], $context['_parent'], $context['loop']); 
            $context = array_intersect_key($context, $_parent) + $_parent; 
            // line 16 
            echo "        </div> 
    </div> 
"; 
             
            $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
             
            $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
 
            return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset()); 
        } finally { 
            ob_end_clean(); 
        } 
    } 
 
    public function getTemplateName() 
    { 
        return "@SyliusUi/Macro/pagination.html.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        return array (  145 => 16,  134 => 14,  131 => 13,  127 => 12,  119 => 9,  116 => 8,  96 => 7,  77 => 3,  74 => 2,  54 => 1,  43 => 6,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("{% macro simple(paginator, options) %} 
    {% if paginator.haveToPaginate() %} 
        {{ pagerfanta(paginator, 'semantic_ui_translated', options|default({})) }} 
    {% endif %} 
{% endmacro %} 
 
{% macro perPage(paginator, paginationLimits) %} 
    <div class=\"ui simple fluid dropdown item\"> 
        {{ 'sylius.ui.show'|trans }} {{ paginator.maxPerPage }} 
        <i class=\"dropdown icon\"></i> 
        <div class=\"menu\"> 
        {% for limit in paginationLimits|filter(limit => limit != paginator.maxPerPage) %} 
            {% set path = path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')|merge(app.request.query)|merge({'limit': limit})) %} 
            <a class=\"item\" href=\"{{ path }}\">{{ limit }}</a> 
        {% endfor %} 
        </div> 
    </div> 
{% endmacro %} 
", "@SyliusUi/Macro/pagination.html.twig", "/var/www/html/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/views/Macro/pagination.html.twig"); 
    } 
}