<?php

/* viewforum_body.html */
class __TwigTemplate_cc819de4b028aa2d6589bbf46584968f01d187317e0e8ec8e416fe8a90c437cf extends Twig_Template
{
    public function __construct(Twig_Environment $env)
    {
        parent::__construct($env);

        $this->parent = false;

        $this->blocks = array(
        );
    }

    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        $location = "overall_header.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("overall_header.html", "viewforum_body.html", 1)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 2
        echo "
";
        // line 3
        if (isset($context["S_FORUM_RULES"])) { $_S_FORUM_RULES_ = $context["S_FORUM_RULES"]; } else { $_S_FORUM_RULES_ = null; }
        if ($_S_FORUM_RULES_) {
            // line 4
            echo "\t<div class=\"forumrules";
            if (isset($context["U_FORUM_RULES"])) { $_U_FORUM_RULES_ = $context["U_FORUM_RULES"]; } else { $_U_FORUM_RULES_ = null; }
            if ($_U_FORUM_RULES_) {
                echo " rules-link";
            }
            echo "\">
\t\t";
            // line 5
            if (isset($context["U_FORUM_RULES"])) { $_U_FORUM_RULES_ = $context["U_FORUM_RULES"]; } else { $_U_FORUM_RULES_ = null; }
            if ($_U_FORUM_RULES_) {
                // line 6
                echo "\t\t\t<h3>";
                echo $this->env->getExtension('phpbb')->lang("FORUM_RULES");
                echo "</h3><br />
\t\t\t<a href=\"";
                // line 7
                if (isset($context["U_FORUM_RULES"])) { $_U_FORUM_RULES_ = $context["U_FORUM_RULES"]; } else { $_U_FORUM_RULES_ = null; }
                echo $_U_FORUM_RULES_;
                echo "\"><b>";
                echo $this->env->getExtension('phpbb')->lang("FORUM_RULES_LINK");
                echo "</b></a>
\t\t";
            } else {
                // line 9
                echo "\t\t\t<h3>";
                echo $this->env->getExtension('phpbb')->lang("FORUM_RULES");
                echo "</h3><br />
\t\t\t";
                // line 10
                if (isset($context["FORUM_RULES"])) { $_FORUM_RULES_ = $context["FORUM_RULES"]; } else { $_FORUM_RULES_ = null; }
                echo $_FORUM_RULES_;
                echo "
\t\t";
            }
            // line 12
            echo "\t</div>

\t<br clear=\"all\" />
";
        }
        // line 16
        echo "
";
        // line 17
        if (isset($context["S_DISPLAY_ACTIVE"])) { $_S_DISPLAY_ACTIVE_ = $context["S_DISPLAY_ACTIVE"]; } else { $_S_DISPLAY_ACTIVE_ = null; }
        if ($_S_DISPLAY_ACTIVE_) {
            // line 18
            echo "\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t<tr>
\t\t<td class=\"cat\" colspan=\"";
            // line 20
            if (isset($context["S_TOPIC_ICONS"])) { $_S_TOPIC_ICONS_ = $context["S_TOPIC_ICONS"]; } else { $_S_TOPIC_ICONS_ = null; }
            if ($_S_TOPIC_ICONS_) {
                echo "7";
            } else {
                echo "6";
            }
            echo "\"><span class=\"nav\">";
            echo $this->env->getExtension('phpbb')->lang("ACTIVE_TOPICS");
            echo "</span></td>
\t</tr>

\t<tr>
\t\t";
            // line 24
            if (isset($context["S_TOPIC_ICONS"])) { $_S_TOPIC_ICONS_ = $context["S_TOPIC_ICONS"]; } else { $_S_TOPIC_ICONS_ = null; }
            if ($_S_TOPIC_ICONS_) {
                // line 25
                echo "\t\t\t<th colspan=\"3\">&nbsp;";
                echo $this->env->getExtension('phpbb')->lang("TOPICS");
                echo "&nbsp;</th>
\t\t";
            } else {
                // line 27
                echo "\t\t\t<th colspan=\"2\">&nbsp;";
                echo $this->env->getExtension('phpbb')->lang("TOPICS");
                echo "&nbsp;</th>
\t\t";
            }
            // line 29
            echo "\t\t<th>&nbsp;";
            echo $this->env->getExtension('phpbb')->lang("AUTHOR");
            echo "&nbsp;</th>
\t\t<th>&nbsp;";
            // line 30
            echo $this->env->getExtension('phpbb')->lang("REPLIES");
            echo "&nbsp;</th>
\t\t<th>&nbsp;";
            // line 31
            echo $this->env->getExtension('phpbb')->lang("VIEWS");
            echo "&nbsp;</th>
\t\t<th>&nbsp;";
            // line 32
            echo $this->env->getExtension('phpbb')->lang("LAST_POST");
            echo "&nbsp;</th>
\t</tr>

\t";
            // line 35
            if (isset($context["viewforum_body_topic_row_before"])) { $_viewforum_body_topic_row_before_ = $context["viewforum_body_topic_row_before"]; } else { $_viewforum_body_topic_row_before_ = null; }
            // line 36
            echo "
\t";
            // line 37
            if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "topicrow", array()));
            $context['_iterated'] = false;
            foreach ($context['_seq'] as $context["_key"] => $context["topicrow"]) {
                // line 38
                echo "
\t\t";
                // line 39
                if (isset($context["viewforum_body_topicrow_row_before"])) { $_viewforum_body_topicrow_row_before_ = $context["viewforum_body_topicrow_row_before"]; } else { $_viewforum_body_topicrow_row_before_ = null; }
                // line 40
                echo "\t\t<tr>
\t\t\t";
                // line 41
                if (isset($context["viewforum_body_topic_row_prepend"])) { $_viewforum_body_topic_row_prepend_ = $context["viewforum_body_topic_row_prepend"]; } else { $_viewforum_body_topic_row_prepend_ = null; }
                // line 42
                echo "\t\t\t<td class=\"row1\" width=\"25\" align=\"center\">";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "TOPIC_FOLDER_IMG", array());
                echo "</td>
\t\t\t";
                // line 43
                if (isset($context["S_TOPIC_ICONS"])) { $_S_TOPIC_ICONS_ = $context["S_TOPIC_ICONS"]; } else { $_S_TOPIC_ICONS_ = null; }
                if ($_S_TOPIC_ICONS_) {
                    // line 44
                    echo "\t\t\t\t<td class=\"row1\" width=\"25\" align=\"center\">";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    if ($this->getAttribute($_topicrow_, "TOPIC_ICON_IMG", array())) {
                        echo "<img src=\"";
                        if (isset($context["T_ICONS_PATH"])) { $_T_ICONS_PATH_ = $context["T_ICONS_PATH"]; } else { $_T_ICONS_PATH_ = null; }
                        echo $_T_ICONS_PATH_;
                        if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                        echo $this->getAttribute($_topicrow_, "TOPIC_ICON_IMG", array());
                        echo "\" width=\"";
                        if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                        echo $this->getAttribute($_topicrow_, "TOPIC_ICON_IMG_WIDTH", array());
                        echo "\" height=\"";
                        if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                        echo $this->getAttribute($_topicrow_, "TOPIC_ICON_IMG_HEIGHT", array());
                        echo "\" alt=\"\" title=\"\" />";
                    }
                    echo "</td>
\t\t\t";
                }
                // line 46
                echo "\t\t\t<td class=\"row1\">
\t\t\t\t";
                // line 47
                if (isset($context["topiclist_row_prepend"])) { $_topiclist_row_prepend_ = $context["topiclist_row_prepend"]; } else { $_topiclist_row_prepend_ = null; }
                // line 48
                echo "\t\t\t\t";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if ($this->getAttribute($_topicrow_, "S_UNREAD_TOPIC", array())) {
                    echo "<a href=\"";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "U_NEWEST_POST", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["NEWEST_POST_IMG"])) { $_NEWEST_POST_IMG_ = $context["NEWEST_POST_IMG"]; } else { $_NEWEST_POST_IMG_ = null; }
                    echo $_NEWEST_POST_IMG_;
                    echo "</a>";
                }
                // line 49
                echo "\t\t\t\t";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "ATTACH_ICON_IMG", array());
                echo " ";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if (($this->getAttribute($_topicrow_, "S_HAS_POLL", array()) || $this->getAttribute($_topicrow_, "S_TOPIC_MOVED", array()))) {
                    echo "<b>";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "TOPIC_TYPE", array());
                    echo "</b> ";
                }
                echo "<a title=\"";
                echo $this->env->getExtension('phpbb')->lang("POSTED");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo " ";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "FIRST_POST_TIME", array());
                echo "\" href=\"";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "U_VIEW_TOPIC", array());
                echo "\"class=\"topictitle\">";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "TOPIC_TITLE", array());
                echo "</a>
\t\t\t\t";
                // line 50
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if (($this->getAttribute($_topicrow_, "S_TOPIC_UNAPPROVED", array()) || $this->getAttribute($_topicrow_, "S_POSTS_UNAPPROVED", array()))) {
                    // line 51
                    echo "\t\t\t\t\t<a href=\"";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "U_MCP_QUEUE", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "UNAPPROVED_IMG", array());
                    echo "</a>&nbsp;
\t\t\t\t";
                }
                // line 53
                echo "\t\t\t\t";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if ($this->getAttribute($_topicrow_, "S_TOPIC_DELETED", array())) {
                    // line 54
                    echo "\t\t\t\t\t<a href=\"";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "U_MCP_QUEUE", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["DELETED_IMG"])) { $_DELETED_IMG_ = $context["DELETED_IMG"]; } else { $_DELETED_IMG_ = null; }
                    echo $_DELETED_IMG_;
                    echo "</a>&nbsp;
\t\t\t\t";
                }
                // line 56
                echo "\t\t\t\t";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if ($this->getAttribute($_topicrow_, "S_TOPIC_REPORTED", array())) {
                    // line 57
                    echo "\t\t\t\t\t<a href=\"";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "U_MCP_REPORT", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["REPORTED_IMG"])) { $_REPORTED_IMG_ = $context["REPORTED_IMG"]; } else { $_REPORTED_IMG_ = null; }
                    echo $_REPORTED_IMG_;
                    echo "</a>&nbsp;
\t\t\t\t";
                }
                // line 59
                echo "\t\t\t\t";
                if (isset($context["topiclist_row_topic_title_after"])) { $_topiclist_row_topic_title_after_ = $context["topiclist_row_topic_title_after"]; } else { $_topiclist_row_topic_title_after_ = null; }
                // line 60
                echo "\t\t\t\t";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if (twig_length_filter($this->env, $this->getAttribute($_topicrow_, "pagination", array()))) {
                    // line 61
                    echo "\t\t\t\t\t<p class=\"gensmall\"> [ ";
                    if (isset($context["GOTO_PAGE_IMG"])) { $_GOTO_PAGE_IMG_ = $context["GOTO_PAGE_IMG"]; } else { $_GOTO_PAGE_IMG_ = null; }
                    echo $_GOTO_PAGE_IMG_;
                    echo $this->env->getExtension('phpbb')->lang("GOTO_PAGE");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo "
\t\t\t\t\t";
                    // line 62
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable($this->getAttribute($_topicrow_, "pagination", array()));
                    foreach ($context['_seq'] as $context["_key"] => $context["pagination"]) {
                        // line 63
                        echo "\t\t\t\t\t\t";
                        if (isset($context["pagination"])) { $_pagination_ = $context["pagination"]; } else { $_pagination_ = null; }
                        if ($this->getAttribute($_pagination_, "S_IS_PREV", array())) {
                            // line 64
                            echo "\t\t\t\t\t\t";
                        } elseif ($this->getAttribute($_pagination_, "S_IS_CURRENT", array())) {
                            echo "<strong>";
                            if (isset($context["pagination"])) { $_pagination_ = $context["pagination"]; } else { $_pagination_ = null; }
                            echo $this->getAttribute($_pagination_, "PAGE_NUMBER", array());
                            echo "</strong>
\t\t\t\t\t\t";
                        } elseif ($this->getAttribute($_pagination_, "S_IS_ELLIPSIS", array())) {
                            // line 65
                            echo " ";
                            echo $this->env->getExtension('phpbb')->lang("ELLIPSIS");
                            echo "
\t\t\t\t\t\t";
                        } elseif ($this->getAttribute($_pagination_, "S_IS_NEXT", array())) {
                            // line 67
                            echo "\t\t\t\t\t\t";
                        } else {
                            echo "<a href=\"";
                            if (isset($context["pagination"])) { $_pagination_ = $context["pagination"]; } else { $_pagination_ = null; }
                            echo $this->getAttribute($_pagination_, "PAGE_URL", array());
                            echo "\">";
                            if (isset($context["pagination"])) { $_pagination_ = $context["pagination"]; } else { $_pagination_ = null; }
                            echo $this->getAttribute($_pagination_, "PAGE_NUMBER", array());
                            echo "</a>
\t\t\t\t\t\t";
                        }
                        // line 69
                        echo "\t\t\t\t\t";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['pagination'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 70
                    echo "\t\t\t\t\t] </p>
\t\t\t\t";
                }
                // line 72
                echo "\t\t\t\t";
                if (isset($context["topiclist_row_append"])) { $_topiclist_row_append_ = $context["topiclist_row_append"]; } else { $_topiclist_row_append_ = null; }
                // line 73
                echo "\t\t\t</td>
\t\t\t<td class=\"row2\" width=\"130\" align=\"center\"><p class=\"topicauthor\">";
                // line 74
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "TOPIC_AUTHOR_FULL", array());
                echo "</p></td>
\t\t\t<td class=\"row1\" width=\"50\" align=\"center\"><p class=\"topicdetails\">";
                // line 75
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "REPLIES", array());
                echo "</p></td>
\t\t\t<td class=\"row2\" width=\"50\" align=\"center\"><p class=\"topicdetails\">";
                // line 76
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "VIEWS", array());
                echo "</p></td>
\t\t\t<td class=\"row1\" width=\"140\" align=\"center\">
\t\t\t\t<p class=\"topicdetails\" style=\"white-space: nowrap;\">";
                // line 78
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "LAST_POST_TIME", array());
                echo "</p>
\t\t\t\t<p class=\"topicdetails\">";
                // line 79
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "LAST_POST_AUTHOR_FULL", array());
                echo "
\t\t\t\t\t";
                // line 80
                if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
                if ( !$_S_IS_BOT_) {
                    echo "<a href=\"";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "U_LAST_POST", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["LAST_POST_IMG"])) { $_LAST_POST_IMG_ = $context["LAST_POST_IMG"]; } else { $_LAST_POST_IMG_ = null; }
                    echo $_LAST_POST_IMG_;
                    echo "</a>";
                }
                // line 81
                echo "\t\t\t\t</p>
\t\t\t</td>
\t\t\t";
                // line 83
                if (isset($context["viewforum_body_topic_row_append"])) { $_viewforum_body_topic_row_append_ = $context["viewforum_body_topic_row_append"]; } else { $_viewforum_body_topic_row_append_ = null; }
                // line 84
                echo "\t\t</tr>
\t\t";
                // line 85
                if (isset($context["viewforum_body_topic_row_after"])) { $_viewforum_body_topic_row_after_ = $context["viewforum_body_topic_row_after"]; } else { $_viewforum_body_topic_row_after_ = null; }
                // line 86
                echo "
\t";
                $context['_iterated'] = true;
            }
            if (!$context['_iterated']) {
                // line 88
                echo "
\t\t<tr>
\t\t\t";
                // line 90
                if (isset($context["S_TOPIC_ICONS"])) { $_S_TOPIC_ICONS_ = $context["S_TOPIC_ICONS"]; } else { $_S_TOPIC_ICONS_ = null; }
                if ($_S_TOPIC_ICONS_) {
                    // line 91
                    echo "\t\t\t\t<td class=\"row1\" colspan=\"7\" height=\"30\" align=\"center\" valign=\"middle\"><span class=\"gen\">";
                    if (isset($context["S_SORT_DAYS"])) { $_S_SORT_DAYS_ = $context["S_SORT_DAYS"]; } else { $_S_SORT_DAYS_ = null; }
                    if ( !$_S_SORT_DAYS_) {
                        echo $this->env->getExtension('phpbb')->lang("NO_TOPICS");
                    } else {
                        echo $this->env->getExtension('phpbb')->lang("NO_TOPICS_TIME_FRAME");
                    }
                    echo "</span></td>
\t\t\t";
                } else {
                    // line 93
                    echo "\t\t\t\t<td class=\"row1\" colspan=\"6\" height=\"30\" align=\"center\" valign=\"middle\"><span class=\"gen\">";
                    if (isset($context["S_SORT_DAYS"])) { $_S_SORT_DAYS_ = $context["S_SORT_DAYS"]; } else { $_S_SORT_DAYS_ = null; }
                    if ( !$_S_SORT_DAYS_) {
                        echo $this->env->getExtension('phpbb')->lang("NO_TOPICS");
                    } else {
                        echo $this->env->getExtension('phpbb')->lang("NO_TOPICS_TIME_FRAME");
                    }
                    echo "</span></td>
\t\t\t";
                }
                // line 95
                echo "\t\t</tr>
\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['topicrow'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 97
            echo "
\t<tr align=\"center\">
\t\t<td class=\"cat\" colspan=\"";
            // line 99
            if (isset($context["S_TOPIC_ICONS"])) { $_S_TOPIC_ICONS_ = $context["S_TOPIC_ICONS"]; } else { $_S_TOPIC_ICONS_ = null; }
            if ($_S_TOPIC_ICONS_) {
                echo "7";
            } else {
                echo "6";
            }
            echo "\">&nbsp;</td>
\t</tr>
\t</table>

\t<br clear=\"all\" />
";
        }
        // line 105
        echo "
";
        // line 106
        if (isset($context["S_HAS_SUBFORUM"])) { $_S_HAS_SUBFORUM_ = $context["S_HAS_SUBFORUM"]; } else { $_S_HAS_SUBFORUM_ = null; }
        if ($_S_HAS_SUBFORUM_) {
            // line 107
            echo "\t";
            $location = "forumlist_body.html";
            $namespace = false;
            if (strpos($location, '@') === 0) {
                $namespace = substr($location, 1, strpos($location, '/') - 1);
                $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
                $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
            }
            $this->loadTemplate("forumlist_body.html", "viewforum_body.html", 107)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
            // line 108
            echo "\t<br clear=\"all\" />
";
        }
        // line 110
        echo "
";
        // line 111
        if (isset($context["S_IS_POSTABLE"])) { $_S_IS_POSTABLE_ = $context["S_IS_POSTABLE"]; } else { $_S_IS_POSTABLE_ = null; }
        if (isset($context["S_NO_READ_ACCESS"])) { $_S_NO_READ_ACCESS_ = $context["S_NO_READ_ACCESS"]; } else { $_S_NO_READ_ACCESS_ = null; }
        if (($_S_IS_POSTABLE_ || $_S_NO_READ_ACCESS_)) {
            // line 112
            echo "\t<div id=\"pageheader\">
\t\t";
            // line 113
            if (isset($context["viewforum_forum_title_before"])) { $_viewforum_forum_title_before_ = $context["viewforum_forum_title_before"]; } else { $_viewforum_forum_title_before_ = null; }
            // line 114
            echo "\t\t<h2>";
            if (isset($context["viewforum_forum_name_prepend"])) { $_viewforum_forum_name_prepend_ = $context["viewforum_forum_name_prepend"]; } else { $_viewforum_forum_name_prepend_ = null; }
            echo "<a class=\"titles\" href=\"";
            if (isset($context["U_VIEW_FORUM"])) { $_U_VIEW_FORUM_ = $context["U_VIEW_FORUM"]; } else { $_U_VIEW_FORUM_ = null; }
            echo $_U_VIEW_FORUM_;
            echo "\">";
            if (isset($context["FORUM_NAME"])) { $_FORUM_NAME_ = $context["FORUM_NAME"]; } else { $_FORUM_NAME_ = null; }
            echo $_FORUM_NAME_;
            echo "</a>";
            if (isset($context["viewforum_forum_name_append"])) { $_viewforum_forum_name_append_ = $context["viewforum_forum_name_append"]; } else { $_viewforum_forum_name_append_ = null; }
            echo "</h2>
\t\t";
            // line 115
            if (isset($context["viewforum_forum_title_after"])) { $_viewforum_forum_title_after_ = $context["viewforum_forum_title_after"]; } else { $_viewforum_forum_title_after_ = null; }
            // line 116
            echo "\t\t";
            if (isset($context["MODERATORS"])) { $_MODERATORS_ = $context["MODERATORS"]; } else { $_MODERATORS_ = null; }
            if ($_MODERATORS_) {
                // line 117
                echo "\t\t\t<p class=\"moderators\">";
                if (isset($context["S_SINGLE_MODERATOR"])) { $_S_SINGLE_MODERATOR_ = $context["S_SINGLE_MODERATOR"]; } else { $_S_SINGLE_MODERATOR_ = null; }
                if ($_S_SINGLE_MODERATOR_) {
                    echo $this->env->getExtension('phpbb')->lang("MODERATOR");
                } else {
                    echo $this->env->getExtension('phpbb')->lang("MODERATORS");
                }
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo " ";
                if (isset($context["MODERATORS"])) { $_MODERATORS_ = $context["MODERATORS"]; } else { $_MODERATORS_ = null; }
                echo $_MODERATORS_;
                echo "</p>
\t\t";
            }
            // line 119
            echo "\t\t";
            if (isset($context["U_MCP"])) { $_U_MCP_ = $context["U_MCP"]; } else { $_U_MCP_ = null; }
            if ($_U_MCP_) {
                // line 120
                echo "\t\t\t<p class=\"linkmcp\">[&nbsp;";
                if (isset($context["U_ACP"])) { $_U_ACP_ = $context["U_ACP"]; } else { $_U_ACP_ = null; }
                if ($_U_ACP_) {
                    echo "<a href=\"";
                    if (isset($context["U_ACP"])) { $_U_ACP_ = $context["U_ACP"]; } else { $_U_ACP_ = null; }
                    echo $_U_ACP_;
                    echo "\">";
                    echo $this->env->getExtension('phpbb')->lang("ACP");
                    echo "</a>";
                    if (isset($context["U_MCP"])) { $_U_MCP_ = $context["U_MCP"]; } else { $_U_MCP_ = null; }
                    if ($_U_MCP_) {
                        echo "&nbsp;|&nbsp;";
                    }
                }
                if (isset($context["U_MCP"])) { $_U_MCP_ = $context["U_MCP"]; } else { $_U_MCP_ = null; }
                if ($_U_MCP_) {
                    echo "<a href=\"";
                    if (isset($context["U_MCP"])) { $_U_MCP_ = $context["U_MCP"]; } else { $_U_MCP_ = null; }
                    echo $_U_MCP_;
                    echo "\">";
                    echo $this->env->getExtension('phpbb')->lang("MCP");
                    echo "</a>";
                }
                echo "&nbsp;]</p>
\t\t";
            }
            // line 122
            echo "\t</div>

\t<br clear=\"all\" /><br />
";
        }
        // line 126
        echo "
<div id=\"pagecontent\">

";
        // line 129
        if (isset($context["S_NO_READ_ACCESS"])) { $_S_NO_READ_ACCESS_ = $context["S_NO_READ_ACCESS"]; } else { $_S_NO_READ_ACCESS_ = null; }
        if ($_S_NO_READ_ACCESS_) {
            // line 130
            echo "\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t<tr>
\t\t<td class=\"row1\" height=\"30\" align=\"center\" valign=\"middle\"><span class=\"gen\">";
            // line 132
            echo $this->env->getExtension('phpbb')->lang("NO_READ_ACCESS");
            echo "</span></td>
\t</tr>
\t</table>

\t";
            // line 136
            if (isset($context["S_USER_LOGGED_IN"])) { $_S_USER_LOGGED_IN_ = $context["S_USER_LOGGED_IN"]; } else { $_S_USER_LOGGED_IN_ = null; }
            if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
            if (( !$_S_USER_LOGGED_IN_ &&  !$_S_IS_BOT_)) {
                // line 137
                echo "
\t\t<br /><br />

\t\t<form method=\"post\" action=\"";
                // line 140
                if (isset($context["S_LOGIN_ACTION"])) { $_S_LOGIN_ACTION_ = $context["S_LOGIN_ACTION"]; } else { $_S_LOGIN_ACTION_ = null; }
                echo $_S_LOGIN_ACTION_;
                echo "\">

\t\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t\t<tr>
\t\t\t<td class=\"cat\"><h4><a href=\"";
                // line 144
                if (isset($context["U_LOGIN_LOGOUT"])) { $_U_LOGIN_LOGOUT_ = $context["U_LOGIN_LOGOUT"]; } else { $_U_LOGIN_LOGOUT_ = null; }
                echo $_U_LOGIN_LOGOUT_;
                echo "\">";
                echo $this->env->getExtension('phpbb')->lang("LOGIN_LOGOUT");
                echo "</a></h4></td>
\t\t</tr>
\t\t<tr>
\t\t\t<td class=\"row1\" align=\"center\"><span class=\"genmed\">";
                // line 147
                echo $this->env->getExtension('phpbb')->lang("USERNAME");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo "</span> <input class=\"post\" type=\"text\" name=\"username\" size=\"10\" />&nbsp; <span class=\"genmed\">";
                echo $this->env->getExtension('phpbb')->lang("PASSWORD");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo "</span> <input class=\"post\" type=\"password\" name=\"password\" size=\"10\" autocomplete=\"off\" />";
                if (isset($context["S_AUTOLOGIN_ENABLED"])) { $_S_AUTOLOGIN_ENABLED_ = $context["S_AUTOLOGIN_ENABLED"]; } else { $_S_AUTOLOGIN_ENABLED_ = null; }
                if ($_S_AUTOLOGIN_ENABLED_) {
                    echo "&nbsp; <span class=\"gensmall\">";
                    echo $this->env->getExtension('phpbb')->lang("LOG_ME_IN");
                    echo "</span> <input type=\"checkbox\" class=\"radio\" name=\"autologin\" />";
                }
                echo "&nbsp; <input type=\"submit\" class=\"btnmain\" name=\"login\" value=\"";
                echo $this->env->getExtension('phpbb')->lang("LOGIN");
                echo "\" /></td>
\t\t</tr>
\t\t</table>
\t\t";
                // line 150
                if (isset($context["S_LOGIN_REDIRECT"])) { $_S_LOGIN_REDIRECT_ = $context["S_LOGIN_REDIRECT"]; } else { $_S_LOGIN_REDIRECT_ = null; }
                echo $_S_LOGIN_REDIRECT_;
                echo "
\t\t</form>

\t";
            }
            // line 154
            echo "
\t<br clear=\"all\" />
";
        }
        // line 157
        echo "
\t";
        // line 158
        if (isset($context["S_DISPLAY_POST_INFO"])) { $_S_DISPLAY_POST_INFO_ = $context["S_DISPLAY_POST_INFO"]; } else { $_S_DISPLAY_POST_INFO_ = null; }
        if (isset($context["TOTAL_TOPICS"])) { $_TOTAL_TOPICS_ = $context["TOTAL_TOPICS"]; } else { $_TOTAL_TOPICS_ = null; }
        if (($_S_DISPLAY_POST_INFO_ || $_TOTAL_TOPICS_)) {
            // line 159
            echo "\t\t<table width=\"100%\" cellspacing=\"1\">
\t\t<tr>
\t\t\t<td align=\"";
            // line 161
            if (isset($context["S_CONTENT_FLOW_BEGIN"])) { $_S_CONTENT_FLOW_BEGIN_ = $context["S_CONTENT_FLOW_BEGIN"]; } else { $_S_CONTENT_FLOW_BEGIN_ = null; }
            echo $_S_CONTENT_FLOW_BEGIN_;
            echo "\" valign=\"middle\" nowrap=\"nowrap\">
\t\t\t";
            // line 162
            if (isset($context["viewforum_buttons_top_before"])) { $_viewforum_buttons_top_before_ = $context["viewforum_buttons_top_before"]; } else { $_viewforum_buttons_top_before_ = null; }
            // line 163
            echo "
\t\t\t";
            // line 164
            if (isset($context["S_DISPLAY_POST_INFO"])) { $_S_DISPLAY_POST_INFO_ = $context["S_DISPLAY_POST_INFO"]; } else { $_S_DISPLAY_POST_INFO_ = null; }
            if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
            if (($_S_DISPLAY_POST_INFO_ &&  !$_S_IS_BOT_)) {
                // line 165
                echo "\t\t\t\t<a href=\"";
                if (isset($context["U_POST_NEW_TOPIC"])) { $_U_POST_NEW_TOPIC_ = $context["U_POST_NEW_TOPIC"]; } else { $_U_POST_NEW_TOPIC_ = null; }
                echo $_U_POST_NEW_TOPIC_;
                echo "\" class=\"imageset\">";
                if (isset($context["POST_IMG"])) { $_POST_IMG_ = $context["POST_IMG"]; } else { $_POST_IMG_ = null; }
                echo $_POST_IMG_;
                echo "</a>
\t\t\t";
            }
            // line 167
            echo "
\t\t\t";
            // line 168
            if (isset($context["viewforum_buttons_top_after"])) { $_viewforum_buttons_top_after_ = $context["viewforum_buttons_top_after"]; } else { $_viewforum_buttons_top_after_ = null; }
            // line 169
            echo "\t\t\t</td>

\t\t\t";
            // line 171
            if (isset($context["TOTAL_TOPICS"])) { $_TOTAL_TOPICS_ = $context["TOTAL_TOPICS"]; } else { $_TOTAL_TOPICS_ = null; }
            if ($_TOTAL_TOPICS_) {
                // line 172
                echo "\t\t\t\t<td class=\"nav\" valign=\"middle\" nowrap=\"nowrap\">&nbsp;";
                if (isset($context["PAGE_NUMBER"])) { $_PAGE_NUMBER_ = $context["PAGE_NUMBER"]; } else { $_PAGE_NUMBER_ = null; }
                echo $_PAGE_NUMBER_;
                echo "<br /></td>
\t\t\t\t<td class=\"gensmall\" nowrap=\"nowrap\">&nbsp;[ ";
                // line 173
                if (isset($context["TOTAL_TOPICS"])) { $_TOTAL_TOPICS_ = $context["TOTAL_TOPICS"]; } else { $_TOTAL_TOPICS_ = null; }
                echo $_TOTAL_TOPICS_;
                echo " ]&nbsp;</td>
\t\t\t\t<td class=\"gensmall\" width=\"100%\" align=\"";
                // line 174
                if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
                echo $_S_CONTENT_FLOW_END_;
                echo "\" nowrap=\"nowrap\">";
                $location = "pagination.html";
                $namespace = false;
                if (strpos($location, '@') === 0) {
                    $namespace = substr($location, 1, strpos($location, '/') - 1);
                    $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
                    $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
                }
                $this->loadTemplate("pagination.html", "viewforum_body.html", 174)->display($context);
                if ($namespace) {
                    $this->env->setNamespaceLookUpOrder($previous_look_up_order);
                }
                echo "</td>
\t\t\t";
            }
            // line 176
            echo "\t\t</tr>
\t\t</table>
\t";
        }
        // line 179
        echo "
\t";
        // line 180
        if (isset($context["S_DISPLAY_ACTIVE"])) { $_S_DISPLAY_ACTIVE_ = $context["S_DISPLAY_ACTIVE"]; } else { $_S_DISPLAY_ACTIVE_ = null; }
        if (isset($context["S_IS_POSTABLE"])) { $_S_IS_POSTABLE_ = $context["S_IS_POSTABLE"]; } else { $_S_IS_POSTABLE_ = null; }
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        if (( !$_S_DISPLAY_ACTIVE_ && ($_S_IS_POSTABLE_ || twig_length_filter($this->env, $this->getAttribute($_loops_, "topicrow", array()))))) {
            // line 181
            echo "\t\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t\t<tr>
\t\t\t<td class=\"cat\" colspan=\"";
            // line 183
            if (isset($context["S_TOPIC_ICONS"])) { $_S_TOPIC_ICONS_ = $context["S_TOPIC_ICONS"]; } else { $_S_TOPIC_ICONS_ = null; }
            if ($_S_TOPIC_ICONS_) {
                echo "7";
            } else {
                echo "6";
            }
            echo "\">
\t\t\t\t<table width=\"100%\" cellspacing=\"0\">
\t\t\t\t<tr class=\"nav\">
\t\t\t\t\t<td valign=\"middle\">&nbsp;";
            // line 186
            if (isset($context["U_WATCH_FORUM_LINK"])) { $_U_WATCH_FORUM_LINK_ = $context["U_WATCH_FORUM_LINK"]; } else { $_U_WATCH_FORUM_LINK_ = null; }
            if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
            if (($_U_WATCH_FORUM_LINK_ &&  !$_S_IS_BOT_)) {
                echo "<a href=\"";
                if (isset($context["U_WATCH_FORUM_LINK"])) { $_U_WATCH_FORUM_LINK_ = $context["U_WATCH_FORUM_LINK"]; } else { $_U_WATCH_FORUM_LINK_ = null; }
                echo $_U_WATCH_FORUM_LINK_;
                echo "\">";
                if (isset($context["S_WATCH_FORUM_TITLE"])) { $_S_WATCH_FORUM_TITLE_ = $context["S_WATCH_FORUM_TITLE"]; } else { $_S_WATCH_FORUM_TITLE_ = null; }
                echo $_S_WATCH_FORUM_TITLE_;
                echo "</a>";
            }
            echo "</td>
\t\t\t\t\t<td align=\"";
            // line 187
            if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
            echo $_S_CONTENT_FLOW_END_;
            echo "\" valign=\"middle\">";
            if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
            if (isset($context["U_MARK_TOPICS"])) { $_U_MARK_TOPICS_ = $context["U_MARK_TOPICS"]; } else { $_U_MARK_TOPICS_ = null; }
            if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
            if ((( !$_S_IS_BOT_ && $_U_MARK_TOPICS_) && twig_length_filter($this->env, $this->getAttribute($_loops_, "topicrow", array())))) {
                echo "<a href=\"";
                if (isset($context["U_MARK_TOPICS"])) { $_U_MARK_TOPICS_ = $context["U_MARK_TOPICS"]; } else { $_U_MARK_TOPICS_ = null; }
                echo $_U_MARK_TOPICS_;
                echo "\">";
                echo $this->env->getExtension('phpbb')->lang("MARK_TOPICS_READ");
                echo "</a>";
            }
            echo "&nbsp;</td>
\t\t\t\t</tr>
\t\t\t\t</table>
\t\t\t</td>
\t\t</tr>

\t\t<tr>
\t\t\t";
            // line 194
            if (isset($context["S_TOPIC_ICONS"])) { $_S_TOPIC_ICONS_ = $context["S_TOPIC_ICONS"]; } else { $_S_TOPIC_ICONS_ = null; }
            if ($_S_TOPIC_ICONS_) {
                // line 195
                echo "\t\t\t\t<th colspan=\"3\">&nbsp;";
                echo $this->env->getExtension('phpbb')->lang("TOPICS");
                echo "&nbsp;</th>
\t\t\t";
            } else {
                // line 197
                echo "\t\t\t\t<th colspan=\"2\">&nbsp;";
                echo $this->env->getExtension('phpbb')->lang("TOPICS");
                echo "&nbsp;</th>
\t\t\t";
            }
            // line 199
            echo "\t\t\t<th>&nbsp;";
            echo $this->env->getExtension('phpbb')->lang("AUTHOR");
            echo "&nbsp;</th>
\t\t\t<th>&nbsp;";
            // line 200
            echo $this->env->getExtension('phpbb')->lang("REPLIES");
            echo "&nbsp;</th>
\t\t\t<th>&nbsp;";
            // line 201
            echo $this->env->getExtension('phpbb')->lang("VIEWS");
            echo "&nbsp;</th>
\t\t\t<th>&nbsp;";
            // line 202
            echo $this->env->getExtension('phpbb')->lang("LAST_POST");
            echo "&nbsp;</th>
\t\t</tr>

\t\t";
            // line 205
            if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "topicrow", array()));
            $context['_iterated'] = false;
            foreach ($context['_seq'] as $context["_key"] => $context["topicrow"]) {
                // line 206
                echo "
\t\t\t";
                // line 207
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if (($this->getAttribute($_topicrow_, "S_TOPIC_TYPE_SWITCH", array()) == 1)) {
                    // line 208
                    echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"row3\" colspan=\"";
                    // line 209
                    if (isset($context["S_TOPIC_ICONS"])) { $_S_TOPIC_ICONS_ = $context["S_TOPIC_ICONS"]; } else { $_S_TOPIC_ICONS_ = null; }
                    if ($_S_TOPIC_ICONS_) {
                        echo "7";
                    } else {
                        echo "6";
                    }
                    echo "\"><b class=\"gensmall\">";
                    echo $this->env->getExtension('phpbb')->lang("ANNOUNCEMENTS");
                    echo "</b></td>
\t\t\t\t</tr>
\t\t\t";
                } elseif (($this->getAttribute($_topicrow_, "S_TOPIC_TYPE_SWITCH", array()) == 0)) {
                    // line 212
                    echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"row3\" colspan=\"";
                    // line 213
                    if (isset($context["S_TOPIC_ICONS"])) { $_S_TOPIC_ICONS_ = $context["S_TOPIC_ICONS"]; } else { $_S_TOPIC_ICONS_ = null; }
                    if ($_S_TOPIC_ICONS_) {
                        echo "7";
                    } else {
                        echo "6";
                    }
                    echo "\"><b class=\"gensmall\">";
                    echo $this->env->getExtension('phpbb')->lang("TOPICS");
                    echo "</b></td>
\t\t\t\t</tr>
\t\t\t";
                }
                // line 216
                echo "
\t\t\t<tr>
\t\t\t\t<td class=\"row1\" width=\"25\" align=\"center\">";
                // line 218
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "TOPIC_FOLDER_IMG", array());
                echo "</td>
\t\t\t\t";
                // line 219
                if (isset($context["S_TOPIC_ICONS"])) { $_S_TOPIC_ICONS_ = $context["S_TOPIC_ICONS"]; } else { $_S_TOPIC_ICONS_ = null; }
                if ($_S_TOPIC_ICONS_) {
                    // line 220
                    echo "\t\t\t\t\t<td class=\"row1\" width=\"25\" align=\"center\">";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    if ($this->getAttribute($_topicrow_, "TOPIC_ICON_IMG", array())) {
                        echo "<img src=\"";
                        if (isset($context["T_ICONS_PATH"])) { $_T_ICONS_PATH_ = $context["T_ICONS_PATH"]; } else { $_T_ICONS_PATH_ = null; }
                        echo $_T_ICONS_PATH_;
                        if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                        echo $this->getAttribute($_topicrow_, "TOPIC_ICON_IMG", array());
                        echo "\" width=\"";
                        if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                        echo $this->getAttribute($_topicrow_, "TOPIC_ICON_IMG_WIDTH", array());
                        echo "\" height=\"";
                        if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                        echo $this->getAttribute($_topicrow_, "TOPIC_ICON_IMG_HEIGHT", array());
                        echo "\" alt=\"\" title=\"\" />";
                    }
                    echo "</td>
\t\t\t\t";
                }
                // line 222
                echo "\t\t\t\t<td class=\"row1\">
\t\t\t\t\t";
                // line 223
                if (isset($context["topiclist_row_prepend"])) { $_topiclist_row_prepend_ = $context["topiclist_row_prepend"]; } else { $_topiclist_row_prepend_ = null; }
                // line 224
                echo "\t\t\t\t\t";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if ($this->getAttribute($_topicrow_, "S_UNREAD_TOPIC", array())) {
                    echo "<a href=\"";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "U_NEWEST_POST", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["NEWEST_POST_IMG"])) { $_NEWEST_POST_IMG_ = $context["NEWEST_POST_IMG"]; } else { $_NEWEST_POST_IMG_ = null; }
                    echo $_NEWEST_POST_IMG_;
                    echo "</a>";
                }
                // line 225
                echo "\t\t\t\t\t";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "ATTACH_ICON_IMG", array());
                echo " ";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if (($this->getAttribute($_topicrow_, "S_HAS_POLL", array()) || $this->getAttribute($_topicrow_, "S_TOPIC_MOVED", array()))) {
                    echo "<b>";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "TOPIC_TYPE", array());
                    echo "</b> ";
                }
                // line 226
                echo "\t\t\t\t\t<a title=\"";
                echo $this->env->getExtension('phpbb')->lang("POSTED");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo " ";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "FIRST_POST_TIME", array());
                echo "\" href=\"";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "U_VIEW_TOPIC", array());
                echo "\" class=\"topictitle\">";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "TOPIC_TITLE", array());
                echo "</a>
\t\t\t\t\t";
                // line 227
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if (($this->getAttribute($_topicrow_, "S_TOPIC_UNAPPROVED", array()) || $this->getAttribute($_topicrow_, "S_POSTS_UNAPPROVED", array()))) {
                    // line 228
                    echo "\t\t\t\t\t\t<a href=\"";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "U_MCP_QUEUE", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "UNAPPROVED_IMG", array());
                    echo "</a>&nbsp;
\t\t\t\t\t";
                }
                // line 230
                echo "\t\t\t\t\t";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if ($this->getAttribute($_topicrow_, "S_TOPIC_DELETED", array())) {
                    // line 231
                    echo "\t\t\t\t\t\t<a href=\"";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "U_MCP_QUEUE", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["DELETED_IMG"])) { $_DELETED_IMG_ = $context["DELETED_IMG"]; } else { $_DELETED_IMG_ = null; }
                    echo $_DELETED_IMG_;
                    echo "</a>&nbsp;
\t\t\t\t\t";
                }
                // line 233
                echo "\t\t\t\t\t";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if ($this->getAttribute($_topicrow_, "S_TOPIC_REPORTED", array())) {
                    // line 234
                    echo "\t\t\t\t\t\t<a href=\"";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "U_MCP_REPORT", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["REPORTED_IMG"])) { $_REPORTED_IMG_ = $context["REPORTED_IMG"]; } else { $_REPORTED_IMG_ = null; }
                    echo $_REPORTED_IMG_;
                    echo "</a>&nbsp;
\t\t\t\t\t";
                }
                // line 236
                echo "\t\t\t\t\t";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if (twig_length_filter($this->env, $this->getAttribute($_topicrow_, "pagination", array()))) {
                    // line 237
                    echo "\t\t\t\t\t\t<p class=\"gensmall\"> [ ";
                    if (isset($context["GOTO_PAGE_IMG"])) { $_GOTO_PAGE_IMG_ = $context["GOTO_PAGE_IMG"]; } else { $_GOTO_PAGE_IMG_ = null; }
                    echo $_GOTO_PAGE_IMG_;
                    echo $this->env->getExtension('phpbb')->lang("GOTO_PAGE");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo "
\t\t\t\t\t\t";
                    // line 238
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable($this->getAttribute($_topicrow_, "pagination", array()));
                    foreach ($context['_seq'] as $context["_key"] => $context["pagination"]) {
                        // line 239
                        echo "\t\t\t\t\t\t\t";
                        if (isset($context["pagination"])) { $_pagination_ = $context["pagination"]; } else { $_pagination_ = null; }
                        if ($this->getAttribute($_pagination_, "S_IS_PREV", array())) {
                            // line 240
                            echo "\t\t\t\t\t\t\t";
                        } elseif ($this->getAttribute($_pagination_, "S_IS_CURRENT", array())) {
                            echo "<strong>";
                            if (isset($context["pagination"])) { $_pagination_ = $context["pagination"]; } else { $_pagination_ = null; }
                            echo $this->getAttribute($_pagination_, "PAGE_NUMBER", array());
                            echo "</strong>
\t\t\t\t\t\t\t";
                        } elseif ($this->getAttribute($_pagination_, "S_IS_ELLIPSIS", array())) {
                            // line 241
                            echo " ";
                            echo $this->env->getExtension('phpbb')->lang("ELLIPSIS");
                            echo "
\t\t\t\t\t\t\t";
                        } elseif ($this->getAttribute($_pagination_, "S_IS_NEXT", array())) {
                            // line 243
                            echo "\t\t\t\t\t\t\t";
                        } else {
                            echo "<a href=\"";
                            if (isset($context["pagination"])) { $_pagination_ = $context["pagination"]; } else { $_pagination_ = null; }
                            echo $this->getAttribute($_pagination_, "PAGE_URL", array());
                            echo "\">";
                            if (isset($context["pagination"])) { $_pagination_ = $context["pagination"]; } else { $_pagination_ = null; }
                            echo $this->getAttribute($_pagination_, "PAGE_NUMBER", array());
                            echo "</a>
\t\t\t\t\t\t\t";
                        }
                        // line 245
                        echo "\t\t\t\t\t\t";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['pagination'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 246
                    echo "\t\t\t\t\t\t] </p>
\t\t\t\t\t";
                }
                // line 248
                echo "\t\t\t\t\t";
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                if (isset($context["FORUM_ID"])) { $_FORUM_ID_ = $context["FORUM_ID"]; } else { $_FORUM_ID_ = null; }
                if (($this->getAttribute($_topicrow_, "S_POST_GLOBAL", array()) && ($_FORUM_ID_ != $this->getAttribute($_topicrow_, "FORUM_ID", array())))) {
                    echo "<p class=\"gensmall\">";
                    echo $this->env->getExtension('phpbb')->lang("IN");
                    echo " <a href=\"";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "U_VIEW_FORUM", array());
                    echo "\">";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "FORUM_NAME", array());
                    echo "</a></p>";
                }
                // line 249
                echo "\t\t\t\t\t";
                if (isset($context["topiclist_row_append"])) { $_topiclist_row_append_ = $context["topiclist_row_append"]; } else { $_topiclist_row_append_ = null; }
                // line 250
                echo "\t\t\t\t</td>
\t\t\t\t<td class=\"row2\" width=\"130\" align=\"center\"><p class=\"topicauthor\">";
                // line 251
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "TOPIC_AUTHOR_FULL", array());
                echo "</p></td>
\t\t\t\t<td class=\"row1\" width=\"50\" align=\"center\"><p class=\"topicdetails\">";
                // line 252
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "REPLIES", array());
                echo "</p></td>
\t\t\t\t<td class=\"row2\" width=\"50\" align=\"center\"><p class=\"topicdetails\">";
                // line 253
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "VIEWS", array());
                echo "</p></td>
\t\t\t\t<td class=\"row1\" width=\"140\" align=\"center\">
\t\t\t\t\t<p class=\"topicdetails\" style=\"white-space: nowrap;\">";
                // line 255
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "LAST_POST_TIME", array());
                echo "</p>
\t\t\t\t\t<p class=\"topicdetails\">";
                // line 256
                if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                echo $this->getAttribute($_topicrow_, "LAST_POST_AUTHOR_FULL", array());
                echo "
\t\t\t\t\t\t";
                // line 257
                if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
                if ( !$_S_IS_BOT_) {
                    echo "<a href=\"";
                    if (isset($context["topicrow"])) { $_topicrow_ = $context["topicrow"]; } else { $_topicrow_ = null; }
                    echo $this->getAttribute($_topicrow_, "U_LAST_POST", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["LAST_POST_IMG"])) { $_LAST_POST_IMG_ = $context["LAST_POST_IMG"]; } else { $_LAST_POST_IMG_ = null; }
                    echo $_LAST_POST_IMG_;
                    echo "</a>";
                }
                // line 258
                echo "\t\t\t\t\t</p>
\t\t\t\t</td>
\t\t\t</tr>

\t\t";
                $context['_iterated'] = true;
            }
            if (!$context['_iterated']) {
                // line 263
                echo "\t\t\t";
                if (isset($context["S_IS_POSTABLE"])) { $_S_IS_POSTABLE_ = $context["S_IS_POSTABLE"]; } else { $_S_IS_POSTABLE_ = null; }
                if ($_S_IS_POSTABLE_) {
                    // line 264
                    echo "\t\t\t<tr>
\t\t\t\t";
                    // line 265
                    if (isset($context["S_TOPIC_ICONS"])) { $_S_TOPIC_ICONS_ = $context["S_TOPIC_ICONS"]; } else { $_S_TOPIC_ICONS_ = null; }
                    if ($_S_TOPIC_ICONS_) {
                        // line 266
                        echo "\t\t\t\t\t<td class=\"row1\" colspan=\"7\" height=\"30\" align=\"center\" valign=\"middle\"><span class=\"gen\">";
                        if (isset($context["S_SORT_DAYS"])) { $_S_SORT_DAYS_ = $context["S_SORT_DAYS"]; } else { $_S_SORT_DAYS_ = null; }
                        if ( !$_S_SORT_DAYS_) {
                            echo $this->env->getExtension('phpbb')->lang("NO_TOPICS");
                        } else {
                            echo $this->env->getExtension('phpbb')->lang("NO_TOPICS_TIME_FRAME");
                        }
                        echo "</span></td>
\t\t\t\t";
                    } else {
                        // line 268
                        echo "\t\t\t\t\t<td class=\"row1\" colspan=\"6\" height=\"30\" align=\"center\" valign=\"middle\"><span class=\"gen\">";
                        if (isset($context["S_SORT_DAYS"])) { $_S_SORT_DAYS_ = $context["S_SORT_DAYS"]; } else { $_S_SORT_DAYS_ = null; }
                        if ( !$_S_SORT_DAYS_) {
                            echo $this->env->getExtension('phpbb')->lang("NO_TOPICS");
                        } else {
                            echo $this->env->getExtension('phpbb')->lang("NO_TOPICS_TIME_FRAME");
                        }
                        echo "</span></td>
\t\t\t\t";
                    }
                    // line 270
                    echo "\t\t\t</tr>
\t\t\t";
                }
                // line 272
                echo "\t\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['topicrow'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 273
            echo "
\t\t";
            // line 274
            if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
            if ( !$_S_IS_BOT_) {
                // line 275
                echo "\t\t<tr align=\"center\">
\t\t\t";
                // line 276
                if (isset($context["S_TOPIC_ICONS"])) { $_S_TOPIC_ICONS_ = $context["S_TOPIC_ICONS"]; } else { $_S_TOPIC_ICONS_ = null; }
                if ($_S_TOPIC_ICONS_) {
                    // line 277
                    echo "\t\t\t\t<td class=\"cat\" colspan=\"7\">
\t\t\t";
                } else {
                    // line 279
                    echo "\t\t\t\t<td class=\"cat\" colspan=\"6\">
\t\t\t";
                }
                // line 281
                echo "\t\t\t\t\t<form method=\"post\" action=\"";
                if (isset($context["S_FORUM_ACTION"])) { $_S_FORUM_ACTION_ = $context["S_FORUM_ACTION"]; } else { $_S_FORUM_ACTION_ = null; }
                echo $_S_FORUM_ACTION_;
                echo "\"><span class=\"gensmall\">";
                echo $this->env->getExtension('phpbb')->lang("DISPLAY_TOPICS");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo "</span>&nbsp;";
                if (isset($context["S_SELECT_SORT_DAYS"])) { $_S_SELECT_SORT_DAYS_ = $context["S_SELECT_SORT_DAYS"]; } else { $_S_SELECT_SORT_DAYS_ = null; }
                echo $_S_SELECT_SORT_DAYS_;
                echo "&nbsp;<span class=\"gensmall\">";
                echo $this->env->getExtension('phpbb')->lang("SORT_BY");
                echo "</span> ";
                if (isset($context["S_SELECT_SORT_KEY"])) { $_S_SELECT_SORT_KEY_ = $context["S_SELECT_SORT_KEY"]; } else { $_S_SELECT_SORT_KEY_ = null; }
                echo $_S_SELECT_SORT_KEY_;
                echo " ";
                if (isset($context["S_SELECT_SORT_DIR"])) { $_S_SELECT_SORT_DIR_ = $context["S_SELECT_SORT_DIR"]; } else { $_S_SELECT_SORT_DIR_ = null; }
                echo $_S_SELECT_SORT_DIR_;
                echo "&nbsp;<input class=\"btnlite\" type=\"submit\" name=\"sort\" value=\"";
                echo $this->env->getExtension('phpbb')->lang("GO");
                echo "\" /></form>
\t\t\t\t</td>
\t\t</tr>
\t\t";
            }
            // line 285
            echo "\t\t</table>
\t";
        }
        // line 287
        echo "
\t";
        // line 288
        if (isset($context["S_DISPLAY_POST_INFO"])) { $_S_DISPLAY_POST_INFO_ = $context["S_DISPLAY_POST_INFO"]; } else { $_S_DISPLAY_POST_INFO_ = null; }
        if (isset($context["TOTAL_TOPICS"])) { $_TOTAL_TOPICS_ = $context["TOTAL_TOPICS"]; } else { $_TOTAL_TOPICS_ = null; }
        if (($_S_DISPLAY_POST_INFO_ || $_TOTAL_TOPICS_)) {
            // line 289
            echo "\t\t<table width=\"100%\" cellspacing=\"1\">
\t\t<tr>
\t\t\t<td align=\"";
            // line 291
            if (isset($context["S_CONTENT_FLOW_BEGIN"])) { $_S_CONTENT_FLOW_BEGIN_ = $context["S_CONTENT_FLOW_BEGIN"]; } else { $_S_CONTENT_FLOW_BEGIN_ = null; }
            echo $_S_CONTENT_FLOW_BEGIN_;
            echo "\" valign=\"middle\" nowrap=\"nowrap\">
\t\t\t";
            // line 292
            if (isset($context["viewforum_buttons_bottom_before"])) { $_viewforum_buttons_bottom_before_ = $context["viewforum_buttons_bottom_before"]; } else { $_viewforum_buttons_bottom_before_ = null; }
            // line 293
            echo "
\t\t\t";
            // line 294
            if (isset($context["S_DISPLAY_POST_INFO"])) { $_S_DISPLAY_POST_INFO_ = $context["S_DISPLAY_POST_INFO"]; } else { $_S_DISPLAY_POST_INFO_ = null; }
            if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
            if (($_S_DISPLAY_POST_INFO_ &&  !$_S_IS_BOT_)) {
                // line 295
                echo "\t\t\t\t<a href=\"";
                if (isset($context["U_POST_NEW_TOPIC"])) { $_U_POST_NEW_TOPIC_ = $context["U_POST_NEW_TOPIC"]; } else { $_U_POST_NEW_TOPIC_ = null; }
                echo $_U_POST_NEW_TOPIC_;
                echo "\" class=\"imageset\">";
                if (isset($context["POST_IMG"])) { $_POST_IMG_ = $context["POST_IMG"]; } else { $_POST_IMG_ = null; }
                echo $_POST_IMG_;
                echo "</a>
\t\t\t";
            }
            // line 297
            echo "
\t\t\t";
            // line 298
            if (isset($context["viewforum_buttons_bottom_after"])) { $_viewforum_buttons_bottom_after_ = $context["viewforum_buttons_bottom_after"]; } else { $_viewforum_buttons_bottom_after_ = null; }
            // line 299
            echo "\t\t\t</td>

\t\t\t";
            // line 301
            if (isset($context["TOTAL_TOPICS"])) { $_TOTAL_TOPICS_ = $context["TOTAL_TOPICS"]; } else { $_TOTAL_TOPICS_ = null; }
            if ($_TOTAL_TOPICS_) {
                // line 302
                echo "\t\t\t\t<td class=\"nav\" valign=\"middle\" nowrap=\"nowrap\">&nbsp;";
                if (isset($context["PAGE_NUMBER"])) { $_PAGE_NUMBER_ = $context["PAGE_NUMBER"]; } else { $_PAGE_NUMBER_ = null; }
                echo $_PAGE_NUMBER_;
                echo "<br /></td>
\t\t\t\t<td class=\"gensmall\" nowrap=\"nowrap\">&nbsp;[ ";
                // line 303
                if (isset($context["TOTAL_TOPICS"])) { $_TOTAL_TOPICS_ = $context["TOTAL_TOPICS"]; } else { $_TOTAL_TOPICS_ = null; }
                echo $_TOTAL_TOPICS_;
                echo " ]&nbsp;</td>
\t\t\t\t<td class=\"gensmall\" width=\"100%\" align=\"";
                // line 304
                if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
                echo $_S_CONTENT_FLOW_END_;
                echo "\" nowrap=\"nowrap\">";
                $location = "pagination.html";
                $namespace = false;
                if (strpos($location, '@') === 0) {
                    $namespace = substr($location, 1, strpos($location, '/') - 1);
                    $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
                    $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
                }
                $this->loadTemplate("pagination.html", "viewforum_body.html", 304)->display($context);
                if ($namespace) {
                    $this->env->setNamespaceLookUpOrder($previous_look_up_order);
                }
                echo "</td>
\t\t\t";
            }
            // line 306
            echo "\t\t</tr>
\t\t</table>
\t";
        }
        // line 309
        echo "
\t\t<br clear=\"all\" />
</div>

";
        // line 313
        $location = "breadcrumbs.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("breadcrumbs.html", "viewforum_body.html", 313)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 314
        echo "
";
        // line 315
        if (isset($context["S_DISPLAY_ONLINE_LIST"])) { $_S_DISPLAY_ONLINE_LIST_ = $context["S_DISPLAY_ONLINE_LIST"]; } else { $_S_DISPLAY_ONLINE_LIST_ = null; }
        if ($_S_DISPLAY_ONLINE_LIST_) {
            // line 316
            echo "\t<br clear=\"all\" />

\t<table class=\"tablebg stat-block online-list\" width=\"100%\" cellspacing=\"1\">
\t<tr>
\t\t<td class=\"cat\"><h4>";
            // line 320
            echo $this->env->getExtension('phpbb')->lang("WHO_IS_ONLINE");
            echo "</h4></td>
\t</tr>
\t<tr>
\t\t<td class=\"row1\"><p class=\"gensmall\">";
            // line 323
            if (isset($context["LOGGED_IN_USER_LIST"])) { $_LOGGED_IN_USER_LIST_ = $context["LOGGED_IN_USER_LIST"]; } else { $_LOGGED_IN_USER_LIST_ = null; }
            echo $_LOGGED_IN_USER_LIST_;
            echo "</p></td>
\t</tr>
\t</table>
";
        }
        // line 327
        echo "
";
        // line 328
        if (isset($context["S_DISPLAY_POST_INFO"])) { $_S_DISPLAY_POST_INFO_ = $context["S_DISPLAY_POST_INFO"]; } else { $_S_DISPLAY_POST_INFO_ = null; }
        if ($_S_DISPLAY_POST_INFO_) {
            // line 329
            echo "\t<br clear=\"all\" />

\t<table width=\"100%\" cellspacing=\"0\">
\t<tr>
\t\t<td align=\"";
            // line 333
            if (isset($context["S_CONTENT_FLOW_BEGIN"])) { $_S_CONTENT_FLOW_BEGIN_ = $context["S_CONTENT_FLOW_BEGIN"]; } else { $_S_CONTENT_FLOW_BEGIN_ = null; }
            echo $_S_CONTENT_FLOW_BEGIN_;
            echo "\" valign=\"top\">
\t\t\t<table cellspacing=\"3\" cellpadding=\"0\" border=\"0\">
\t\t\t<tr>
\t\t\t\t<td width=\"20\" style=\"text-align: center;\">";
            // line 336
            if (isset($context["FOLDER_UNREAD_IMG"])) { $_FOLDER_UNREAD_IMG_ = $context["FOLDER_UNREAD_IMG"]; } else { $_FOLDER_UNREAD_IMG_ = null; }
            echo $_FOLDER_UNREAD_IMG_;
            echo "</td>
\t\t\t\t<td class=\"gensmall\">";
            // line 337
            echo $this->env->getExtension('phpbb')->lang("UNREAD_POSTS");
            echo "</td>
\t\t\t\t<td>&nbsp;&nbsp;</td>
\t\t\t\t<td width=\"20\" style=\"text-align: center;\">";
            // line 339
            if (isset($context["FOLDER_IMG"])) { $_FOLDER_IMG_ = $context["FOLDER_IMG"]; } else { $_FOLDER_IMG_ = null; }
            echo $_FOLDER_IMG_;
            echo "</td>
\t\t\t\t<td class=\"gensmall\">";
            // line 340
            echo $this->env->getExtension('phpbb')->lang("NO_UNREAD_POSTS");
            echo "</td>
\t\t\t\t<td>&nbsp;&nbsp;</td>
\t\t\t\t<td width=\"20\" style=\"text-align: center;\">";
            // line 342
            if (isset($context["FOLDER_ANNOUNCE_IMG"])) { $_FOLDER_ANNOUNCE_IMG_ = $context["FOLDER_ANNOUNCE_IMG"]; } else { $_FOLDER_ANNOUNCE_IMG_ = null; }
            echo $_FOLDER_ANNOUNCE_IMG_;
            echo "</td>
\t\t\t\t<td class=\"gensmall\">";
            // line 343
            echo $this->env->getExtension('phpbb')->lang("ICON_ANNOUNCEMENT");
            echo "</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td style=\"text-align: center;\">";
            // line 346
            if (isset($context["FOLDER_HOT_UNREAD_IMG"])) { $_FOLDER_HOT_UNREAD_IMG_ = $context["FOLDER_HOT_UNREAD_IMG"]; } else { $_FOLDER_HOT_UNREAD_IMG_ = null; }
            echo $_FOLDER_HOT_UNREAD_IMG_;
            echo "</td>
\t\t\t\t<td class=\"gensmall\">";
            // line 347
            echo $this->env->getExtension('phpbb')->lang("UNREAD_POSTS_HOT");
            echo "</td>
\t\t\t\t<td>&nbsp;&nbsp;</td>
\t\t\t\t<td style=\"text-align: center;\">";
            // line 349
            if (isset($context["FOLDER_HOT_IMG"])) { $_FOLDER_HOT_IMG_ = $context["FOLDER_HOT_IMG"]; } else { $_FOLDER_HOT_IMG_ = null; }
            echo $_FOLDER_HOT_IMG_;
            echo "</td>
\t\t\t\t<td class=\"gensmall\">";
            // line 350
            echo $this->env->getExtension('phpbb')->lang("NO_UNREAD_POSTS_HOT");
            echo "</td>
\t\t\t\t<td>&nbsp;&nbsp;</td>
\t\t\t\t<td style=\"text-align: center;\">";
            // line 352
            if (isset($context["FOLDER_STICKY_IMG"])) { $_FOLDER_STICKY_IMG_ = $context["FOLDER_STICKY_IMG"]; } else { $_FOLDER_STICKY_IMG_ = null; }
            echo $_FOLDER_STICKY_IMG_;
            echo "</td>
\t\t\t\t<td class=\"gensmall\">";
            // line 353
            echo $this->env->getExtension('phpbb')->lang("ICON_STICKY");
            echo "</td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td style=\"text-align: center;\">";
            // line 356
            if (isset($context["FOLDER_LOCKED_UNREAD_IMG"])) { $_FOLDER_LOCKED_UNREAD_IMG_ = $context["FOLDER_LOCKED_UNREAD_IMG"]; } else { $_FOLDER_LOCKED_UNREAD_IMG_ = null; }
            echo $_FOLDER_LOCKED_UNREAD_IMG_;
            echo "</td>
\t\t\t\t<td class=\"gensmall\">";
            // line 357
            echo $this->env->getExtension('phpbb')->lang("UNREAD_POSTS_LOCKED");
            echo "</td>
\t\t\t\t<td>&nbsp;&nbsp;</td>
\t\t\t\t<td style=\"text-align: center;\">";
            // line 359
            if (isset($context["FOLDER_LOCKED_IMG"])) { $_FOLDER_LOCKED_IMG_ = $context["FOLDER_LOCKED_IMG"]; } else { $_FOLDER_LOCKED_IMG_ = null; }
            echo $_FOLDER_LOCKED_IMG_;
            echo "</td>
\t\t\t\t<td class=\"gensmall\">";
            // line 360
            echo $this->env->getExtension('phpbb')->lang("NO_UNREAD_POSTS_LOCKED");
            echo "</td>
\t\t\t\t<td>&nbsp;&nbsp;</td>
\t\t\t\t<td style=\"text-align: center;\">";
            // line 362
            if (isset($context["FOLDER_MOVED_IMG"])) { $_FOLDER_MOVED_IMG_ = $context["FOLDER_MOVED_IMG"]; } else { $_FOLDER_MOVED_IMG_ = null; }
            echo $_FOLDER_MOVED_IMG_;
            echo "</td>
\t\t\t\t<td class=\"gensmall\">";
            // line 363
            echo $this->env->getExtension('phpbb')->lang("TOPIC_MOVED");
            echo "</td>
\t\t\t</tr>
\t\t\t</table>
\t\t</td>
\t\t<td align=\"";
            // line 367
            if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
            echo $_S_CONTENT_FLOW_END_;
            echo "\"><span class=\"gensmall\">";
            if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "rules", array()));
            foreach ($context['_seq'] as $context["_key"] => $context["rules"]) {
                if (isset($context["rules"])) { $_rules_ = $context["rules"]; } else { $_rules_ = null; }
                echo $this->getAttribute($_rules_, "RULE", array());
                echo "<br />";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['rules'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            echo "</span></td>
\t</tr>
\t</table>
";
        }
        // line 371
        echo "
<br clear=\"all\" />

<table width=\"100%\" cellspacing=\"0\">
<tr>
\t<td>";
        // line 376
        if (isset($context["S_DISPLAY_SEARCHBOX"])) { $_S_DISPLAY_SEARCHBOX_ = $context["S_DISPLAY_SEARCHBOX"]; } else { $_S_DISPLAY_SEARCHBOX_ = null; }
        if ($_S_DISPLAY_SEARCHBOX_) {
            $location = "searchbox.html";
            $namespace = false;
            if (strpos($location, '@') === 0) {
                $namespace = substr($location, 1, strpos($location, '/') - 1);
                $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
                $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
            }
            $this->loadTemplate("searchbox.html", "viewforum_body.html", 376)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        echo "</td>
\t<td align=\"";
        // line 377
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo "\">";
        $location = "jumpbox.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("jumpbox.html", "viewforum_body.html", 377)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        echo "</td>
</tr>
</table>

";
        // line 381
        $location = "overall_footer.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("overall_footer.html", "viewforum_body.html", 381)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
    }

    public function getTemplateName()
    {
        return "viewforum_body.html";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  1482 => 381,  1462 => 377,  1445 => 376,  1438 => 371,  1418 => 367,  1411 => 363,  1406 => 362,  1401 => 360,  1396 => 359,  1391 => 357,  1386 => 356,  1380 => 353,  1375 => 352,  1370 => 350,  1365 => 349,  1360 => 347,  1355 => 346,  1349 => 343,  1344 => 342,  1339 => 340,  1334 => 339,  1329 => 337,  1324 => 336,  1317 => 333,  1311 => 329,  1308 => 328,  1305 => 327,  1297 => 323,  1291 => 320,  1285 => 316,  1282 => 315,  1279 => 314,  1267 => 313,  1261 => 309,  1256 => 306,  1238 => 304,  1233 => 303,  1227 => 302,  1224 => 301,  1220 => 299,  1218 => 298,  1215 => 297,  1205 => 295,  1201 => 294,  1198 => 293,  1196 => 292,  1191 => 291,  1187 => 289,  1183 => 288,  1180 => 287,  1176 => 285,  1151 => 281,  1147 => 279,  1143 => 277,  1140 => 276,  1137 => 275,  1134 => 274,  1131 => 273,  1125 => 272,  1121 => 270,  1110 => 268,  1099 => 266,  1096 => 265,  1093 => 264,  1089 => 263,  1080 => 258,  1069 => 257,  1064 => 256,  1059 => 255,  1053 => 253,  1048 => 252,  1043 => 251,  1040 => 250,  1037 => 249,  1022 => 248,  1018 => 246,  1012 => 245,  1000 => 243,  994 => 241,  985 => 240,  981 => 239,  976 => 238,  968 => 237,  964 => 236,  954 => 234,  950 => 233,  940 => 231,  936 => 230,  926 => 228,  923 => 227,  908 => 226,  896 => 225,  884 => 224,  882 => 223,  879 => 222,  859 => 220,  856 => 219,  851 => 218,  847 => 216,  834 => 213,  831 => 212,  818 => 209,  815 => 208,  812 => 207,  809 => 206,  803 => 205,  797 => 202,  793 => 201,  789 => 200,  784 => 199,  778 => 197,  772 => 195,  769 => 194,  746 => 187,  732 => 186,  721 => 183,  717 => 181,  712 => 180,  709 => 179,  704 => 176,  686 => 174,  681 => 173,  675 => 172,  672 => 171,  668 => 169,  666 => 168,  663 => 167,  653 => 165,  649 => 164,  646 => 163,  644 => 162,  639 => 161,  635 => 159,  631 => 158,  628 => 157,  623 => 154,  615 => 150,  596 => 147,  587 => 144,  579 => 140,  574 => 137,  570 => 136,  563 => 132,  559 => 130,  556 => 129,  551 => 126,  545 => 122,  518 => 120,  514 => 119,  499 => 117,  495 => 116,  493 => 115,  480 => 114,  478 => 113,  475 => 112,  471 => 111,  468 => 110,  464 => 108,  451 => 107,  448 => 106,  445 => 105,  431 => 99,  427 => 97,  420 => 95,  409 => 93,  398 => 91,  395 => 90,  391 => 88,  385 => 86,  383 => 85,  380 => 84,  378 => 83,  374 => 81,  363 => 80,  358 => 79,  353 => 78,  347 => 76,  342 => 75,  337 => 74,  334 => 73,  331 => 72,  327 => 70,  321 => 69,  309 => 67,  303 => 65,  294 => 64,  290 => 63,  285 => 62,  277 => 61,  273 => 60,  270 => 59,  260 => 57,  256 => 56,  246 => 54,  242 => 53,  232 => 51,  229 => 50,  203 => 49,  191 => 48,  189 => 47,  186 => 46,  166 => 44,  163 => 43,  157 => 42,  155 => 41,  152 => 40,  150 => 39,  147 => 38,  141 => 37,  138 => 36,  136 => 35,  130 => 32,  126 => 31,  122 => 30,  117 => 29,  111 => 27,  105 => 25,  102 => 24,  88 => 20,  84 => 18,  81 => 17,  78 => 16,  72 => 12,  66 => 10,  61 => 9,  53 => 7,  48 => 6,  45 => 5,  37 => 4,  34 => 3,  31 => 2,  19 => 1,);
    }
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <!-- IF S_FORUM_RULES -->*/
/* 	<div class="forumrules<!-- IF U_FORUM_RULES --> rules-link<!-- ENDIF -->">*/
/* 		<!-- IF U_FORUM_RULES -->*/
/* 			<h3>{L_FORUM_RULES}</h3><br />*/
/* 			<a href="{U_FORUM_RULES}"><b>{L_FORUM_RULES_LINK}</b></a>*/
/* 		<!-- ELSE -->*/
/* 			<h3>{L_FORUM_RULES}</h3><br />*/
/* 			{FORUM_RULES}*/
/* 		<!-- ENDIF -->*/
/* 	</div>*/
/* */
/* 	<br clear="all" />*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_DISPLAY_ACTIVE -->*/
/* 	<table class="tablebg" width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 		<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><span class="nav">{L_ACTIVE_TOPICS}</span></td>*/
/* 	</tr>*/
/* */
/* 	<tr>*/
/* 		<!-- IF S_TOPIC_ICONS -->*/
/* 			<th colspan="3">&nbsp;{L_TOPICS}&nbsp;</th>*/
/* 		<!-- ELSE -->*/
/* 			<th colspan="2">&nbsp;{L_TOPICS}&nbsp;</th>*/
/* 		<!-- ENDIF -->*/
/* 		<th>&nbsp;{L_AUTHOR}&nbsp;</th>*/
/* 		<th>&nbsp;{L_REPLIES}&nbsp;</th>*/
/* 		<th>&nbsp;{L_VIEWS}&nbsp;</th>*/
/* 		<th>&nbsp;{L_LAST_POST}&nbsp;</th>*/
/* 	</tr>*/
/* */
/* 	<!-- EVENT viewforum_body_topic_row_before -->*/
/* */
/* 	<!-- BEGIN topicrow -->*/
/* */
/* 		<!-- EVENT viewforum_body_topicrow_row_before -->*/
/* 		<tr>*/
/* 			<!-- EVENT viewforum_body_topic_row_prepend -->*/
/* 			<td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>*/
/* 			<!-- IF S_TOPIC_ICONS -->*/
/* 				<td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>*/
/* 			<!-- ENDIF -->*/
/* 			<td class="row1">*/
/* 				<!-- EVENT topiclist_row_prepend -->*/
/* 				<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="imageset">{NEWEST_POST_IMG}</a><!-- ENDIF -->*/
/* 				{topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}{L_COLON} {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}"class="topictitle">{topicrow.TOPIC_TITLE}</a>*/
/* 				<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->*/
/* 					<a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.UNAPPROVED_IMG}</a>&nbsp;*/
/* 				<!-- ENDIF -->*/
/* 				<!-- IF topicrow.S_TOPIC_DELETED -->*/
/* 					<a href="{topicrow.U_MCP_QUEUE}" class="imageset">{DELETED_IMG}</a>&nbsp;*/
/* 				<!-- ENDIF -->*/
/* 				<!-- IF topicrow.S_TOPIC_REPORTED -->*/
/* 					<a href="{topicrow.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a>&nbsp;*/
/* 				<!-- ENDIF -->*/
/* 				<!-- EVENT topiclist_row_topic_title_after -->*/
/* 				<!-- IF .topicrow.pagination -->*/
/* 					<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON}*/
/* 					<!-- BEGIN pagination -->*/
/* 						<!-- IF topicrow.pagination.S_IS_PREV -->*/
/* 						<!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><strong>{topicrow.pagination.PAGE_NUMBER}</strong>*/
/* 						<!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --> {L_ELLIPSIS}*/
/* 						<!-- ELSEIF topicrow.pagination.S_IS_NEXT -->*/
/* 						<!-- ELSE --><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a>*/
/* 						<!-- ENDIF -->*/
/* 					<!-- END pagination -->*/
/* 					] </p>*/
/* 				<!-- ENDIF -->*/
/* 				<!-- EVENT topiclist_row_append -->*/
/* 			</td>*/
/* 			<td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>*/
/* 			<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>*/
/* 			<td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>*/
/* 			<td class="row1" width="140" align="center">*/
/* 				<p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>*/
/* 				<p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}*/
/* 					<!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a><!-- ENDIF -->*/
/* 				</p>*/
/* 			</td>*/
/* 			<!-- EVENT viewforum_body_topic_row_append -->*/
/* 		</tr>*/
/* 		<!-- EVENT viewforum_body_topic_row_after -->*/
/* */
/* 	<!-- BEGINELSE -->*/
/* */
/* 		<tr>*/
/* 			<!-- IF S_TOPIC_ICONS -->*/
/* 				<td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>*/
/* 			<!-- ELSE -->*/
/* 				<td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>*/
/* 			<!-- ENDIF -->*/
/* 		</tr>*/
/* 	<!-- END topicrow -->*/
/* */
/* 	<tr align="center">*/
/* 		<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->">&nbsp;</td>*/
/* 	</tr>*/
/* 	</table>*/
/* */
/* 	<br clear="all" />*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_HAS_SUBFORUM -->*/
/* 	<!-- INCLUDE forumlist_body.html -->*/
/* 	<br clear="all" />*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_IS_POSTABLE or S_NO_READ_ACCESS -->*/
/* 	<div id="pageheader">*/
/* 		<!-- EVENT viewforum_forum_title_before -->*/
/* 		<h2><!-- EVENT viewforum_forum_name_prepend --><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><!-- EVENT viewforum_forum_name_append --></h2>*/
/* 		<!-- EVENT viewforum_forum_title_after -->*/
/* 		<!-- IF MODERATORS -->*/
/* 			<p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->{L_COLON} {MODERATORS}</p>*/
/* 		<!-- ENDIF -->*/
/* 		<!-- IF U_MCP -->*/
/* 			<p class="linkmcp">[&nbsp;<!-- IF U_ACP --><a href="{U_ACP}">{L_ACP}</a><!-- IF U_MCP -->&nbsp;|&nbsp;<!-- ENDIF --><!-- ENDIF --><!-- IF U_MCP --><a href="{U_MCP}">{L_MCP}</a><!-- ENDIF -->&nbsp;]</p>*/
/* 		<!-- ENDIF -->*/
/* 	</div>*/
/* */
/* 	<br clear="all" /><br />*/
/* <!-- ENDIF -->*/
/* */
/* <div id="pagecontent">*/
/* */
/* <!-- IF S_NO_READ_ACCESS -->*/
/* 	<table class="tablebg" width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 		<td class="row1" height="30" align="center" valign="middle"><span class="gen">{L_NO_READ_ACCESS}</span></td>*/
/* 	</tr>*/
/* 	</table>*/
/* */
/* 	<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->*/
/* */
/* 		<br /><br />*/
/* */
/* 		<form method="post" action="{S_LOGIN_ACTION}">*/
/* */
/* 		<table class="tablebg" width="100%" cellspacing="1">*/
/* 		<tr>*/
/* 			<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>*/
/* 		</tr>*/
/* 		<tr>*/
/* 			<td class="row1" align="center"><span class="genmed">{L_USERNAME}{L_COLON}</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}{L_COLON}</span> <input class="post" type="password" name="password" size="10" autocomplete="off" /><!-- IF S_AUTOLOGIN_ENABLED -->&nbsp; <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>*/
/* 		</tr>*/
/* 		</table>*/
/* 		{S_LOGIN_REDIRECT}*/
/* 		</form>*/
/* */
/* 	<!-- ENDIF -->*/
/* */
/* 	<br clear="all" />*/
/* <!-- ENDIF -->*/
/* */
/* 	<!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->*/
/* 		<table width="100%" cellspacing="1">*/
/* 		<tr>*/
/* 			<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">*/
/* 			<!-- EVENT viewforum_buttons_top_before -->*/
/* */
/* 			<!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->*/
/* 				<a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a>*/
/* 			<!-- ENDIF -->*/
/* */
/* 			<!-- EVENT viewforum_buttons_top_after -->*/
/* 			</td>*/
/* */
/* 			<!-- IF TOTAL_TOPICS -->*/
/* 				<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>*/
/* 				<td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</td>*/
/* 				<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>*/
/* 			<!-- ENDIF -->*/
/* 		</tr>*/
/* 		</table>*/
/* 	<!-- ENDIF -->*/
/* */
/* 	<!-- IF not S_DISPLAY_ACTIVE and (S_IS_POSTABLE or .topicrow) -->*/
/* 		<table class="tablebg" width="100%" cellspacing="1">*/
/* 		<tr>*/
/* 			<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->">*/
/* 				<table width="100%" cellspacing="0">*/
/* 				<tr class="nav">*/
/* 					<td valign="middle">&nbsp;<!-- IF U_WATCH_FORUM_LINK and not S_IS_BOT --><a href="{U_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a><!-- ENDIF --></td>*/
/* 					<td align="{S_CONTENT_FLOW_END}" valign="middle"><!-- IF not S_IS_BOT and U_MARK_TOPICS and .topicrow --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a><!-- ENDIF -->&nbsp;</td>*/
/* 				</tr>*/
/* 				</table>*/
/* 			</td>*/
/* 		</tr>*/
/* */
/* 		<tr>*/
/* 			<!-- IF S_TOPIC_ICONS -->*/
/* 				<th colspan="3">&nbsp;{L_TOPICS}&nbsp;</th>*/
/* 			<!-- ELSE -->*/
/* 				<th colspan="2">&nbsp;{L_TOPICS}&nbsp;</th>*/
/* 			<!-- ENDIF -->*/
/* 			<th>&nbsp;{L_AUTHOR}&nbsp;</th>*/
/* 			<th>&nbsp;{L_REPLIES}&nbsp;</th>*/
/* 			<th>&nbsp;{L_VIEWS}&nbsp;</th>*/
/* 			<th>&nbsp;{L_LAST_POST}&nbsp;</th>*/
/* 		</tr>*/
/* */
/* 		<!-- BEGIN topicrow -->*/
/* */
/* 			<!-- IF topicrow.S_TOPIC_TYPE_SWITCH eq 1 -->*/
/* 				<tr>*/
/* 					<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_ANNOUNCEMENTS}</b></td>*/
/* 				</tr>*/
/* 			<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH eq 0 -->*/
/* 				<tr>*/
/* 					<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* */
/* 			<tr>*/
/* 				<td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>*/
/* 				<!-- IF S_TOPIC_ICONS -->*/
/* 					<td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>*/
/* 				<!-- ENDIF -->*/
/* 				<td class="row1">*/
/* 					<!-- EVENT topiclist_row_prepend -->*/
/* 					<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="imageset">{NEWEST_POST_IMG}</a><!-- ENDIF -->*/
/* 					{topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF -->*/
/* 					<a title="{L_POSTED}{L_COLON} {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>*/
/* 					<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->*/
/* 						<a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.UNAPPROVED_IMG}</a>&nbsp;*/
/* 					<!-- ENDIF -->*/
/* 					<!-- IF topicrow.S_TOPIC_DELETED -->*/
/* 						<a href="{topicrow.U_MCP_QUEUE}" class="imageset">{DELETED_IMG}</a>&nbsp;*/
/* 					<!-- ENDIF -->*/
/* 					<!-- IF topicrow.S_TOPIC_REPORTED -->*/
/* 						<a href="{topicrow.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a>&nbsp;*/
/* 					<!-- ENDIF -->*/
/* 					<!-- IF .topicrow.pagination -->*/
/* 						<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON}*/
/* 						<!-- BEGIN pagination -->*/
/* 							<!-- IF topicrow.pagination.S_IS_PREV -->*/
/* 							<!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><strong>{topicrow.pagination.PAGE_NUMBER}</strong>*/
/* 							<!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --> {L_ELLIPSIS}*/
/* 							<!-- ELSEIF topicrow.pagination.S_IS_NEXT -->*/
/* 							<!-- ELSE --><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a>*/
/* 							<!-- ENDIF -->*/
/* 						<!-- END pagination -->*/
/* 						] </p>*/
/* 					<!-- ENDIF -->*/
/* 					<!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --><p class="gensmall">{L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a></p><!-- ENDIF -->*/
/* 					<!-- EVENT topiclist_row_append -->*/
/* 				</td>*/
/* 				<td class="row2" width="130" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR_FULL}</p></td>*/
/* 				<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>*/
/* 				<td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td>*/
/* 				<td class="row1" width="140" align="center">*/
/* 					<p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>*/
/* 					<p class="topicdetails">{topicrow.LAST_POST_AUTHOR_FULL}*/
/* 						<!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a><!-- ENDIF -->*/
/* 					</p>*/
/* 				</td>*/
/* 			</tr>*/
/* */
/* 		<!-- BEGINELSE -->*/
/* 			<!-- IF S_IS_POSTABLE -->*/
/* 			<tr>*/
/* 				<!-- IF S_TOPIC_ICONS -->*/
/* 					<td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>*/
/* 				<!-- ELSE -->*/
/* 					<td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>*/
/* 				<!-- ENDIF -->*/
/* 			</tr>*/
/* 			<!-- ENDIF -->*/
/* 		<!-- END topicrow -->*/
/* */
/* 		<!-- IF not S_IS_BOT -->*/
/* 		<tr align="center">*/
/* 			<!-- IF S_TOPIC_ICONS -->*/
/* 				<td class="cat" colspan="7">*/
/* 			<!-- ELSE -->*/
/* 				<td class="cat" colspan="6">*/
/* 			<!-- ENDIF -->*/
/* 					<form method="post" action="{S_FORUM_ACTION}"><span class="gensmall">{L_DISPLAY_TOPICS}{L_COLON}</span>&nbsp;{S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /></form>*/
/* 				</td>*/
/* 		</tr>*/
/* 		<!-- ENDIF -->*/
/* 		</table>*/
/* 	<!-- ENDIF -->*/
/* */
/* 	<!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS -->*/
/* 		<table width="100%" cellspacing="1">*/
/* 		<tr>*/
/* 			<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">*/
/* 			<!-- EVENT viewforum_buttons_bottom_before -->*/
/* */
/* 			<!-- IF S_DISPLAY_POST_INFO and not S_IS_BOT -->*/
/* 				<a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a>*/
/* 			<!-- ENDIF -->*/
/* */
/* 			<!-- EVENT viewforum_buttons_bottom_after -->*/
/* 			</td>*/
/* */
/* 			<!-- IF TOTAL_TOPICS -->*/
/* 				<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>*/
/* 				<td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_TOPICS} ]&nbsp;</td>*/
/* 				<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>*/
/* 			<!-- ENDIF -->*/
/* 		</tr>*/
/* 		</table>*/
/* 	<!-- ENDIF -->*/
/* */
/* 		<br clear="all" />*/
/* </div>*/
/* */
/* <!-- INCLUDE breadcrumbs.html -->*/
/* */
/* <!-- IF S_DISPLAY_ONLINE_LIST -->*/
/* 	<br clear="all" />*/
/* */
/* 	<table class="tablebg stat-block online-list" width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 		<td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td>*/
/* 	</tr>*/
/* 	<tr>*/
/* 		<td class="row1"><p class="gensmall">{LOGGED_IN_USER_LIST}</p></td>*/
/* 	</tr>*/
/* 	</table>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_DISPLAY_POST_INFO -->*/
/* 	<br clear="all" />*/
/* */
/* 	<table width="100%" cellspacing="0">*/
/* 	<tr>*/
/* 		<td align="{S_CONTENT_FLOW_BEGIN}" valign="top">*/
/* 			<table cellspacing="3" cellpadding="0" border="0">*/
/* 			<tr>*/
/* 				<td width="20" style="text-align: center;">{FOLDER_UNREAD_IMG}</td>*/
/* 				<td class="gensmall">{L_UNREAD_POSTS}</td>*/
/* 				<td>&nbsp;&nbsp;</td>*/
/* 				<td width="20" style="text-align: center;">{FOLDER_IMG}</td>*/
/* 				<td class="gensmall">{L_NO_UNREAD_POSTS}</td>*/
/* 				<td>&nbsp;&nbsp;</td>*/
/* 				<td width="20" style="text-align: center;">{FOLDER_ANNOUNCE_IMG}</td>*/
/* 				<td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>*/
/* 			</tr>*/
/* 			<tr>*/
/* 				<td style="text-align: center;">{FOLDER_HOT_UNREAD_IMG}</td>*/
/* 				<td class="gensmall">{L_UNREAD_POSTS_HOT}</td>*/
/* 				<td>&nbsp;&nbsp;</td>*/
/* 				<td style="text-align: center;">{FOLDER_HOT_IMG}</td>*/
/* 				<td class="gensmall">{L_NO_UNREAD_POSTS_HOT}</td>*/
/* 				<td>&nbsp;&nbsp;</td>*/
/* 				<td style="text-align: center;">{FOLDER_STICKY_IMG}</td>*/
/* 				<td class="gensmall">{L_ICON_STICKY}</td>*/
/* 			</tr>*/
/* 			<tr>*/
/* 				<td style="text-align: center;">{FOLDER_LOCKED_UNREAD_IMG}</td>*/
/* 				<td class="gensmall">{L_UNREAD_POSTS_LOCKED}</td>*/
/* 				<td>&nbsp;&nbsp;</td>*/
/* 				<td style="text-align: center;">{FOLDER_LOCKED_IMG}</td>*/
/* 				<td class="gensmall">{L_NO_UNREAD_POSTS_LOCKED}</td>*/
/* 				<td>&nbsp;&nbsp;</td>*/
/* 				<td style="text-align: center;">{FOLDER_MOVED_IMG}</td>*/
/* 				<td class="gensmall">{L_TOPIC_MOVED}</td>*/
/* 			</tr>*/
/* 			</table>*/
/* 		</td>*/
/* 		<td align="{S_CONTENT_FLOW_END}"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>*/
/* 	</tr>*/
/* 	</table>*/
/* <!-- ENDIF -->*/
/* */
/* <br clear="all" />*/
/* */
/* <table width="100%" cellspacing="0">*/
/* <tr>*/
/* 	<td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>*/
/* 	<td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>*/
/* </tr>*/
/* </table>*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */
