|
@@ 440-442 (lines=3) @@
|
| 437 |
|
echo " <li data-name=\"namespace:"; |
| 438 |
|
echo twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 1, array(), "array"), array("\\" => "_")); |
| 439 |
|
echo "\" "; |
| 440 |
|
if (((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function () { throw new Twig_Error_Runtime('Variable "depth" does not exist.', 231, $this->getSourceContext()); })()) < (isset($context["opened"]) || array_key_exists("opened", $context) ? $context["opened"] : (function () { throw new Twig_Error_Runtime('Variable "opened" does not exist.', 231, $this->getSourceContext()); })()))) { |
| 441 |
|
echo "class=\"opened\""; |
| 442 |
|
} |
| 443 |
|
echo "> |
| 444 |
|
<div style=\"padding-left:"; |
| 445 |
|
// line 232 |
|
@@ 474-476 (lines=3) @@
|
| 471 |
|
echo " <li data-name=\"class:"; |
| 472 |
|
echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 1, array(), "array"), "name", array()), array("\\" => "_")), "html", null, true); |
| 473 |
|
echo "\" "; |
| 474 |
|
if (((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function () { throw new Twig_Error_Runtime('Variable "depth" does not exist.', 240, $this->getSourceContext()); })()) < (isset($context["opened"]) || array_key_exists("opened", $context) ? $context["opened"] : (function () { throw new Twig_Error_Runtime('Variable "opened" does not exist.', 240, $this->getSourceContext()); })()))) { |
| 475 |
|
echo "class=\"opened\""; |
| 476 |
|
} |
| 477 |
|
echo "> |
| 478 |
|
<div style=\"padding-left:"; |
| 479 |
|
// line 241 |