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

/* AkeneoPimEnrichmentBundle:CategoryTree/Tab:property.html.twig */
class __TwigTemplate_add266de9130c824e1464977b268905ccd6d786889889d2a60b8d40798f230cb extends \Twig\Template
{
    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = [
        ];
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        // line 1
        echo "<div class=\"tab-pane tab-property ";
        echo (($this->getAttribute($this->getAttribute(($context["viewElement"] ?? null), "loop", []), "first", [])) ? ("active") : (""));
        echo "\" id=\"";
        echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_replace_filter($this->getAttribute(($context["viewElement"] ?? null), "alias", []), [" " => "-", "." => "-"])), "html", null, true);
        echo "\">
    ";
        // line 2
        ob_start(function () { return ''; });
        // line 3
        echo "        ";
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->getAttribute(($context["form"] ?? null), "code", []), 'row');
        echo "
    ";
        $context["generalProperties"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
        // line 5
        echo "
    ";
        // line 6
        ob_start(function () { return ''; });
        // line 7
        echo "        ";
        echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($this->getAttribute(($context["form"] ?? null), "label", []), 'row');
        echo "
    ";
        $context["nodeValues"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
        // line 9
        echo "
    ";
        // line 10
        echo twig_escape_filter($this->env, $this->getAttribute(($context["elements"] ?? null), "tabSections", [0 => ["pane.accordion.general_properties" => $this->getAttribute(        // line 11
($context["elements"] ?? null), "form_container", [0 => ($context["generalProperties"] ?? null)], "method"), "pane.accordion.node_values" => $this->getAttribute(        // line 12
($context["elements"] ?? null), "form_container", [0 => ($context["nodeValues"] ?? null)], "method")]], "method"), "html", null, true);
        // line 13
        echo "
</div>
";
    }

    public function getTemplateName()
    {
        return "AkeneoPimEnrichmentBundle:CategoryTree/Tab:property.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  63 => 13,  61 => 12,  60 => 11,  59 => 10,  56 => 9,  50 => 7,  48 => 6,  45 => 5,  39 => 3,  37 => 2,  30 => 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("", "AkeneoPimEnrichmentBundle:CategoryTree/Tab:property.html.twig", "/var/www/html/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Bundle/Resources/views/CategoryTree/Tab/property.html.twig");
    }
}
