<?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;

/* PimUIBundle:Default:page_elements.html.twig */
class __TwigTemplate_016ae701f743bec1d210870febaca2f10502a23f86a32ef6ca244586eb8e8daf extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = [
            'image' => [$this, 'block_image'],
            'navButtons' => [$this, 'block_navButtons'],
            'title' => [$this, 'block_title'],
            'meta' => [$this, 'block_meta'],
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        // line 9
        echo "
";
        // line 17
        echo "
";
        // line 26
        echo "
";
        // line 36
        echo "
";
        // line 88
        echo "
";
        // line 110
        echo "
";
        // line 120
        echo "
";
        // line 135
        echo "
";
        // line 154
        echo "
";
    }

    // line 48
    public function block_image($context, array $blocks = [])
    {
        echo twig_escape_filter($this->env, ($context["image"] ?? null), "html", null, true);
    }

    // line 55
    public function block_navButtons($context, array $blocks = [])
    {
    }

    // line 60
    public function block_title($context, array $blocks = [])
    {
        // line 61
        echo "                                ";
        echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
        echo "
                            ";
    }

    // line 75
    public function block_meta($context, array $blocks = [])
    {
        // line 76
        echo "                                ";
        echo twig_escape_filter($this->env, ($context["meta"] ?? null), "html", null, true);
        echo "
                            ";
    }

    // line 1
    public function getsubmitBtn($__text__ = null, $__icon__ = null, $__class__ = "", ...$__varargs__)
    {
        $context = $this->env->mergeGlobals([
            "text" => $__text__,
            "icon" => $__icon__,
            "class" => $__class__,
            "varargs" => $__varargs__,
        ]);

        $blocks = [];

        ob_start(function () { return ''; });
        try {
            // line 2
            ob_start(function () { return ''; });
            // line 3
            echo "    ";
            $context["text"] = twig_capitalize_string_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans((((isset($context["text"]) || array_key_exists("text", $context))) ? (_twig_default_filter(($context["text"] ?? null), "pim_common.save")) : ("pim_common.save"))));
            // line 4
            echo "    <button type=\"submit\" class=\"AknButton AknButton--apply ";
            echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
            echo "\" title=\"";
            echo twig_escape_filter($this->env, ($context["text"] ?? null), "html", null, true);
            echo "\">
        ";
            // line 5
            echo twig_escape_filter($this->env, ($context["text"] ?? null), "html", null, true);
            echo "
    </button>
";
            echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));
        } catch (\Exception $e) {
            ob_end_clean();

            throw $e;
        } catch (\Throwable $e) {
            ob_end_clean();

            throw $e;
        }

        return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
    }

    // line 10
    public function getdeleteLinkAttributes($__url__ = null, $__redirectUrl__ = null, $__message__ = null, $__successMessage__ = null, $__title__ = null, $__subTitle__ = null, $__errorMessage__ = null, ...$__varargs__)
    {
        $context = $this->env->mergeGlobals([
            "url" => $__url__,
            "redirectUrl" => $__redirectUrl__,
            "message" => $__message__,
            "successMessage" => $__successMessage__,
            "title" => $__title__,
            "subTitle" => $__subTitle__,
            "errorMessage" => $__errorMessage__,
            "varargs" => $__varargs__,
        ]);

        $blocks = [];

        ob_start(function () { return ''; });
        try {
            ob_start(function () { return ''; });
            // line 11
            echo "    ";
            $context["message"] = (((isset($context["message"]) || array_key_exists("message", $context))) ? (_twig_default_filter(($context["message"] ?? null), "pim_enrich.entity.fallback.module.delete.item")) : ("pim_enrich.entity.fallback.module.delete.item"));
            // line 12
            echo "    ";
            $context["title"] = (((isset($context["title"]) || array_key_exists("title", $context))) ? (_twig_default_filter(($context["title"] ?? null), $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("confirmation.delete"))) : ($this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("confirmation.delete")));
            // line 13
            echo "    ";
            $context["successMessage"] = (((isset($context["successMessage"]) || array_key_exists("successMessage", $context))) ? (_twig_default_filter(($context["successMessage"] ?? null), $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("flash.entity.removed"))) : ($this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("flash.entity.removed")));
            // line 14
            echo "    ";
            $context["errorMessage"] = $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans((((isset($context["errorMessage"]) || array_key_exists("errorMessage", $context))) ? (_twig_default_filter(($context["errorMessage"] ?? null), "The element could not be deleted")) : ("The element could not be deleted")));
            // line 15
            echo "    href=\"javascript:void(0);\" data-dialog=\"delete\" data-title=\"";
            echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
            echo "\" data-subtitle=\"";
            echo twig_escape_filter($this->env, ($context["subTitle"] ?? null), "html", null, true);
            echo "\" data-message=\"";
            echo twig_escape_filter($this->env, ($context["message"] ?? null), "html", null, true);
            echo "\" data-url=\"";
            echo twig_escape_filter($this->env, ($context["url"] ?? null), "html", null, true);
            echo "\" data-redirect-url=\"";
            echo twig_escape_filter($this->env, ($context["redirectUrl"] ?? null), "html", null, true);
            echo "\" data-method=\"DELETE\" data-error-message=\"";
            echo twig_escape_filter($this->env, ($context["errorMessage"] ?? null), "html", null, true);
            echo "\" data-success-message=\"";
            echo twig_escape_filter($this->env, ($context["successMessage"] ?? null), "html", null, true);
            echo "\"
";
            echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));
        } catch (\Exception $e) {
            ob_end_clean();

            throw $e;
        } catch (\Throwable $e) {
            ob_end_clean();

            throw $e;
        }

        return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
    }

    // line 18
    public function getdeleteLink($__url__ = null, $__acl__ = null, $__redirectUrl__ = null, $__message__ = null, $__successMessage__ = null, $__title__ = null, $__class__ = "", $__subTitle__ = "", $__errorMessage__ = "", ...$__varargs__)
    {
        $context = $this->env->mergeGlobals([
            "url" => $__url__,
            "acl" => $__acl__,
            "redirectUrl" => $__redirectUrl__,
            "message" => $__message__,
            "successMessage" => $__successMessage__,
            "title" => $__title__,
            "class" => $__class__,
            "subTitle" => $__subTitle__,
            "errorMessage" => $__errorMessage__,
            "varargs" => $__varargs__,
        ]);

        $blocks = [];

        ob_start(function () { return ''; });
        try {
            ob_start(function () { return ''; });
            // line 19
            echo "    ";
            if (((null === ($context["acl"] ?? null)) || $this->env->getExtension('Oro\Bundle\SecurityBundle\Twig\OroSecurityExtension')->checkResourceIsGranted(($context["acl"] ?? null)))) {
                // line 20
                echo "        ";
                $context["elements"] = $this;
                // line 21
                echo "        <a class=\"";
                echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
                echo "\" title=\"";
                echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("pim_common.delete")), "html", null, true);
                echo "\" ";
                echo $context["elements"]->getdeleteLinkAttributes(($context["url"] ?? null), ($context["redirectUrl"] ?? null), ($context["message"] ?? null), ($context["successMessage"] ?? null), ($context["title"] ?? null), ($context["subTitle"] ?? null), ($context["errorMessage"] ?? null));
                echo " >
            ";
                // line 22
                echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("pim_common.delete")), "html", null, true);
                echo "
        </a>
    ";
            }
            echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));
        } catch (\Exception $e) {
            ob_end_clean();

            throw $e;
        } catch (\Throwable $e) {
            ob_end_clean();

            throw $e;
        }

        return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
    }

    // line 27
    public function getlink($__text__ = null, $__url__ = null, $__opts__ = [], ...$__varargs__)
    {
        $context = $this->env->mergeGlobals([
            "text" => $__text__,
            "url" => $__url__,
            "opts" => $__opts__,
            "varargs" => $__varargs__,
        ]);

        $blocks = [];

        ob_start(function () { return ''; });
        try {
            // line 28
            ob_start(function () { return ''; });
            // line 29
            echo "    ";
            $context["title"] = (($this->getAttribute(($context["opts"] ?? null), "title", [], "any", true, true)) ? ($this->getAttribute(($context["opts"] ?? null), "title", [])) : (($context["text"] ?? null)));
            // line 30
            echo "    ";
            $context["icon"] = (($this->getAttribute(($context["opts"] ?? null), "icon", [], "any", true, true)) ? ($this->getAttribute(($context["opts"] ?? null), "icon", [])) : (null));
            // line 31
            echo "    <a";
            if ($this->getAttribute(($context["opts"] ?? null), "id", [], "any", true, true)) {
                echo " id=\"";
                echo twig_escape_filter($this->env, $this->getAttribute(($context["opts"] ?? null), "id", []), "html", null, true);
                echo "\"";
            }
            echo " class=\"";
            (($this->getAttribute(($context["opts"] ?? null), "class", [], "any", true, true)) ? (print (twig_escape_filter($this->env, twig_join_filter($this->getAttribute(($context["opts"] ?? null), "class", []), " "), "html", null, true))) : (print ("")));
            echo "\" href=\"";
            ((($context["url"] ?? null)) ? (print (twig_escape_filter($this->env, ($context["url"] ?? null), "html", null, true))) : (print ("javascript:void(0);")));
            echo "\"";
            if (($context["title"] ?? null)) {
                echo " title=\"";
                echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans(($context["title"] ?? null))), "html", null, true);
                echo "\"";
            }
            if ($this->getAttribute(($context["opts"] ?? null), "attr", [], "any", true, true)) {
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["opts"] ?? null), "attr", []));
                foreach ($context['_seq'] as $context["key"] => $context["value"]) {
                    echo " ";
                    echo twig_escape_filter($this->env, $context["key"], "html", null, true);
                    echo "=\"";
                    echo twig_escape_filter($this->env, $context["value"], "html", null, true);
                    echo "\"";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
            }
            echo ">
        ";
            // line 32
            echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans(($context["text"] ?? null))), "html", null, true);
            echo "
    </a>
";
            echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));
        } catch (\Exception $e) {
            ob_end_clean();

            throw $e;
        } catch (\Throwable $e) {
            ob_end_clean();

            throw $e;
        }

        return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
    }

    // line 37
    public function getpage_header($__options__ = null, ...$__varargs__)
    {
        $context = $this->env->mergeGlobals([
            "options" => $__options__,
            "varargs" => $__varargs__,
        ]);

        $blocks = [];

        ob_start(function () { return ''; });
        try {
            // line 38
            echo "    ";
            $context["title"] = (($this->getAttribute(($context["options"] ?? null), "title", [], "any", true, true)) ? ($this->getAttribute(($context["options"] ?? null), "title", [])) : (""));
            // line 39
            echo "    ";
            $context["buttons"] = (($this->getAttribute(($context["options"] ?? null), "buttons", [], "any", true, true)) ? ($this->getAttribute(($context["options"] ?? null), "buttons", [])) : (""));
            // line 40
            echo "    ";
            $context["meta"] = (($this->getAttribute(($context["options"] ?? null), "meta", [], "any", true, true)) ? ($this->getAttribute(($context["options"] ?? null), "meta", [])) : (""));
            // line 41
            echo "    ";
            $context["backButton"] = (($this->getAttribute(($context["options"] ?? null), "backButton", [], "any", true, true)) ? ($this->getAttribute(($context["options"] ?? null), "backButton", [])) : (""));
            // line 42
            echo "    ";
            $context["state"] = (($this->getAttribute(($context["options"] ?? null), "state", [], "any", true, true)) ? ($this->getAttribute(($context["options"] ?? null), "state", [])) : (""));
            // line 43
            echo "    ";
            $context["image"] = (($this->getAttribute(($context["options"] ?? null), "image", [], "any", true, true)) ? ($this->getAttribute(($context["options"] ?? null), "image", [])) : (""));
            // line 44
            echo "    ";
            $context["context"] = (($this->getAttribute(($context["options"] ?? null), "context", [], "any", true, true)) ? ($this->getAttribute(($context["options"] ?? null), "context", [])) : (""));
            // line 45
            echo "
    <header class=\"AknTitleContainer navigation\">
        <div class=\"AknTitleContainer-line\">
            <div class=\"AknTitleContainer-imageContainer\" data-drop-zone=\"main-image\">";
            // line 48
            $this->displayBlock('image', $context, $blocks);
            echo "</div>
            <div class=\"AknTitleContainer-mainContainer\">
                <div>
                    <div class=\"AknTitleContainer-line\">
                        <div class=\"AknTitleContainer-breadcrumbs\" data-drop-zone=\"breadcrumbs\"></div>
                        <div class=\"AknTitleContainer-buttonsContainer\">
                            <div class=\"AknTitleContainer-userMenuContainer user-menu\" data-drop-zone=\"user-menu\"></div>
                            <div class=\"AknTitleContainer-actionsContainer AknButtonList\" data-drop-zone=\"buttons\">";
            // line 55
            $this->displayBlock('navButtons', $context, $blocks);
            if ( !twig_test_empty(($context["buttons"] ?? null))) {
                echo twig_escape_filter($this->env, ($context["buttons"] ?? null), "html", null, true);
            }
            echo "</div>
                        </div>
                    </div>
                    <div class=\"AknTitleContainer-line\">
                        <div class=\"AknTitleContainer-title\" data-drop-zone=\"title\">
                            ";
            // line 60
            $this->displayBlock('title', $context, $blocks);
            // line 63
            echo "                        </div>
                        <div class=\"AknTitleContainer-state\" data-drop-zone=\"state\">";
            // line 64
            echo twig_escape_filter($this->env, ($context["state"] ?? null), "html", null, true);
            echo "</div>
                    </div>
                </div>
                <div>
                    <div class=\"AknTitleContainer-line\">
                        <div class=\"AknTitleContainer-context AknButtonList\" data-drop-zone=\"context\">
                            ";
            // line 70
            echo twig_escape_filter($this->env, ($context["context"] ?? null), "html", null, true);
            echo "
                        </div>
                    </div>
                    <div class=\"AknTitleContainer-line\">
                        <div class=\"AknTitleContainer-meta\" data-drop-zone=\"meta\">
                            ";
            // line 75
            $this->displayBlock('meta', $context, $blocks);
            // line 78
            echo "                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class=\"AknTitleContainer-line\">
            <div data-drop-zone=\"navigation\"></div>
        </div>
    </header>
";
        } catch (\Exception $e) {
            ob_end_clean();

            throw $e;
        } catch (\Throwable $e) {
            ob_end_clean();

            throw $e;
        }

        return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
    }

    // line 89
    public function getform_navbar($__tabs__ = null, $__translationSuffix__ = ".title", ...$__varargs__)
    {
        $context = $this->env->mergeGlobals([
            "tabs" => $__tabs__,
            "translationSuffix" => $__translationSuffix__,
            "varargs" => $__varargs__,
        ]);

        $blocks = [];

        ob_start(function () { return ''; });
        try {
            // line 90
            echo "    <div id=\"form-navbar\" class=\"AknHorizontalNavtab scrollspy-nav\">
        <div class=\"navbar-inner\">
            <div class=\"row-fluid\">
                ";
            // line 93
            if ( !twig_test_empty(($context["tabs"] ?? null))) {
                // line 94
                echo "                    <ul class=\"AknHorizontalNavtab-list nav nav-tabs\">
                        ";
                // line 95
                if (twig_test_iterable(($context["tabs"] ?? null))) {
                    // line 96
                    echo "                            ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["tabs"] ?? null));
                    $context['loop'] = [
                      'parent' => $context['_parent'],
                      'index0' => 0,
                      'index'  => 1,
                      'first'  => true,
                    ];
                    if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
                        $length = count($context['_seq']);
                        $context['loop']['revindex0'] = $length - 1;
                        $context['loop']['revindex'] = $length;
                        $context['loop']['length'] = $length;
                        $context['loop']['last'] = 1 === $length;
                    }
                    foreach ($context['_seq'] as $context["_key"] => $context["tab"]) {
                        // line 97
                        echo "                                <li class=\"AknHorizontalNavtab-item";
                        if ($this->getAttribute($context["loop"], "first", [])) {
                            echo " AknHorizontalNavtab-item--active active";
                        }
                        echo "\">
                                    <a class=\"AknHorizontalNavtab-link\" href=\"#";
                        // line 98
                        echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_replace_filter($context["tab"], [" " => "-", "." => "-"])), "html", null, true);
                        echo "\" data-toggle=\"tab\">";
                        echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans(($context["tab"] . ($context["translationSuffix"] ?? null))), "html", null, true);
                        echo "</a>
                                </li>
                            ";
                        ++$context['loop']['index0'];
                        ++$context['loop']['index'];
                        $context['loop']['first'] = false;
                        if (isset($context['loop']['length'])) {
                            --$context['loop']['revindex0'];
                            --$context['loop']['revindex'];
                            $context['loop']['last'] = 0 === $context['loop']['revindex0'];
                        }
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tab'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 101
                    echo "                        ";
                } else {
                    // line 102
                    echo "                            <li class=\"AknHorizontalNavtab-item AknHorizontalNavtab-item--active active\"><a href=\"#";
                    echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_replace_filter(($context["tabs"] ?? null), [" " => "-", "." => "-"])), "html", null, true);
                    echo "\" data-toggle=\"tab\">";
                    echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans((($context["tabs"] ?? null) . ($context["translationSuffix"] ?? null))), "html", null, true);
                    echo "</a></li>
                        ";
                }
                // line 104
                echo "                    </ul>
                ";
            }
            // line 106
            echo "            </div>
        </div>
    </div>
";
        } catch (\Exception $e) {
            ob_end_clean();

            throw $e;
        } catch (\Throwable $e) {
            ob_end_clean();

            throw $e;
        }

        return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
    }

    // line 111
    public function getform_errors($__form__ = null, ...$__varargs__)
    {
        $context = $this->env->mergeGlobals([
            "form" => $__form__,
            "varargs" => $__varargs__,
        ]);

        $blocks = [];

        ob_start(function () { return ''; });
        try {
            // line 112
            echo "    ";
            if (twig_length_filter($this->env, $this->getAttribute($this->getAttribute(($context["form"] ?? null), "vars", []), "errors", []))) {
                // line 113
                echo "        <div class=\"AknMessageBox AknMessageBox--error fade in top-messages\">
            <div class=\"message\">
                ";
                // line 115
                echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'errors');
                echo "
            </div>
        </div>
    ";
            }
        } catch (\Exception $e) {
            ob_end_clean();

            throw $e;
        } catch (\Throwable $e) {
            ob_end_clean();

            throw $e;
        }

        return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
    }

    // line 121
    public function gettabSections($__items__ = [], ...$__varargs__)
    {
        $context = $this->env->mergeGlobals([
            "items" => $__items__,
            "varargs" => $__varargs__,
        ]);

        $blocks = [];

        ob_start(function () { return ''; });
        try {
            // line 122
            echo "    <div class=\"tabsections\">
        ";
            // line 123
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["title"] => $context["content"]) {
                // line 124
                echo "            ";
                if ( !twig_test_empty(twig_trim_filter($context["content"]))) {
                    // line 125
                    echo "                <div class=\"tabsection\">
                    <div class=\"tabsection-title\">";
                    // line 126
                    echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans($context["title"]), "html", null, true);
                    echo "</div>
                    <div class=\"tabsection-content\">
                        ";
                    // line 128
                    echo $context["content"];
                    echo "
                    </div>
                </div>
            ";
                }
                // line 132
                echo "        ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['title'], $context['content'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 133
            echo "    </div>
";
        } catch (\Exception $e) {
            ob_end_clean();

            throw $e;
        } catch (\Throwable $e) {
            ob_end_clean();

            throw $e;
        }

        return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
    }

    // line 136
    public function getupdated($__formId__ = null, ...$__varargs__)
    {
        $context = $this->env->mergeGlobals([
            "formId" => $__formId__,
            "varargs" => $__varargs__,
        ]);

        $blocks = [];

        ob_start(function () { return ''; });
        try {
            // line 137
            ob_start(function () { return ''; });
            // line 138
            echo "    <div id=\"entity-updated\" style=\"opacity: 0\">
        <span class=\"AknState\">";
            // line 139
            echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("info.updated"), "html", null, true);
            echo "</span>
    </div>
    <script type=\"text/javascript\" nonce=\"";
            // line 141
            echo twig_escape_filter($this->env, $this->env->getExtension('Akeneo\Platform\Bundle\UIBundle\Twig\ContentSecurityPolicyExtension')->getScriptNonce(), "html", null, true);
            echo "\">
        require(
            ['jquery', 'pim/formupdatelistener'],
            function (\$, FormUpdateListener) {
                'use strict';
                \$(function () {
                    new FormUpdateListener(\$('#";
            // line 147
            echo twig_escape_filter($this->env, ($context["formId"] ?? null), "html", null, true);
            echo "'));
                });
            }
        );
    </script>
";
            echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));
        } catch (\Exception $e) {
            ob_end_clean();

            throw $e;
        } catch (\Throwable $e) {
            ob_end_clean();

            throw $e;
        }

        return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
    }

    // line 155
    public function getform_container($__content__ = null, ...$__varargs__)
    {
        $context = $this->env->mergeGlobals([
            "content" => $__content__,
            "varargs" => $__varargs__,
        ]);

        $blocks = [];

        ob_start(function () { return ''; });
        try {
            // line 156
            echo "    <div class=\"AknFormContainer AknFormContainer--withPadding\">
        ";
            // line 158
            echo "            ";
            echo ($context["content"] ?? null);
            echo "
        ";
            // line 160
            echo "    </div>
";
        } catch (\Exception $e) {
            ob_end_clean();

            throw $e;
        } catch (\Throwable $e) {
            ob_end_clean();

            throw $e;
        }

        return ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
    }

    public function getTemplateName()
    {
        return "PimUIBundle:Default:page_elements.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  711 => 160,  706 => 158,  703 => 156,  691 => 155,  669 => 147,  660 => 141,  655 => 139,  652 => 138,  650 => 137,  638 => 136,  622 => 133,  616 => 132,  609 => 128,  604 => 126,  601 => 125,  598 => 124,  594 => 123,  591 => 122,  579 => 121,  559 => 115,  555 => 113,  552 => 112,  540 => 111,  522 => 106,  518 => 104,  510 => 102,  507 => 101,  488 => 98,  481 => 97,  463 => 96,  461 => 95,  458 => 94,  456 => 93,  451 => 90,  438 => 89,  414 => 78,  412 => 75,  404 => 70,  395 => 64,  392 => 63,  390 => 60,  379 => 55,  369 => 48,  364 => 45,  361 => 44,  358 => 43,  355 => 42,  352 => 41,  349 => 40,  346 => 39,  343 => 38,  331 => 37,  312 => 32,  279 => 31,  276 => 30,  273 => 29,  271 => 28,  257 => 27,  237 => 22,  228 => 21,  225 => 20,  222 => 19,  201 => 18,  170 => 15,  167 => 14,  164 => 13,  161 => 12,  158 => 11,  139 => 10,  120 => 5,  113 => 4,  110 => 3,  108 => 2,  94 => 1,  87 => 76,  84 => 75,  77 => 61,  74 => 60,  69 => 55,  63 => 48,  58 => 154,  55 => 135,  52 => 120,  49 => 110,  46 => 88,  43 => 36,  40 => 26,  37 => 17,  34 => 9,);
    }

    /** @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("", "PimUIBundle:Default:page_elements.html.twig", "/var/www/html/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/UIBundle/Resources/views/Default/page_elements.html.twig");
    }
}
