<?php

/* viewtopic_body.html */
class __TwigTemplate_cf8c0895c50b4e917330d61f0dd6d3bea563b7d30846e52d1b801f266e5c713c 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", "viewtopic_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 "
<div id=\"pageheader\">
\t<h2>";
        // line 18
        if (isset($context["viewtopic_topic_title_prepend"])) { $_viewtopic_topic_title_prepend_ = $context["viewtopic_topic_title_prepend"]; } else { $_viewtopic_topic_title_prepend_ = null; }
        echo "<a class=\"titles\" href=\"";
        if (isset($context["U_VIEW_TOPIC"])) { $_U_VIEW_TOPIC_ = $context["U_VIEW_TOPIC"]; } else { $_U_VIEW_TOPIC_ = null; }
        echo $_U_VIEW_TOPIC_;
        echo "\">";
        if (isset($context["TOPIC_TITLE"])) { $_TOPIC_TITLE_ = $context["TOPIC_TITLE"]; } else { $_TOPIC_TITLE_ = null; }
        echo $_TOPIC_TITLE_;
        echo "</a>";
        if (isset($context["viewtopic_topic_title_append"])) { $_viewtopic_topic_title_append_ = $context["viewtopic_topic_title_append"]; } else { $_viewtopic_topic_title_append_ = null; }
        echo "</h2>
\t";
        // line 19
        if (isset($context["viewtopic_topic_title_after"])) { $_viewtopic_topic_title_after_ = $context["viewtopic_topic_title_after"]; } else { $_viewtopic_topic_title_after_ = null; }
        // line 20
        echo "
";
        // line 21
        if (isset($context["MODERATORS"])) { $_MODERATORS_ = $context["MODERATORS"]; } else { $_MODERATORS_ = null; }
        if ($_MODERATORS_) {
            // line 22
            echo "\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>
";
        }
        // line 24
        if (isset($context["U_MCP"])) { $_U_MCP_ = $context["U_MCP"]; } else { $_U_MCP_ = null; }
        if ($_U_MCP_) {
            // line 25
            echo "\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>
";
        }
        // line 27
        echo "</div>

<br clear=\"all\" /><br />

<div id=\"pagecontent\">

\t<table width=\"100%\" cellspacing=\"1\">
\t<tr>
\t\t<td align=\"";
        // line 35
        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";
        // line 36
        if (isset($context["viewtopic_buttons_top_before"])) { $_viewtopic_buttons_top_before_ = $context["viewtopic_buttons_top_before"]; } else { $_viewtopic_buttons_top_before_ = null; }
        // line 37
        echo "
\t\t";
        // line 38
        if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
        if ( !$_S_IS_BOT_) {
            // line 39
            echo "\t\t\t";
            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_) {
                echo "<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>&nbsp;";
            }
            // line 40
            echo "\t\t\t";
            if (isset($context["S_DISPLAY_REPLY_INFO"])) { $_S_DISPLAY_REPLY_INFO_ = $context["S_DISPLAY_REPLY_INFO"]; } else { $_S_DISPLAY_REPLY_INFO_ = null; }
            if ($_S_DISPLAY_REPLY_INFO_) {
                echo "<a href=\"";
                if (isset($context["U_POST_REPLY_TOPIC"])) { $_U_POST_REPLY_TOPIC_ = $context["U_POST_REPLY_TOPIC"]; } else { $_U_POST_REPLY_TOPIC_ = null; }
                echo $_U_POST_REPLY_TOPIC_;
                echo "\" class=\"imageset\">";
                if (isset($context["REPLY_IMG"])) { $_REPLY_IMG_ = $context["REPLY_IMG"]; } else { $_REPLY_IMG_ = null; }
                echo $_REPLY_IMG_;
                echo "</a>";
            }
            // line 41
            echo "\t\t";
        }
        // line 42
        echo "
\t\t";
        // line 43
        if (isset($context["viewtopic_buttons_top_after"])) { $_viewtopic_buttons_top_after_ = $context["viewtopic_buttons_top_after"]; } else { $_viewtopic_buttons_top_after_ = null; }
        // line 44
        echo "\t\t</td>
\t\t";
        // line 45
        if (isset($context["TOTAL_POSTS"])) { $_TOTAL_POSTS_ = $context["TOTAL_POSTS"]; } else { $_TOTAL_POSTS_ = null; }
        if ($_TOTAL_POSTS_) {
            // line 46
            echo "\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<td class=\"gensmall\" nowrap=\"nowrap\">&nbsp;[ ";
            // line 47
            if (isset($context["TOTAL_POSTS"])) { $_TOTAL_POSTS_ = $context["TOTAL_POSTS"]; } else { $_TOTAL_POSTS_ = null; }
            echo $_TOTAL_POSTS_;
            echo " ]&nbsp;</td>
\t\t\t<td class=\"gensmall\" width=\"100%\" align=\"";
            // line 48
            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", "viewtopic_body.html", 48)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
            if (isset($context["viewtopic_body_pagination_top_after"])) { $_viewtopic_body_pagination_top_after_ = $context["viewtopic_body_pagination_top_after"]; } else { $_viewtopic_body_pagination_top_after_ = null; }
            echo "</td>
\t\t";
        }
        // line 50
        echo "\t</tr>
\t</table>

\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t<tr>
\t\t<td class=\"cat\">
\t\t\t<table width=\"100%\" cellspacing=\"0\">
\t\t\t<tr>
\t\t\t\t<td class=\"nav\" nowrap=\"nowrap\">&nbsp;
\t\t\t\t";
        // line 59
        if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
        if ( !$_S_IS_BOT_) {
            // line 60
            echo "\t\t\t\t\t";
            if (isset($context["U_WATCH_TOPIC"])) { $_U_WATCH_TOPIC_ = $context["U_WATCH_TOPIC"]; } else { $_U_WATCH_TOPIC_ = null; }
            if ($_U_WATCH_TOPIC_) {
                echo "<a href=\"";
                if (isset($context["U_WATCH_TOPIC"])) { $_U_WATCH_TOPIC_ = $context["U_WATCH_TOPIC"]; } else { $_U_WATCH_TOPIC_ = null; }
                echo $_U_WATCH_TOPIC_;
                echo "\" title=\"";
                if (isset($context["S_WATCH_TOPIC_TITLE"])) { $_S_WATCH_TOPIC_TITLE_ = $context["S_WATCH_TOPIC_TITLE"]; } else { $_S_WATCH_TOPIC_TITLE_ = null; }
                echo $_S_WATCH_TOPIC_TITLE_;
                echo "\">";
                if (isset($context["S_WATCH_TOPIC_TITLE"])) { $_S_WATCH_TOPIC_TITLE_ = $context["S_WATCH_TOPIC_TITLE"]; } else { $_S_WATCH_TOPIC_TITLE_ = null; }
                echo $_S_WATCH_TOPIC_TITLE_;
                echo "</a>";
                if (isset($context["U_PRINT_TOPIC"])) { $_U_PRINT_TOPIC_ = $context["U_PRINT_TOPIC"]; } else { $_U_PRINT_TOPIC_ = null; }
                if (isset($context["U_EMAIL_TOPIC"])) { $_U_EMAIL_TOPIC_ = $context["U_EMAIL_TOPIC"]; } else { $_U_EMAIL_TOPIC_ = null; }
                if (isset($context["U_BUMP_TOPIC"])) { $_U_BUMP_TOPIC_ = $context["U_BUMP_TOPIC"]; } else { $_U_BUMP_TOPIC_ = null; }
                if (isset($context["U_BOOKMARK_TOPIC"])) { $_U_BOOKMARK_TOPIC_ = $context["U_BOOKMARK_TOPIC"]; } else { $_U_BOOKMARK_TOPIC_ = null; }
                if (((($_U_PRINT_TOPIC_ || $_U_EMAIL_TOPIC_) || $_U_BUMP_TOPIC_) || $_U_BOOKMARK_TOPIC_)) {
                    echo " | ";
                }
            }
            // line 61
            echo "\t\t\t\t\t";
            if (isset($context["U_BOOKMARK_TOPIC"])) { $_U_BOOKMARK_TOPIC_ = $context["U_BOOKMARK_TOPIC"]; } else { $_U_BOOKMARK_TOPIC_ = null; }
            if ($_U_BOOKMARK_TOPIC_) {
                echo "<a href=\"";
                if (isset($context["U_BOOKMARK_TOPIC"])) { $_U_BOOKMARK_TOPIC_ = $context["U_BOOKMARK_TOPIC"]; } else { $_U_BOOKMARK_TOPIC_ = null; }
                echo $_U_BOOKMARK_TOPIC_;
                echo "\" title=\"";
                if (isset($context["S_BOOKMARK_TOPIC"])) { $_S_BOOKMARK_TOPIC_ = $context["S_BOOKMARK_TOPIC"]; } else { $_S_BOOKMARK_TOPIC_ = null; }
                echo $_S_BOOKMARK_TOPIC_;
                echo "\">";
                if (isset($context["S_BOOKMARK_TOPIC"])) { $_S_BOOKMARK_TOPIC_ = $context["S_BOOKMARK_TOPIC"]; } else { $_S_BOOKMARK_TOPIC_ = null; }
                echo $_S_BOOKMARK_TOPIC_;
                echo "</a>";
                if (isset($context["U_PRINT_TOPIC"])) { $_U_PRINT_TOPIC_ = $context["U_PRINT_TOPIC"]; } else { $_U_PRINT_TOPIC_ = null; }
                if (isset($context["U_EMAIL_TOPIC"])) { $_U_EMAIL_TOPIC_ = $context["U_EMAIL_TOPIC"]; } else { $_U_EMAIL_TOPIC_ = null; }
                if (isset($context["U_BUMP_TOPIC"])) { $_U_BUMP_TOPIC_ = $context["U_BUMP_TOPIC"]; } else { $_U_BUMP_TOPIC_ = null; }
                if ((($_U_PRINT_TOPIC_ || $_U_EMAIL_TOPIC_) || $_U_BUMP_TOPIC_)) {
                    echo " | ";
                }
            }
            // line 62
            echo "\t\t\t\t\t";
            if (isset($context["U_PRINT_TOPIC"])) { $_U_PRINT_TOPIC_ = $context["U_PRINT_TOPIC"]; } else { $_U_PRINT_TOPIC_ = null; }
            if ($_U_PRINT_TOPIC_) {
                echo "<a href=\"";
                if (isset($context["U_PRINT_TOPIC"])) { $_U_PRINT_TOPIC_ = $context["U_PRINT_TOPIC"]; } else { $_U_PRINT_TOPIC_ = null; }
                echo $_U_PRINT_TOPIC_;
                echo "\" title=\"";
                echo $this->env->getExtension('phpbb')->lang("PRINT_TOPIC");
                echo "\">";
                echo $this->env->getExtension('phpbb')->lang("PRINT_TOPIC");
                echo "</a>";
                if (isset($context["U_EMAIL_TOPIC"])) { $_U_EMAIL_TOPIC_ = $context["U_EMAIL_TOPIC"]; } else { $_U_EMAIL_TOPIC_ = null; }
                if (isset($context["U_BUMP_TOPIC"])) { $_U_BUMP_TOPIC_ = $context["U_BUMP_TOPIC"]; } else { $_U_BUMP_TOPIC_ = null; }
                if (($_U_EMAIL_TOPIC_ || $_U_BUMP_TOPIC_)) {
                    echo " | ";
                }
            }
            // line 63
            echo "\t\t\t\t\t";
            if (isset($context["U_EMAIL_TOPIC"])) { $_U_EMAIL_TOPIC_ = $context["U_EMAIL_TOPIC"]; } else { $_U_EMAIL_TOPIC_ = null; }
            if ($_U_EMAIL_TOPIC_) {
                echo "<a href=\"";
                if (isset($context["U_EMAIL_TOPIC"])) { $_U_EMAIL_TOPIC_ = $context["U_EMAIL_TOPIC"]; } else { $_U_EMAIL_TOPIC_ = null; }
                echo $_U_EMAIL_TOPIC_;
                echo "\" title=\"";
                echo $this->env->getExtension('phpbb')->lang("EMAIL_TOPIC");
                echo "\">";
                echo $this->env->getExtension('phpbb')->lang("EMAIL_TOPIC");
                echo "</a>";
                if (isset($context["U_BUMP_TOPIC"])) { $_U_BUMP_TOPIC_ = $context["U_BUMP_TOPIC"]; } else { $_U_BUMP_TOPIC_ = null; }
                if ($_U_BUMP_TOPIC_) {
                    echo " | ";
                }
            }
            // line 64
            echo "\t\t\t\t\t";
            if (isset($context["U_BUMP_TOPIC"])) { $_U_BUMP_TOPIC_ = $context["U_BUMP_TOPIC"]; } else { $_U_BUMP_TOPIC_ = null; }
            if ($_U_BUMP_TOPIC_) {
                echo "<a href=\"";
                if (isset($context["U_BUMP_TOPIC"])) { $_U_BUMP_TOPIC_ = $context["U_BUMP_TOPIC"]; } else { $_U_BUMP_TOPIC_ = null; }
                echo $_U_BUMP_TOPIC_;
                echo "\" title=\"";
                echo $this->env->getExtension('phpbb')->lang("BUMP_TOPIC");
                echo "\">";
                echo $this->env->getExtension('phpbb')->lang("BUMP_TOPIC");
                echo "</a>";
            }
            // line 65
            echo "\t\t\t\t";
        }
        // line 66
        echo "\t\t\t\t</td>
\t\t\t\t<td class=\"nav\" align=\"";
        // line 67
        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\"><a href=\"";
        if (isset($context["U_VIEW_OLDER_TOPIC"])) { $_U_VIEW_OLDER_TOPIC_ = $context["U_VIEW_OLDER_TOPIC"]; } else { $_U_VIEW_OLDER_TOPIC_ = null; }
        echo $_U_VIEW_OLDER_TOPIC_;
        echo "\">";
        echo $this->env->getExtension('phpbb')->lang("VIEW_PREVIOUS_TOPIC");
        echo "</a>";
        if (isset($context["U_VIEW_UNREAD_POST"])) { $_U_VIEW_UNREAD_POST_ = $context["U_VIEW_UNREAD_POST"]; } else { $_U_VIEW_UNREAD_POST_ = null; }
        if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
        if (($_U_VIEW_UNREAD_POST_ &&  !$_S_IS_BOT_)) {
            echo " | <a href=\"";
            if (isset($context["U_VIEW_UNREAD_POST"])) { $_U_VIEW_UNREAD_POST_ = $context["U_VIEW_UNREAD_POST"]; } else { $_U_VIEW_UNREAD_POST_ = null; }
            echo $_U_VIEW_UNREAD_POST_;
            echo "\">";
            echo $this->env->getExtension('phpbb')->lang("VIEW_UNREAD_POST");
            echo "</a>";
        }
        echo " | <a href=\"";
        if (isset($context["U_VIEW_NEWER_TOPIC"])) { $_U_VIEW_NEWER_TOPIC_ = $context["U_VIEW_NEWER_TOPIC"]; } else { $_U_VIEW_NEWER_TOPIC_ = null; }
        echo $_U_VIEW_NEWER_TOPIC_;
        echo "\">";
        echo $this->env->getExtension('phpbb')->lang("VIEW_NEXT_TOPIC");
        echo "</a>&nbsp;</td>
\t\t\t</tr>
\t\t\t</table>
\t\t</td>
\t</tr>
";
        // line 72
        if (isset($context["viewtopic_body_poll_before"])) { $_viewtopic_body_poll_before_ = $context["viewtopic_body_poll_before"]; } else { $_viewtopic_body_poll_before_ = null; }
        // line 73
        if (isset($context["S_HAS_POLL"])) { $_S_HAS_POLL_ = $context["S_HAS_POLL"]; } else { $_S_HAS_POLL_ = null; }
        if ($_S_HAS_POLL_) {
            // line 74
            echo "\t<tr>
\t\t<td class=\"row2\" colspan=\"2\" align=\"center\"><br clear=\"all\" />

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

\t\t\t<table cellspacing=\"0\" cellpadding=\"4\" border=\"0\" align=\"center\">
\t\t\t<tr>
\t\t\t\t<td align=\"center\"><span class=\"gen\">";
            // line 81
            if (isset($context["viewtopic_body_poll_question_prepend"])) { $_viewtopic_body_poll_question_prepend_ = $context["viewtopic_body_poll_question_prepend"]; } else { $_viewtopic_body_poll_question_prepend_ = null; }
            echo "<b>";
            if (isset($context["POLL_QUESTION"])) { $_POLL_QUESTION_ = $context["POLL_QUESTION"]; } else { $_POLL_QUESTION_ = null; }
            echo $_POLL_QUESTION_;
            echo "</b>";
            if (isset($context["viewtopic_body_poll_question_append"])) { $_viewtopic_body_poll_question_append_ = $context["viewtopic_body_poll_question_append"]; } else { $_viewtopic_body_poll_question_append_ = null; }
            echo "</span><br /><span class=\"gensmall\">";
            echo $this->env->getExtension('phpbb')->lang("POLL_LENGTH");
            echo "</span></td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td align=\"";
            // line 84
            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 "\">
\t\t\t\t\t<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\">
\t\t\t\t";
            // line 86
            if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "poll_option", array()));
            foreach ($context['_seq'] as $context["_key"] => $context["poll_option"]) {
                // line 87
                echo "\t\t\t\t\t<tr>
\t\t\t\t\t";
                // line 88
                if (isset($context["viewtopic_body_poll_option_before"])) { $_viewtopic_body_poll_option_before_ = $context["viewtopic_body_poll_option_before"]; } else { $_viewtopic_body_poll_option_before_ = null; }
                // line 89
                echo "\t\t\t\t\t";
                if (isset($context["S_CAN_VOTE"])) { $_S_CAN_VOTE_ = $context["S_CAN_VOTE"]; } else { $_S_CAN_VOTE_ = null; }
                if ($_S_CAN_VOTE_) {
                    // line 90
                    echo "\t\t\t\t\t\t<td";
                    if (isset($context["poll_option"])) { $_poll_option_ = $context["poll_option"]; } else { $_poll_option_ = null; }
                    if ($this->getAttribute($_poll_option_, "POLL_OPTION_MOST_VOTES", array())) {
                        echo " class=\"most-votes\"";
                    }
                    echo ">
\t\t\t\t\t\t\t";
                    // line 91
                    if (isset($context["S_IS_MULTI_CHOICE"])) { $_S_IS_MULTI_CHOICE_ = $context["S_IS_MULTI_CHOICE"]; } else { $_S_IS_MULTI_CHOICE_ = null; }
                    if ($_S_IS_MULTI_CHOICE_) {
                        // line 92
                        echo "\t\t\t\t\t\t\t\t<input type=\"checkbox\" class=\"radio\" name=\"vote_id[]\" value=\"";
                        if (isset($context["poll_option"])) { $_poll_option_ = $context["poll_option"]; } else { $_poll_option_ = null; }
                        echo $this->getAttribute($_poll_option_, "POLL_OPTION_ID", array());
                        echo "\"";
                        if (isset($context["poll_option"])) { $_poll_option_ = $context["poll_option"]; } else { $_poll_option_ = null; }
                        if ($this->getAttribute($_poll_option_, "POLL_OPTION_VOTED", array())) {
                            echo " checked=\"checked\"";
                        }
                        echo " />
\t\t\t\t\t\t\t";
                    } else {
                        // line 94
                        echo "\t\t\t\t\t\t\t\t<input type=\"radio\" class=\"radio\" name=\"vote_id[]\" value=\"";
                        if (isset($context["poll_option"])) { $_poll_option_ = $context["poll_option"]; } else { $_poll_option_ = null; }
                        echo $this->getAttribute($_poll_option_, "POLL_OPTION_ID", array());
                        echo "\"";
                        if (isset($context["poll_option"])) { $_poll_option_ = $context["poll_option"]; } else { $_poll_option_ = null; }
                        if ($this->getAttribute($_poll_option_, "POLL_OPTION_VOTED", array())) {
                            echo " checked=\"checked\"";
                        }
                        echo " />
\t\t\t\t\t\t\t";
                    }
                    // line 96
                    echo "\t\t\t\t\t\t</td>
\t\t\t\t\t";
                }
                // line 98
                echo "\t\t\t\t\t\t<td><span class=\"gen\">";
                if (isset($context["poll_option"])) { $_poll_option_ = $context["poll_option"]; } else { $_poll_option_ = null; }
                echo $this->getAttribute($_poll_option_, "POLL_OPTION_CAPTION", array());
                echo "</span></td>
\t\t\t\t\t\t";
                // line 99
                if (isset($context["S_DISPLAY_RESULTS"])) { $_S_DISPLAY_RESULTS_ = $context["S_DISPLAY_RESULTS"]; } else { $_S_DISPLAY_RESULTS_ = null; }
                if ($_S_DISPLAY_RESULTS_) {
                    // line 100
                    echo "\t\t\t\t\t\t\t<td dir=\"ltr\">";
                    if (isset($context["POLL_LEFT_CAP_IMG"])) { $_POLL_LEFT_CAP_IMG_ = $context["POLL_LEFT_CAP_IMG"]; } else { $_POLL_LEFT_CAP_IMG_ = null; }
                    echo $_POLL_LEFT_CAP_IMG_;
                    echo "<span class=\"imageset poll_center\" style=\"width: ";
                    if (isset($context["poll_option"])) { $_poll_option_ = $context["poll_option"]; } else { $_poll_option_ = null; }
                    echo $this->getAttribute($_poll_option_, "POLL_OPTION_WIDTH", array());
                    echo "px; background-repeat: repeat-x;\">";
                    if (isset($context["poll_option"])) { $_poll_option_ = $context["poll_option"]; } else { $_poll_option_ = null; }
                    echo $this->getAttribute($_poll_option_, "POLL_OPTION_PERCENT", array());
                    echo "</span>";
                    if (isset($context["POLL_RIGHT_CAP_IMG"])) { $_POLL_RIGHT_CAP_IMG_ = $context["POLL_RIGHT_CAP_IMG"]; } else { $_POLL_RIGHT_CAP_IMG_ = null; }
                    echo $_POLL_RIGHT_CAP_IMG_;
                    echo "</td>
\t\t\t\t\t\t\t<td class=\"gen\" align=\"";
                    // line 101
                    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 "\"><b>&nbsp;";
                    if (isset($context["poll_option"])) { $_poll_option_ = $context["poll_option"]; } else { $_poll_option_ = null; }
                    echo $this->getAttribute($_poll_option_, "POLL_OPTION_PERCENT", array());
                    echo "&nbsp;</b></td>
\t\t\t\t\t\t\t<td class=\"gen\" align=\"center\">[ ";
                    // line 102
                    if (isset($context["poll_option"])) { $_poll_option_ = $context["poll_option"]; } else { $_poll_option_ = null; }
                    echo $this->getAttribute($_poll_option_, "POLL_OPTION_RESULT", array());
                    echo " ]</td>
\t\t\t\t\t\t\t";
                    // line 103
                    if (isset($context["poll_option"])) { $_poll_option_ = $context["poll_option"]; } else { $_poll_option_ = null; }
                    if ($this->getAttribute($_poll_option_, "POLL_OPTION_VOTED", array())) {
                        // line 104
                        echo "\t\t\t\t\t\t\t\t<td class=\"gensmall\" valign=\"top\"><b title=\"";
                        echo $this->env->getExtension('phpbb')->lang("POLL_VOTED_OPTION");
                        echo "\">x</b></td>
\t\t\t\t\t\t\t";
                    }
                    // line 106
                    echo "\t\t\t\t\t\t";
                }
                // line 107
                echo "\t\t\t\t\t";
                if (isset($context["viewtopic_body_poll_option_after"])) { $_viewtopic_body_poll_option_after_ = $context["viewtopic_body_poll_option_after"]; } else { $_viewtopic_body_poll_option_after_ = null; }
                // line 108
                echo "\t\t\t\t\t</tr>
\t\t\t\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['poll_option'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 110
            echo "\t\t\t\t\t</table>
\t\t\t\t</td>
\t\t\t</tr>
\t\t";
            // line 113
            if (isset($context["S_CAN_VOTE"])) { $_S_CAN_VOTE_ = $context["S_CAN_VOTE"]; } else { $_S_CAN_VOTE_ = null; }
            if ($_S_CAN_VOTE_) {
                // line 114
                echo "\t\t\t<tr>
\t\t\t\t<td align=\"center\"><span class=\"gensmall\">";
                // line 115
                echo $this->env->getExtension('phpbb')->lang("MAX_VOTES");
                echo "</span><br /><br /><input type=\"submit\" name=\"update\" value=\"";
                echo $this->env->getExtension('phpbb')->lang("SUBMIT_VOTE");
                echo "\" class=\"btnlite\" /></td>
\t\t\t</tr>
\t\t";
            }
            // line 118
            echo "\t\t";
            if (isset($context["S_DISPLAY_RESULTS"])) { $_S_DISPLAY_RESULTS_ = $context["S_DISPLAY_RESULTS"]; } else { $_S_DISPLAY_RESULTS_ = null; }
            if ($_S_DISPLAY_RESULTS_) {
                // line 119
                echo "\t\t\t<tr>
\t\t\t\t<td class=\"gensmall\" colspan=\"4\" align=\"center\"><b>";
                // line 120
                echo $this->env->getExtension('phpbb')->lang("TOTAL_VOTES");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo " ";
                if (isset($context["TOTAL_VOTES"])) { $_TOTAL_VOTES_ = $context["TOTAL_VOTES"]; } else { $_TOTAL_VOTES_ = null; }
                echo $_TOTAL_VOTES_;
                echo "</b></td>
\t\t\t</tr>
\t\t";
            } else {
                // line 123
                echo "\t\t\t<tr>
\t\t\t\t<td align=\"center\"><span class=\"gensmall\"><b><a href=\"";
                // line 124
                if (isset($context["U_VIEW_RESULTS"])) { $_U_VIEW_RESULTS_ = $context["U_VIEW_RESULTS"]; } else { $_U_VIEW_RESULTS_ = null; }
                echo $_U_VIEW_RESULTS_;
                echo "\">";
                echo $this->env->getExtension('phpbb')->lang("VIEW_RESULTS");
                echo "</a></b></span></td>
\t\t\t</tr>
\t\t";
            }
            // line 127
            echo "\t\t\t</table>
\t\t\t";
            // line 128
            if (isset($context["S_HIDDEN_FIELDS"])) { $_S_HIDDEN_FIELDS_ = $context["S_HIDDEN_FIELDS"]; } else { $_S_HIDDEN_FIELDS_ = null; }
            echo $_S_HIDDEN_FIELDS_;
            echo "
\t\t\t";
            // line 129
            if (isset($context["S_FORM_TOKEN"])) { $_S_FORM_TOKEN_ = $context["S_FORM_TOKEN"]; } else { $_S_FORM_TOKEN_ = null; }
            echo $_S_FORM_TOKEN_;
            echo "
\t\t\t</form>

\t\t</td>
\t</tr>
";
        }
        // line 135
        if (isset($context["viewtopic_body_poll_after"])) { $_viewtopic_body_poll_after_ = $context["viewtopic_body_poll_after"]; } else { $_viewtopic_body_poll_after_ = null; }
        // line 136
        echo "\t</table>

";
        // line 138
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "postrow", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["postrow"]) {
            // line 139
            echo "\t";
            if (isset($context["viewtopic_body_postrow_post_before"])) { $_viewtopic_body_postrow_post_before_ = $context["viewtopic_body_postrow_post_before"]; } else { $_viewtopic_body_postrow_post_before_ = null; }
            // line 140
            echo "\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t";
            // line 141
            if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
            if ($this->getAttribute($_postrow_, "S_FIRST_ROW", array())) {
                // line 142
                echo "\t\t<tr>
\t\t\t<th>";
                // line 143
                echo $this->env->getExtension('phpbb')->lang("AUTHOR");
                echo "</th>
\t\t\t<th>";
                // line 144
                echo $this->env->getExtension('phpbb')->lang("MESSAGE");
                echo "</th>
\t\t</tr>
\t";
            }
            // line 147
            echo "\t";
            if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
            if (($this->getAttribute($_postrow_, "S_ROW_COUNT", array()) % 2 == 0)) {
                echo "<tr class=\"row1\">";
            } else {
                echo "<tr class=\"row2\">";
            }
            // line 148
            echo "
\t";
            // line 149
            if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
            if ($this->getAttribute($_postrow_, "S_POST_HIDDEN", array())) {
                // line 150
                echo "\t\t\t<td class=\"gensmall\" colspan=\"2\" height=\"25\" align=\"center\">
\t\t\t\t";
                // line 151
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "S_FIRST_UNREAD", array())) {
                    echo "<a id=\"unread\" class=\"anchor\" data-url=\"";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "U_MINI_POST", array());
                    echo "\"></a>";
                }
                // line 152
                echo "\t\t\t\t<a name=\"p";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                echo $this->getAttribute($_postrow_, "POST_ID", array());
                echo "\" class=\"anchor\"></a>
\t\t\t\t";
                // line 153
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "S_POST_HIDDEN", array())) {
                    // line 154
                    echo "\t\t\t\t\t";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    if ($this->getAttribute($_postrow_, "S_POST_DELETED", array())) {
                        // line 155
                        echo "\t\t\t\t\t\t";
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "L_POST_DELETED_MESSAGE", array());
                        echo "
\t\t\t\t\t";
                    } elseif ($this->getAttribute($_postrow_, "S_IGNORE_POST", array())) {
                        // line 157
                        echo "\t\t\t\t\t\t";
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "L_IGNORE_POST", array());
                        echo "
\t\t\t\t\t";
                    }
                    // line 159
                    echo "\t\t\t\t\t<br />";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "L_POST_DISPLAY", array());
                    echo "
\t\t\t\t";
                }
                // line 161
                echo "\t\t\t</td>
\t";
            } else {
                // line 163
                echo "
\t\t\t<td align=\"center\" valign=\"middle\">
\t\t\t\t";
                // line 165
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "S_FIRST_UNREAD", array())) {
                    // line 166
                    echo "\t\t\t\t\t<a id=\"unread\" class=\"anchor\"";
                    if (isset($context["S_UNREAD_VIEW"])) { $_S_UNREAD_VIEW_ = $context["S_UNREAD_VIEW"]; } else { $_S_UNREAD_VIEW_ = null; }
                    if ($_S_UNREAD_VIEW_) {
                        echo " data-url=\"";
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "U_MINI_POST", array());
                        echo "\"";
                    }
                    echo "></a>
\t\t\t\t";
                }
                // line 168
                echo "\t\t\t\t<a name=\"p";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                echo $this->getAttribute($_postrow_, "POST_ID", array());
                echo "\" class=\"anchor\"></a>
\t\t\t\t";
                // line 169
                if (isset($context["viewtopic_body_post_author_before"])) { $_viewtopic_body_post_author_before_ = $context["viewtopic_body_post_author_before"]; } else { $_viewtopic_body_post_author_before_ = null; }
                // line 170
                echo "\t\t\t\t<b class=\"postauthor\"";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "POST_AUTHOR_COLOUR", array())) {
                    echo " style=\"color: ";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "POST_AUTHOR_COLOUR", array());
                    echo "\"";
                }
                echo ">";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                echo $this->getAttribute($_postrow_, "POST_AUTHOR", array());
                echo "</b>
\t\t\t\t";
                // line 171
                if (isset($context["viewtopic_body_post_author_after"])) { $_viewtopic_body_post_author_after_ = $context["viewtopic_body_post_author_after"]; } else { $_viewtopic_body_post_author_after_ = null; }
                // line 172
                echo "\t\t\t</td>
\t\t\t";
                // line 173
                if (isset($context["viewtopic_body_postrow_post_details_before"])) { $_viewtopic_body_postrow_post_details_before_ = $context["viewtopic_body_postrow_post_details_before"]; } else { $_viewtopic_body_postrow_post_details_before_ = null; }
                // line 174
                echo "\t\t\t";
                if (isset($context["viewtopic_body_post_subject_before"])) { $_viewtopic_body_post_subject_before_ = $context["viewtopic_body_post_subject_before"]; } else { $_viewtopic_body_post_subject_before_ = null; }
                // line 175
                echo "\t\t\t<td width=\"100%\" height=\"25\">
\t\t\t\t<table width=\"100%\" cellspacing=\"0\">
\t\t\t\t<tr>
\t\t\t\t";
                // line 178
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "POST_ICON_IMG", array())) {
                    // line 179
                    echo "\t\t\t\t\t<td><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["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "POST_ICON_IMG", array());
                    echo "\" width=\"";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "POST_ICON_IMG_WIDTH", array());
                    echo "\" height=\"";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "POST_ICON_IMG_HEIGHT", array());
                    echo "\" alt=\"\" title=\"\" /></td>
\t\t\t\t";
                }
                // line 181
                echo "\t\t\t\t\t<td class=\"gensmall\" width=\"100%\"><div style=\"float: ";
                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 ";\">&nbsp;<b>";
                echo $this->env->getExtension('phpbb')->lang("POST_SUBJECT");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo "</b> <a href=\"#p";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                echo $this->getAttribute($_postrow_, "POST_ID", array());
                echo "\">";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                echo $this->getAttribute($_postrow_, "POST_SUBJECT", array());
                echo "</a></div><div style=\"float: ";
                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 ";\">";
                if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
                if ($_S_IS_BOT_) {
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "MINI_POST_IMG", array());
                } else {
                    echo "<a href=\"";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "U_MINI_POST", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "MINI_POST_IMG", array());
                    echo "</a>";
                }
                echo "<b>";
                echo $this->env->getExtension('phpbb')->lang("POSTED");
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo "</b> ";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                echo $this->getAttribute($_postrow_, "POST_DATE", array());
                echo "&nbsp;</div></td>
\t\t\t\t</tr>
\t\t\t\t</table>
\t\t\t</td>
\t\t\t";
                // line 185
                if (isset($context["viewtopic_body_postrow_post_details_after"])) { $_viewtopic_body_postrow_post_details_after_ = $context["viewtopic_body_postrow_post_details_after"]; } else { $_viewtopic_body_postrow_post_details_after_ = null; }
                // line 186
                echo "\t\t</tr>

\t\t";
                // line 188
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if (($this->getAttribute($_postrow_, "S_ROW_COUNT", array()) % 2 == 0)) {
                    echo "<tr class=\"row1\">";
                } else {
                    echo "<tr class=\"row2\">";
                }
                // line 189
                echo "
\t\t\t<td valign=\"top\" class=\"profile\">
\t\t\t\t<table cellspacing=\"4\" align=\"center\" width=\"150\">
\t\t\t";
                // line 192
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "ONLINE_IMG", array())) {
                    // line 193
                    echo "\t\t\t\t<tr>
\t\t\t\t\t<td>";
                    // line 194
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "ONLINE_IMG", array());
                    echo "</td>
\t\t\t\t</tr>
\t\t\t";
                }
                // line 197
                echo "\t\t\t";
                if (isset($context["viewtopic_body_postrow_rank_before"])) { $_viewtopic_body_postrow_rank_before_ = $context["viewtopic_body_postrow_rank_before"]; } else { $_viewtopic_body_postrow_rank_before_ = null; }
                // line 198
                echo "\t\t\t";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "RANK_TITLE", array())) {
                    // line 199
                    echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"postdetails\">";
                    // line 200
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "RANK_TITLE", array());
                    echo "</td>
\t\t\t\t</tr>
\t\t\t";
                }
                // line 203
                echo "\t\t\t";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "RANK_IMG", array())) {
                    // line 204
                    echo "\t\t\t\t<tr>
\t\t\t\t\t<td>";
                    // line 205
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "RANK_IMG", array());
                    echo "</td>
\t\t\t\t</tr>
\t\t\t";
                }
                // line 208
                echo "\t\t\t";
                if (isset($context["viewtopic_body_postrow_rank_after"])) { $_viewtopic_body_postrow_rank_after_ = $context["viewtopic_body_postrow_rank_after"]; } else { $_viewtopic_body_postrow_rank_after_ = null; }
                // line 209
                echo "
\t\t\t";
                // line 210
                if (isset($context["viewtopic_body_avatar_before"])) { $_viewtopic_body_avatar_before_ = $context["viewtopic_body_avatar_before"]; } else { $_viewtopic_body_avatar_before_ = null; }
                // line 211
                echo "\t\t\t";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "POSTER_AVATAR", array())) {
                    // line 212
                    echo "\t\t\t\t<tr>
\t\t\t\t\t<td>";
                    // line 213
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "POSTER_AVATAR", array());
                    echo "</td>
\t\t\t\t</tr>
\t\t\t";
                }
                // line 216
                echo "\t\t\t";
                if (isset($context["viewtopic_body_avatar_after"])) { $_viewtopic_body_avatar_after_ = $context["viewtopic_body_avatar_after"]; } else { $_viewtopic_body_avatar_after_ = null; }
                // line 217
                echo "
\t\t\t";
                // line 218
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ( !((($this->getAttribute($_postrow_, "ONLINE_IMG", array()) || $this->getAttribute($_postrow_, "RANK_TITLE", array())) || $this->getAttribute($_postrow_, "RANK_IMG", array())) || $this->getAttribute($_postrow_, "POSTER_AVATAR", array()))) {
                    // line 219
                    echo "\t\t\t\t<tr>
\t\t\t\t\t<td></td>
\t\t\t\t</tr>
\t\t\t";
                }
                // line 223
                echo "\t\t\t\t</table>

\t\t\t\t<span class=\"postdetails\">
\t\t\t\t\t";
                // line 226
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "POSTER_JOINED", array())) {
                    echo "<br /><b>";
                    echo $this->env->getExtension('phpbb')->lang("JOINED");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo "</b> ";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "POSTER_JOINED", array());
                }
                // line 227
                echo "\t\t\t\t\t";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if (($this->getAttribute($_postrow_, "POSTER_POSTS", array()) != "")) {
                    echo "<br /><b>";
                    echo $this->env->getExtension('phpbb')->lang("POSTS");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo "</b> ";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "POSTER_POSTS", array());
                }
                // line 228
                echo "\t\t\t\t\t";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "POSTER_WARNINGS", array())) {
                    echo "<br /><b>";
                    echo $this->env->getExtension('phpbb')->lang("WARNINGS");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo "</b> ";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "POSTER_WARNINGS", array());
                }
                // line 229
                echo "
\t\t\t\t\t";
                // line 230
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "S_PROFILE_FIELD1", array())) {
                    // line 231
                    echo "\t\t\t\t\t\t<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
\t\t\t\t\t\t<br /><b>";
                    // line 232
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "PROFILE_FIELD1_NAME", array());
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo "</b> ";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "PROFILE_FIELD1_VALUE", array());
                    echo "
\t\t\t\t\t";
                }
                // line 234
                echo "
\t\t\t\t\t";
                // line 235
                if (isset($context["viewtopic_body_postrow_custom_fields_before"])) { $_viewtopic_body_postrow_custom_fields_before_ = $context["viewtopic_body_postrow_custom_fields_before"]; } else { $_viewtopic_body_postrow_custom_fields_before_ = null; }
                // line 236
                echo "\t\t\t\t\t";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable($this->getAttribute($_postrow_, "custom_fields", array()));
                foreach ($context['_seq'] as $context["_key"] => $context["custom_fields"]) {
                    // line 237
                    echo "\t\t\t\t\t\t";
                    if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
                    if ( !$this->getAttribute($_custom_fields_, "S_PROFILE_CONTACT", array())) {
                        // line 238
                        echo "\t\t\t\t\t\t<br /><b>";
                        if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
                        echo $this->getAttribute($_custom_fields_, "PROFILE_FIELD_NAME", array());
                        echo $this->env->getExtension('phpbb')->lang("COLON");
                        echo "</b> ";
                        if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
                        echo $this->getAttribute($_custom_fields_, "PROFILE_FIELD_VALUE", array());
                        echo "
\t\t\t\t\t\t";
                    }
                    // line 240
                    echo "\t\t\t\t\t";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_fields'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 241
                echo "\t\t\t\t\t";
                if (isset($context["viewtopic_body_postrow_custom_fields_after"])) { $_viewtopic_body_postrow_custom_fields_after_ = $context["viewtopic_body_postrow_custom_fields_after"]; } else { $_viewtopic_body_postrow_custom_fields_after_ = null; }
                // line 242
                echo "\t\t\t\t</span>

\t\t\t</td>
\t\t\t<td valign=\"top\">
\t\t\t\t<table width=\"100%\" cellspacing=\"5\">
\t\t\t\t<tr>
\t\t\t\t\t<td>
\t\t\t\t\t";
                // line 249
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ((($this->getAttribute($_postrow_, "S_POST_UNAPPROVED", array()) || $this->getAttribute($_postrow_, "S_POST_DELETED", array())) || $this->getAttribute($_postrow_, "S_POST_REPORTED", array()))) {
                    // line 250
                    echo "\t\t\t\t\t\t<table width=\"100%\" cellspacing=\"0\">
\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t<td class=\"gensmall\">
\t\t\t\t\t\t\t\t";
                    // line 253
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    if ($this->getAttribute($_postrow_, "S_POST_UNAPPROVED", array())) {
                        echo "<span class=\"postapprove\">";
                        if (isset($context["UNAPPROVED_IMG"])) { $_UNAPPROVED_IMG_ = $context["UNAPPROVED_IMG"]; } else { $_UNAPPROVED_IMG_ = null; }
                        echo $_UNAPPROVED_IMG_;
                        echo " <a href=\"";
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "U_MCP_APPROVE", array());
                        echo "\">";
                        echo $this->env->getExtension('phpbb')->lang("POST_UNAPPROVED");
                        echo "</a></span><br /> ";
                    }
                    // line 254
                    echo "\t\t\t\t\t\t\t\t";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    if ($this->getAttribute($_postrow_, "S_POST_DELETED", array())) {
                        echo "<span class=\"postapprove\">";
                        if (isset($context["DELETED_IMG"])) { $_DELETED_IMG_ = $context["DELETED_IMG"]; } else { $_DELETED_IMG_ = null; }
                        echo $_DELETED_IMG_;
                        echo " <a href=\"";
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "U_MCP_RESTORE", array());
                        echo "\">";
                        echo $this->env->getExtension('phpbb')->lang("POST_DELETED");
                        echo "</a></span><br /> ";
                    }
                    // line 255
                    echo "\t\t\t\t\t\t\t\t";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    if ($this->getAttribute($_postrow_, "S_POST_REPORTED", array())) {
                        echo "<span class=\"postreported\">";
                        if (isset($context["REPORTED_IMG"])) { $_REPORTED_IMG_ = $context["REPORTED_IMG"]; } else { $_REPORTED_IMG_ = null; }
                        echo $_REPORTED_IMG_;
                        echo " <a href=\"";
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "U_MCP_REPORT", array());
                        echo "\">";
                        echo $this->env->getExtension('phpbb')->lang("POST_REPORTED");
                        echo "</a></span>";
                    }
                    // line 256
                    echo "\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t</tr>
\t\t\t\t\t\t</table>

\t\t\t\t\t\t<br clear=\"all\" />
\t\t\t\t\t";
                }
                // line 262
                echo "
\t\t\t\t\t\t<div class=\"postbody\">";
                // line 263
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                echo $this->getAttribute($_postrow_, "MESSAGE", array());
                echo "</div>

\t\t\t\t\t";
                // line 265
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "S_HAS_ATTACHMENTS", array())) {
                    // line 266
                    echo "\t\t\t\t\t\t<br clear=\"all\" /><br />

\t\t\t\t\t\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t<td class=\"row3\"><b class=\"genmed\">";
                    // line 270
                    echo $this->env->getExtension('phpbb')->lang("ATTACHMENTS");
                    echo $this->env->getExtension('phpbb')->lang("COLON");
                    echo " </b></td>
\t\t\t\t\t\t</tr>
\t\t\t\t\t\t";
                    // line 272
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable($this->getAttribute($_postrow_, "attachment", array()));
                    foreach ($context['_seq'] as $context["_key"] => $context["attachment"]) {
                        // line 273
                        echo "\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t";
                        // line 274
                        if (isset($context["attachment"])) { $_attachment_ = $context["attachment"]; } else { $_attachment_ = null; }
                        if (($this->getAttribute($_attachment_, "S_ROW_COUNT", array()) % 2 == 0)) {
                            echo "<td class=\"row2\">";
                        } else {
                            echo "<td class=\"row1\">";
                        }
                        if (isset($context["attachment"])) { $_attachment_ = $context["attachment"]; } else { $_attachment_ = null; }
                        echo $this->getAttribute($_attachment_, "DISPLAY_ATTACHMENT", array());
                        echo "</td>
\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['attachment'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 277
                    echo "\t\t\t\t\t\t</table>
\t\t\t\t\t";
                }
                // line 279
                echo "
\t\t\t\t\t";
                // line 280
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "S_DISPLAY_NOTICE", array())) {
                    // line 281
                    echo "\t\t\t\t\t\t<span class=\"gensmall error\"><br /><br />";
                    echo $this->env->getExtension('phpbb')->lang("DOWNLOAD_NOTICE");
                    echo "</span>
\t\t\t\t\t";
                }
                // line 283
                echo "\t\t\t\t\t";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "SIGNATURE", array())) {
                    // line 284
                    echo "\t\t\t\t\t\t<div class=\"postbody\"><br />_________________<br />";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "SIGNATURE", array());
                    echo "</div>
\t\t\t\t\t";
                }
                // line 286
                echo "
\t\t\t\t\t";
                // line 287
                if (isset($context["viewtopic_body_postrow_post_notices_before"])) { $_viewtopic_body_postrow_post_notices_before_ = $context["viewtopic_body_postrow_post_notices_before"]; } else { $_viewtopic_body_postrow_post_notices_before_ = null; }
                // line 288
                echo "\t\t\t\t\t";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if (($this->getAttribute($_postrow_, "DELETED_MESSAGE", array()) || $this->getAttribute($_postrow_, "DELETE_REASON", array()))) {
                    // line 289
                    echo "\t\t\t\t\t\t";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    if ($this->getAttribute($_postrow_, "DELETE_REASON", array())) {
                        // line 290
                        echo "\t\t\t\t\t\t\t<br /><br />
\t\t\t\t\t\t\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t<td class=\"row3\"><span class=\"gensmall\">";
                        // line 293
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "DELETED_MESSAGE", array());
                        echo "</span></td>
\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t<td class=\"row2\"><span class=\"genmed\">";
                        // line 296
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "DELETE_REASON", array());
                        echo "</span></td>
\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t</table>
\t\t\t\t\t\t";
                    } else {
                        // line 300
                        echo "\t\t\t\t\t\t\t<br /><br />
\t\t\t\t\t\t\t<span class=\"gensmall\">";
                        // line 301
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "DELETED_MESSAGE", array());
                        echo "</span>
\t\t\t\t\t\t";
                    }
                    // line 303
                    echo "\t\t\t\t\t";
                } elseif (($this->getAttribute($_postrow_, "EDITED_MESSAGE", array()) || $this->getAttribute($_postrow_, "EDIT_REASON", array()))) {
                    // line 304
                    echo "\t\t\t\t\t\t";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    if ($this->getAttribute($_postrow_, "EDIT_REASON", array())) {
                        // line 305
                        echo "\t\t\t\t\t\t\t<br /><br />
\t\t\t\t\t\t\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t<td class=\"row3\"><span class=\"gensmall\">";
                        // line 308
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "EDITED_MESSAGE", array());
                        echo "</span></td>
\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t<td class=\"row2\"><span class=\"genmed\">";
                        // line 311
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "EDIT_REASON", array());
                        echo "</span></td>
\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t</table>
\t\t\t\t\t\t";
                    } else {
                        // line 315
                        echo "\t\t\t\t\t\t\t<br /><br />
\t\t\t\t\t\t\t<span class=\"gensmall\">";
                        // line 316
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "EDITED_MESSAGE", array());
                        echo "</span>
\t\t\t\t\t\t";
                    }
                    // line 318
                    echo "\t\t\t\t\t";
                }
                // line 319
                echo "
\t\t\t\t\t";
                // line 320
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "BUMPED_MESSAGE", array())) {
                    // line 321
                    echo "\t\t\t\t\t\t<span class=\"gensmall\"><br /><br />";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "BUMPED_MESSAGE", array());
                    echo "</span>
\t\t\t\t\t";
                }
                // line 323
                echo "\t\t\t\t\t";
                if (isset($context["viewtopic_body_postrow_post_notices_after"])) { $_viewtopic_body_postrow_post_notices_after_ = $context["viewtopic_body_postrow_post_notices_after"]; } else { $_viewtopic_body_postrow_post_notices_after_ = null; }
                // line 324
                echo "
\t\t\t\t\t";
                // line 325
                if (isset($context["viewtopic_body_postrow_post_content_footer"])) { $_viewtopic_body_postrow_post_content_footer_ = $context["viewtopic_body_postrow_post_content_footer"]; } else { $_viewtopic_body_postrow_post_content_footer_ = null; }
                // line 326
                echo "
\t\t\t\t\t";
                // line 327
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ( !$this->getAttribute($_postrow_, "S_HAS_ATTACHMENTS", array())) {
                    echo "<br clear=\"all\" /><br />";
                }
                // line 328
                echo "
\t\t\t\t\t\t<table width=\"100%\" cellspacing=\"0\">
\t\t\t\t\t\t<tr valign=\"middle\">
\t\t\t\t\t\t\t<td class=\"gensmall\" align=\"";
                // line 331
                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 "\">
\t\t\t\t\t\t\t";
                // line 332
                if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
                if ( !$_S_IS_BOT_) {
                    // line 333
                    echo "\t\t\t\t\t\t\t\t";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    if ($this->getAttribute($_postrow_, "U_REPORT", array())) {
                        echo "<a href=\"";
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "U_REPORT", array());
                        echo "\" class=\"imageset\">";
                        if (isset($context["REPORT_IMG"])) { $_REPORT_IMG_ = $context["REPORT_IMG"]; } else { $_REPORT_IMG_ = null; }
                        echo $_REPORT_IMG_;
                        echo "</a> ";
                    }
                    // line 334
                    echo "\t\t\t\t\t\t\t\t";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    if ($this->getAttribute($_postrow_, "U_INFO", array())) {
                        echo "<a href=\"";
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "U_INFO", array());
                        echo "\" class=\"imageset\">";
                        if (isset($context["INFO_IMG"])) { $_INFO_IMG_ = $context["INFO_IMG"]; } else { $_INFO_IMG_ = null; }
                        echo $_INFO_IMG_;
                        echo "</a> ";
                    }
                    // line 335
                    echo "\t\t\t\t\t\t\t\t";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    if ($this->getAttribute($_postrow_, "U_WARN", array())) {
                        echo "<a href=\"";
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "U_WARN", array());
                        echo "\" class=\"imageset\">";
                        if (isset($context["WARN_IMG"])) { $_WARN_IMG_ = $context["WARN_IMG"]; } else { $_WARN_IMG_ = null; }
                        echo $_WARN_IMG_;
                        echo "</a> ";
                    }
                    // line 336
                    echo "\t\t\t\t\t\t\t\t";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    if ($this->getAttribute($_postrow_, "U_DELETE", array())) {
                        echo "<a href=\"";
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "U_DELETE", array());
                        echo "\" class=\"imageset\">";
                        if (isset($context["DELETE_IMG"])) { $_DELETE_IMG_ = $context["DELETE_IMG"]; } else { $_DELETE_IMG_ = null; }
                        echo $_DELETE_IMG_;
                        echo "</a> ";
                    }
                    // line 337
                    echo "\t\t\t\t\t\t\t";
                }
                // line 338
                echo "\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t</tr>
\t\t\t\t\t\t</table>
\t\t\t\t\t</td>
\t\t\t\t</tr>
\t\t\t\t</table>
\t\t\t</td>
\t\t</tr>

\t\t";
                // line 347
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if (($this->getAttribute($_postrow_, "S_ROW_COUNT", array()) % 2 == 0)) {
                    echo "<tr class=\"row1\">";
                } else {
                    echo "<tr class=\"row2\">";
                }
                // line 348
                echo "
\t\t\t";
                // line 349
                if (isset($context["viewtopic_body_postrow_back2top_before"])) { $_viewtopic_body_postrow_back2top_before_ = $context["viewtopic_body_postrow_back2top_before"]; } else { $_viewtopic_body_postrow_back2top_before_ = null; }
                // line 350
                echo "\t\t\t<td class=\"profile\">";
                if (isset($context["viewtopic_body_postrow_back2top_prepend"])) { $_viewtopic_body_postrow_back2top_prepend_ = $context["viewtopic_body_postrow_back2top_prepend"]; } else { $_viewtopic_body_postrow_back2top_prepend_ = null; }
                echo "<strong><a href=\"#wrapheader\">";
                echo $this->env->getExtension('phpbb')->lang("BACK_TO_TOP");
                echo "</a></strong>";
                if (isset($context["viewtopic_body_postrow_back2top_append"])) { $_viewtopic_body_postrow_back2top_append_ = $context["viewtopic_body_postrow_back2top_append"]; } else { $_viewtopic_body_postrow_back2top_append_ = null; }
                echo "</td>
\t\t\t";
                // line 351
                if (isset($context["viewtopic_body_postrow_back2top_after"])) { $_viewtopic_body_postrow_back2top_after_ = $context["viewtopic_body_postrow_back2top_after"]; } else { $_viewtopic_body_postrow_back2top_after_ = null; }
                // line 352
                echo "\t\t\t<td>
\t\t\t\t<div class=\"gensmall\" style=\"float: ";
                // line 353
                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 ";\">
\t\t\t\t\t&nbsp;";
                // line 354
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "U_POST_AUTHOR", array())) {
                    echo "<a href=\"";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "U_POST_AUTHOR", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["PROFILE_IMG"])) { $_PROFILE_IMG_ = $context["PROFILE_IMG"]; } else { $_PROFILE_IMG_ = null; }
                    echo $_PROFILE_IMG_;
                    echo "</a>";
                }
                // line 355
                echo "\t\t\t\t\t";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "U_PM", array())) {
                    echo "<a href=\"";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "U_PM", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["PM_IMG"])) { $_PM_IMG_ = $context["PM_IMG"]; } else { $_PM_IMG_ = null; }
                    echo $_PM_IMG_;
                    echo "</a>";
                }
                // line 356
                echo "\t\t\t\t\t";
                if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                if ($this->getAttribute($_postrow_, "U_EMAIL", array())) {
                    echo "<a href=\"";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    echo $this->getAttribute($_postrow_, "U_EMAIL", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["EMAIL_IMG"])) { $_EMAIL_IMG_ = $context["EMAIL_IMG"]; } else { $_EMAIL_IMG_ = null; }
                    echo $_EMAIL_IMG_;
                    echo "</a>";
                }
                // line 357
                echo "\t\t\t\t&nbsp;</div>
\t\t\t\t<div class=\"gensmall\" style=\"float: ";
                // line 358
                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 ";\">
\t\t\t\t\t";
                // line 359
                if (isset($context["viewtopic_body_post_buttons_before"])) { $_viewtopic_body_post_buttons_before_ = $context["viewtopic_body_post_buttons_before"]; } else { $_viewtopic_body_post_buttons_before_ = null; }
                // line 360
                echo "\t\t\t\t\t";
                if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
                if ( !$_S_IS_BOT_) {
                    // line 361
                    echo "\t\t\t\t\t\t";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    if ($this->getAttribute($_postrow_, "U_EDIT", array())) {
                        echo "<a href=\"";
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "U_EDIT", array());
                        echo "\" class=\"imageset\">";
                        if (isset($context["EDIT_IMG"])) { $_EDIT_IMG_ = $context["EDIT_IMG"]; } else { $_EDIT_IMG_ = null; }
                        echo $_EDIT_IMG_;
                        echo "</a>";
                    }
                    // line 362
                    echo "\t\t\t\t\t\t";
                    if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                    if ($this->getAttribute($_postrow_, "U_QUOTE", array())) {
                        echo "<a href=\"";
                        if (isset($context["postrow"])) { $_postrow_ = $context["postrow"]; } else { $_postrow_ = null; }
                        echo $this->getAttribute($_postrow_, "U_QUOTE", array());
                        echo "\" class=\"imageset\">";
                        if (isset($context["QUOTE_IMG"])) { $_QUOTE_IMG_ = $context["QUOTE_IMG"]; } else { $_QUOTE_IMG_ = null; }
                        echo $_QUOTE_IMG_;
                        echo "</a>";
                    }
                    // line 363
                    echo "\t\t\t\t\t";
                }
                // line 364
                echo "\t\t\t\t\t";
                if (isset($context["viewtopic_body_post_buttons_after"])) { $_viewtopic_body_post_buttons_after_ = $context["viewtopic_body_post_buttons_after"]; } else { $_viewtopic_body_post_buttons_after_ = null; }
                // line 365
                echo "\t\t\t\t&nbsp;</div>
\t\t\t</td>
\t";
            }
            // line 368
            echo "\t\t</tr>

\t<tr>
\t\t<td class=\"spacer\" colspan=\"2\" height=\"1\"><img src=\"images/spacer.gif\" alt=\"\" width=\"1\" height=\"1\" /></td>
\t</tr>
\t</table>
\t";
            // line 374
            if (isset($context["viewtopic_body_postrow_post_after"])) { $_viewtopic_body_postrow_post_after_ = $context["viewtopic_body_postrow_post_after"]; } else { $_viewtopic_body_postrow_post_after_ = null; }
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['postrow'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 376
        echo "
\t";
        // line 377
        if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
        if ( !$_S_IS_BOT_) {
            // line 378
            echo "\t<table width=\"100%\" cellspacing=\"1\" class=\"tablebg\">
\t<tr align=\"center\">
\t\t<td class=\"cat\"><form name=\"viewtopic\" method=\"post\" action=\"";
            // line 380
            if (isset($context["S_TOPIC_ACTION"])) { $_S_TOPIC_ACTION_ = $context["S_TOPIC_ACTION"]; } else { $_S_TOPIC_ACTION_ = null; }
            echo $_S_TOPIC_ACTION_;
            echo "\"><span class=\"gensmall\">";
            echo $this->env->getExtension('phpbb')->lang("DISPLAY_POSTS");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo "</span> ";
            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\" value=\"";
            echo $this->env->getExtension('phpbb')->lang("GO");
            echo "\" name=\"sort\" /></form></td>
\t</tr>
\t</table>
\t";
        }
        // line 384
        echo "
\t";
        // line 385
        if (isset($context["viewtopic_body_topic_actions_before"])) { $_viewtopic_body_topic_actions_before_ = $context["viewtopic_body_topic_actions_before"]; } else { $_viewtopic_body_topic_actions_before_ = null; }
        // line 386
        echo "
\t<table width=\"100%\" cellspacing=\"1\">
\t<tr>
\t\t<td align=\"";
        // line 389
        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";
        // line 390
        if (isset($context["viewtopic_buttons_bottom_before"])) { $_viewtopic_buttons_bottom_before_ = $context["viewtopic_buttons_bottom_before"]; } else { $_viewtopic_buttons_bottom_before_ = null; }
        // line 391
        echo "
\t\t";
        // line 392
        if (isset($context["S_IS_BOT"])) { $_S_IS_BOT_ = $context["S_IS_BOT"]; } else { $_S_IS_BOT_ = null; }
        if ( !$_S_IS_BOT_) {
            // line 393
            echo "\t\t\t";
            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_) {
                echo "<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>&nbsp;";
            }
            // line 394
            echo "\t\t\t";
            if (isset($context["S_DISPLAY_REPLY_INFO"])) { $_S_DISPLAY_REPLY_INFO_ = $context["S_DISPLAY_REPLY_INFO"]; } else { $_S_DISPLAY_REPLY_INFO_ = null; }
            if ($_S_DISPLAY_REPLY_INFO_) {
                echo "<a href=\"";
                if (isset($context["U_POST_REPLY_TOPIC"])) { $_U_POST_REPLY_TOPIC_ = $context["U_POST_REPLY_TOPIC"]; } else { $_U_POST_REPLY_TOPIC_ = null; }
                echo $_U_POST_REPLY_TOPIC_;
                echo "\" class=\"imageset\">";
                if (isset($context["REPLY_IMG"])) { $_REPLY_IMG_ = $context["REPLY_IMG"]; } else { $_REPLY_IMG_ = null; }
                echo $_REPLY_IMG_;
                echo "</a>";
            }
            // line 395
            echo "\t\t";
        }
        // line 396
        echo "
\t\t";
        // line 397
        if (isset($context["viewtopic_buttons_bottom_after"])) { $_viewtopic_buttons_bottom_after_ = $context["viewtopic_buttons_bottom_after"]; } else { $_viewtopic_buttons_bottom_after_ = null; }
        // line 398
        echo "\t\t</td>
\t\t";
        // line 399
        if (isset($context["TOTAL_POSTS"])) { $_TOTAL_POSTS_ = $context["TOTAL_POSTS"]; } else { $_TOTAL_POSTS_ = null; }
        if ($_TOTAL_POSTS_) {
            // line 400
            echo "\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<td class=\"gensmall\" nowrap=\"nowrap\">&nbsp;[ ";
            // line 401
            if (isset($context["TOTAL_POSTS"])) { $_TOTAL_POSTS_ = $context["TOTAL_POSTS"]; } else { $_TOTAL_POSTS_ = null; }
            echo $_TOTAL_POSTS_;
            echo " ]&nbsp;</td>
\t\t\t<td class=\"gensmall\" width=\"100%\" align=\"";
            // line 402
            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", "viewtopic_body.html", 402)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
            echo "</td>
\t\t";
        }
        // line 404
        echo "\t</tr>
\t</table>

</div>

<div id=\"pagefooter\"></div>

<br clear=\"all\" />
";
        // line 412
        if (isset($context["S_QUICK_REPLY"])) { $_S_QUICK_REPLY_ = $context["S_QUICK_REPLY"]; } else { $_S_QUICK_REPLY_ = null; }
        if ($_S_QUICK_REPLY_) {
            // line 413
            $location = "quickreply_editor.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("quickreply_editor.html", "viewtopic_body.html", 413)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        // line 415
        echo "
";
        // line 416
        if (isset($context["viewtopic_body_footer_before"])) { $_viewtopic_body_footer_before_ = $context["viewtopic_body_footer_before"]; } else { $_viewtopic_body_footer_before_ = null; }
        // line 417
        $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", "viewtopic_body.html", 417)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 418
        echo "
";
        // line 419
        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 420
            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 424
            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 427
            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 431
        echo "
<br clear=\"all\" />

<table width=\"100%\" cellspacing=\"1\">
<tr>
\t<td width=\"40%\" valign=\"top\" nowrap=\"nowrap\" align=\"";
        // line 436
        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 "\">
\t";
        // line 437
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        if (twig_length_filter($this->env, $this->getAttribute($_loops_, "quickmod", array()))) {
            // line 438
            echo "\t\t<form method=\"post\" action=\"";
            if (isset($context["S_MOD_ACTION"])) { $_S_MOD_ACTION_ = $context["S_MOD_ACTION"]; } else { $_S_MOD_ACTION_ = null; }
            echo $_S_MOD_ACTION_;
            echo "\">
\t\t\t<span class=\"gensmall\">";
            // line 439
            echo $this->env->getExtension('phpbb')->lang("QUICK_MOD");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo "</span>
\t\t\t<select name=\"action\" id=\"quick-mod-select\">
\t\t\t\t";
            // line 441
            if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "quickmod", array()));
            foreach ($context['_seq'] as $context["_key"] => $context["quickmod"]) {
                // line 442
                echo "\t\t\t\t<option value=\"";
                if (isset($context["quickmod"])) { $_quickmod_ = $context["quickmod"]; } else { $_quickmod_ = null; }
                echo $this->getAttribute($_quickmod_, "VALUE", array());
                echo "\">";
                if (isset($context["quickmod"])) { $_quickmod_ = $context["quickmod"]; } else { $_quickmod_ = null; }
                echo $this->getAttribute($_quickmod_, "TITLE", array());
                echo "</option>
\t\t\t\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['quickmod'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 444
            echo "\t\t\t</select>
\t\t\t<input class=\"btnlite\" type=\"submit\" value=\"";
            // line 445
            echo $this->env->getExtension('phpbb')->lang("GO");
            echo "\" />
\t\t</form>
\t";
        }
        // line 448
        echo "\t</td>
\t<td align=\"";
        // line 449
        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=\"top\" nowrap=\"nowrap\"><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>
</tr>
</table>

<br clear=\"all\" />

<table width=\"100%\" cellspacing=\"0\">
<tr>
\t<td>";
        // line 457
        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", "viewtopic_body.html", 457)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        echo "</td>
\t<td align=\"";
        // line 458
        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", "viewtopic_body.html", 458)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        echo "</td>
</tr>
</table>

";
        // line 462
        $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", "viewtopic_body.html", 462)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  1761 => 462,  1741 => 458,  1724 => 457,  1700 => 449,  1697 => 448,  1691 => 445,  1688 => 444,  1675 => 442,  1670 => 441,  1664 => 439,  1658 => 438,  1655 => 437,  1650 => 436,  1643 => 431,  1635 => 427,  1629 => 424,  1623 => 420,  1620 => 419,  1617 => 418,  1605 => 417,  1603 => 416,  1600 => 415,  1587 => 413,  1584 => 412,  1574 => 404,  1556 => 402,  1551 => 401,  1545 => 400,  1542 => 399,  1539 => 398,  1537 => 397,  1534 => 396,  1531 => 395,  1519 => 394,  1507 => 393,  1504 => 392,  1501 => 391,  1499 => 390,  1494 => 389,  1489 => 386,  1487 => 385,  1484 => 384,  1460 => 380,  1456 => 378,  1453 => 377,  1450 => 376,  1444 => 374,  1436 => 368,  1431 => 365,  1428 => 364,  1425 => 363,  1413 => 362,  1401 => 361,  1397 => 360,  1395 => 359,  1390 => 358,  1387 => 357,  1375 => 356,  1363 => 355,  1352 => 354,  1347 => 353,  1344 => 352,  1342 => 351,  1333 => 350,  1331 => 349,  1328 => 348,  1321 => 347,  1310 => 338,  1307 => 337,  1295 => 336,  1283 => 335,  1271 => 334,  1259 => 333,  1256 => 332,  1251 => 331,  1246 => 328,  1241 => 327,  1238 => 326,  1236 => 325,  1233 => 324,  1230 => 323,  1223 => 321,  1220 => 320,  1217 => 319,  1214 => 318,  1208 => 316,  1205 => 315,  1197 => 311,  1190 => 308,  1185 => 305,  1181 => 304,  1178 => 303,  1172 => 301,  1169 => 300,  1161 => 296,  1154 => 293,  1149 => 290,  1145 => 289,  1141 => 288,  1139 => 287,  1136 => 286,  1129 => 284,  1125 => 283,  1119 => 281,  1116 => 280,  1113 => 279,  1109 => 277,  1093 => 274,  1090 => 273,  1085 => 272,  1079 => 270,  1073 => 266,  1070 => 265,  1064 => 263,  1061 => 262,  1053 => 256,  1039 => 255,  1025 => 254,  1012 => 253,  1007 => 250,  1004 => 249,  995 => 242,  992 => 241,  986 => 240,  975 => 238,  971 => 237,  965 => 236,  963 => 235,  960 => 234,  950 => 232,  947 => 231,  944 => 230,  941 => 229,  930 => 228,  919 => 227,  909 => 226,  904 => 223,  898 => 219,  895 => 218,  892 => 217,  889 => 216,  882 => 213,  879 => 212,  875 => 211,  873 => 210,  870 => 209,  867 => 208,  860 => 205,  857 => 204,  853 => 203,  846 => 200,  843 => 199,  839 => 198,  836 => 197,  829 => 194,  826 => 193,  823 => 192,  818 => 189,  811 => 188,  807 => 186,  805 => 185,  764 => 181,  749 => 179,  746 => 178,  741 => 175,  738 => 174,  736 => 173,  733 => 172,  731 => 171,  717 => 170,  715 => 169,  709 => 168,  697 => 166,  694 => 165,  690 => 163,  686 => 161,  679 => 159,  672 => 157,  665 => 155,  661 => 154,  658 => 153,  652 => 152,  644 => 151,  641 => 150,  638 => 149,  635 => 148,  627 => 147,  621 => 144,  617 => 143,  614 => 142,  611 => 141,  608 => 140,  605 => 139,  600 => 138,  596 => 136,  594 => 135,  584 => 129,  579 => 128,  576 => 127,  567 => 124,  564 => 123,  554 => 120,  551 => 119,  547 => 118,  539 => 115,  536 => 114,  533 => 113,  528 => 110,  521 => 108,  518 => 107,  515 => 106,  509 => 104,  506 => 103,  501 => 102,  493 => 101,  478 => 100,  475 => 99,  469 => 98,  465 => 96,  453 => 94,  441 => 92,  438 => 91,  430 => 90,  426 => 89,  424 => 88,  421 => 87,  416 => 86,  410 => 84,  397 => 81,  389 => 77,  384 => 74,  381 => 73,  379 => 72,  349 => 67,  346 => 66,  343 => 65,  330 => 64,  313 => 63,  295 => 62,  274 => 61,  252 => 60,  249 => 59,  238 => 50,  219 => 48,  214 => 47,  208 => 46,  205 => 45,  202 => 44,  200 => 43,  197 => 42,  194 => 41,  182 => 40,  170 => 39,  167 => 38,  164 => 37,  162 => 36,  157 => 35,  147 => 27,  120 => 25,  117 => 24,  102 => 22,  99 => 21,  96 => 20,  94 => 19,  82 => 18,  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 -->*/
/* */
/* <div id="pageheader">*/
/* 	<h2><!-- EVENT viewtopic_topic_title_prepend --><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- EVENT viewtopic_topic_title_append --></h2>*/
/* 	<!-- EVENT viewtopic_topic_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 />*/
/* */
/* <div id="pagecontent">*/
/* */
/* 	<table width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 		<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">*/
/* 		<!-- EVENT viewtopic_buttons_top_before -->*/
/* */
/* 		<!-- IF not S_IS_BOT -->*/
/* 			<!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a>&nbsp;<!-- ENDIF -->*/
/* 			<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}" class="imageset">{REPLY_IMG}</a><!-- ENDIF -->*/
/* 		<!-- ENDIF -->*/
/* */
/* 		<!-- EVENT viewtopic_buttons_top_after -->*/
/* 		</td>*/
/* 		<!-- IF TOTAL_POSTS -->*/
/* 			<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>*/
/* 			<td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;</td>*/
/* 			<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --><!-- EVENT viewtopic_body_pagination_top_after --></td>*/
/* 		<!-- ENDIF -->*/
/* 	</tr>*/
/* 	</table>*/
/* */
/* 	<table class="tablebg" width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 		<td class="cat">*/
/* 			<table width="100%" cellspacing="0">*/
/* 			<tr>*/
/* 				<td class="nav" nowrap="nowrap">&nbsp;*/
/* 				<!-- IF not S_IS_BOT -->*/
/* 					<!-- IF U_WATCH_TOPIC --><a href="{U_WATCH_TOPIC}" title="{S_WATCH_TOPIC_TITLE}">{S_WATCH_TOPIC_TITLE}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC or U_BOOKMARK_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->*/
/* 					<!-- IF U_BOOKMARK_TOPIC --><a href="{U_BOOKMARK_TOPIC}" title="{S_BOOKMARK_TOPIC}">{S_BOOKMARK_TOPIC}</a><!-- IF U_PRINT_TOPIC or U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->*/
/* 					<!-- IF U_PRINT_TOPIC --><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a><!-- IF U_EMAIL_TOPIC or U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->*/
/* 					<!-- IF U_EMAIL_TOPIC --><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a><!-- IF U_BUMP_TOPIC --> | <!-- ENDIF --><!-- ENDIF -->*/
/* 					<!-- IF U_BUMP_TOPIC --><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a><!-- ENDIF -->*/
/* 				<!-- ENDIF -->*/
/* 				</td>*/
/* 				<td class="nav" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> | <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a><!-- ENDIF --> | <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;</td>*/
/* 			</tr>*/
/* 			</table>*/
/* 		</td>*/
/* 	</tr>*/
/* <!-- EVENT viewtopic_body_poll_before -->*/
/* <!-- IF S_HAS_POLL -->*/
/* 	<tr>*/
/* 		<td class="row2" colspan="2" align="center"><br clear="all" />*/
/* */
/* 			<form method="post" action="{S_POLL_ACTION}">*/
/* */
/* 			<table cellspacing="0" cellpadding="4" border="0" align="center">*/
/* 			<tr>*/
/* 				<td align="center"><span class="gen"><!-- EVENT viewtopic_body_poll_question_prepend --><b>{POLL_QUESTION}</b><!-- EVENT viewtopic_body_poll_question_append --></span><br /><span class="gensmall">{L_POLL_LENGTH}</span></td>*/
/* 			</tr>*/
/* 			<tr>*/
/* 				<td align="{S_CONTENT_FLOW_BEGIN}">*/
/* 					<table cellspacing="0" cellpadding="2" border="0">*/
/* 				<!-- BEGIN poll_option -->*/
/* 					<tr>*/
/* 					<!-- EVENT viewtopic_body_poll_option_before -->*/
/* 					<!-- IF S_CAN_VOTE -->*/
/* 						<td<!-- IF poll_option.POLL_OPTION_MOST_VOTES --> class="most-votes"<!-- ENDIF -->>*/
/* 							<!-- IF S_IS_MULTI_CHOICE -->*/
/* 								<input type="checkbox" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />*/
/* 							<!-- ELSE -->*/
/* 								<input type="radio" class="radio" name="vote_id[]" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> />*/
/* 							<!-- ENDIF -->*/
/* 						</td>*/
/* 					<!-- ENDIF -->*/
/* 						<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>*/
/* 						<!-- IF S_DISPLAY_RESULTS -->*/
/* 							<td dir="ltr">{POLL_LEFT_CAP_IMG}<span class="imageset poll_center" style="width: {poll_option.POLL_OPTION_WIDTH}px; background-repeat: repeat-x;">{poll_option.POLL_OPTION_PERCENT}</span>{POLL_RIGHT_CAP_IMG}</td>*/
/* 							<td class="gen" align="{S_CONTENT_FLOW_END}"><b>&nbsp;{poll_option.POLL_OPTION_PERCENT}&nbsp;</b></td>*/
/* 							<td class="gen" align="center">[ {poll_option.POLL_OPTION_RESULT} ]</td>*/
/* 							<!-- IF poll_option.POLL_OPTION_VOTED -->*/
/* 								<td class="gensmall" valign="top"><b title="{L_POLL_VOTED_OPTION}">x</b></td>*/
/* 							<!-- ENDIF -->*/
/* 						<!-- ENDIF -->*/
/* 					<!-- EVENT viewtopic_body_poll_option_after -->*/
/* 					</tr>*/
/* 				<!-- END poll_option -->*/
/* 					</table>*/
/* 				</td>*/
/* 			</tr>*/
/* 		<!-- IF S_CAN_VOTE -->*/
/* 			<tr>*/
/* 				<td align="center"><span class="gensmall">{L_MAX_VOTES}</span><br /><br /><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="btnlite" /></td>*/
/* 			</tr>*/
/* 		<!-- ENDIF -->*/
/* 		<!-- IF S_DISPLAY_RESULTS -->*/
/* 			<tr>*/
/* 				<td class="gensmall" colspan="4" align="center"><b>{L_TOTAL_VOTES}{L_COLON} {TOTAL_VOTES}</b></td>*/
/* 			</tr>*/
/* 		<!-- ELSE -->*/
/* 			<tr>*/
/* 				<td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></b></span></td>*/
/* 			</tr>*/
/* 		<!-- ENDIF -->*/
/* 			</table>*/
/* 			{S_HIDDEN_FIELDS}*/
/* 			{S_FORM_TOKEN}*/
/* 			</form>*/
/* */
/* 		</td>*/
/* 	</tr>*/
/* <!-- ENDIF -->*/
/* <!-- EVENT viewtopic_body_poll_after -->*/
/* 	</table>*/
/* */
/* <!-- BEGIN postrow -->*/
/* 	<!-- EVENT viewtopic_body_postrow_post_before -->*/
/* 	<table class="tablebg" width="100%" cellspacing="1">*/
/* 	<!-- IF postrow.S_FIRST_ROW -->*/
/* 		<tr>*/
/* 			<th>{L_AUTHOR}</th>*/
/* 			<th>{L_MESSAGE}</th>*/
/* 		</tr>*/
/* 	<!-- ENDIF -->*/
/* 	<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->*/
/* */
/* 	<!-- IF postrow.S_POST_HIDDEN -->*/
/* 			<td class="gensmall" colspan="2" height="25" align="center">*/
/* 				<!-- IF postrow.S_FIRST_UNREAD --><a id="unread" class="anchor" data-url="{postrow.U_MINI_POST}"></a><!-- ENDIF -->*/
/* 				<a name="p{postrow.POST_ID}" class="anchor"></a>*/
/* 				<!-- IF postrow.S_POST_HIDDEN -->*/
/* 					<!-- IF postrow.S_POST_DELETED -->*/
/* 						{postrow.L_POST_DELETED_MESSAGE}*/
/* 					<!-- ELSEIF postrow.S_IGNORE_POST -->*/
/* 						{postrow.L_IGNORE_POST}*/
/* 					<!-- ENDIF -->*/
/* 					<br />{postrow.L_POST_DISPLAY}*/
/* 				<!-- ENDIF -->*/
/* 			</td>*/
/* 	<!-- ELSE -->*/
/* */
/* 			<td align="center" valign="middle">*/
/* 				<!-- IF postrow.S_FIRST_UNREAD -->*/
/* 					<a id="unread" class="anchor"<!-- IF S_UNREAD_VIEW --> data-url="{postrow.U_MINI_POST}"<!-- ENDIF -->></a>*/
/* 				<!-- ENDIF -->*/
/* 				<a name="p{postrow.POST_ID}" class="anchor"></a>*/
/* 				<!-- EVENT viewtopic_body_post_author_before -->*/
/* 				<b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>*/
/* 				<!-- EVENT viewtopic_body_post_author_after -->*/
/* 			</td>*/
/* 			<!-- EVENT viewtopic_body_postrow_post_details_before -->*/
/* 			<!-- EVENT viewtopic_body_post_subject_before -->*/
/* 			<td width="100%" height="25">*/
/* 				<table width="100%" cellspacing="0">*/
/* 				<tr>*/
/* 				<!-- IF postrow.POST_ICON_IMG -->*/
/* 					<td><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" title="" /></td>*/
/* 				<!-- ENDIF -->*/
/* 					<td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}{L_COLON}</b> <a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}" class="imageset">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}{L_COLON}</b> {postrow.POST_DATE}&nbsp;</div></td>*/
/* 				</tr>*/
/* 				</table>*/
/* 			</td>*/
/* 			<!-- EVENT viewtopic_body_postrow_post_details_after -->*/
/* 		</tr>*/
/* */
/* 		<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->*/
/* */
/* 			<td valign="top" class="profile">*/
/* 				<table cellspacing="4" align="center" width="150">*/
/* 			<!-- IF postrow.ONLINE_IMG -->*/
/* 				<tr>*/
/* 					<td>{postrow.ONLINE_IMG}</td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- EVENT viewtopic_body_postrow_rank_before -->*/
/* 			<!-- IF postrow.RANK_TITLE -->*/
/* 				<tr>*/
/* 					<td class="postdetails">{postrow.RANK_TITLE}</td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- IF postrow.RANK_IMG -->*/
/* 				<tr>*/
/* 					<td>{postrow.RANK_IMG}</td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- EVENT viewtopic_body_postrow_rank_after -->*/
/* */
/* 			<!-- EVENT viewtopic_body_avatar_before -->*/
/* 			<!-- IF postrow.POSTER_AVATAR -->*/
/* 				<tr>*/
/* 					<td>{postrow.POSTER_AVATAR}</td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- EVENT viewtopic_body_avatar_after -->*/
/* */
/* 			<!-- IF not (postrow.ONLINE_IMG or postrow.RANK_TITLE or postrow.RANK_IMG or postrow.POSTER_AVATAR) -->*/
/* 				<tr>*/
/* 					<td></td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 				</table>*/
/* */
/* 				<span class="postdetails">*/
/* 					<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}{L_COLON}</b> {postrow.POSTER_JOINED}<!-- ENDIF -->*/
/* 					<!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}{L_COLON}</b> {postrow.POSTER_POSTS}<!-- ENDIF -->*/
/* 					<!-- IF postrow.POSTER_WARNINGS --><br /><b>{L_WARNINGS}{L_COLON}</b> {postrow.POSTER_WARNINGS}<!-- ENDIF -->*/
/* */
/* 					<!-- IF postrow.S_PROFILE_FIELD1 -->*/
/* 						<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->*/
/* 						<br /><b>{postrow.PROFILE_FIELD1_NAME}{L_COLON}</b> {postrow.PROFILE_FIELD1_VALUE}*/
/* 					<!-- ENDIF -->*/
/* */
/* 					<!-- EVENT viewtopic_body_postrow_custom_fields_before -->*/
/* 					<!-- BEGIN custom_fields -->*/
/* 						<!-- IF not postrow.custom_fields.S_PROFILE_CONTACT -->*/
/* 						<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON}</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}*/
/* 						<!-- ENDIF -->*/
/* 					<!-- END custom_fields -->*/
/* 					<!-- EVENT viewtopic_body_postrow_custom_fields_after -->*/
/* 				</span>*/
/* */
/* 			</td>*/
/* 			<td valign="top">*/
/* 				<table width="100%" cellspacing="5">*/
/* 				<tr>*/
/* 					<td>*/
/* 					<!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_DELETED or postrow.S_POST_REPORTED -->*/
/* 						<table width="100%" cellspacing="0">*/
/* 						<tr>*/
/* 							<td class="gensmall">*/
/* 								<!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span><br /> <!-- ENDIF -->*/
/* 								<!-- IF postrow.S_POST_DELETED --><span class="postapprove">{DELETED_IMG} <a href="{postrow.U_MCP_RESTORE}">{L_POST_DELETED}</a></span><br /> <!-- ENDIF -->*/
/* 								<!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF -->*/
/* 							</td>*/
/* 						</tr>*/
/* 						</table>*/
/* */
/* 						<br clear="all" />*/
/* 					<!-- ENDIF -->*/
/* */
/* 						<div class="postbody">{postrow.MESSAGE}</div>*/
/* */
/* 					<!-- IF postrow.S_HAS_ATTACHMENTS -->*/
/* 						<br clear="all" /><br />*/
/* */
/* 						<table class="tablebg" width="100%" cellspacing="1">*/
/* 						<tr>*/
/* 							<td class="row3"><b class="genmed">{L_ATTACHMENTS}{L_COLON} </b></td>*/
/* 						</tr>*/
/* 						<!-- BEGIN attachment -->*/
/* 							<tr>*/
/* 								<!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>*/
/* 							</tr>*/
/* 						<!-- END attachment -->*/
/* 						</table>*/
/* 					<!-- ENDIF -->*/
/* */
/* 					<!-- IF postrow.S_DISPLAY_NOTICE -->*/
/* 						<span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>*/
/* 					<!-- ENDIF -->*/
/* 					<!-- IF postrow.SIGNATURE -->*/
/* 						<div class="postbody"><br />_________________<br />{postrow.SIGNATURE}</div>*/
/* 					<!-- ENDIF -->*/
/* */
/* 					<!-- EVENT viewtopic_body_postrow_post_notices_before -->*/
/* 					<!-- IF postrow.DELETED_MESSAGE or postrow.DELETE_REASON -->*/
/* 						<!-- IF postrow.DELETE_REASON -->*/
/* 							<br /><br />*/
/* 							<table class="tablebg" width="100%" cellspacing="1">*/
/* 							<tr>*/
/* 								<td class="row3"><span class="gensmall">{postrow.DELETED_MESSAGE}</span></td>*/
/* 							</tr>*/
/* 							<tr>*/
/* 								<td class="row2"><span class="genmed">{postrow.DELETE_REASON}</span></td>*/
/* 							</tr>*/
/* 							</table>*/
/* 						<!-- ELSE -->*/
/* 							<br /><br />*/
/* 							<span class="gensmall">{postrow.DELETED_MESSAGE}</span>*/
/* 						<!-- ENDIF -->*/
/* 					<!-- ELSEIF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->*/
/* 						<!-- IF postrow.EDIT_REASON -->*/
/* 							<br /><br />*/
/* 							<table class="tablebg" width="100%" cellspacing="1">*/
/* 							<tr>*/
/* 								<td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>*/
/* 							</tr>*/
/* 							<tr>*/
/* 								<td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>*/
/* 							</tr>*/
/* 							</table>*/
/* 						<!-- ELSE -->*/
/* 							<br /><br />*/
/* 							<span class="gensmall">{postrow.EDITED_MESSAGE}</span>*/
/* 						<!-- ENDIF -->*/
/* 					<!-- ENDIF -->*/
/* */
/* 					<!-- IF postrow.BUMPED_MESSAGE -->*/
/* 						<span class="gensmall"><br /><br />{postrow.BUMPED_MESSAGE}</span>*/
/* 					<!-- ENDIF -->*/
/* 					<!-- EVENT viewtopic_body_postrow_post_notices_after -->*/
/* */
/* 					<!-- EVENT viewtopic_body_postrow_post_content_footer -->*/
/* */
/* 					<!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->*/
/* */
/* 						<table width="100%" cellspacing="0">*/
/* 						<tr valign="middle">*/
/* 							<td class="gensmall" align="{S_CONTENT_FLOW_END}">*/
/* 							<!-- IF not S_IS_BOT -->*/
/* 								<!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}" class="imageset">{REPORT_IMG}</a> <!-- ENDIF -->*/
/* 								<!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}" class="imageset">{INFO_IMG}</a> <!-- ENDIF -->*/
/* 								<!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}" class="imageset">{WARN_IMG}</a> <!-- ENDIF -->*/
/* 								<!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}" class="imageset">{DELETE_IMG}</a> <!-- ENDIF -->*/
/* 							<!-- ENDIF -->*/
/* 							</td>*/
/* 						</tr>*/
/* 						</table>*/
/* 					</td>*/
/* 				</tr>*/
/* 				</table>*/
/* 			</td>*/
/* 		</tr>*/
/* */
/* 		<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->*/
/* */
/* 			<!-- EVENT viewtopic_body_postrow_back2top_before -->*/
/* 			<td class="profile"><!-- EVENT viewtopic_body_postrow_back2top_prepend --><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong><!-- EVENT viewtopic_body_postrow_back2top_append --></td>*/
/* 			<!-- EVENT viewtopic_body_postrow_back2top_after -->*/
/* 			<td>*/
/* 				<div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">*/
/* 					&nbsp;<!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}" class="imageset">{PROFILE_IMG}</a><!-- ENDIF -->*/
/* 					<!-- IF postrow.U_PM --><a href="{postrow.U_PM}" class="imageset">{PM_IMG}</a><!-- ENDIF -->*/
/* 					<!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}" class="imageset">{EMAIL_IMG}</a><!-- ENDIF -->*/
/* 				&nbsp;</div>*/
/* 				<div class="gensmall" style="float: {S_CONTENT_FLOW_END};">*/
/* 					<!-- EVENT viewtopic_body_post_buttons_before -->*/
/* 					<!-- IF not S_IS_BOT -->*/
/* 						<!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}" class="imageset">{EDIT_IMG}</a><!-- ENDIF -->*/
/* 						<!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}" class="imageset">{QUOTE_IMG}</a><!-- ENDIF -->*/
/* 					<!-- ENDIF -->*/
/* 					<!-- EVENT viewtopic_body_post_buttons_after -->*/
/* 				&nbsp;</div>*/
/* 			</td>*/
/* 	<!-- ENDIF -->*/
/* 		</tr>*/
/* */
/* 	<tr>*/
/* 		<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>*/
/* 	</tr>*/
/* 	</table>*/
/* 	<!-- EVENT viewtopic_body_postrow_post_after -->*/
/* <!-- END postrow -->*/
/* */
/* 	<!-- IF not S_IS_BOT -->*/
/* 	<table width="100%" cellspacing="1" class="tablebg">*/
/* 	<tr align="center">*/
/* 		<td class="cat"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}{L_COLON}</span> {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" value="{L_GO}" name="sort" /></form></td>*/
/* 	</tr>*/
/* 	</table>*/
/* 	<!-- ENDIF -->*/
/* */
/* 	<!-- EVENT viewtopic_body_topic_actions_before -->*/
/* */
/* 	<table width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 		<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">*/
/* 		<!-- EVENT viewtopic_buttons_bottom_before -->*/
/* */
/* 		<!-- IF not S_IS_BOT -->*/
/* 			<!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}" class="imageset">{POST_IMG}</a>&nbsp;<!-- ENDIF -->*/
/* 			<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}" class="imageset">{REPLY_IMG}</a><!-- ENDIF -->*/
/* 		<!-- ENDIF -->*/
/* */
/* 		<!-- EVENT viewtopic_buttons_bottom_after -->*/
/* 		</td>*/
/* 		<!-- IF TOTAL_POSTS -->*/
/* 			<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>*/
/* 			<td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;</td>*/
/* 			<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>*/
/* 		<!-- ENDIF -->*/
/* 	</tr>*/
/* 	</table>*/
/* */
/* </div>*/
/* */
/* <div id="pagefooter"></div>*/
/* */
/* <br clear="all" />*/
/* <!-- IF S_QUICK_REPLY -->*/
/* <!-- INCLUDE quickreply_editor.html -->*/
/* <!-- ENDIF -->*/
/* */
/* <!-- EVENT viewtopic_body_footer_before -->*/
/* <!-- 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 -->*/
/* */
/* <br clear="all" />*/
/* */
/* <table width="100%" cellspacing="1">*/
/* <tr>*/
/* 	<td width="40%" valign="top" nowrap="nowrap" align="{S_CONTENT_FLOW_BEGIN}">*/
/* 	<!-- IF .quickmod -->*/
/* 		<form method="post" action="{S_MOD_ACTION}">*/
/* 			<span class="gensmall">{L_QUICK_MOD}{L_COLON}</span>*/
/* 			<select name="action" id="quick-mod-select">*/
/* 				<!-- BEGIN quickmod -->*/
/* 				<option value="{quickmod.VALUE}">{quickmod.TITLE}</option>*/
/* 				<!-- END quickmod -->*/
/* 			</select>*/
/* 			<input class="btnlite" type="submit" value="{L_GO}" />*/
/* 		</form>*/
/* 	<!-- ENDIF -->*/
/* 	</td>*/
/* 	<td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><span class="gensmall"><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></span></td>*/
/* </tr>*/
/* </table>*/
/* */
/* <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 -->*/
/* */
