| @@ 164-173 (lines=10) @@ | ||
| 161 | echo " |
|
| 162 | "; |
|
| 163 | // line 49 |
|
| 164 | if ((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function () { throw new Twig_Error_Runtime('Variable "constants" does not exist.', 49, $this->getSourceContext()); })())) { |
|
| 165 | // line 50 |
|
| 166 | echo " <h2>Constants</h2> |
|
| 167 | ||
| 168 | "; |
|
| 169 | // line 52 |
|
| 170 | $this->displayBlock("constants", $context, $blocks); |
|
| 171 | echo " |
|
| 172 | "; |
|
| 173 | } |
|
| 174 | // line 54 |
|
| 175 | echo " |
|
| 176 | "; |
|
| @@ 178-187 (lines=10) @@ | ||
| 175 | echo " |
|
| 176 | "; |
|
| 177 | // line 55 |
|
| 178 | if ((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function () { throw new Twig_Error_Runtime('Variable "properties" does not exist.', 55, $this->getSourceContext()); })())) { |
|
| 179 | // line 56 |
|
| 180 | echo " <h2>Properties</h2> |
|
| 181 | ||
| 182 | "; |
|
| 183 | // line 58 |
|
| 184 | $this->displayBlock("properties", $context, $blocks); |
|
| 185 | echo " |
|
| 186 | "; |
|
| 187 | } |
|
| 188 | // line 60 |
|
| 189 | echo " |
|
| 190 | "; |
|