<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;

/* PimImportExportBundle:Widget:last_operations.html.twig */
class __TwigTemplate_c992abf0b1c46ec4fe44fa8cb610c6edd358bdce7f6e135d73c04076c7638f39 extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->blocks = [
        ];
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "PimDashboardBundle:Widget:base.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        // line 3
        $context["widgetTitle"] = $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("pim_dashboard.widget.last_operations.title");
        // line 5
        ob_start(function () { return ''; });
        // line 6
        echo "    <table id=\"last-operations-widget\" class=\"AknGrid AknGrid--unclickable\"></table>

    <script type=\"text/javascript\" nonce=\"";
        // line 8
        echo twig_escape_filter($this->env, $this->env->getExtension('Akeneo\Platform\Bundle\UIBundle\Twig\ContentSecurityPolicyExtension')->getScriptNonce(), "html", null, true);
        echo "\">
        require(
            ['jquery', 'pim/dashboard/widget-container', 'pim/importexport/widget/last-operations-widget'],
            function (\$, widgetContainer, LastOperationsWidget) {
                'use strict';
                \$(function () {
                    var options = {el: '#last-operations-widget', alias: 'last_operations'};
                    var widget = widgetContainer.getWidget(options, LastOperationsWidget);
                    widget.render().delayedLoad();
                });
            }
        );
    </script>
";
        $context["widgetContent"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
        // line 1
        $this->parent = $this->loadTemplate("PimDashboardBundle:Widget:base.html.twig", "PimImportExportBundle:Widget:last_operations.html.twig", 1);
        $this->parent->display($context, array_merge($this->blocks, $blocks));
    }

    public function getTemplateName()
    {
        return "PimImportExportBundle:Widget:last_operations.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  59 => 1,  42 => 8,  38 => 6,  36 => 5,  34 => 3,  28 => 1,);
    }

    /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
    public function getSource()
    {
        @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);

        return $this->getSourceContext()->getCode();
    }

    public function getSourceContext()
    {
        return new Source("", "PimImportExportBundle:Widget:last_operations.html.twig", "/var/www/html/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/ImportExportBundle/Resources/views/Widget/last_operations.html.twig");
    }
}
