<?php

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

        $this->parent = false;

        $this->blocks = array(
        );
    }

    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 1
        $location = "overall_header.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("overall_header.html", "memberlist_view.html", 1)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 2
        echo "
<div id=\"pagecontent\">

\t";
        // line 5
        if (isset($context["memberlist_view_content_prepend"])) { $_memberlist_view_content_prepend_ = $context["memberlist_view_content_prepend"]; } else { $_memberlist_view_content_prepend_ = null; }
        // line 6
        echo "
\t<form method=\"post\" action=\"";
        // line 7
        if (isset($context["S_PROFILE_ACTION"])) { $_S_PROFILE_ACTION_ = $context["S_PROFILE_ACTION"]; } else { $_S_PROFILE_ACTION_ = null; }
        echo $_S_PROFILE_ACTION_;
        echo "\">

\t<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
\t<tr>
\t\t<th colspan=\"2\" nowrap=\"nowrap\">";
        // line 11
        echo $this->env->getExtension('phpbb')->lang("VIEWING_PROFILE");
        echo "</th>
\t</tr>
\t<tr>
\t\t<td class=\"cat\" width=\"40%\" align=\"center\"><h4>";
        // line 14
        echo $this->env->getExtension('phpbb')->lang("USER_PRESENCE");
        echo "</h4></td>
\t\t<td class=\"cat\" width=\"60%\" align=\"center\"><h4>";
        // line 15
        echo $this->env->getExtension('phpbb')->lang("USER_FORUM");
        echo "</h4></td>
\t</tr>
\t<tr>
\t\t<td class=\"row1\" align=\"center\">

\t\t\t<table cellspacing=\"1\" cellpadding=\"2\" border=\"0\">
\t\t\t";
        // line 21
        if (isset($context["S_USER_INACTIVE"])) { $_S_USER_INACTIVE_ = $context["S_USER_INACTIVE"]; } else { $_S_USER_INACTIVE_ = null; }
        if ($_S_USER_INACTIVE_) {
            // line 22
            echo "\t\t\t<tr>
\t\t\t\t<td align=\"center\"><b class=\"gen inactive\">";
            // line 23
            echo $this->env->getExtension('phpbb')->lang("USER_IS_INACTIVE");
            echo "</b><br />";
            echo $this->env->getExtension('phpbb')->lang("INACTIVE_REASON");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " ";
            if (isset($context["USER_INACTIVE_REASON"])) { $_USER_INACTIVE_REASON_ = $context["USER_INACTIVE_REASON"]; } else { $_USER_INACTIVE_REASON_ = null; }
            echo $_USER_INACTIVE_REASON_;
            echo "<br /><br /></td>
\t\t\t</tr>
\t\t\t";
        }
        // line 26
        echo "\t\t\t<tr>
\t\t\t\t<td align=\"center\">";
        // line 27
        if (isset($context["USER_COLOR"])) { $_USER_COLOR_ = $context["USER_COLOR"]; } else { $_USER_COLOR_ = null; }
        if ($_USER_COLOR_) {
            echo "<b class=\"gen\" style=\"color: ";
            if (isset($context["USER_COLOR"])) { $_USER_COLOR_ = $context["USER_COLOR"]; } else { $_USER_COLOR_ = null; }
            echo $_USER_COLOR_;
            echo "\">";
        } else {
            echo "<b class=\"gen\">";
        }
        if (isset($context["USERNAME"])) { $_USERNAME_ = $context["USERNAME"]; } else { $_USERNAME_ = null; }
        echo $_USERNAME_;
        echo "</b>";
        if (isset($context["U_USER_BAN"])) { $_U_USER_BAN_ = $context["U_USER_BAN"]; } else { $_U_USER_BAN_ = null; }
        if ($_U_USER_BAN_) {
            echo "<span class=\"genmed\"> [ <a href=\"";
            if (isset($context["U_USER_BAN"])) { $_U_USER_BAN_ = $context["U_USER_BAN"]; } else { $_U_USER_BAN_ = null; }
            echo $_U_USER_BAN_;
            echo "\">";
            echo $this->env->getExtension('phpbb')->lang("USER_BAN");
            echo "</a> ]</span>";
        }
        if (isset($context["U_USER_ADMIN"])) { $_U_USER_ADMIN_ = $context["U_USER_ADMIN"]; } else { $_U_USER_ADMIN_ = null; }
        if ($_U_USER_ADMIN_) {
            echo "<span class=\"genmed\"> [ <a href=\"";
            if (isset($context["U_USER_ADMIN"])) { $_U_USER_ADMIN_ = $context["U_USER_ADMIN"]; } else { $_U_USER_ADMIN_ = null; }
            echo $_U_USER_ADMIN_;
            echo "\">";
            echo $this->env->getExtension('phpbb')->lang("USER_ADMIN");
            echo "</a> ]</span>";
        }
        echo "</td>
\t\t\t</tr>
\t\t\t";
        // line 29
        if (isset($context["memberlist_view_rank_before"])) { $_memberlist_view_rank_before_ = $context["memberlist_view_rank_before"]; } else { $_memberlist_view_rank_before_ = null; }
        // line 30
        echo "\t\t\t";
        if (isset($context["RANK_TITLE"])) { $_RANK_TITLE_ = $context["RANK_TITLE"]; } else { $_RANK_TITLE_ = null; }
        if ($_RANK_TITLE_) {
            // line 31
            echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"postdetails\" align=\"center\">";
            // line 32
            if (isset($context["RANK_TITLE"])) { $_RANK_TITLE_ = $context["RANK_TITLE"]; } else { $_RANK_TITLE_ = null; }
            echo $_RANK_TITLE_;
            echo "</td>
\t\t\t\t</tr>
\t\t\t";
        }
        // line 35
        echo "\t\t\t";
        if (isset($context["RANK_IMG"])) { $_RANK_IMG_ = $context["RANK_IMG"]; } else { $_RANK_IMG_ = null; }
        if ($_RANK_IMG_) {
            // line 36
            echo "\t\t\t\t<tr>
\t\t\t\t\t<td align=\"center\">";
            // line 37
            if (isset($context["RANK_IMG"])) { $_RANK_IMG_ = $context["RANK_IMG"]; } else { $_RANK_IMG_ = null; }
            echo $_RANK_IMG_;
            echo "</td>
\t\t\t\t</tr>
\t\t\t";
        }
        // line 40
        echo "\t\t\t";
        if (isset($context["memberlist_view_rank_after"])) { $_memberlist_view_rank_after_ = $context["memberlist_view_rank_after"]; } else { $_memberlist_view_rank_after_ = null; }
        // line 41
        echo "\t\t\t";
        if (isset($context["AVATAR_IMG"])) { $_AVATAR_IMG_ = $context["AVATAR_IMG"]; } else { $_AVATAR_IMG_ = null; }
        if ($_AVATAR_IMG_) {
            // line 42
            echo "\t\t\t\t<tr>
\t\t\t\t\t<td align=\"center\">";
            // line 43
            if (isset($context["AVATAR_IMG"])) { $_AVATAR_IMG_ = $context["AVATAR_IMG"]; } else { $_AVATAR_IMG_ = null; }
            echo $_AVATAR_IMG_;
            echo "</td>
\t\t\t\t</tr>
\t\t\t";
        }
        // line 46
        echo "\t\t\t";
        if (isset($context["ONLINE_IMG"])) { $_ONLINE_IMG_ = $context["ONLINE_IMG"]; } else { $_ONLINE_IMG_ = null; }
        if ($_ONLINE_IMG_) {
            // line 47
            echo "\t\t\t<tr>
\t\t\t\t<td align=\"center\">";
            // line 48
            if (isset($context["ONLINE_IMG"])) { $_ONLINE_IMG_ = $context["ONLINE_IMG"]; } else { $_ONLINE_IMG_ = null; }
            echo $_ONLINE_IMG_;
            echo "</td>
\t\t\t</tr>
\t\t\t";
        }
        // line 51
        echo "\t\t\t";
        if (isset($context["U_SWITCH_PERMISSIONS"])) { $_U_SWITCH_PERMISSIONS_ = $context["U_SWITCH_PERMISSIONS"]; } else { $_U_SWITCH_PERMISSIONS_ = null; }
        if ($_U_SWITCH_PERMISSIONS_) {
            // line 52
            echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"genmed\" align=\"center\">[ <a href=\"";
            // line 53
            if (isset($context["U_SWITCH_PERMISSIONS"])) { $_U_SWITCH_PERMISSIONS_ = $context["U_SWITCH_PERMISSIONS"]; } else { $_U_SWITCH_PERMISSIONS_ = null; }
            echo $_U_SWITCH_PERMISSIONS_;
            echo "\">";
            echo $this->env->getExtension('phpbb')->lang("USE_PERMISSIONS");
            echo "</a> ]</td>
\t\t\t\t</tr>
\t\t\t";
        }
        // line 56
        echo "\t\t\t";
        if (isset($context["memberlist_view_zebra_before"])) { $_memberlist_view_zebra_before_ = $context["memberlist_view_zebra_before"]; } else { $_memberlist_view_zebra_before_ = null; }
        // line 57
        echo "\t\t\t";
        if (isset($context["S_USER_LOGGED_IN"])) { $_S_USER_LOGGED_IN_ = $context["S_USER_LOGGED_IN"]; } else { $_S_USER_LOGGED_IN_ = null; }
        if (isset($context["S_ZEBRA"])) { $_S_ZEBRA_ = $context["S_ZEBRA"]; } else { $_S_ZEBRA_ = null; }
        if (($_S_USER_LOGGED_IN_ && $_S_ZEBRA_)) {
            // line 58
            echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"genmed\" align=\"center\">[
\t\t\t\t\t\t";
            // line 60
            if (isset($context["U_REMOVE_FRIEND"])) { $_U_REMOVE_FRIEND_ = $context["U_REMOVE_FRIEND"]; } else { $_U_REMOVE_FRIEND_ = null; }
            if (isset($context["U_REMOVE_FOE"])) { $_U_REMOVE_FOE_ = $context["U_REMOVE_FOE"]; } else { $_U_REMOVE_FOE_ = null; }
            if ($_U_REMOVE_FRIEND_) {
                // line 61
                echo "\t\t\t\t\t\t\t<a href=\"";
                if (isset($context["U_REMOVE_FRIEND"])) { $_U_REMOVE_FRIEND_ = $context["U_REMOVE_FRIEND"]; } else { $_U_REMOVE_FRIEND_ = null; }
                echo $_U_REMOVE_FRIEND_;
                echo "\">";
                echo $this->env->getExtension('phpbb')->lang("REMOVE_FRIEND");
                echo "</a>
\t\t\t\t\t\t";
            } elseif ($_U_REMOVE_FOE_) {
                // line 63
                echo "\t\t\t\t\t\t\t<a href=\"";
                if (isset($context["U_REMOVE_FOE"])) { $_U_REMOVE_FOE_ = $context["U_REMOVE_FOE"]; } else { $_U_REMOVE_FOE_ = null; }
                echo $_U_REMOVE_FOE_;
                echo "\">";
                echo $this->env->getExtension('phpbb')->lang("REMOVE_FOE");
                echo "</a>
\t\t\t\t\t\t";
            } else {
                // line 65
                echo "\t\t\t\t\t\t\t";
                if (isset($context["U_ADD_FRIEND"])) { $_U_ADD_FRIEND_ = $context["U_ADD_FRIEND"]; } else { $_U_ADD_FRIEND_ = null; }
                if ($_U_ADD_FRIEND_) {
                    echo "<a href=\"";
                    if (isset($context["U_ADD_FRIEND"])) { $_U_ADD_FRIEND_ = $context["U_ADD_FRIEND"]; } else { $_U_ADD_FRIEND_ = null; }
                    echo $_U_ADD_FRIEND_;
                    echo "\">";
                    echo $this->env->getExtension('phpbb')->lang("ADD_FRIEND");
                    echo "</a>";
                }
                if (isset($context["U_ADD_FOE"])) { $_U_ADD_FOE_ = $context["U_ADD_FOE"]; } else { $_U_ADD_FOE_ = null; }
                if ($_U_ADD_FOE_) {
                    if (isset($context["U_ADD_FRIEND"])) { $_U_ADD_FRIEND_ = $context["U_ADD_FRIEND"]; } else { $_U_ADD_FRIEND_ = null; }
                    if ($_U_ADD_FRIEND_) {
                        echo " | ";
                    }
                    echo "<a href=\"";
                    if (isset($context["U_ADD_FOE"])) { $_U_ADD_FOE_ = $context["U_ADD_FOE"]; } else { $_U_ADD_FOE_ = null; }
                    echo $_U_ADD_FOE_;
                    echo "\">";
                    echo $this->env->getExtension('phpbb')->lang("ADD_FOE");
                    echo "</a>";
                }
                // line 66
                echo "\t\t\t\t\t\t";
            }
            // line 67
            echo "\t\t\t\t\t]</td>
\t\t\t\t</tr>
\t\t\t";
        }
        // line 70
        echo "\t\t\t";
        if (isset($context["memberlist_view_zebra_after"])) { $_memberlist_view_zebra_after_ = $context["memberlist_view_zebra_after"]; } else { $_memberlist_view_zebra_after_ = null; }
        // line 71
        echo "\t\t\t</table>
\t\t</td>
\t\t<td class=\"row1\">
\t\t\t<table width=\"100%\" cellspacing=\"1\" cellpadding=\"2\" border=\"0\">
\t\t\t";
        // line 75
        if (isset($context["memberlist_view_user_statistics_before"])) { $_memberlist_view_user_statistics_before_ = $context["memberlist_view_user_statistics_before"]; } else { $_memberlist_view_user_statistics_before_ = null; }
        // line 76
        echo "\t\t\t<tr>
\t\t\t\t<td class=\"gen\" align=\"";
        // line 77
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo "\" nowrap=\"nowrap\">";
        echo $this->env->getExtension('phpbb')->lang("JOINED");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </td>
\t\t\t\t<td width=\"100%\"><b class=\"gen\">";
        // line 78
        if (isset($context["JOINED"])) { $_JOINED_ = $context["JOINED"]; } else { $_JOINED_ = null; }
        echo $_JOINED_;
        echo "</b></td>
\t\t\t</tr>
\t\t\t<tr>
\t\t\t\t<td class=\"gen\" align=\"";
        // line 81
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo "\" nowrap=\"nowrap\">";
        echo $this->env->getExtension('phpbb')->lang("LAST_ACTIVE");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </td>
\t\t\t\t<td width=\"100%\"><b class=\"gen\">";
        // line 82
        if (isset($context["LAST_ACTIVE"])) { $_LAST_ACTIVE_ = $context["LAST_ACTIVE"]; } else { $_LAST_ACTIVE_ = null; }
        echo $_LAST_ACTIVE_;
        echo "</b></td>
\t\t\t</tr>
\t\t\t";
        // line 84
        if (isset($context["S_WARNINGS"])) { $_S_WARNINGS_ = $context["S_WARNINGS"]; } else { $_S_WARNINGS_ = null; }
        if ($_S_WARNINGS_) {
            // line 85
            echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"gen\" align=\"";
            // line 86
            if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
            echo $_S_CONTENT_FLOW_END_;
            echo "\" valign=\"top\" nowrap=\"nowrap\">";
            echo $this->env->getExtension('phpbb')->lang("WARNINGS");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " </td>
\t\t\t\t\t<td width=\"100%\"><b class=\"gen\">";
            // line 87
            if (isset($context["WARNINGS"])) { $_WARNINGS_ = $context["WARNINGS"]; } else { $_WARNINGS_ = null; }
            echo $_WARNINGS_;
            echo "</b>";
            if (isset($context["U_NOTES"])) { $_U_NOTES_ = $context["U_NOTES"]; } else { $_U_NOTES_ = null; }
            if (isset($context["U_WARN"])) { $_U_WARN_ = $context["U_WARN"]; } else { $_U_WARN_ = null; }
            if (($_U_NOTES_ || $_U_WARN_)) {
                echo "<br /><span class=\"genmed\"> [ ";
                if (isset($context["U_NOTES"])) { $_U_NOTES_ = $context["U_NOTES"]; } else { $_U_NOTES_ = null; }
                if ($_U_NOTES_) {
                    echo "<a href=\"";
                    if (isset($context["U_NOTES"])) { $_U_NOTES_ = $context["U_NOTES"]; } else { $_U_NOTES_ = null; }
                    echo $_U_NOTES_;
                    echo "\">";
                    echo $this->env->getExtension('phpbb')->lang("VIEW_NOTES");
                    echo "</a>";
                }
                echo " ";
                if (isset($context["U_WARN"])) { $_U_WARN_ = $context["U_WARN"]; } else { $_U_WARN_ = null; }
                if ($_U_WARN_) {
                    if (isset($context["U_NOTES"])) { $_U_NOTES_ = $context["U_NOTES"]; } else { $_U_NOTES_ = null; }
                    if ($_U_NOTES_) {
                        echo " | ";
                    }
                    echo "<a href=\"";
                    if (isset($context["U_WARN"])) { $_U_WARN_ = $context["U_WARN"]; } else { $_U_WARN_ = null; }
                    echo $_U_WARN_;
                    echo "\">";
                    echo $this->env->getExtension('phpbb')->lang("WARN_USER");
                    echo "</a>";
                }
                echo " ]</span>";
            }
            echo "</td>
\t\t\t\t</tr>
\t\t\t";
        }
        // line 90
        echo "\t\t\t<tr>
\t\t\t\t<td class=\"gen\" align=\"";
        // line 91
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo "\" valign=\"top\" nowrap=\"nowrap\">";
        echo $this->env->getExtension('phpbb')->lang("TOTAL_POSTS");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </td>
\t\t\t\t<td><b class=\"gen\">";
        // line 92
        if (isset($context["POSTS"])) { $_POSTS_ = $context["POSTS"]; } else { $_POSTS_ = null; }
        echo $_POSTS_;
        echo "</b><span class=\"genmed\">";
        if (isset($context["POSTS_PCT"])) { $_POSTS_PCT_ = $context["POSTS_PCT"]; } else { $_POSTS_PCT_ = null; }
        if ($_POSTS_PCT_) {
            echo "<br />[";
            if (isset($context["POSTS_PCT"])) { $_POSTS_PCT_ = $context["POSTS_PCT"]; } else { $_POSTS_PCT_ = null; }
            echo $_POSTS_PCT_;
            echo " / ";
            if (isset($context["POSTS_DAY"])) { $_POSTS_DAY_ = $context["POSTS_DAY"]; } else { $_POSTS_DAY_ = null; }
            echo $_POSTS_DAY_;
            echo "]";
        }
        // line 93
        echo "\t\t\t\t";
        if (isset($context["POSTS_IN_QUEUE"])) { $_POSTS_IN_QUEUE_ = $context["POSTS_IN_QUEUE"]; } else { $_POSTS_IN_QUEUE_ = null; }
        if (isset($context["U_MCP_QUEUE"])) { $_U_MCP_QUEUE_ = $context["U_MCP_QUEUE"]; } else { $_U_MCP_QUEUE_ = null; }
        if (($_POSTS_IN_QUEUE_ && $_U_MCP_QUEUE_)) {
            echo "<br />[<a href=\"";
            if (isset($context["U_MCP_QUEUE"])) { $_U_MCP_QUEUE_ = $context["U_MCP_QUEUE"]; } else { $_U_MCP_QUEUE_ = null; }
            echo $_U_MCP_QUEUE_;
            echo "\">";
            echo $this->env->getExtension('phpbb')->lang("POSTS_IN_QUEUE");
            echo "</a>]";
        } elseif ($_POSTS_IN_QUEUE_) {
            echo "<br />[";
            echo $this->env->getExtension('phpbb')->lang("POSTS_IN_QUEUE");
            echo "]";
        }
        // line 94
        echo "\t\t\t\t";
        if (isset($context["S_DISPLAY_SEARCH"])) { $_S_DISPLAY_SEARCH_ = $context["S_DISPLAY_SEARCH"]; } else { $_S_DISPLAY_SEARCH_ = null; }
        if ($_S_DISPLAY_SEARCH_) {
            echo "<br /><a href=\"";
            if (isset($context["U_SEARCH_USER"])) { $_U_SEARCH_USER_ = $context["U_SEARCH_USER"]; } else { $_U_SEARCH_USER_ = null; }
            echo $_U_SEARCH_USER_;
            echo "\">";
            echo $this->env->getExtension('phpbb')->lang("SEARCH_USER_POSTS");
            echo "</a>";
        }
        echo "</span></td>
\t\t\t</tr>
\t\t\t";
        // line 96
        if (isset($context["S_SHOW_ACTIVITY"])) { $_S_SHOW_ACTIVITY_ = $context["S_SHOW_ACTIVITY"]; } else { $_S_SHOW_ACTIVITY_ = null; }
        if ($_S_SHOW_ACTIVITY_) {
            // line 97
            echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"gen\" align=\"";
            // line 98
            if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
            echo $_S_CONTENT_FLOW_END_;
            echo "\" valign=\"top\" nowrap=\"nowrap\">";
            echo $this->env->getExtension('phpbb')->lang("ACTIVE_IN_FORUM");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " </td>
\t\t\t\t\t<td>";
            // line 99
            if (isset($context["ACTIVE_FORUM"])) { $_ACTIVE_FORUM_ = $context["ACTIVE_FORUM"]; } else { $_ACTIVE_FORUM_ = null; }
            if (($_ACTIVE_FORUM_ != "")) {
                echo "<b><a class=\"gen\" href=\"";
                if (isset($context["U_ACTIVE_FORUM"])) { $_U_ACTIVE_FORUM_ = $context["U_ACTIVE_FORUM"]; } else { $_U_ACTIVE_FORUM_ = null; }
                echo $_U_ACTIVE_FORUM_;
                echo "\">";
                if (isset($context["ACTIVE_FORUM"])) { $_ACTIVE_FORUM_ = $context["ACTIVE_FORUM"]; } else { $_ACTIVE_FORUM_ = null; }
                echo $_ACTIVE_FORUM_;
                echo "</a></b><br /><span class=\"genmed\">[ ";
                if (isset($context["ACTIVE_FORUM_POSTS"])) { $_ACTIVE_FORUM_POSTS_ = $context["ACTIVE_FORUM_POSTS"]; } else { $_ACTIVE_FORUM_POSTS_ = null; }
                echo $_ACTIVE_FORUM_POSTS_;
                echo " / ";
                if (isset($context["ACTIVE_FORUM_PCT"])) { $_ACTIVE_FORUM_PCT_ = $context["ACTIVE_FORUM_PCT"]; } else { $_ACTIVE_FORUM_PCT_ = null; }
                echo $_ACTIVE_FORUM_PCT_;
                echo " ]</span>";
            } else {
                echo "<span class=\"gen\">-</span>";
            }
            echo "</td>
\t\t\t\t</tr>
\t\t\t\t<tr>
\t\t\t\t\t<td class=\"gen\" align=\"";
            // line 102
            if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
            echo $_S_CONTENT_FLOW_END_;
            echo "\" valign=\"top\" nowrap=\"nowrap\">";
            echo $this->env->getExtension('phpbb')->lang("ACTIVE_IN_TOPIC");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " </td>
\t\t\t\t\t<td>";
            // line 103
            if (isset($context["ACTIVE_TOPIC"])) { $_ACTIVE_TOPIC_ = $context["ACTIVE_TOPIC"]; } else { $_ACTIVE_TOPIC_ = null; }
            if (($_ACTIVE_TOPIC_ != "")) {
                echo "<b><a class=\"gen\" href=\"";
                if (isset($context["U_ACTIVE_TOPIC"])) { $_U_ACTIVE_TOPIC_ = $context["U_ACTIVE_TOPIC"]; } else { $_U_ACTIVE_TOPIC_ = null; }
                echo $_U_ACTIVE_TOPIC_;
                echo "\">";
                if (isset($context["ACTIVE_TOPIC"])) { $_ACTIVE_TOPIC_ = $context["ACTIVE_TOPIC"]; } else { $_ACTIVE_TOPIC_ = null; }
                echo $_ACTIVE_TOPIC_;
                echo "</a></b><br /><span class=\"genmed\">[ ";
                if (isset($context["ACTIVE_TOPIC_POSTS"])) { $_ACTIVE_TOPIC_POSTS_ = $context["ACTIVE_TOPIC_POSTS"]; } else { $_ACTIVE_TOPIC_POSTS_ = null; }
                echo $_ACTIVE_TOPIC_POSTS_;
                echo " / ";
                if (isset($context["ACTIVE_TOPIC_PCT"])) { $_ACTIVE_TOPIC_PCT_ = $context["ACTIVE_TOPIC_PCT"]; } else { $_ACTIVE_TOPIC_PCT_ = null; }
                echo $_ACTIVE_TOPIC_PCT_;
                echo " ]</span>";
            } else {
                echo "<span class=\"gen\">-</span>";
            }
            echo "</td>
\t\t\t\t</tr>
\t\t\t";
        }
        // line 106
        echo "\t\t\t";
        if (isset($context["memberlist_view_user_statistics_after"])) { $_memberlist_view_user_statistics_after_ = $context["memberlist_view_user_statistics_after"]; } else { $_memberlist_view_user_statistics_after_ = null; }
        // line 107
        echo "\t\t\t</table>
\t\t</td>
\t</tr>
\t<tr>
\t\t<td class=\"cat\" align=\"center\"><h4>";
        // line 111
        echo $this->env->getExtension('phpbb')->lang("CONTACT");
        echo "</h4></td>
\t\t<td class=\"cat\" align=\"center\"><h4>";
        // line 112
        echo $this->env->getExtension('phpbb')->lang("ABOUT_USER");
        echo "</h4></td>
\t</tr>
\t";
        // line 114
        if (isset($context["memberlist_view_contact_before"])) { $_memberlist_view_contact_before_ = $context["memberlist_view_contact_before"]; } else { $_memberlist_view_contact_before_ = null; }
        // line 115
        echo "\t<tr>
\t\t<td class=\"row1\">
\t\t\t<table width=\"100%\" cellspacing=\"1\" cellpadding=\"2\" border=\"0\">
\t\t\t<tr>
\t\t\t\t<td class=\"gen\" align=\"";
        // line 119
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo "\" nowrap=\"nowrap\">";
        echo $this->env->getExtension('phpbb')->lang("EMAIL_ADDRESS");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </td>
\t\t\t\t<td width=\"100%\">";
        // line 120
        if (isset($context["U_EMAIL"])) { $_U_EMAIL_ = $context["U_EMAIL"]; } else { $_U_EMAIL_ = null; }
        if ($_U_EMAIL_) {
            echo "<a href=\"";
            if (isset($context["U_EMAIL"])) { $_U_EMAIL_ = $context["U_EMAIL"]; } else { $_U_EMAIL_ = null; }
            echo $_U_EMAIL_;
            echo "\" class=\"imageset\">";
            if (isset($context["EMAIL_IMG"])) { $_EMAIL_IMG_ = $context["EMAIL_IMG"]; } else { $_EMAIL_IMG_ = null; }
            echo $_EMAIL_IMG_;
            echo "</a>";
        }
        echo "</td>
\t\t\t</tr>
\t\t\t";
        // line 122
        if (isset($context["U_PM"])) { $_U_PM_ = $context["U_PM"]; } else { $_U_PM_ = null; }
        if ($_U_PM_) {
            // line 123
            echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"gen\" nowrap=\"nowrap\" align=\"";
            // line 124
            if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
            echo $_S_CONTENT_FLOW_END_;
            echo "\">";
            echo $this->env->getExtension('phpbb')->lang("PM");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " </td>
\t\t\t\t\t<td><a href=\"";
            // line 125
            if (isset($context["U_PM"])) { $_U_PM_ = $context["U_PM"]; } else { $_U_PM_ = null; }
            echo $_U_PM_;
            echo "\" class=\"imageset\">";
            if (isset($context["PM_IMG"])) { $_PM_IMG_ = $context["PM_IMG"]; } else { $_PM_IMG_ = null; }
            echo $_PM_IMG_;
            echo "</a></td>
\t\t\t\t</tr>
\t\t\t";
        }
        // line 128
        echo "\t\t\t";
        if (isset($context["S_JABBER_ENABLED"])) { $_S_JABBER_ENABLED_ = $context["S_JABBER_ENABLED"]; } else { $_S_JABBER_ENABLED_ = null; }
        if ($_S_JABBER_ENABLED_) {
            // line 129
            echo "\t\t\t<tr>
\t\t\t\t<td class=\"gen\" nowrap=\"nowrap\" align=\"";
            // line 130
            if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
            echo $_S_CONTENT_FLOW_END_;
            echo "\">";
            echo $this->env->getExtension('phpbb')->lang("JABBER");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " </td>
\t\t\t\t<td>";
            // line 131
            if (isset($context["U_JABBER"])) { $_U_JABBER_ = $context["U_JABBER"]; } else { $_U_JABBER_ = null; }
            if (isset($context["USER_JABBER"])) { $_USER_JABBER_ = $context["USER_JABBER"]; } else { $_USER_JABBER_ = null; }
            if ($_U_JABBER_) {
                echo "<a href=\"";
                if (isset($context["U_JABBER"])) { $_U_JABBER_ = $context["U_JABBER"]; } else { $_U_JABBER_ = null; }
                echo $_U_JABBER_;
                echo "\" onclick=\"popup(this.href, 550, 320); return false\" class=\"imageset\">";
                if (isset($context["JABBER_IMG"])) { $_JABBER_IMG_ = $context["JABBER_IMG"]; } else { $_JABBER_IMG_ = null; }
                echo $_JABBER_IMG_;
                echo "</a>";
            } elseif ($_USER_JABBER_) {
                if (isset($context["USER_JABBER_IMG"])) { $_USER_JABBER_IMG_ = $context["USER_JABBER_IMG"]; } else { $_USER_JABBER_IMG_ = null; }
                echo $_USER_JABBER_IMG_;
            }
            echo "</td>
\t\t\t</tr>
\t\t\t";
        }
        // line 134
        echo "\t\t\t";
        if (isset($context["memberlist_view_contact_custom_fields_before"])) { $_memberlist_view_contact_custom_fields_before_ = $context["memberlist_view_contact_custom_fields_before"]; } else { $_memberlist_view_contact_custom_fields_before_ = null; }
        // line 135
        echo "\t\t\t";
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "custom_fields", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["custom_fields"]) {
            // line 136
            echo "\t\t\t\t";
            if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
            if ($this->getAttribute($_custom_fields_, "S_PROFILE_CONTACT", array())) {
                // line 137
                echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"gen\" align=\"";
                // line 138
                if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
                echo $_S_CONTENT_FLOW_END_;
                echo "\" nowrap=\"nowrap\">";
                if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
                echo $this->getAttribute($_custom_fields_, "PROFILE_FIELD_NAME", array());
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo " </td>
\t\t\t\t\t";
                // line 139
                if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
                if ($this->getAttribute($_custom_fields_, "PROFILE_FIELD_CONTACT", array())) {
                    // line 140
                    echo "\t\t\t\t\t\t<td><a href=\"";
                    if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
                    echo $this->getAttribute($_custom_fields_, "PROFILE_FIELD_CONTACT", array());
                    echo "\"><span class=\"imageset ";
                    if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
                    echo $this->getAttribute($_custom_fields_, "PROFILE_FIELD_IDENT", array());
                    echo "-icon\">";
                    if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
                    echo $this->getAttribute($_custom_fields_, "PROFILE_FIELD_DESC", array());
                    echo "</span></a></td>
\t\t\t\t\t";
                } else {
                    // line 142
                    echo "\t\t\t\t\t\t<td><b class=\"genmed\">";
                    if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
                    echo $this->getAttribute($_custom_fields_, "PROFILE_FIELD_VALUE", array());
                    echo "</b></td>
\t\t\t\t\t";
                }
                // line 144
                echo "\t\t\t\t</tr>
\t\t\t\t";
            }
            // line 146
            echo "\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_fields'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 147
        echo "\t\t\t";
        if (isset($context["memberlist_view_contact_custom_fields_after"])) { $_memberlist_view_contact_custom_fields_after_ = $context["memberlist_view_contact_custom_fields_after"]; } else { $_memberlist_view_contact_custom_fields_after_ = null; }
        // line 148
        echo "\t\t\t</table>
\t\t</td>
\t\t<td class=\"row1\">
\t\t\t<table cellspacing=\"1\" cellpadding=\"2\" border=\"0\">
\t\t\t<tr>
\t\t\t\t<td class=\"gen\" align=\"";
        // line 153
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo "\" nowrap=\"nowrap\">";
        echo $this->env->getExtension('phpbb')->lang("USERGROUPS");
        echo $this->env->getExtension('phpbb')->lang("COLON");
        echo " </td>
\t\t\t\t<td><select name=\"g\">";
        // line 154
        if (isset($context["S_GROUP_OPTIONS"])) { $_S_GROUP_OPTIONS_ = $context["S_GROUP_OPTIONS"]; } else { $_S_GROUP_OPTIONS_ = null; }
        echo $_S_GROUP_OPTIONS_;
        echo "</select> <input class=\"btnlite\" type=\"submit\" name=\"submit\" value=\"";
        echo $this->env->getExtension('phpbb')->lang("GO");
        echo "\" /></td>
\t\t\t</tr>
\t\t\t";
        // line 156
        if (isset($context["AGE"])) { $_AGE_ = $context["AGE"]; } else { $_AGE_ = null; }
        if (($_AGE_ !== "")) {
            // line 157
            echo "\t\t\t<tr>
\t\t\t\t<td class=\"gen\" align=\"";
            // line 158
            if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
            echo $_S_CONTENT_FLOW_END_;
            echo "\" nowrap=\"nowrap\">";
            echo $this->env->getExtension('phpbb')->lang("AGE");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " </td>
\t\t\t\t<td><b class=\"genmed\">";
            // line 159
            if (isset($context["AGE"])) { $_AGE_ = $context["AGE"]; } else { $_AGE_ = null; }
            echo $_AGE_;
            echo "</b></td>
\t\t\t</tr>
\t\t\t";
        }
        // line 162
        echo "\t\t\t";
        if (isset($context["S_PROFILE_FIELD1"])) { $_S_PROFILE_FIELD1_ = $context["S_PROFILE_FIELD1"]; } else { $_S_PROFILE_FIELD1_ = null; }
        if ($_S_PROFILE_FIELD1_) {
            // line 163
            echo "\t\t\t\t<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
\t\t\t\t<tr>
\t\t\t\t\t<td class=\"gen\" align=\"";
            // line 165
            if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
            echo $_S_CONTENT_FLOW_END_;
            echo "\" nowrap=\"nowrap\">";
            if (isset($context["PROFILE_FIELD1_NAME"])) { $_PROFILE_FIELD1_NAME_ = $context["PROFILE_FIELD1_NAME"]; } else { $_PROFILE_FIELD1_NAME_ = null; }
            echo $_PROFILE_FIELD1_NAME_;
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " </td>
\t\t\t\t\t<td><b class=\"genmed\">";
            // line 166
            if (isset($context["PROFILE_FIELD1_VALUE"])) { $_PROFILE_FIELD1_VALUE_ = $context["PROFILE_FIELD1_VALUE"]; } else { $_PROFILE_FIELD1_VALUE_ = null; }
            echo $_PROFILE_FIELD1_VALUE_;
            echo "</b></td>
\t\t\t\t</tr>
\t\t\t";
        }
        // line 169
        echo "\t\t\t";
        if (isset($context["memberlist_view_non_contact_custom_fields_before"])) { $_memberlist_view_non_contact_custom_fields_before_ = $context["memberlist_view_non_contact_custom_fields_before"]; } else { $_memberlist_view_non_contact_custom_fields_before_ = null; }
        // line 170
        echo "\t\t\t";
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "custom_fields", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["custom_fields"]) {
            // line 171
            echo "\t\t\t\t";
            if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
            if ( !$this->getAttribute($_custom_fields_, "S_PROFILE_CONTACT", array())) {
                // line 172
                echo "\t\t\t\t<tr>
\t\t\t\t\t<td class=\"gen\" align=\"";
                // line 173
                if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
                echo $_S_CONTENT_FLOW_END_;
                echo "\" nowrap=\"nowrap\">";
                if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
                echo $this->getAttribute($_custom_fields_, "PROFILE_FIELD_NAME", array());
                echo $this->env->getExtension('phpbb')->lang("COLON");
                echo " </td>
\t\t\t\t\t<td><b class=\"genmed\">";
                // line 174
                if (isset($context["custom_fields"])) { $_custom_fields_ = $context["custom_fields"]; } else { $_custom_fields_ = null; }
                echo $this->getAttribute($_custom_fields_, "PROFILE_FIELD_VALUE", array());
                echo "</b></td>
\t\t\t\t</tr>
\t\t\t\t";
            }
            // line 177
            echo "\t\t\t";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['custom_fields'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 178
        echo "\t\t\t";
        if (isset($context["memberlist_view_non_contact_custom_fields_after"])) { $_memberlist_view_non_contact_custom_fields_after_ = $context["memberlist_view_non_contact_custom_fields_after"]; } else { $_memberlist_view_non_contact_custom_fields_after_ = null; }
        // line 179
        echo "\t\t\t</table>
\t\t</td>
\t</tr>
\t";
        // line 182
        if (isset($context["memberlist_view_contact_after"])) { $_memberlist_view_contact_after_ = $context["memberlist_view_contact_after"]; } else { $_memberlist_view_contact_after_ = null; }
        // line 183
        echo "\t";
        if (isset($context["SIGNATURE"])) { $_SIGNATURE_ = $context["SIGNATURE"]; } else { $_SIGNATURE_ = null; }
        if ($_SIGNATURE_) {
            // line 184
            echo "\t\t<tr>
\t\t\t<td class=\"cat\" colspan=\"2\" align=\"center\"><h4>";
            // line 185
            echo $this->env->getExtension('phpbb')->lang("SIGNATURE");
            echo "</h4></td>
\t\t</tr>
\t\t<tr>
\t\t\t<td class=\"row1\" colspan=\"2\"><div class=\"postbody\" style=\"padding: 10px;\">";
            // line 188
            if (isset($context["SIGNATURE"])) { $_SIGNATURE_ = $context["SIGNATURE"]; } else { $_SIGNATURE_ = null; }
            echo $_SIGNATURE_;
            echo "</div></td>
\t\t</tr>
\t";
        }
        // line 191
        echo "\t</table>

\t</form>

\t";
        // line 195
        if (isset($context["memberlist_view_content_append"])) { $_memberlist_view_content_append_ = $context["memberlist_view_content_append"]; } else { $_memberlist_view_content_append_ = null; }
        // line 196
        echo "
</div>

<br clear=\"all\" />

";
        // line 201
        $location = "breadcrumbs.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("breadcrumbs.html", "memberlist_view.html", 201)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 202
        echo "
<br clear=\"all\" />

<div style=\"float: ";
        // line 205
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo ";\">";
        $location = "jumpbox.html";
        $namespace = false;
        if (strpos($location, '@') === 0) {
            $namespace = substr($location, 1, strpos($location, '/') - 1);
            $previous_look_up_order = $this->env->getNamespaceLookUpOrder();
            $this->env->setNamespaceLookUpOrder(array($namespace, '__main__'));
        }
        $this->loadTemplate("jumpbox.html", "memberlist_view.html", 205)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        echo "</div>

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

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  836 => 207,  818 => 205,  813 => 202,  801 => 201,  794 => 196,  792 => 195,  786 => 191,  779 => 188,  773 => 185,  770 => 184,  766 => 183,  764 => 182,  759 => 179,  756 => 178,  750 => 177,  743 => 174,  734 => 173,  731 => 172,  727 => 171,  721 => 170,  718 => 169,  711 => 166,  702 => 165,  698 => 163,  694 => 162,  687 => 159,  679 => 158,  676 => 157,  673 => 156,  665 => 154,  657 => 153,  650 => 148,  647 => 147,  641 => 146,  637 => 144,  630 => 142,  617 => 140,  614 => 139,  605 => 138,  602 => 137,  598 => 136,  592 => 135,  589 => 134,  570 => 131,  562 => 130,  559 => 129,  555 => 128,  545 => 125,  537 => 124,  534 => 123,  531 => 122,  517 => 120,  509 => 119,  503 => 115,  501 => 114,  496 => 112,  492 => 111,  486 => 107,  483 => 106,  460 => 103,  452 => 102,  429 => 99,  421 => 98,  418 => 97,  415 => 96,  401 => 94,  385 => 93,  371 => 92,  363 => 91,  360 => 90,  323 => 87,  315 => 86,  312 => 85,  309 => 84,  303 => 82,  295 => 81,  288 => 78,  280 => 77,  277 => 76,  275 => 75,  269 => 71,  266 => 70,  261 => 67,  258 => 66,  234 => 65,  225 => 63,  216 => 61,  212 => 60,  208 => 58,  203 => 57,  200 => 56,  191 => 53,  188 => 52,  184 => 51,  177 => 48,  174 => 47,  170 => 46,  163 => 43,  160 => 42,  156 => 41,  153 => 40,  146 => 37,  143 => 36,  139 => 35,  132 => 32,  129 => 31,  125 => 30,  123 => 29,  89 => 27,  86 => 26,  74 => 23,  71 => 22,  68 => 21,  59 => 15,  55 => 14,  49 => 11,  41 => 7,  38 => 6,  36 => 5,  31 => 2,  19 => 1,);
    }
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <div id="pagecontent">*/
/* */
/* 	<!-- EVENT memberlist_view_content_prepend -->*/
/* */
/* 	<form method="post" action="{S_PROFILE_ACTION}">*/
/* */
/* 	<table class="tablebg" width="100%" cellspacing="1">*/
/* 	<tr>*/
/* 		<th colspan="2" nowrap="nowrap">{L_VIEWING_PROFILE}</th>*/
/* 	</tr>*/
/* 	<tr>*/
/* 		<td class="cat" width="40%" align="center"><h4>{L_USER_PRESENCE}</h4></td>*/
/* 		<td class="cat" width="60%" align="center"><h4>{L_USER_FORUM}</h4></td>*/
/* 	</tr>*/
/* 	<tr>*/
/* 		<td class="row1" align="center">*/
/* */
/* 			<table cellspacing="1" cellpadding="2" border="0">*/
/* 			<!-- IF S_USER_INACTIVE -->*/
/* 			<tr>*/
/* 				<td align="center"><b class="gen inactive">{L_USER_IS_INACTIVE}</b><br />{L_INACTIVE_REASON}{L_COLON} {USER_INACTIVE_REASON}<br /><br /></td>*/
/* 			</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<tr>*/
/* 				<td align="center"><!-- IF USER_COLOR --><b class="gen" style="color: {USER_COLOR}"><!-- ELSE --><b class="gen"><!-- ENDIF -->{USERNAME}</b><!-- IF U_USER_BAN --><span class="genmed"> [ <a href="{U_USER_BAN}">{L_USER_BAN}</a> ]</span><!-- ENDIF --><!-- IF U_USER_ADMIN --><span class="genmed"> [ <a href="{U_USER_ADMIN}">{L_USER_ADMIN}</a> ]</span><!-- ENDIF --></td>*/
/* 			</tr>*/
/* 			<!-- EVENT memberlist_view_rank_before -->*/
/* 			<!-- IF RANK_TITLE -->*/
/* 				<tr>*/
/* 					<td class="postdetails" align="center">{RANK_TITLE}</td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- IF RANK_IMG -->*/
/* 				<tr>*/
/* 					<td align="center">{RANK_IMG}</td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- EVENT memberlist_view_rank_after -->*/
/* 			<!-- IF AVATAR_IMG -->*/
/* 				<tr>*/
/* 					<td align="center">{AVATAR_IMG}</td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- IF ONLINE_IMG -->*/
/* 			<tr>*/
/* 				<td align="center">{ONLINE_IMG}</td>*/
/* 			</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- IF U_SWITCH_PERMISSIONS -->*/
/* 				<tr>*/
/* 					<td class="genmed" align="center">[ <a href="{U_SWITCH_PERMISSIONS}">{L_USE_PERMISSIONS}</a> ]</td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- EVENT memberlist_view_zebra_before -->*/
/* 			<!-- IF S_USER_LOGGED_IN and S_ZEBRA -->*/
/* 				<tr>*/
/* 					<td class="genmed" align="center">[*/
/* 						<!-- IF U_REMOVE_FRIEND -->*/
/* 							<a href="{U_REMOVE_FRIEND}">{L_REMOVE_FRIEND}</a>*/
/* 						<!-- ELSEIF U_REMOVE_FOE -->*/
/* 							<a href="{U_REMOVE_FOE}">{L_REMOVE_FOE}</a>*/
/* 						<!-- ELSE -->*/
/* 							<!-- IF U_ADD_FRIEND --><a href="{U_ADD_FRIEND}">{L_ADD_FRIEND}</a><!-- ENDIF --><!-- IF U_ADD_FOE --><!-- IF U_ADD_FRIEND --> | <!-- ENDIF --><a href="{U_ADD_FOE}">{L_ADD_FOE}</a><!-- ENDIF -->*/
/* 						<!-- ENDIF -->*/
/* 					]</td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- EVENT memberlist_view_zebra_after -->*/
/* 			</table>*/
/* 		</td>*/
/* 		<td class="row1">*/
/* 			<table width="100%" cellspacing="1" cellpadding="2" border="0">*/
/* 			<!-- EVENT memberlist_view_user_statistics_before -->*/
/* 			<tr>*/
/* 				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_JOINED}{L_COLON} </td>*/
/* 				<td width="100%"><b class="gen">{JOINED}</b></td>*/
/* 			</tr>*/
/* 			<tr>*/
/* 				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_LAST_ACTIVE}{L_COLON} </td>*/
/* 				<td width="100%"><b class="gen">{LAST_ACTIVE}</b></td>*/
/* 			</tr>*/
/* 			<!-- IF S_WARNINGS -->*/
/* 				<tr>*/
/* 					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_WARNINGS}{L_COLON} </td>*/
/* 					<td width="100%"><b class="gen">{WARNINGS}</b><!-- IF U_NOTES or U_WARN --><br /><span class="genmed"> [ <!-- IF U_NOTES --><a href="{U_NOTES}">{L_VIEW_NOTES}</a><!-- ENDIF --> <!-- IF U_WARN --><!-- IF U_NOTES --> | <!-- ENDIF --><a href="{U_WARN}">{L_WARN_USER}</a><!-- ENDIF --> ]</span><!-- ENDIF --></td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<tr>*/
/* 				<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_TOTAL_POSTS}{L_COLON} </td>*/
/* 				<td><b class="gen">{POSTS}</b><span class="genmed"><!-- IF POSTS_PCT --><br />[{POSTS_PCT} / {POSTS_DAY}]<!-- ENDIF -->*/
/* 				<!-- IF POSTS_IN_QUEUE and U_MCP_QUEUE --><br />[<a href="{U_MCP_QUEUE}">{L_POSTS_IN_QUEUE}</a>]<!-- ELSEIF POSTS_IN_QUEUE --><br />[{L_POSTS_IN_QUEUE}]<!-- ENDIF -->*/
/* 				<!-- IF S_DISPLAY_SEARCH --><br /><a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a><!-- ENDIF --></span></td>*/
/* 			</tr>*/
/* 			<!-- IF S_SHOW_ACTIVITY -->*/
/* 				<tr>*/
/* 					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_ACTIVE_IN_FORUM}{L_COLON} </td>*/
/* 					<td><!-- IF ACTIVE_FORUM != '' --><b><a class="gen" href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></b><br /><span class="genmed">[ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>*/
/* 				</tr>*/
/* 				<tr>*/
/* 					<td class="gen" align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap">{L_ACTIVE_IN_TOPIC}{L_COLON} </td>*/
/* 					<td><!-- IF ACTIVE_TOPIC != '' --><b><a class="gen" href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></b><br /><span class="genmed">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- EVENT memberlist_view_user_statistics_after -->*/
/* 			</table>*/
/* 		</td>*/
/* 	</tr>*/
/* 	<tr>*/
/* 		<td class="cat" align="center"><h4>{L_CONTACT}</h4></td>*/
/* 		<td class="cat" align="center"><h4>{L_ABOUT_USER}</h4></td>*/
/* 	</tr>*/
/* 	<!-- EVENT memberlist_view_contact_before -->*/
/* 	<tr>*/
/* 		<td class="row1">*/
/* 			<table width="100%" cellspacing="1" cellpadding="2" border="0">*/
/* 			<tr>*/
/* 				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_EMAIL_ADDRESS}{L_COLON} </td>*/
/* 				<td width="100%"><!-- IF U_EMAIL --><a href="{U_EMAIL}" class="imageset">{EMAIL_IMG}</a><!-- ENDIF --></td>*/
/* 			</tr>*/
/* 			<!-- IF U_PM -->*/
/* 				<tr>*/
/* 					<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_PM}{L_COLON} </td>*/
/* 					<td><a href="{U_PM}" class="imageset">{PM_IMG}</a></td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- IF S_JABBER_ENABLED -->*/
/* 			<tr>*/
/* 				<td class="gen" nowrap="nowrap" align="{S_CONTENT_FLOW_END}">{L_JABBER}{L_COLON} </td>*/
/* 				<td><!-- IF U_JABBER --><a href="{U_JABBER}" onclick="popup(this.href, 550, 320); return false" class="imageset">{JABBER_IMG}</a><!-- ELSEIF USER_JABBER -->{USER_JABBER_IMG}<!-- ENDIF --></td>*/
/* 			</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- EVENT memberlist_view_contact_custom_fields_before -->*/
/* 			<!-- BEGIN custom_fields -->*/
/* 				<!-- IF custom_fields.S_PROFILE_CONTACT -->*/
/* 				<tr>*/
/* 					<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{custom_fields.PROFILE_FIELD_NAME}{L_COLON} </td>*/
/* 					<!-- IF custom_fields.PROFILE_FIELD_CONTACT -->*/
/* 						<td><a href="{custom_fields.PROFILE_FIELD_CONTACT}"><span class="imageset {custom_fields.PROFILE_FIELD_IDENT}-icon">{custom_fields.PROFILE_FIELD_DESC}</span></a></td>*/
/* 					<!-- ELSE -->*/
/* 						<td><b class="genmed">{custom_fields.PROFILE_FIELD_VALUE}</b></td>*/
/* 					<!-- ENDIF -->*/
/* 				</tr>*/
/* 				<!-- ENDIF -->*/
/* 			<!-- END custom_fields -->*/
/* 			<!-- EVENT memberlist_view_contact_custom_fields_after -->*/
/* 			</table>*/
/* 		</td>*/
/* 		<td class="row1">*/
/* 			<table cellspacing="1" cellpadding="2" border="0">*/
/* 			<tr>*/
/* 				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_USERGROUPS}{L_COLON} </td>*/
/* 				<td><select name="g">{S_GROUP_OPTIONS}</select> <input class="btnlite" type="submit" name="submit" value="{L_GO}" /></td>*/
/* 			</tr>*/
/* 			<!-- IF AGE !== '' -->*/
/* 			<tr>*/
/* 				<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_AGE}{L_COLON} </td>*/
/* 				<td><b class="genmed">{AGE}</b></td>*/
/* 			</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- IF S_PROFILE_FIELD1 -->*/
/* 				<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->*/
/* 				<tr>*/
/* 					<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{PROFILE_FIELD1_NAME}{L_COLON} </td>*/
/* 					<td><b class="genmed">{PROFILE_FIELD1_VALUE}</b></td>*/
/* 				</tr>*/
/* 			<!-- ENDIF -->*/
/* 			<!-- EVENT memberlist_view_non_contact_custom_fields_before -->*/
/* 			<!-- BEGIN custom_fields -->*/
/* 				<!-- IF not custom_fields.S_PROFILE_CONTACT -->*/
/* 				<tr>*/
/* 					<td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{custom_fields.PROFILE_FIELD_NAME}{L_COLON} </td>*/
/* 					<td><b class="genmed">{custom_fields.PROFILE_FIELD_VALUE}</b></td>*/
/* 				</tr>*/
/* 				<!-- ENDIF -->*/
/* 			<!-- END custom_fields -->*/
/* 			<!-- EVENT memberlist_view_non_contact_custom_fields_after -->*/
/* 			</table>*/
/* 		</td>*/
/* 	</tr>*/
/* 	<!-- EVENT memberlist_view_contact_after -->*/
/* 	<!-- IF SIGNATURE -->*/
/* 		<tr>*/
/* 			<td class="cat" colspan="2" align="center"><h4>{L_SIGNATURE}</h4></td>*/
/* 		</tr>*/
/* 		<tr>*/
/* 			<td class="row1" colspan="2"><div class="postbody" style="padding: 10px;">{SIGNATURE}</div></td>*/
/* 		</tr>*/
/* 	<!-- ENDIF -->*/
/* 	</table>*/
/* */
/* 	</form>*/
/* */
/* 	<!-- EVENT memberlist_view_content_append -->*/
/* */
/* </div>*/
/* */
/* <br clear="all" />*/
/* */
/* <!-- INCLUDE breadcrumbs.html -->*/
/* */
/* <br clear="all" />*/
/* */
/* <div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */
