parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo " "; // line 2 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["loops"] ?? null), "forumrow", array())); $context['_iterated'] = false; foreach ($context['_seq'] as $context["_key"] => $context["forumrow"]) { // line 3 echo "\t"; if ((($this->getAttribute($context["forumrow"], "S_IS_CAT", array()) && !$this->getAttribute($context["forumrow"], "S_FIRST_ROW", array())) || $this->getAttribute($context["forumrow"], "S_NO_CAT", array()))) { // line 4 echo "\t\t\t \t\t\t \t\t \t"; } // line 9 echo " \t"; // line 10 // line 11 echo "\t"; if ((($this->getAttribute($context["forumrow"], "S_IS_CAT", array()) || $this->getAttribute($context["forumrow"], "S_FIRST_ROW", array())) || $this->getAttribute($context["forumrow"], "S_NO_CAT", array()))) { // line 12 echo "\t\t
\t\t\t
\t\t\t \t\t\t \t\t\t
\t\t
\t"; // line 124 // line 125 echo "\t"; } // line 126 echo " "; $context['_iterated'] = true; } if (!$context['_iterated']) { // line 128 echo "\t
\t\t
\t\t"; // line 130 echo $this->env->getExtension('phpbb\template\twig\extension')->lang("NO_FORUMS"); echo " \t\t
\t
"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['forumrow'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; } public function getTemplateName() { return "forumlist_body.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 435 => 130, 431 => 128, 425 => 126, 422 => 125, 421 => 124, 415 => 120, 413 => 119, 410 => 118, 407 => 117, 406 => 116, 403 => 115, 402 => 114, 399 => 113, 395 => 111, 390 => 108, 384 => 106, 378 => 104, 372 => 101, 365 => 100, 363 => 99, 356 => 98, 346 => 96, 344 => 95, 342 => 94, 337 => 93, 334 => 92, 328 => 89, 321 => 88, 319 => 87, 314 => 85, 307 => 84, 305 => 83, 297 => 80, 290 => 79, 288 => 78, 280 => 77, 278 => 76, 274 => 74, 270 => 72, 261 => 70, 259 => 69, 251 => 68, 249 => 67, 246 => 66, 244 => 65, 241 => 64, 238 => 63, 236 => 62, 230 => 61, 212 => 60, 194 => 59, 190 => 58, 184 => 57, 182 => 56, 179 => 55, 170 => 53, 167 => 52, 162 => 51, 155 => 50, 152 => 49, 151 => 48, 146 => 47, 144 => 46, 141 => 45, 132 => 41, 122 => 40, 119 => 39, 117 => 38, 114 => 37, 108 => 36, 104 => 35, 99 => 34, 98 => 33, 95 => 32, 93 => 31, 91 => 30, 88 => 29, 86 => 28, 80 => 24, 79 => 23, 74 => 21, 70 => 20, 66 => 19, 54 => 18, 51 => 17, 50 => 16, 44 => 12, 41 => 11, 40 => 10, 37 => 9, 30 => 4, 27 => 3, 22 => 2, 19 => 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 Twig_Source("", "forumlist_body.html", ""); } }