@@ 441-443 (lines=3) @@ | ||
438 | echo " <li data-name=\"namespace:"; |
|
439 | echo twig_replace_filter($this->getAttribute($context["element"], 1, array(), "array"), array("\\" => "_")); |
|
440 | echo "\" "; |
|
441 | if (((isset($context["depth"]) ? $context["depth"] : $this->getContext($context, "depth")) < (isset($context["opened"]) ? $context["opened"] : $this->getContext($context, "opened")))) { |
|
442 | echo "class=\"opened\""; |
|
443 | } |
|
444 | echo "> |
|
445 | <div style=\"padding-left:"; |
|
446 | // line 230 |
|
@@ 475-477 (lines=3) @@ | ||
472 | echo " <li data-name=\"class:"; |
|
473 | echo twig_escape_filter($this->env, twig_replace_filter($this->getAttribute($this->getAttribute($context["element"], 1, array(), "array"), "name", array()), array("\\" => "_")), "html", null, true); |
|
474 | echo "\" "; |
|
475 | if (((isset($context["depth"]) ? $context["depth"] : $this->getContext($context, "depth")) < (isset($context["opened"]) ? $context["opened"] : $this->getContext($context, "opened")))) { |
|
476 | echo "class=\"opened\""; |
|
477 | } |
|
478 | echo "> |
|
479 | <div style=\"padding-left:"; |
|
480 | // line 239 |