Вход Регистрация
Файл: forsoc.ru/cache/twig/a2/a26949bd5ff6ff95dd395ba2691d7b56ad4df3315255e87000b29d7ed6e544f5.php
Строк: 2102
<?php

/* viewtopic_body.html */
class __TwigTemplate_bf08172f34bd2cc223aee8ee64f0708b0595043e6356de4a60907ac274b2958e 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($location1strpos($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 "
<h2 class="
topic-title">";
        
// line 3
        
$previous_look_up_order $this->env->getNamespaceLookUpOrder();
        
$this->env->setNamespaceLookUpOrder(array('alg_ForumSponsor''__main__'));
        
$this->env->loadTemplate('@alg_ForumSponsor/event/viewtopic_topic_title_prepend.html')->display($context);
        
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        echo 
"<a href="";
        echo (isset(
$context["U_VIEW_TOPIC"]) ? $context["U_VIEW_TOPIC"] : null);
        echo "">"
;
        echo (isset(
$context["TOPIC_TITLE"]) ? $context["TOPIC_TITLE"] : null);
        echo 
"</a>";
        echo 
"</h2>
"
;
        
// line 4
        // line 5
        
echo "<!-- NOTE: remove the style="displaynone" when you want to have the forum description on the topic body -->
"
;
        
// line 6
        
if ((isset($context["FORUM_DESC"]) ? $context["FORUM_DESC"] : null)) {
            echo 
"<div style="displaynone !important;">";
            echo (isset(
$context["FORUM_DESC"]) ? $context["FORUM_DESC"] : null);
            echo 
"<br /></div>";
        }
        
// line 7
        
echo "
"
;
        
// line 8
        
if ((isset($context["MODERATORS"]) ? $context["MODERATORS"] : null)) {
            
// line 9
            
echo "<p>
t<strong>"
;
            
// line 10
            
if ((isset($context["S_SINGLE_MODERATOR"]) ? $context["S_SINGLE_MODERATOR"] : null)) {
                echo 
$this->env->getExtension('phpbb')->lang("MODERATOR");
            } else {
                echo 
$this->env->getExtension('phpbb')->lang("MODERATORS");
            }
            echo 
$this->env->getExtension('phpbb')->lang("COLON");
            echo 
"</strong> ";
            echo (isset(
$context["MODERATORS"]) ? $context["MODERATORS"] : null);
            echo 
"
</p>
"
;
        }
        
// line 13
        
echo "
"
;
        
// line 14
        
if ((isset($context["S_FORUM_RULES"]) ? $context["S_FORUM_RULES"] : null)) {
            
// line 15
            
echo "t<div class="rules";
            if ((isset(
$context["U_FORUM_RULES"]) ? $context["U_FORUM_RULES"] : null)) {
                echo " 
rules-link";
            }
            echo "">
tt<div class="
inner">

tt"
;
            
// line 18
            
if ((isset($context["U_FORUM_RULES"]) ? $context["U_FORUM_RULES"] : null)) {
                
// line 19
                
echo "ttt<a href="";
                echo (isset(
$context["U_FORUM_RULES"]) ? $context["U_FORUM_RULES"] : null);
                echo "">"
;
                echo 
$this->env->getExtension('phpbb')->lang("FORUM_RULES");
                echo 
"</a>
tt"
;
            } else {
                
// line 21
                
echo "ttt<strong>";
                echo 
$this->env->getExtension('phpbb')->lang("FORUM_RULES");
                echo 
"</strong><br />
ttt"
;
                
// line 22
                
echo (isset($context["FORUM_RULES"]) ? $context["FORUM_RULES"] : null);
                echo 
"
tt"
;
            }
            
// line 24
            
echo "
tt</div>
t</div>
"
;
        }
        
// line 28
        
echo "
<div class="
action-bar top">

t<div class="
buttons">
tt"
;
        
// line 32
        // line 33
        
echo "
t"
;
        
// line 34
        
if (( !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && (isset($context["S_DISPLAY_REPLY_INFO"]) ? $context["S_DISPLAY_REPLY_INFO"] : null))) {
            
// line 35
            
echo "tt<a href="";
            echo (isset(
$context["U_POST_REPLY_TOPIC"]) ? $context["U_POST_REPLY_TOPIC"] : null);
            echo "" class="
button icon-button ";
            if ((isset(
$context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
                echo "
locked-icon";
            } else {
                echo "
reply-icon";
            }
            echo "" title="";
            if ((isset(
$context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
                echo 
$this->env->getExtension('phpbb')->lang("TOPIC_LOCKED");
            } else {
                echo 
$this->env->getExtension('phpbb')->lang("POST_REPLY");
            }
            echo "">
ttt"
;
            
// line 36
            
if ((isset($context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
                echo 
$this->env->getExtension('phpbb')->lang("BUTTON_TOPIC_LOCKED");
            } else {
                echo 
$this->env->getExtension('phpbb')->lang("BUTTON_POST_REPLY");
            }
            
// line 37
            
echo "tt</a>
t"
;
        }
        
// line 39
        
echo "
tt"
;
        
// line 40
        // line 41
        
echo "t</div>

t"
;
        
// line 43
        
$location "viewtopic_topic_tools.html";
        
$namespace false;
        if (
strpos($location'@') === 0) {
            
$namespace substr($location1strpos($location'/') - 1);
            
$previous_look_up_order $this->env->getNamespaceLookUpOrder();
            
$this->env->setNamespaceLookUpOrder(array($namespace'__main__'));
        }
        
$this->loadTemplate("viewtopic_topic_tools.html""viewtopic_body.html"43)->display($context);
        if (
$namespace) {
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        
// line 44
        
echo "t";
        
// line 45
        
echo "
t"
;
        
// line 46
        
if ((isset($context["S_DISPLAY_SEARCHBOX"]) ? $context["S_DISPLAY_SEARCHBOX"] : null)) {
            
// line 47
            
echo "tt<div class="search-box" role="search">
ttt<form method="
get" id="topic-search" action="";
            // line 48
            echo (isset(
$context["S_SEARCHBOX_ACTION"]) ? $context["S_SEARCHBOX_ACTION"] : null);
            echo "">
ttt<fieldset>
tttt<input class="
inputbox search tiny"  type="search" name="keywords" id="search_keywords" size="20" placeholder="";
            // line 50
            echo 
$this->env->getExtension('phpbb')->lang("SEARCH_TOPIC");
            echo "" />
tttt<button class="
button icon-button search-icon" type="submit" title="";
            // line 51
            echo 
$this->env->getExtension('phpbb')->lang("SEARCH");
            echo "">"
;
            echo 
$this->env->getExtension('phpbb')->lang("SEARCH");
            echo 
"</button>
tttt<a href="";
            // line 52
            echo (isset(
$context["U_SEARCH"]) ? $context["U_SEARCH"] : null);
            echo "" class="
button icon-button search-adv-icon" title="";
            echo 
$this->env->getExtension('phpbb')->lang("SEARCH_ADV");
            echo "">"
;
            echo 
$this->env->getExtension('phpbb')->lang("SEARCH_ADV");
            echo 
"</a>
tttt"
;
            
// line 53
            
echo (isset($context["S_SEARCH_LOCAL_HIDDEN_FIELDS"]) ? $context["S_SEARCH_LOCAL_HIDDEN_FIELDS"] : null);
            echo 
"
ttt</fieldset>
ttt</form>
tt</div>
t"
;
        }
        
// line 58
        
echo "
t"
;
        
// line 59
        
if ((twig_length_filter($this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array())) || (isset($context["TOTAL_POSTS"]) ? $context["TOTAL_POSTS"] : null))) {
            
// line 60
            
echo "tt<div class="pagination">
ttt"
;
            
// line 61
            
if (((isset($context["U_VIEW_UNREAD_POST"]) ? $context["U_VIEW_UNREAD_POST"] : null) &&  !(isset($context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null))) {
                echo 
"<a href="";
                echo (isset(
$context["U_VIEW_UNREAD_POST"]) ? $context["U_VIEW_UNREAD_POST"] : null);
                echo "" class="
mark">";
                echo 
$this->env->getExtension('phpbb')->lang("VIEW_UNREAD_POST");
                echo 
"</a> &bull; ";
            }
            echo (isset(
$context["TOTAL_POSTS"]) ? $context["TOTAL_POSTS"] : null);
            echo 
"
ttt"
;
            
// line 62
            
if (twig_length_filter($this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array()))) {
                
// line 63
                
echo "tttt";
                
$location "pagination.html";
                
$namespace false;
                if (
strpos($location'@') === 0) {
                    
$namespace substr($location1strpos($location'/') - 1);
                    
$previous_look_up_order $this->env->getNamespaceLookUpOrder();
                    
$this->env->setNamespaceLookUpOrder(array($namespace'__main__'));
                }
                
$this->loadTemplate("pagination.html""viewtopic_body.html"63)->display($context);
                if (
$namespace) {
                    
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
                }
                
// line 64
                
echo "ttt";
            } else {
                
// line 65
                
echo "tttt&bull; ";
                echo (isset(
$context["PAGE_NUMBER"]) ? $context["PAGE_NUMBER"] : null);
                echo 
"
ttt"
;
            }
            
// line 67
            
echo "tt</div>
t"
;
        }
        
// line 69
        
echo "t";
        
// line 70
        
echo "</div>

"
;
        
// line 72
        // line 73
        
echo "
"
;
        
// line 74
        
if ((isset($context["S_HAS_POLL"]) ? $context["S_HAS_POLL"] : null)) {
            
// line 75
            
echo "t<form method="post" action="";
            echo (isset(
$context["S_POLL_ACTION"]) ? $context["S_POLL_ACTION"] : null);
            echo "" data-ajax="
vote_poll" class="topic_poll">

t<div class="
panel">
tt<div class="
inner">

tt<div class="
content">
ttt<h2 class="
poll-title">";
            
// line 81
            
echo (isset($context["POLL_QUESTION"]) ? $context["POLL_QUESTION"] : null);
            echo 
"</h2>
ttt<p class="
author">";
            
// line 82
            
echo $this->env->getExtension('phpbb')->lang("POLL_LENGTH");
            if (((isset(
$context["S_CAN_VOTE"]) ? $context["S_CAN_VOTE"] : null) && (isset($context["L_POLL_LENGTH"]) ? $context["L_POLL_LENGTH"] : null))) {
                echo 
"<br />";
            }
            if ((isset(
$context["S_CAN_VOTE"]) ? $context["S_CAN_VOTE"] : null)) {
                echo 
"<span class="poll_max_votes">";
                echo 
$this->env->getExtension('phpbb')->lang("MAX_VOTES");
                echo 
"</span>";
            }
            echo 
"</p>

ttt<fieldset class="
polls">
ttt"
;
            
// line 85
            
$context['_parent'] = $context;
            
$context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "poll_option", array()));
            foreach (
$context['_seq'] as $context["_key"] => $context["poll_option"]) {
                
// line 86
                
echo "tttt";
                
// line 87
                
echo "tttt<dl class="";
                if (
$this->getAttribute($context["poll_option"], "POLL_OPTION_VOTED", array())) {
                    echo "
voted";
                }
                if (
$this->getAttribute($context["poll_option"], "POLL_OPTION_MOST_VOTES", array())) {
                    echo " 
most-votes";
                }
                echo """
;
                if (
$this->getAttribute($context["poll_option"], "POLL_OPTION_VOTED", array())) {
                    echo 
" title="";
                    echo 
$this->env->getExtension('phpbb')->lang("POLL_VOTED_OPTION");
                    echo """
;
                }
                echo 
" data-alt-text="";
                echo 
$this->env->getExtension('phpbb')->lang("POLL_VOTED_OPTION");
                echo "" data-poll-option-id="";
                echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_ID", array());
                echo "">
ttttt<dt>"
;
                
// line 88
                
if ((isset($context["S_CAN_VOTE"]) ? $context["S_CAN_VOTE"] : null)) {
                    echo 
"<label for="vote_";
                    echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_ID", array());
                    echo "">"
;
                    echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_CAPTION", array());
                    echo 
"</label>";
                } else {
                    echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_CAPTION", array());
                }
                echo 
"</dt>
ttttt"
;
                
// line 89
                
if ((isset($context["S_CAN_VOTE"]) ? $context["S_CAN_VOTE"] : null)) {
                    echo 
"<dd style="widthauto;" class="poll_option_select">";
                    if ((isset(
$context["S_IS_MULTI_CHOICE"]) ? $context["S_IS_MULTI_CHOICE"] : null)) {
                        echo 
"<input type="checkbox" name="vote_id[]" id="vote_";
                        echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_ID", array());
                        echo "" value="";
                        echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_ID", array());
                        echo """
;
                        if (
$this->getAttribute($context["poll_option"], "POLL_OPTION_VOTED", array())) {
                            echo 
" checked="checked"";
                        }
                        echo 
" />";
                    } else {
                        echo 
"<input type="radio" name="vote_id[]" id="vote_";
                        echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_ID", array());
                        echo "" value="";
                        echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_ID", array());
                        echo """
;
                        if (
$this->getAttribute($context["poll_option"], "POLL_OPTION_VOTED", array())) {
                            echo 
" checked="checked"";
                        }
                        echo 
" />";
                    }
                    echo 
"</dd>";
                }
                
// line 90
                
echo "ttttt<dd class="resultbar";
                if ( !(isset(
$context["S_DISPLAY_RESULTS"]) ? $context["S_DISPLAY_RESULTS"] : null)) {
                    echo " 
hidden";
                }
                echo ""><div class="";
                if ((
$this->getAttribute($context["poll_option"], "POLL_OPTION_PCT", array()) < 20)) {
                    echo "
pollbar1";
                } elseif ((
$this->getAttribute($context["poll_option"], "POLL_OPTION_PCT", array()) < 40)) {
                    echo "
pollbar2";
                } elseif ((
$this->getAttribute($context["poll_option"], "POLL_OPTION_PCT", array()) < 60)) {
                    echo "
pollbar3";
                } elseif ((
$this->getAttribute($context["poll_option"], "POLL_OPTION_PCT", array()) < 80)) {
                    echo "
pollbar4";
                } else {
                    echo "
pollbar5";
                }
                echo "" style="
width:";
                echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_PERCENT_REL", array());
                echo "
;">";
                echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_RESULT", array());
                echo 
"</div></dd>
ttttt<dd class="
poll_option_percent";
                // line 91
                if ( !(isset(
$context["S_DISPLAY_RESULTS"]) ? $context["S_DISPLAY_RESULTS"] : null)) {
                    echo " 
hidden";
                }
                echo "">"
;
                if ((
$this->getAttribute($context["poll_option"], "POLL_OPTION_RESULT", array()) == 0)) {
                    echo 
$this->env->getExtension('phpbb')->lang("NO_VOTES");
                } else {
                    echo 
$this->getAttribute($context["poll_option"], "POLL_OPTION_PERCENT", array());
                }
                echo 
"</dd>
tttt</dl>
tttt"
;
                
// line 93
                // line 94
                
echo "ttt";
            }
            
$_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 95
            
echo "
tttt<dl class="
poll_total_votes";
            // line 96
            if ( !(isset(
$context["S_DISPLAY_RESULTS"]) ? $context["S_DISPLAY_RESULTS"] : null)) {
                echo " 
hidden";
            }
            echo "">
ttttt<dt>&nbsp;</dt>
ttttt<dd class="
resultbar">";
            
// line 98
            
echo $this->env->getExtension('phpbb')->lang("TOTAL_VOTES");
            echo 
$this->env->getExtension('phpbb')->lang("COLON");
            echo 
" <span class="poll_total_vote_cnt">";
            echo (isset(
$context["TOTAL_VOTES"]) ? $context["TOTAL_VOTES"] : null);
            echo 
"</span></dd>
tttt</dl>

ttt"
;
            
// line 101
            
if ((isset($context["S_CAN_VOTE"]) ? $context["S_CAN_VOTE"] : null)) {
                
// line 102
                
echo "tttt<dl style="border-topnone;" class="poll_vote">
ttttt<dt>&nbsp;</dt>
ttttt<dd class="
resultbar"><input type="submit" name="update" value="";
                // line 104
                echo 
$this->env->getExtension('phpbb')->lang("SUBMIT_VOTE");
                echo "" class="
button1" /></dd>
tttt</dl>
ttt"
;
            }
            
// line 107
            
echo "
ttt"
;
            
// line 108
            
if ( !(isset($context["S_DISPLAY_RESULTS"]) ? $context["S_DISPLAY_RESULTS"] : null)) {
                
// line 109
                
echo "tttt<dl style="border-topnone;" class="poll_view_results">
ttttt<dt>&nbsp;</dt>
ttttt<dd class="
resultbar"><a href="";
                // line 111
                echo (isset(
$context["U_VIEW_RESULTS"]) ? $context["U_VIEW_RESULTS"] : null);
                echo "">"
;
                echo 
$this->env->getExtension('phpbb')->lang("VIEW_RESULTS");
                echo 
"</a></dd>
tttt</dl>
ttt"
;
            }
            
// line 114
            
echo "ttt</fieldset>
ttt<div class="
vote-submitted hidden">";
            
// line 115
            
echo $this->env->getExtension('phpbb')->lang("VOTE_SUBMITTED");
            echo 
"</div>
tt</div>

tt</div>
tt"
;
            
// line 119
            
echo (isset($context["S_FORM_TOKEN"]) ? $context["S_FORM_TOKEN"] : null);
            echo 
"
tt"
;
            
// line 120
            
echo (isset($context["S_HIDDEN_FIELDS"]) ? $context["S_HIDDEN_FIELDS"] : null);
            echo 
"
t</div>

t</form>
t<hr />
"
;
        }
        
// line 126
        
echo "
"
;
        
// line 127
        // line 128
        
echo "
"
;
        
// line 129
        
$context['_parent'] = $context;
        
$context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "postrow", array()));
        foreach (
$context['_seq'] as $context["_key"] => $context["postrow"]) {
            
// line 130
            
echo "t";
            
// line 131
            
echo "t";
            if (
$this->getAttribute($context["postrow"], "S_FIRST_UNREAD", array())) {
                
// line 132
                
echo "tt<a id="unread" class="anchor"";
                if ((isset(
$context["S_UNREAD_VIEW"]) ? $context["S_UNREAD_VIEW"] : null)) {
                    echo 
" data-url="";
                    echo 
$this->getAttribute($context["postrow"], "U_MINI_POST", array());
                    echo """
;
                }
                echo 
"></a>
t"
;
            }
            
// line 134
            
echo "t<div id="p";
            echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
            echo "" class="
post has-profile ";
            if ((
$this->getAttribute($context["postrow"], "S_ROW_COUNT", array()) % 2 == 1)) {
                echo "
bg1";
            } else {
                echo "
bg2";
            }
            if (
$this->getAttribute($context["postrow"], "S_UNREAD_POST", array())) {
                echo " 
unreadpost";
            }
            if (
$this->getAttribute($context["postrow"], "S_POST_REPORTED", array())) {
                echo " 
reported";
            }
            if (
$this->getAttribute($context["postrow"], "S_POST_DELETED", array())) {
                echo " 
deleted";
            }
            if ((
$this->getAttribute($context["postrow"], "S_ONLINE", array()) &&  !$this->getAttribute($context["postrow"], "S_POST_HIDDEN", array()))) {
                echo " 
online";
            }
            if (
$this->getAttribute($context["postrow"], "POSTER_WARNINGS", array())) {
                echo " 
warned";
            }
            echo "">
tt<div class="
inner">

tt<dl class="
postprofile" id="profile";
            // line 137
            echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
            echo """
;
            if (
$this->getAttribute($context["postrow"], "S_POST_HIDDEN", array())) {
                echo 
" style="displaynone;"";
            }
            echo 
">
ttt<dt class="";
            // line 138
            if ((
$this->getAttribute($context["postrow"], "RANK_TITLE", array()) || $this->getAttribute($context["postrow"], "RANK_IMG", array()))) {
                echo "
has-profile-rank";
            } else {
                echo "
no-profile-rank";
            }
            echo " ";
            if (
$this->getAttribute($context["postrow"], "POSTER_AVATAR", array())) {
                echo "
has-avatar";
            } else {
                echo "
no-avatar";
            }
            echo "">
tttt<div class="
avatar-container">
ttttt"
;
            
// line 140
            // line 141
            
echo "ttttt";
            if (
$this->getAttribute($context["postrow"], "POSTER_AVATAR", array())) {
                
// line 142
                
echo "tttttt";
                if (
$this->getAttribute($context["postrow"], "U_POST_AUTHOR", array())) {
                    echo 
"<a href="";
                    echo 
$this->getAttribute($context["postrow"], "U_POST_AUTHOR", array());
                    echo "" class="
avatar">";
                    echo 
$this->getAttribute($context["postrow"], "POSTER_AVATAR", array());
                    echo 
"</a>";
                } else {
                    echo 
"<span class="avatar">";
                    echo 
$this->getAttribute($context["postrow"], "POSTER_AVATAR", array());
                    echo 
"</span>";
                }
                
// line 143
                
echo "ttttt";
            }
            
// line 144
            
echo "ttttt";
            
$previous_look_up_order $this->env->getNamespaceLookUpOrder();
            
$this->env->setNamespaceLookUpOrder(array('dmzx_topicauthor''__main__'));
            
$this->env->loadTemplate('@dmzx_topicauthor/event/viewtopic_body_avatar_after.html')->display($context);
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
            
// line 145
            
echo "tttt</div>
tttt"
;
            
// line 146
            // line 147
            
echo "tttt";
            if ( !
$this->getAttribute($context["postrow"], "U_POST_AUTHOR", array())) {
                echo 
"<strong>";
                echo 
$this->getAttribute($context["postrow"], "POST_AUTHOR_FULL", array());
                echo 
"</strong>";
            } else {
                echo 
$this->getAttribute($context["postrow"], "POST_AUTHOR_FULL", array());
            }
            
// line 148
            
echo "tttt";
            
// line 149
            
echo "ttt</dt>

ttt"
;
            
// line 151
            // line 152
            
echo "ttt";
            if ((
$this->getAttribute($context["postrow"], "RANK_TITLE", array()) || $this->getAttribute($context["postrow"], "RANK_IMG", array()))) {
                echo 
"<dd class="profile-rank">";
                echo 
$this->getAttribute($context["postrow"], "RANK_TITLE", array());
                if ((
$this->getAttribute($context["postrow"], "RANK_TITLE", array()) && $this->getAttribute($context["postrow"], "RANK_IMG", array()))) {
                    echo 
"<br />";
                }
                echo 
$this->getAttribute($context["postrow"], "RANK_IMG", array());
                echo 
"</dd>";
            }
            
// line 153
            
echo "ttt";
            
// line 154
            
echo "
tt"
;
            
// line 155
            
if (($this->getAttribute($context["postrow"], "POSTER_POSTS", array()) != "")) {
                echo 
"<dd class="profile-posts"><strong>";
                echo 
$this->env->getExtension('phpbb')->lang("POSTS");
                echo 
$this->env->getExtension('phpbb')->lang("COLON");
                echo 
"</strong> ";
                if ((
$this->getAttribute($context["postrow"], "U_SEARCH", array()) !== "")) {
                    echo 
"<a href="";
                    echo 
$this->getAttribute($context["postrow"], "U_SEARCH", array());
                    echo "">"
;
                }
                echo 
$this->getAttribute($context["postrow"], "POSTER_POSTS", array());
                if ((
$this->getAttribute($context["postrow"], "U_SEARCH", array()) !== "")) {
                    echo 
"</a>";
                }
                echo 
"</dd>";
            }
            
// line 156
            
echo "tt";
            if (
$this->getAttribute($context["postrow"], "POSTER_JOINED", array())) {
                echo 
"<dd class="profile-joined"><strong>";
                echo 
$this->env->getExtension('phpbb')->lang("JOINED");
                echo 
$this->env->getExtension('phpbb')->lang("COLON");
                echo 
"</strong> ";
                echo 
$this->getAttribute($context["postrow"], "POSTER_JOINED", array());
                echo 
"</dd>";
            }
            
// line 157
            
echo "tt";
            if (
$this->getAttribute($context["postrow"], "POSTER_WARNINGS", array())) {
                echo 
"<dd class="profile-warnings"><strong>";
                echo 
$this->env->getExtension('phpbb')->lang("WARNINGS");
                echo 
$this->env->getExtension('phpbb')->lang("COLON");
                echo 
"</strong> ";
                echo 
$this->getAttribute($context["postrow"], "POSTER_WARNINGS", array());
                echo 
"</dd>";
            }
            
// line 158
            
echo "
tt"
;
            
// line 159
            
if ($this->getAttribute($context["postrow"], "S_PROFILE_FIELD1", array())) {
                
// line 160
                
echo "ttt<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
ttt<dd><strong>"
;
                
// line 161
                
echo $this->getAttribute($context["postrow"], "PROFILE_FIELD1_NAME", array());
                echo 
$this->env->getExtension('phpbb')->lang("COLON");
                echo 
"</strong> ";
                echo 
$this->getAttribute($context["postrow"], "PROFILE_FIELD1_VALUE", array());
                echo 
"</dd>
tt"
;
            }
            
// line 163
            
echo "
tt"
;
            
// line 164
            // line 165
            
echo "tt";
            
$context['_parent'] = $context;
            
$context['_seq'] = twig_ensure_traversable($this->getAttribute($context["postrow"], "custom_fields", array()));
            foreach (
$context['_seq'] as $context["_key"] => $context["custom_fields"]) {
                
// line 166
                
echo "ttt";
                if ( !
$this->getAttribute($context["custom_fields"], "S_PROFILE_CONTACT", array())) {
                    
// line 167
                    
echo "tttt<dd class="profile-custom-field profile-";
                    echo 
$this->getAttribute($context["custom_fields"], "PROFILE_FIELD_IDENT", array());
                    echo ""><strong>"
;
                    echo 
$this->getAttribute($context["custom_fields"], "PROFILE_FIELD_NAME", array());
                    echo 
$this->env->getExtension('phpbb')->lang("COLON");
                    echo 
"</strong> ";
                    echo 
$this->getAttribute($context["custom_fields"], "PROFILE_FIELD_VALUE", array());
                    echo 
"</dd>
ttt"
;
                }
                
// line 169
                
echo "tt";
            }
            
$_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 170
            
echo "tt";
            
// line 171
            
echo "
tt"
;
            
// line 172
            // line 173
            
echo "tt";
            if (( !(isset(
$context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && twig_length_filter($this->env$this->getAttribute($context["postrow"], "contact", array())))) {
                
// line 174
                
echo "ttt<dd class="profile-contact">
tttt<strong>"
;
                
// line 175
                
echo $this->env->getExtension('phpbb')->lang("CONTACT");
                echo 
$this->env->getExtension('phpbb')->lang("COLON");
                echo 
"</strong>
tttt<div class="
dropdown-container dropdown-left">
ttttt<a href="
#" class="dropdown-trigger"><span class="imageset icon_contact" title="";
                // line 177
                
echo $this->getAttribute($context["postrow"], "CONTACT_USER", array());
                echo 
"">";
                echo 
$this->getAttribute($context["postrow"], "CONTACT_USER", array());
                echo "
</span></a>
ttttt<div class="dropdown hidden">
tttttt<div class="pointer"><div class="pointer-inner"></div></div>
tttttt<div class="dropdown-contents contact-icons">
ttttttt";
                // line 181
                
$context['_parent'] = $context;
                
$context['_seq'] = twig_ensure_traversable($this->getAttribute($context["postrow"], "contact", array()));
                foreach (
$context['_seq'] as $context["_key"] => $context["contact"]) {
                    // line 182
                    echo "
tttttttt";
                    
$context["REMAINDER"] = ($this->getAttribute($context["contact"], "S_ROW_COUNT", array()) % 4);
                    // line 183
                    echo "
tttttttt";
                    
$value = (((isset($context["REMAINDER"]) ? $context["REMAINDER"] : null) == 3) || ($this->getAttribute($context["contact"], "S_LAST_ROW", array()) && ($this->getAttribute($context["contact"], "S_NUM_ROWS", array()) < 4)));
                    
$context['definition']->set('S_LAST_CELL', $value);
                    // line 184
                    echo "
tttttttt";
                    if (((isset(
$context["REMAINDER"]) ? $context["REMAINDER"] : null) == 0)) {
                        // line 185
                        echo "
ttttttttt<div>
tttttttt";
                    }
                    // line 187
                    echo "
ttttttttt<a href="";
                    if (
$this->getAttribute($context["contact"], "U_CONTACT", array())) {
                        echo 
$this->getAttribute($context["contact"], "U_CONTACT", array());
                    } else {
                        echo 
$this->getAttribute($context["postrow"], "U_POST_AUTHOR", array());
                    }
                    echo 
"" title="";
                    echo 
$this->getAttribute($context["contact"], "NAME", array());
                    echo 
""";
                    if (
$this->getAttribute((isset($context["definition"]) ? $context["definition"] : null), "S_LAST_CELL", array())) {
                        echo " 
class="last-cell"";
                    }
                    if ((
$this->getAttribute($context["contact"], "ID", array()) == "jabber")) {
                        echo " 
onclick="popup(this.href, 750, 320); return false;"";
                    }
                    echo "
>
tttttttttt<span class="contact-icon ";
                    
// line 188
                    
echo $this->getAttribute($context["contact"], "ID", array());
                    echo 
"-icon">";
                    echo 
$this->getAttribute($context["contact"], "NAME", array());
                    echo "
</span>
ttttttttt</a>
tttttttt";
                    // line 190
                    if ((((isset(
$context["REMAINDER"]) ? $context["REMAINDER"] : null) == 3) || $this->getAttribute($context["contact"], "S_LAST_ROW", array()))) {
                        // line 191
                        echo "
ttttttttt</div>
tttttttt";
                    }
                    // line 193
                    echo "
ttttttt";
                }
                
$_parent = $context['_parent'];
                unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['contact'], $context['_parent'], $context['loop']);
                
$context = array_intersect_key($context$_parent) + $_parent;
                // line 194
                echo "
tttttt</div>
ttttt</div>
tttt</div>
ttt</dd>
tt";
            }
            // line 199
            echo "
tt";
            // line 200
            echo "
tt</dl>

tt<div class="postbody">
ttt";
            // line 204
            if (
$this->getAttribute($context["postrow"], "S_POST_HIDDEN", array())) {
                // line 205
                echo "
tttt";
                if (
$this->getAttribute($context["postrow"], "S_POST_DELETED", array())) {
                    // line 206
                    echo "
ttttt<div class="ignore" id="post_hidden";
                    echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
                    echo 
"">
tttttt";
                    // line 207
                    echo 
$this->getAttribute($context["postrow"], "L_POST_DELETED_MESSAGE", array());
                    echo "
<br />
tttttt";
                    // line 208
                    echo 
$this->getAttribute($context["postrow"], "L_POST_DISPLAY", array());
                    echo "
ttttt</div>
tttt";
                } elseif (
$this->getAttribute(                // line 210
$context["postrow"], "S_IGNORE_POST", array())) {
                    // line 211
                    echo "
ttttt<div class="ignore" id="post_hidden";
                    echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
                    echo 
"">
tttttt";
                    // line 212
                    echo 
$this->getAttribute($context["postrow"], "L_IGNORE_POST", array());
                    echo "
<br />
tttttt";
                    // line 213
                    echo 
$this->getAttribute($context["postrow"], "L_POST_DISPLAY", array());
                    echo "
ttttt</div>
tttt";
                }
                // line 216
                echo "
ttt";
            }
            // line 217
            echo "
ttt<div id="post_content";
            echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
            echo 
""";
            if (
$this->getAttribute($context["postrow"], "S_POST_HIDDEN", array())) {
                echo " 
style="display: none;"";
            }
            echo "
>

ttt";
            // line 219
            // line 220
            echo "
ttt<h3 ";
            if (
$this->getAttribute($context["postrow"], "S_FIRST_ROW", array())) {
                echo "
class="first"";
            }
            echo "
>";
            if (
$this->getAttribute($context["postrow"], "POST_ICON_IMG", array())) {
                echo "
<img src="";
                echo (isset(
$context["T_ICONS_PATH"]) ? $context["T_ICONS_PATH"] : null);
                echo 
$this->getAttribute($context["postrow"], "POST_ICON_IMG", array());
                echo 
"" width="";
                echo 
$this->getAttribute($context["postrow"], "POST_ICON_IMG_WIDTH", array());
                echo 
"" height="";
                echo 
$this->getAttribute($context["postrow"], "POST_ICON_IMG_HEIGHT", array());
                echo 
"" alt="" /> ";
            }
            echo "
<a href="#p";
            echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
            echo 
"">";
            echo 
$this->getAttribute($context["postrow"], "POST_SUBJECT", array());
            echo "
</a></h3>

tt";
            // line 222
            
$value = ((((($this->getAttribute($context["postrow"], "U_EDIT", array()) || $this->getAttribute($context["postrow"], "U_DELETE", array())) || $this->getAttribute($context["postrow"], "U_REPORT", array())) || $this->getAttribute($context["postrow"], "U_WARN", array())) || $this->getAttribute($context["postrow"], "U_INFO", array())) || $this->getAttribute($context["postrow"], "U_QUOTE", array()));
            
$context['definition']->set('SHOW_POST_BUTTONS', $value);
            // line 223
            echo "
tt";
            // line 224
            echo "
tt";
            if ( !(isset(
$context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
                // line 225
                echo "
ttt";
                if (
$this->getAttribute((isset($context["definition"]) ? $context["definition"] : null), "SHOW_POST_BUTTONS", array())) {
                    // line 226
                    echo "
tttt<ul class="post-buttons">
ttttt";
                    // line 227
                    // line 228
                    echo "
ttttt";
                    if (
$this->getAttribute($context["postrow"], "U_EDIT", array())) {
                        // line 229
                        echo "
tttttt<li>
ttttttt<a href="";
                        
// line 230
                        
echo $this->getAttribute($context["postrow"], "U_EDIT", array());
                        echo 
"" title="";
                        echo 
$this->env->getExtension('phpbb')->lang("EDIT_POST");
                        echo 
"" class="button icon-button edit-icon"><span>";
                        echo 
$this->env->getExtension('phpbb')->lang("BUTTON_EDIT");
                        echo "
</span></a>
tttttt</li>
ttttt";
                    }
                    // line 233
                    echo "
ttttt";
                    if (
$this->getAttribute($context["postrow"], "U_DELETE", array())) {
                        // line 234
                        echo "
tttttt<li>
ttttttt<a href="";
                        
// line 235
                        
echo $this->getAttribute($context["postrow"], "U_DELETE", array());
                        echo 
"" title="";
                        echo 
$this->env->getExtension('phpbb')->lang("DELETE_POST");
                        echo 
"" class="button icon-button delete-icon"><span>";
                        echo 
$this->env->getExtension('phpbb')->lang("DELETE_POST");
                        echo "
</span></a>
tttttt</li>
ttttt";
                    }
                    // line 238
                    echo "
ttttt";
                    if (
$this->getAttribute($context["postrow"], "U_REPORT", array())) {
                        // line 239
                        echo "
tttttt<li>
ttttttt<a href="";
                        
// line 240
                        
echo $this->getAttribute($context["postrow"], "U_REPORT", array());
                        echo 
"" title="";
                        echo 
$this->env->getExtension('phpbb')->lang("REPORT_POST");
                        echo 
"" class="button icon-button report-icon"><span>";
                        echo 
$this->env->getExtension('phpbb')->lang("REPORT_POST");
                        echo "
</span></a>
tttttt</li>
ttttt";
                    }
                    // line 243
                    echo "
ttttt";
                    if (
$this->getAttribute($context["postrow"], "U_WARN", array())) {
                        // line 244
                        echo "
tttttt<li>
ttttttt<a href="";
                        
// line 245
                        
echo $this->getAttribute($context["postrow"], "U_WARN", array());
                        echo 
"" title="";
                        echo 
$this->env->getExtension('phpbb')->lang("WARN_USER");
                        echo 
"" class="button icon-button warn-icon"><span>";
                        echo 
$this->env->getExtension('phpbb')->lang("WARN_USER");
                        echo "
</span></a>
tttttt</li>
ttttt";
                    }
                    // line 248
                    echo "
ttttt";
                    if (
$this->getAttribute($context["postrow"], "U_INFO", array())) {
                        // line 249
                        echo "
tttttt<li>
ttttttt<a href="";
                        
// line 250
                        
echo $this->getAttribute($context["postrow"], "U_INFO", array());
                        echo 
"" title="";
                        echo 
$this->env->getExtension('phpbb')->lang("INFORMATION");
                        echo 
"" class="button icon-button info-icon"><span>";
                        echo 
$this->env->getExtension('phpbb')->lang("INFORMATION");
                        echo "
</span></a>
tttttt</li>
ttttt";
                    }
                    // line 253
                    echo "
ttttt";
                    if (
$this->getAttribute($context["postrow"], "U_QUOTE", array())) {
                        // line 254
                        echo "
tttttt<li>
ttttttt<a href="";
                        
// line 255
                        
echo $this->getAttribute($context["postrow"], "U_QUOTE", array());
                        echo 
"" title="";
                        echo 
$this->env->getExtension('phpbb')->lang("REPLY_WITH_QUOTE");
                        echo 
"" class="button icon-button quote-icon"><span>";
                        echo 
$this->env->getExtension('phpbb')->lang("QUOTE");
                        echo "
</span></a>
tttttt</li>
ttttt";
                    }
                    // line 258
                    echo "
ttttt";
                    // line 259
                    echo "
tttt</ul>
ttt";
                }
                // line 261
                echo "
tt";
            }
            // line 262
            echo "
tt";
            // line 263
            echo "
ttt";
            // line 264
            // line 265
            echo "
ttt<class="author">";
            if ((isset(
$context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
                echo 
$this->getAttribute($context["postrow"], "MINI_POST_IMG", array());
            } else {
                echo "
<a href="";
                echo 
$this->getAttribute($context["postrow"], "U_MINI_POST", array());
                echo 
"">";
                echo 
$this->getAttribute($context["postrow"], "MINI_POST_IMG", array());
                echo "
</a>";
            }
            echo "
<span class="responsive-hide">";
            echo 
$this->env->getExtension('phpbb')->lang("POST_BY_AUTHOR");
            echo " 
<strong>";
            echo 
$this->getAttribute($context["postrow"], "POST_AUTHOR_FULL", array());
            echo "
</strong> &raquo; </span>";
            echo 
$this->getAttribute($context["postrow"], "POST_DATE", array());
            echo " 
</p>
ttt";
            // line 266
            // line 267
            echo "
ttt";
            // line 268
            if (
$this->getAttribute($context["postrow"], "S_POST_UNAPPROVED", array())) {
                // line 269
                echo "
ttt<form method="post" class="mcp_approve" action="";
                echo 
$this->getAttribute($context["postrow"], "U_APPROVE_ACTION", array());
                echo 
"">
tttt<class="post-notice unapproved">
ttttt<strong>";
                // line 271
                echo 
$this->env->getExtension('phpbb')->lang("POST_UNAPPROVED_ACTION");
                echo "
</strong>
ttttt<input class="button2" type="submit" value="";
                
// line 272
                
echo $this->env->getExtension('phpbb')->lang("DISAPPROVE");
                echo 
"" name="action[disapprove]" />
ttttt<input class="button1" type="submit" value="";
                
// line 273
                
echo $this->env->getExtension('phpbb')->lang("APPROVE");
                echo 
"" name="action[approve]" />
ttttt<input type="hidden" name="post_id_list[]" value="";
                
// line 274
                
echo $this->getAttribute($context["postrow"], "POST_ID", array());
                echo 
"" />
ttttt";
                // line 275
                echo (isset(
$context["S_FORM_TOKEN"]) ? $context["S_FORM_TOKEN"] : null);
                echo "
tttt</p>
ttt</form>
ttt";
            } elseif (
$this->getAttribute(            // line 278
$context["postrow"], "S_POST_DELETED", array())) {
                // line 279
                echo "
ttt<form method="post" class="mcp_approve" action="";
                echo 
$this->getAttribute($context["postrow"], "U_APPROVE_ACTION", array());
                echo 
"">
tttt<class="post-notice deleted">
ttttt<strong>";
                // line 281
                echo 
$this->env->getExtension('phpbb')->lang("POST_DELETED_ACTION");
                echo "
</strong>
ttttt";
                // line 282
                if (
$this->getAttribute($context["postrow"], "S_DELETE_PERMANENT", array())) {
                    // line 283
                    echo "
tttttt<input class="button2" type="submit" value="";
                    echo 
$this->env->getExtension('phpbb')->lang("DELETE");
                    echo 
"" name="action[delete]" />
ttttt";
                }
                // line 285
                echo "
ttttt<input class="button1" type="submit" value="";
                echo 
$this->env->getExtension('phpbb')->lang("RESTORE");
                echo 
"" name="action[restore]" />
ttttt<input type="hidden" name="post_id_list[]" value="";
                
// line 286
                
echo $this->getAttribute($context["postrow"], "POST_ID", array());
                echo 
"" />
ttttt";
                // line 287
                echo (isset(
$context["S_FORM_TOKEN"]) ? $context["S_FORM_TOKEN"] : null);
                echo "
tttt</p>
ttt</form>
ttt";
            }
            // line 291
            echo "
ttt";
            // line 292
            if (
$this->getAttribute($context["postrow"], "S_POST_REPORTED", array())) {
                // line 293
                echo "
ttt<class="post-notice reported">
tttt<a href="";
                
// line 294
                
echo $this->getAttribute($context["postrow"], "U_MCP_REPORT", array());
                echo 
""><strong>";
                echo 
$this->env->getExtension('phpbb')->lang("POST_REPORTED");
                echo "
</strong></a>
ttt</p>
ttt";
            }
            // line 297
            echo "
ttt<div class="content">";
            // line 298
            echo 
$this->getAttribute($context["postrow"], "MESSAGE", array());
            echo "
</div>

ttt";
            // line 300
            if (
$this->getAttribute($context["postrow"], "S_HAS_ATTACHMENTS", array())) {
                // line 301
                echo "
tttt<dl class="attachbox">
ttttt<dt>
tttttt";
                // line 303
                echo 
$this->env->getExtension('phpbb')->lang("ATTACHMENTS");
                echo "
ttttt</dt>
ttttt";
                // line 305
                
$context['_parent'] = $context;
                
$context['_seq'] = twig_ensure_traversable($this->getAttribute($context["postrow"], "attachment", array()));
                foreach (
$context['_seq'] as $context["_key"] => $context["attachment"]) {
                    // line 306
                    echo "
tttttt<dd>";
                    echo 
$this->getAttribute($context["attachment"], "DISPLAY_ATTACHMENT", array());
                    echo "
</dd>
ttttt";
                }
                
$_parent = $context['_parent'];
                unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['attachment'], $context['_parent'], $context['loop']);
                
$context = array_intersect_key($context$_parent) + $_parent;
                // line 308
                echo "
tttt</dl>
ttt";
            }
            // line 310
            echo "
ttt";
            // line 311
            // line 312
            echo "
ttt";
            if (
$this->getAttribute($context["postrow"], "S_DISPLAY_NOTICE", array())) {
                echo "
<div class="rules">";
                echo 
$this->env->getExtension('phpbb')->lang("DOWNLOAD_NOTICE");
                echo "
</div>";
            }
            // line 313
            echo "
ttt";
            if ((
$this->getAttribute($context["postrow"], "DELETED_MESSAGE", array()) || $this->getAttribute($context["postrow"], "DELETE_REASON", array()))) {
                // line 314
                echo "
tttt<div class="notice post_deleted_msg">
ttttt";
                // line 315
                echo 
$this->getAttribute($context["postrow"], "DELETED_MESSAGE", array());
                echo "
ttttt";
                // line 316
                if (
$this->getAttribute($context["postrow"], "DELETE_REASON", array())) {
                    echo "
<br /><strong>";
                    echo 
$this->env->getExtension('phpbb')->lang("REASON");
                    echo 
$this->env->getExtension('phpbb')->lang("COLON");
                    echo "
</strong> <em>";
                    echo 
$this->getAttribute($context["postrow"], "DELETE_REASON", array());
                    echo "
</em>";
                }
                // line 317
                echo "
tttt</div>
ttt";
            } elseif ((
$this->getAttribute(            // line 318
$context["postrow"], "EDITED_MESSAGE", array()) || $this->getAttribute($context["postrow"], "EDIT_REASON", array()))) {
                // line 319
                echo "
tttt<div class="notice">
ttttt";
                // line 320
                echo 
$this->getAttribute($context["postrow"], "EDITED_MESSAGE", array());
                echo "
ttttt";
                // line 321
                if (
$this->getAttribute($context["postrow"], "EDIT_REASON", array())) {
                    echo "
<br /><strong>";
                    echo 
$this->env->getExtension('phpbb')->lang("REASON");
                    echo 
$this->env->getExtension('phpbb')->lang("COLON");
                    echo "
</strong> <em>";
                    echo 
$this->getAttribute($context["postrow"], "EDIT_REASON", array());
                    echo "
</em>";
                }
                // line 322
                echo "
tttt</div>
ttt";
            }
            // line 324
            echo "
ttt";
            // line 325
            if (
$this->getAttribute($context["postrow"], "BUMPED_MESSAGE", array())) {
                echo "
<div class="notice"><br /><br />";
                echo 
$this->getAttribute($context["postrow"], "BUMPED_MESSAGE", array());
                echo "
</div>";
            }
            // line 326
            echo "
ttt";
            
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            
$this->env->setNamespaceLookUpOrder(array('vinny_shareon', '__main__'));
            
$this->env->loadTemplate('@vinny_shareon/event/viewtopic_body_postrow_post_notices_after.html')->display($context);
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
            // line 327
            echo "
ttt";
            if (
$this->getAttribute($context["postrow"], "SIGNATURE", array())) {
                echo "
<div id="sig";
                echo 
$this->getAttribute($context["postrow"], "POST_ID", array());
                echo 
"" class="signature">";
                echo 
$this->getAttribute($context["postrow"], "SIGNATURE", array());
                echo "
</div>";
            }
            // line 328
            echo "
ttt";
            // line 329
            // line 330
            echo "
ttt</div>

tt</div>

tt";
            // line 334
            // line 335
            echo "
tt<div class="back2top">";
            echo "
<a href="#top" class="top" title="";
            echo 
$this->env->getExtension('phpbb')->lang("BACK_TO_TOP");
            echo 
"">";
            echo 
$this->env->getExtension('phpbb')->lang("BACK_TO_TOP");
            echo "
</a>";
            echo "
</div>
tt";
            // line 336
            // line 337
            echo "
tt</div>
t</div>

t<hr class="divider" />
t";
            // line 342
        }
        
$_parent = $context['_parent'];
        unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['postrow'], $context['_parent'], $context['loop']);
        
$context = array_intersect_key($context$_parent) + $_parent;
        // line 344
        echo "
";
        // line 345
        if ((isset(
$context["S_QUICK_REPLY"]) ? $context["S_QUICK_REPLY"] : null)) {
            // line 346
            echo "
t";
            
$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", 346)->display($context);
            if (
$namespace) {
                
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        // line 348
        echo "
";
        // line 349
        if ((((isset(
$context["S_NUM_POSTS"]) ? $context["S_NUM_POSTS"] : null) > 1) || twig_length_filter($this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array())))) {
            // line 350
            echo "
t<form id="viewtopic" method="post" action="";
            echo (isset(
$context["S_TOPIC_ACTION"]) ? $context["S_TOPIC_ACTION"] : null);
            echo 
"">
t<fieldset class="display-options" style="margin-top: 0; ">
tt";
            // line 352
            if ( !(isset(
$context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null)) {
                // line 353
                echo "
tt<label>";
                echo 
$this->env->getExtension('phpbb')->lang("DISPLAY_POSTS");
                echo 
$this->env->getExtension('phpbb')->lang("COLON");
                echo " ";
                echo (isset(
$context["S_SELECT_SORT_DAYS"]) ? $context["S_SELECT_SORT_DAYS"] : null);
                echo "
</label>
tt<label>";
                // line 354
                echo 
$this->env->getExtension('phpbb')->lang("SORT_BY");
                echo " ";
                echo (isset(
$context["S_SELECT_SORT_KEY"]) ? $context["S_SELECT_SORT_KEY"] : null);
                echo "
</label> <label>";
                echo (isset(
$context["S_SELECT_SORT_DIR"]) ? $context["S_SELECT_SORT_DIR"] : null);
                echo "
</label>
tt<input type="submit" name="sort" value="";
                
// line 355
                
echo $this->env->getExtension('phpbb')->lang("GO");
                echo 
"" class="button2" />
tt";
            }
            // line 357
            echo "
t</fieldset>
t</form>
t<hr />
";
        }
        // line 361
        echo "
";
        // line 362
        // line 363
        echo "
<div class="action-bar bottom">
t<div class="buttons">
tt";
        // line 365
        // line 366
        echo "
t";
        // line 367
        if (( !(isset(
$context["S_IS_BOT"]) ? $context["S_IS_BOT"] : null) && (isset($context["S_DISPLAY_REPLY_INFO"]) ? $context["S_DISPLAY_REPLY_INFO"] : null))) {
            // line 368
            echo "
tt<a href="";
            echo (isset(
$context["U_POST_REPLY_TOPIC"]) ? $context["U_POST_REPLY_TOPIC"] : null);
            echo 
"" class="button icon-button ";
            if ((isset(
$context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
                echo 
"locked-icon";
            } else {
                echo 
"reply-icon";
            }
            echo 
"" title="";
            if ((isset(
$context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
                echo 
$this->env->getExtension('phpbb')->lang("TOPIC_LOCKED");
            } else {
                echo 
$this->env->getExtension('phpbb')->lang("POST_REPLY");
            }
            echo 
"">
ttt";
            // line 369
            if ((isset(
$context["S_IS_LOCKED"]) ? $context["S_IS_LOCKED"] : null)) {
                echo 
$this->env->getExtension('phpbb')->lang("BUTTON_TOPIC_LOCKED");
            } else {
                echo 
$this->env->getExtension('phpbb')->lang("BUTTON_POST_REPLY");
            }
            // line 370
            echo "
tt</a>
t";
        }
        // line 372
        echo "
tt";
        // line 373
        // line 374
        echo "
t</div>

t";
        // line 376
        
$location = "viewtopic_topic_tools.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("viewtopic_topic_tools.html", "viewtopic_body.html", 376)->display($context);
        if (
$namespace) {
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 377
        echo "
t";
        // line 378
        if (twig_length_filter(
$this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "quickmod", array()))) {
            // line 379
            echo "
tt<div class="dropdown-container dropdown-container-";
            echo (isset(
$context["S_CONTENT_FLOW_BEGIN"]) ? $context["S_CONTENT_FLOW_BEGIN"] : null);
            echo 
" dropdown-up dropdown-";
            echo (isset(
$context["S_CONTENT_FLOW_END"]) ? $context["S_CONTENT_FLOW_END"] : null);
            echo 
" dropdown-button-control" id="quickmod">
ttt<span title="";
            
// line 380
            
echo $this->env->getExtension('phpbb')->lang("QUICK_MOD");
            echo 
"" class="dropdown-trigger button icon-button modtools-icon dropdown-select">";
            echo 
$this->env->getExtension('phpbb')->lang("QUICK_MOD");
            echo "
</span>
ttt<div class="dropdown hidden">
tttt<div class="pointer"><div class="pointer-inner"></div></div>
tttt<ul class="dropdown-contents">
tttt";
            // line 384
            
$context['_parent'] = $context;
            
$context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "quickmod", array()));
            foreach (
$context['_seq'] as $context["_key"] => $context["quickmod"]) {
                // line 385
                echo "
ttttt";
                
$value = twig_in_filter($this->getAttribute($context["quickmod"], "VALUE", array()), array(0 => "lock", 1 => "unlock", 2 => "delete_topic", 3 => "restore_topic", 4 => "make_normal", 5 => "make_sticky", 6 => "make_announce", 7 => "make_global"));
                
$context['definition']->set('QUICKMOD_AJAX', $value);
                // line 386
                echo "
ttttt<li><a href="";
                echo 
$this->getAttribute($context["quickmod"], "LINK", array());
                echo 
""";
                if (
$this->getAttribute((isset($context["definition"]) ? $context["definition"] : null), "QUICKMOD_AJAX", array())) {
                    echo " 
data-ajax="true" data-refresh="true"";
                }
                echo "
>";
                echo 
$this->getAttribute($context["quickmod"], "TITLE", array());
                echo "
</a></li>
tttt";
            }
            
$_parent = $context['_parent'];
            unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['quickmod'], $context['_parent'], $context['loop']);
            
$context = array_intersect_key($context$_parent) + $_parent;
            // line 388
            echo "
tttt</ul>
ttt</div>
tt</div>
t";
        }
        // line 392
        echo "
t
t
";
        // line 393
        // line 394
        echo "
t";
        // line 395
        if ((twig_length_filter(
$this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array())) || (isset($context["TOTAL_POSTS"]) ? $context["TOTAL_POSTS"] : null))) {
            // line 396
            echo "
tt<div class="pagination">
ttt";
            // line 397
            echo (isset(
$context["TOTAL_POSTS"]) ? $context["TOTAL_POSTS"] : null);
            echo "
ttt";
            // line 398
            if (twig_length_filter(
$this->env$this->getAttribute((isset($context["loops"]) ? $context["loops"] : null), "pagination", array()))) {
                // line 399
                echo "
tttt";
                
$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", 399)->display($context);
                if (
$namespace) {
                    
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
                }
                // line 400
                echo "
ttt";
            } else {
                // line 401
                echo "
tttt&bull";
                echo (isset(
$context["PAGE_NUMBER"]) ? $context["PAGE_NUMBER"] : null);
                echo "
ttt";
            }
            // line 403
            echo "
tt</div>
t";
        }
        // line 405
        echo "
t<div class="clear"></div>
</
div>

";
        // line 408
        
$previous_look_up_order = $this->env->getNamespaceLookUpOrder();
        
$this->env->setNamespaceLookUpOrder(array('vse_similartopics', '__main__'));
        
$this->env->loadTemplate('@vse_similartopics/event/viewtopic_body_footer_before.html')->display($context);
        
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        // line 409
        
$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", 409)->display($context);
        if (
$namespace) {
            
$this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 410
        echo "
";
        // line 411
        if ((isset(
$context["S_DISPLAY_ONLINE_LIST"]) ? $context["S_DISPLAY_ONLINE_LIST"] : null)) {
            // line 412
            echo "
t<div class="stat-block online-list">
tt<h3>";
            // line 413
            if ((isset(
$context["U_VIEWONLINE"]) ? $context["U_VIEWONLINE"] : null)) {
                echo "
<a href="";
                echo (isset(
$context["U_VIEWONLINE"]) ? $context["U_VIEWONLINE"] : null);
                echo 
"">";
                echo 
$this->env->getExtension('phpbb')->lang("WHO_IS_ONLINE");
                echo "
</a>";
            } else {
                echo 
$this->env->getExtension('phpbb')->lang("WHO_IS_ONLINE");
            }
            echo "
</h3>
tt<p>";
            // line 414
            echo (isset(
$context["LOGGED_IN_USER_LIST"]) ? $context["LOGGED_IN_USER_LIST"] : null);
            echo "
</p>
t</div>
";
        }
        // line 417
        echo "
";
        // line 418
        
$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", 418)->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 (  1517 => 418,  1514 => 417,  1508 => 414,  1496 => 413,  1493 => 412,  1491 => 411,  1488 => 410,  1476 => 409,  1471 => 408,  1466 => 405,  1462 => 403,  1456 => 401,  1453 => 400,  1440 => 399,  1438 => 398,  1434 => 397,  1431 => 396,  1429 => 395,  1426 => 394,  1425 => 393,  1422 => 392,  1416 => 388,  1401 => 386,  1397 => 385,  1393 => 384,  1384 => 380,  1377 => 379,  1375 => 378,  1372 => 377,  1360 => 376,  1356 => 374,  1355 => 373,  1352 => 372,  1348 => 370,  1342 => 369,  1325 => 368,  1323 => 367,  1320 => 366,  1319 => 365,  1315 => 363,  1314 => 362,  1311 => 361,  1305 => 357,  1300 => 355,  1292 => 354,  1284 => 353,  1282 => 352,  1276 => 350,  1274 => 349,  1271 => 348,  1257 => 346,  1255 => 345,  1252 => 344,  1247 => 342,  1240 => 337,  1239 => 336,  1230 => 335,  1229 => 334,  1223 => 330,  1222 => 329,  1219 => 328,  1210 => 327,  1204 => 326,  1198 => 325,  1195 => 324,  1191 => 322,  1182 => 321,  1178 => 320,  1175 => 319,  1173 => 318,  1170 => 317,  1161 => 316,  1157 => 315,  1154 => 314,  1151 => 313,  1144 => 312,  1143 => 311,  1140 => 310,  1136 => 308,  1127 => 306,  1123 => 305,  1118 => 303,  1114 => 301,  1112 => 300,  1107 => 298,  1104 => 297,  1096 => 294,  1093 => 293,  1091 => 292,  1088 => 291,  1081 => 287,  1077 => 286,  1072 => 285,  1066 => 283,  1064 => 282,  1060 => 281,  1054 => 279,  1052 => 278,  1046 => 275,  1042 => 274,  1038 => 273,  1034 => 272,  1030 => 271,  1024 => 269,  1022 => 268,  1019 => 267,  1018 => 266,  999 => 265,  998 => 264,  995 => 263,  993 => 262,  990 => 261,  986 => 259,  984 => 258,  974 => 255,  971 => 254,  968 => 253,  958 => 250,  955 => 249,  952 => 248,  942 => 245,  939 => 244,  936 => 243,  926 => 240,  923 => 239,  920 => 238,  910 => 235,  907 => 234,  904 => 233,  894 => 230,  891 => 229,  888 => 228,  887 => 227,  884 => 226,  881 => 225,  878 => 224,  876 => 223,  873 => 222,  850 => 220,  849 => 219,  839 => 217,  836 => 216,  830 => 213,  826 => 212,  821 => 211,  819 => 210,  814 => 208,  810 => 207,  805 => 206,  802 => 205,  800 => 204,  794 => 200,  792 => 199,  785 => 194,  779 => 193,  775 => 191,  773 => 190,  766 => 188,  748 => 187,  744 => 185,  741 => 184,  737 => 183,  734 => 182,  730 => 181,  721 => 177,  715 => 175,  712 => 174,  709 => 173,  708 => 172,  705 => 171,  703 => 170,  697 => 169,  686 => 167,  683 => 166,  678 => 165,  677 => 164,  674 => 163,  666 => 161,  663 => 160,  661 => 159,  658 => 158,  648 => 157,  638 => 156,  621 => 155,  618 => 154,  616 => 153,  605 => 152,  604 => 151,  600 => 149,  598 => 148,  589 => 147,  588 => 146,  585 => 145,  579 => 144,  576 => 143,  563 => 142,  560 => 141,  559 => 140,  544 => 138,  536 => 137,  508 => 134,  498 => 132,  495 => 131,  493 => 130,  489 => 129,  486 => 128,  485 => 127,  482 => 126,  473 => 120,  469 => 119,  462 => 115,  459 => 114,  451 => 111,  447 => 109,  445 => 108,  442 => 107,  436 => 104,  432 => 102,  430 => 101,  421 => 98,  414 => 96,  411 => 95,  405 => 94,  404 => 93,  391 => 91,  368 => 90,  342 => 89,  330 => 88,  310 => 87,  308 => 86,  304 => 85,  290 => 82,  286 => 81,  276 => 75,  274 => 74,  271 => 73,  270 => 72,  266 => 70,  264 => 69,  260 => 67,  254 => 65,  251 => 64,  238 => 63,  236 => 62,  225 => 61,  222 => 60,  220 => 59,  217 => 58,  209 => 53,  201 => 52,  195 => 51,  191 => 50,  186 => 48,  183 => 47,  181 => 46,  178 => 45,  176 => 44,  164 => 43,  160 => 41,  159 => 40,  156 => 39,  152 => 37,  146 => 36,  129 => 35,  127 => 34,  124 => 33,  123 => 32,  117 => 28,  111 => 24,  106 => 22,  101 => 21,  93 => 19,  91 => 18,  82 => 15,  80 => 14,  77 => 13,  64 => 10,  61 => 9,  59 => 8,  56 => 7,  50 => 6,  47 => 5,  46 => 4,  34 => 3,  31 => 2,  19 => 1,);
    }
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <h2 class="
topic-title"><!-- EVENT viewtopic_topic_title_prepend --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- EVENT viewtopic_topic_title_append --></h2>*/
/* <!-- EVENT viewtopic_topic_title_after -->*/
/* <!-- NOTE: remove the style="
displaynone" when you want to have the forum description on the topic body -->*/
/* <!-- IF FORUM_DESC --><div style="
displaynone !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->*/
/* */
/* <!-- IF MODERATORS -->*/
/* <p>*/
/*     <strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->{L_COLON}</strong> {MODERATORS}*/
/* </p>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_FORUM_RULES -->*/
/*     <div class="
rules<!-- IF U_FORUM_RULES --> rules-link<!-- ENDIF -->">*/
/*         <div class="
inner">*/
/* */
/*         <!-- IF U_FORUM_RULES -->*/
/*             <a href="
{U_FORUM_RULES}">{L_FORUM_RULES}</a>*/
/*         <!-- ELSE -->*/
/*             <strong>{L_FORUM_RULES}</strong><br />*/
/*             {FORUM_RULES}*/
/*         <!-- ENDIF -->*/
/* */
/*         </div>*/
/*     </div>*/
/* <!-- ENDIF -->*/
/* */
/* <div class="
action-bar top">*/
/* */
/*     <div class="
buttons">*/
/*         <!-- EVENT viewtopic_buttons_top_before -->*/
/* */
/*     <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->*/
/*         <a href="
{U_POST_REPLY_TOPIC}" class="button icon-button <!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->">*/
/*             <!-- IF S_IS_LOCKED -->{L_BUTTON_TOPIC_LOCKED}<!-- ELSE -->{L_BUTTON_POST_REPLY}<!-- ENDIF -->*/
/*         </a>*/
/*     <!-- ENDIF -->*/
/* */
/*         <!-- EVENT viewtopic_buttons_top_after -->*/
/*     </div>*/
/* */
/*     <!-- INCLUDE viewtopic_topic_tools.html -->*/
/*     <!-- EVENT viewtopic_dropdown_top_custom -->*/
/* */
/*     <!-- IF S_DISPLAY_SEARCHBOX -->*/
/*         <div class="
search-box" role="search">*/
/*             <form method="
get" id="topic-search" action="{S_SEARCHBOX_ACTION}">*/
/*             <fieldset>*/
/*                 <input class="
inputbox search tiny"  type="search" name="keywords" id="search_keywords" size="20" placeholder="{L_SEARCH_TOPIC}" />*/
/*                 <button class="
button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>*/
/*                 <a href="
{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>*/
/*                 {S_SEARCH_LOCAL_HIDDEN_FIELDS}*/
/*             </fieldset>*/
/*             </form>*/
/*         </div>*/
/*     <!-- ENDIF -->*/
/* */
/*     <!-- IF .pagination or TOTAL_POSTS -->*/
/*         <div class="
pagination">*/
/*             <!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --><a href="
{U_VIEW_UNREAD_POST}" class="mark">{L_VIEW_UNREAD_POST}</a> &bull; <!-- ENDIF -->{TOTAL_POSTS}*/
/*             <!-- IF .pagination -->*/
/*                 <!-- INCLUDE pagination.html -->*/
/*             <!-- ELSE -->*/
/*                 &bull; {PAGE_NUMBER}*/
/*             <!-- ENDIF -->*/
/*         </div>*/
/*     <!-- ENDIF -->*/
/*     <!-- EVENT viewtopic_body_pagination_top_after -->*/
/* </div>*/
/* */
/* <!-- EVENT viewtopic_body_poll_before -->*/
/* */
/* <!-- IF S_HAS_POLL -->*/
/*     <form method="
post" action="{S_POLL_ACTION}" data-ajax="vote_poll" class="topic_poll">*/
/* */
/*     <div class="
panel">*/
/*         <div class="
inner">*/
/* */
/*         <div class="
content">*/
/*             <h2 class="
poll-title"><!-- EVENT viewtopic_body_poll_question_prepend -->{POLL_QUESTION}<!-- EVENT viewtopic_body_poll_question_append --></h2>*/
/*             <p class="
author">{L_POLL_LENGTH}<!-- IF S_CAN_VOTE and L_POLL_LENGTH --><br /><!-- ENDIF --><!-- IF S_CAN_VOTE --><span class="poll_max_votes">{L_MAX_VOTES}</span><!-- ENDIF --></p>*/
/* */
/*             <fieldset class="
polls">*/
/*             <!-- BEGIN poll_option -->*/
/*                 <!-- EVENT viewtopic_body_poll_option_before -->*/
/*                 <dl class="
<!-- IF poll_option.POLL_OPTION_VOTED -->voted<!-- ENDIF --><!-- IF poll_option.POLL_OPTION_MOST_VOTES --> most-votes<!-- ENDIF -->"<!-- IF poll_option.POLL_OPTION_VOTED --> title="{L_POLL_VOTED_OPTION}"<!-- ENDIF --> data-alt-text="{L_POLL_VOTED_OPTION}" data-poll-option-id="{poll_option.POLL_OPTION_ID}">*/
/*                     <dt><!-- IF S_CAN_VOTE --><label for="
vote_{poll_option.POLL_OPTION_ID}">{poll_option.POLL_OPTION_CAPTION}</label><!-- ELSE -->{poll_option.POLL_OPTION_CAPTION}<!-- ENDIF --></dt>*/
/*                     <!-- IF S_CAN_VOTE --><dd style="
widthauto;" class="poll_option_select"><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --><input type="radio" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --></dd><!-- ENDIF -->*/
/*                     <dd class="
resultbar<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->"><div class="<!-- IF poll_option.POLL_OPTION_PCT 20 -->pollbar1<!-- ELSEIF poll_option.POLL_OPTION_PCT 40 -->pollbar2<!-- ELSEIF poll_option.POLL_OPTION_PCT 60 -->pollbar3<!-- ELSEIF poll_option.POLL_OPTION_PCT 80 -->pollbar4<!-- ELSE -->pollbar5<!-- ENDIF -->" style="width:{poll_option.POLL_OPTION_PERCENT_REL};">{poll_option.POLL_OPTION_RESULT}</div></dd>*/
/*                     <dd class="
poll_option_percent<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->"><!-- IF poll_option.POLL_OPTION_RESULT == 0 -->{L_NO_VOTES}<!-- ELSE -->{poll_option.POLL_OPTION_PERCENT}<!-- ENDIF --></dd>*/
/*                 </dl>*/
/*                 <!-- EVENT viewtopic_body_poll_option_after -->*/
/*             <!-- END poll_option -->*/
/* */
/*                 <dl class="
poll_total_votes<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->">*/
/*                     <dt>&nbsp;</dt>*/
/*                     <dd class="
resultbar">{L_TOTAL_VOTES}{L_COLON} <span class="poll_total_vote_cnt">{TOTAL_VOTES}</span></dd>*/
/*                 </dl>*/
/* */
/*             <!-- IF S_CAN_VOTE -->*/
/*                 <dl style="
border-topnone;" class="poll_vote">*/
/*                     <dt>&nbsp;</dt>*/
/*                     <dd class="
resultbar"><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="button1" /></dd>*/
/*                 </dl>*/
/*             <!-- ENDIF -->*/
/* */
/*             <!-- IF not S_DISPLAY_RESULTS -->*/
/*                 <dl style="
border-topnone;" class="poll_view_results">*/
/*                     <dt>&nbsp;</dt>*/
/*                     <dd class="
resultbar"><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></dd>*/
/*                 </dl>*/
/*             <!-- ENDIF -->*/
/*             </fieldset>*/
/*             <div class="
vote-submitted hidden">{L_VOTE_SUBMITTED}</div>*/
/*         </div>*/
/* */
/*         </div>*/
/*         {S_FORM_TOKEN}*/
/*         {S_HIDDEN_FIELDS}*/
/*     </div>*/
/* */
/*     </form>*/
/*     <hr />*/
/* <!-- ENDIF -->*/
/* */
/* <!-- EVENT viewtopic_body_poll_after -->*/
/* */
/* <!-- BEGIN postrow -->*/
/*     <!-- EVENT viewtopic_body_postrow_post_before -->*/
/*     <!-- IF postrow.S_FIRST_UNREAD -->*/
/*         <a id="
unread" class="anchor"<!-- IF S_UNREAD_VIEW --> data-url="{postrow.U_MINI_POST}"<!-- ENDIF -->></a>*/
/*     <!-- ENDIF -->*/
/*     <div id="
p{postrow.POST_ID}" class="post has-profile <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_POST_DELETED --> deleted<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_POST_HIDDEN --> online<!-- ENDIF --><!-- IF postrow.POSTER_WARNINGS --> warned<!-- ENDIF -->">*/
/*         <div class="
inner">*/
/* */
/*         <dl class="
postprofile" id="profile{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="displaynone;"<!-- ENDIF -->>*/
/*             <dt class="
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG -->has-profile-rank<!-- ELSE -->no-profile-rank<!-- ENDIF --> <!-- IF postrow.POSTER_AVATAR -->has-avatar<!-- ELSE -->no-avatar<!-- ENDIF -->">*/
/*                 <div class="
avatar-container">*/
/*                     <!-- EVENT viewtopic_body_avatar_before -->*/
/*                     <!-- IF postrow.POSTER_AVATAR -->*/
/*                         <!-- IF postrow.U_POST_AUTHOR --><a href="
{postrow.U_POST_AUTHOR}" class="avatar">{postrow.POSTER_AVATAR}</a><!-- ELSE --><span class="avatar">{postrow.POSTER_AVATAR}</span><!-- ENDIF -->*/
/*                     <!-- ENDIF -->*/
/*                     <!-- EVENT viewtopic_body_avatar_after -->*/
/*                 </div>*/
/*                 <!-- EVENT viewtopic_body_post_author_before -->*/
/*                 <!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->*/
/*                 <!-- EVENT viewtopic_body_post_author_after -->*/
/*             </dt>*/
/* */
/*             <!-- EVENT viewtopic_body_postrow_rank_before -->*/
/*             <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="
profile-rank">{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->*/
/*             <!-- EVENT viewtopic_body_postrow_rank_after -->*/
/* */
/*         <!-- IF postrow.POSTER_POSTS != '' --><dd class="
profile-posts"><strong>{L_POSTS}{L_COLON}</strong> <!-- IF postrow.U_SEARCH !== '' --><a href="{postrow.U_SEARCH}"><!-- ENDIF -->{postrow.POSTER_POSTS}<!-- IF postrow.U_SEARCH !== '' --></a><!-- ENDIF --></dd><!-- ENDIF -->*/
/*         <!-- IF postrow.POSTER_JOINED --><dd class="
profile-joined"><strong>{L_JOINED}{L_COLON}</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->*/
/*         <!-- IF postrow.POSTER_WARNINGS --><dd class="
profile-warnings"><strong>{L_WARNINGS}{L_COLON}</strong> {postrow.POSTER_WARNINGS}</dd><!-- 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. -->*/
/*             <dd><strong>{postrow.PROFILE_FIELD1_NAME}{L_COLON}</strong> {postrow.PROFILE_FIELD1_VALUE}</dd>*/
/*         <!-- ENDIF -->*/
/* */
/*         <!-- EVENT viewtopic_body_postrow_custom_fields_before -->*/
/*         <!-- BEGIN custom_fields -->*/
/*             <!-- IF not postrow.custom_fields.S_PROFILE_CONTACT -->*/
/*                 <dd class="
profile-custom-field profile-{postrow.custom_fields.PROFILE_FIELD_IDENT}"><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON}</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>*/
/*             <!-- ENDIF -->*/
/*         <!-- END custom_fields -->*/
/*         <!-- EVENT viewtopic_body_postrow_custom_fields_after -->*/
/* */
/*         <!-- EVENT viewtopic_body_contact_fields_before -->*/
/*         <!-- IF not S_IS_BOT and .postrow.contact -->*/
/*             <dd class="
profile-contact">*/
/*                 <strong>{L_CONTACT}{L_COLON}</strong>*/
/*                 <div class="
dropdown-container dropdown-left">*/
/*                     <a href="
#" class="dropdown-trigger"><span class="imageset icon_contact" title="{postrow.CONTACT_USER}">{postrow.CONTACT_USER}</span></a>*/
/*                     <div class="dropdown hidden">*/
/*                         <div class="pointer"><div class="pointer-inner"></div></div>*/
/*                         <div class="dropdown-contents contact-icons">*/
/*                             <!-- BEGIN contact -->*/
/*                                 {% set REMAINDER = postrow.contact.S_ROW_COUNT % 4 %}*/
/*                                 <!-- DEFINE $S_LAST_CELL = ((REMAINDER eq 3) or (postrow.contact.S_LAST_ROW and postrow.contact.S_NUM_ROWS < 4)) -->*/
/*                                 <!-- IF REMAINDER eq 0 -->*/
/*                                     <div>*/
/*                                 <!-- ENDIF -->*/
/*                                     <a href="<!-- IF postrow.contact.U_CONTACT -->{postrow.contact.U_CONTACT}<!-- ELSE -->{postrow.U_POST_AUTHOR}<!-- ENDIF -->" title="{postrow.contact.NAME}"<!-- IF $S_LAST_CELL --> class="last-cell"<!-- ENDIF --><!-- IF postrow.contact.ID eq 'jabber' --> onclick="popup(this.href, 750, 320); return false;"<!-- ENDIF -->>*/
/*                                         <span class="contact-icon {postrow.contact.ID}-icon">{postrow.contact.NAME}</span>*/
/*                                     </a>*/
/*                                 <!-- IF REMAINDER eq 3 or postrow.contact.S_LAST_ROW -->*/
/*                                     </div>*/
/*                                 <!-- ENDIF -->*/
/*                             <!-- END contact -->*/
/*                         </div>*/
/*                     </div>*/
/*                 </div>*/
/*             </dd>*/
/*         <!-- ENDIF -->*/
/*         <!-- EVENT viewtopic_body_contact_fields_after -->*/
/* */
/*         </dl>*/
/* */
/*         <div class="postbody">*/
/*             <!-- IF postrow.S_POST_HIDDEN -->*/
/*                 <!-- IF postrow.S_POST_DELETED -->*/
/*                     <div class="ignore" id="post_hidden{postrow.POST_ID}">*/
/*                         {postrow.L_POST_DELETED_MESSAGE}<br />*/
/*                         {postrow.L_POST_DISPLAY}*/
/*                     </div>*/
/*                 <!-- ELSEIF postrow.S_IGNORE_POST -->*/
/*                     <div class="ignore" id="post_hidden{postrow.POST_ID}">*/
/*                         {postrow.L_IGNORE_POST}<br />*/
/*                         {postrow.L_POST_DISPLAY}*/
/*                     </div>*/
/*                 <!-- ENDIF -->*/
/*             <!-- ENDIF -->*/
/*             <div id="post_content{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="display: none;"<!-- ENDIF -->>*/
/* */
/*             <!-- EVENT viewtopic_body_post_subject_before -->*/
/*             <h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></h3>*/
/* */
/*         <!-- DEFINE $SHOW_POST_BUTTONS = (postrow.U_EDIT or postrow.U_DELETE or postrow.U_REPORT or postrow.U_WARN or postrow.U_INFO or postrow.U_QUOTE) -->*/
/*         <!-- EVENT viewtopic_body_post_buttons_list_before -->*/
/*         <!-- IF not S_IS_BOT -->*/
/*             <!-- IF $SHOW_POST_BUTTONS -->*/
/*                 <ul class="post-buttons">*/
/*                     <!-- EVENT viewtopic_body_post_buttons_before -->*/
/*                     <!-- IF postrow.U_EDIT -->*/
/*                         <li>*/
/*                             <a href="{postrow.U_EDIT}" title="{L_EDIT_POST}" class="button icon-button edit-icon"><span>{L_BUTTON_EDIT}</span></a>*/
/*                         </li>*/
/*                     <!-- ENDIF -->*/
/*                     <!-- IF postrow.U_DELETE -->*/
/*                         <li>*/
/*                             <a href="{postrow.U_DELETE}" title="{L_DELETE_POST}" class="button icon-button delete-icon"><span>{L_DELETE_POST}</span></a>*/
/*                         </li>*/
/*                     <!-- ENDIF -->*/
/*                     <!-- IF postrow.U_REPORT -->*/
/*                         <li>*/
/*                             <a href="{postrow.U_REPORT}" title="{L_REPORT_POST}" class="button icon-button report-icon"><span>{L_REPORT_POST}</span></a>*/
/*                         </li>*/
/*                     <!-- ENDIF -->*/
/*                     <!-- IF postrow.U_WARN -->*/
/*                         <li>*/
/*                             <a href="{postrow.U_WARN}" title="{L_WARN_USER}" class="button icon-button warn-icon"><span>{L_WARN_USER}</span></a>*/
/*                         </li>*/
/*                     <!-- ENDIF -->*/
/*                     <!-- IF postrow.U_INFO -->*/
/*                         <li>*/
/*                             <a href="{postrow.U_INFO}" title="{L_INFORMATION}" class="button icon-button info-icon"><span>{L_INFORMATION}</span></a>*/
/*                         </li>*/
/*                     <!-- ENDIF -->*/
/*                     <!-- IF postrow.U_QUOTE -->*/
/*                         <li>*/
/*                             <a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}" class="button icon-button quote-icon"><span>{L_QUOTE}</span></a>*/
/*                         </li>*/
/*                     <!-- ENDIF -->*/
/*                     <!-- EVENT viewtopic_body_post_buttons_after -->*/
/*                 </ul>*/
/*             <!-- ENDIF -->*/
/*         <!-- ENDIF -->*/
/*         <!-- EVENT viewtopic_body_post_buttons_list_after -->*/
/* */
/*             <!-- EVENT viewtopic_body_postrow_post_details_before -->*/
/*             <p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><span class="responsive-hide">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> &raquo; </span>{postrow.POST_DATE} </p>*/
/*             <!-- EVENT viewtopic_body_postrow_post_details_after -->*/
/* */
/*             <!-- IF postrow.S_POST_UNAPPROVED -->*/
/*             <form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}">*/
/*                 <p class="post-notice unapproved">*/
/*                     <strong>{L_POST_UNAPPROVED_ACTION}</strong>*/
/*                     <input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" />*/
/*                     <input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" />*/
/*                     <input type="hidden" name="post_id_list[]" value="{postrow.POST_ID}" />*/
/*                     {S_FORM_TOKEN}*/
/*                 </p>*/
/*             </form>*/
/*             <!-- ELSEIF postrow.S_POST_DELETED -->*/
/*             <form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}">*/
/*                 <p class="post-notice deleted">*/
/*                     <strong>{L_POST_DELETED_ACTION}</strong>*/
/*                     <!-- IF postrow.S_DELETE_PERMANENT -->*/
/*                         <input class="button2" type="submit" value="{L_DELETE}" name="action[delete]" />*/
/*                     <!-- ENDIF -->*/
/*                     <input class="button1" type="submit" value="{L_RESTORE}" name="action[restore]" />*/
/*                     <input type="hidden" name="post_id_list[]" value="{postrow.POST_ID}" />*/
/*                     {S_FORM_TOKEN}*/
/*                 </p>*/
/*             </form>*/
/*             <!-- ENDIF -->*/
/* */
/*             <!-- IF postrow.S_POST_REPORTED -->*/
/*             <p class="post-notice reported">*/
/*                 <a href="{postrow.U_MCP_REPORT}"><strong>{L_POST_REPORTED}</strong></a>*/
/*             </p>*/
/*             <!-- ENDIF -->*/
/* */
/*             <div class="content">{postrow.MESSAGE}</div>*/
/* */
/*             <!-- IF postrow.S_HAS_ATTACHMENTS -->*/
/*                 <dl class="attachbox">*/
/*                     <dt>*/
/*                         {L_ATTACHMENTS}*/
/*                     </dt>*/
/*                     <!-- BEGIN attachment -->*/
/*                         <dd>{postrow.attachment.DISPLAY_ATTACHMENT}</dd>*/
/*                     <!-- END attachment -->*/
/*                 </dl>*/
/*             <!-- ENDIF -->*/
/* */
/*             <!-- EVENT viewtopic_body_postrow_post_notices_before -->*/
/*             <!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->*/
/*             <!-- IF postrow.DELETED_MESSAGE or postrow.DELETE_REASON -->*/
/*                 <div class="notice post_deleted_msg">*/
/*                     {postrow.DELETED_MESSAGE}*/
/*                     <!-- IF postrow.DELETE_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{postrow.DELETE_REASON}</em><!-- ENDIF -->*/
/*                 </div>*/
/*             <!-- ELSEIF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->*/
/*                 <div class="notice">*/
/*                     {postrow.EDITED_MESSAGE}*/
/*                     <!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->*/
/*                 </div>*/
/*             <!-- ENDIF -->*/
/* */
/*             <!-- IF postrow.BUMPED_MESSAGE --><div class="notice"><br /><br />{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->*/
/*             <!-- EVENT viewtopic_body_postrow_post_notices_after -->*/
/*             <!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->*/
/* */
/*             <!-- EVENT viewtopic_body_postrow_post_content_footer -->*/
/*             </div>*/
/* */
/*         </div>*/
/* */
/*         <!-- EVENT viewtopic_body_postrow_back2top_before -->*/
/*         <div class="back2top"><!-- EVENT viewtopic_body_postrow_back2top_prepend --><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a><!-- EVENT viewtopic_body_postrow_back2top_append --></div>*/
/*         <!-- EVENT viewtopic_body_postrow_back2top_after -->*/
/* */
/*         </div>*/
/*     </div>*/
/* */
/*     <hr class="divider" />*/
/*     <!-- EVENT viewtopic_body_postrow_post_after -->*/
/* <!-- END postrow -->*/
/* */
/* <!-- IF S_QUICK_REPLY -->*/
/*     <!-- INCLUDE quickreply_editor.html -->*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_NUM_POSTS > 1 or .pagination -->*/
/*     <form id="viewtopic" method="post" action="{S_TOPIC_ACTION}">*/
/*     <fieldset class="display-options" style="margin-top: 0; ">*/
/*         <!-- IF not S_IS_BOT -->*/
/*         <label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label>*/
/*         <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> <label>{S_SELECT_SORT_DIR}</label>*/
/*         <input type="submit" name="sort" value="{L_GO}" class="button2" />*/
/*         <!-- ENDIF -->*/
/*     </fieldset>*/
/*     </form>*/
/*     <hr />*/
/* <!-- ENDIF -->*/
/* */
/* <!-- EVENT viewtopic_body_topic_actions_before -->*/
/* <div class="action-bar bottom">*/
/*     <div class="buttons">*/
/*         <!-- EVENT viewtopic_buttons_bottom_before -->*/
/* */
/*     <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->*/
/*         <a href="{U_POST_REPLY_TOPIC}" class="button icon-button <!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->">*/
/*             <!-- IF S_IS_LOCKED -->{L_BUTTON_TOPIC_LOCKED}<!-- ELSE -->{L_BUTTON_POST_REPLY}<!-- ENDIF -->*/
/*         </a>*/
/*     <!-- ENDIF -->*/
/* */
/*         <!-- EVENT viewtopic_buttons_bottom_after -->*/
/*     </div>*/
/* */
/*     <!-- INCLUDE viewtopic_topic_tools.html -->*/
/* */
/*     <!-- IF .quickmod -->*/
/*         <div class="dropdown-container dropdown-container-{S_CONTENT_FLOW_BEGIN} dropdown-up dropdown-{S_CONTENT_FLOW_END} dropdown-button-control" id="quickmod">*/
/*             <span title="{L_QUICK_MOD}" class="dropdown-trigger button icon-button modtools-icon dropdown-select">{L_QUICK_MOD}</span>*/
/*             <div class="dropdown hidden">*/
/*                 <div class="pointer"><div class="pointer-inner"></div></div>*/
/*                 <ul class="dropdown-contents">*/
/*                 <!-- BEGIN quickmod -->*/
/*                     <!-- DEFINE $QUICKMOD_AJAX = (quickmod.VALUE in ['lock', 'unlock', 'delete_topic', 'restore_topic', 'make_normal', 'make_sticky', 'make_announce', 'make_global']) -->*/
/*                     <li><a href="{quickmod.LINK}"<!-- IF $QUICKMOD_AJAX --> data-ajax="true" data-refresh="true"<!-- ENDIF -->>{quickmod.TITLE}</a></li>*/
/*                 <!-- END quickmod -->*/
/*                 </ul>*/
/*             </div>*/
/*         </div>*/
/*     <!-- ENDIF -->*/
/*     */
/*     <!-- EVENT viewtopic_dropdown_bottom_custom -->*/
/* */
/*     <!-- IF .pagination or TOTAL_POSTS -->*/
/*         <div class="pagination">*/
/*             {TOTAL_POSTS}*/
/*             <!-- IF .pagination -->*/
/*                 <!-- INCLUDE pagination.html -->*/
/*             <!-- ELSE -->*/
/*                 &bull; {PAGE_NUMBER}*/
/*             <!-- ENDIF -->*/
/*         </div>*/
/*     <!-- ENDIF -->*/
/*     <div class="clear"></div>*/
/* </div>*/
/* */
/* <!-- EVENT viewtopic_body_footer_before -->*/
/* <!-- INCLUDE jumpbox.html -->*/
/* */
/* <!-- IF S_DISPLAY_ONLINE_LIST -->*/
/*     <div class="stat-block online-list">*/
/*         <h3><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></h3>*/
/*         <p>{LOGGED_IN_USER_LIST}</p>*/
/*     </div>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */
Онлайн: 5
Реклама