<?php

/* memberlist_body.html */
class __TwigTemplate_a985d53ace23810fad1b7b2bf165e0d6185122686ecc7859266c6e6ca53f7fba 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
        if (isset($context["S_IN_SEARCH_POPUP"])) { $_S_IN_SEARCH_POPUP_ = $context["S_IN_SEARCH_POPUP"]; } else { $_S_IN_SEARCH_POPUP_ = null; }
        if ($_S_IN_SEARCH_POPUP_) {
            // line 2
            echo "\t";
            $location = "simple_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("simple_header.html", "memberlist_body.html", 2)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        } else {
            // line 4
            echo "\t";
            $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_body.html", 4)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        // line 6
        echo "
";
        // line 7
        if (isset($context["S_SEARCH_USER"])) { $_S_SEARCH_USER_ = $context["S_SEARCH_USER"]; } else { $_S_SEARCH_USER_ = null; }
        if ($_S_SEARCH_USER_) {
            echo "\t
\t";
            // line 8
            $location = "memberlist_search.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("memberlist_search.html", "memberlist_body.html", 8)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
            echo "\t
";
        }
        // line 10
        echo "
";
        // line 11
        if (isset($context["S_SHOW_GROUP"])) { $_S_SHOW_GROUP_ = $context["S_SHOW_GROUP"]; } else { $_S_SHOW_GROUP_ = null; }
        if ($_S_SHOW_GROUP_) {
            $location = "memberlist_group.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("memberlist_group.html", "memberlist_body.html", 11)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
        // line 12
        echo "
";
        // line 13
        if (isset($context["S_SHOW_GROUP"])) { $_S_SHOW_GROUP_ = $context["S_SHOW_GROUP"]; } else { $_S_SHOW_GROUP_ = null; }
        if ( !$_S_SHOW_GROUP_) {
            // line 14
            echo "\t<form method=\"post\" name=\"charsearch\" action=\"";
            if (isset($context["S_MODE_ACTION"])) { $_S_MODE_ACTION_ = $context["S_MODE_ACTION"]; } else { $_S_MODE_ACTION_ = null; }
            echo $_S_MODE_ACTION_;
            echo "\">
\t\t<table width=\"100%\" cellspacing=\"1\">
\t\t<tr>
\t\t\t<td align=\"";
            // line 17
            if (isset($context["S_CONTENT_FLOW_BEGIN"])) { $_S_CONTENT_FLOW_BEGIN_ = $context["S_CONTENT_FLOW_BEGIN"]; } else { $_S_CONTENT_FLOW_BEGIN_ = null; }
            echo $_S_CONTENT_FLOW_BEGIN_;
            echo "\"><span class=\"genmed\">";
            echo $this->env->getExtension('phpbb')->lang("USERNAME_BEGINS_WITH");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo " </span>
\t\t\t\t<select name=\"first_char\" onchange=\"this.form.submit();\">
\t\t\t\t\t";
            // line 19
            if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "first_char", array()));
            foreach ($context['_seq'] as $context["_key"] => $context["first_char"]) {
                // line 20
                echo "\t\t\t\t\t\t<option value=\"";
                if (isset($context["first_char"])) { $_first_char_ = $context["first_char"]; } else { $_first_char_ = null; }
                echo $this->getAttribute($_first_char_, "VALUE", array());
                echo "\"";
                if (isset($context["first_char"])) { $_first_char_ = $context["first_char"]; } else { $_first_char_ = null; }
                if ($this->getAttribute($_first_char_, "S_SELECTED", array())) {
                    echo " selected=\"selected\"";
                }
                echo ">";
                if (isset($context["first_char"])) { $_first_char_ = $context["first_char"]; } else { $_first_char_ = null; }
                echo $this->getAttribute($_first_char_, "DESC", array());
                echo "</option>
\t\t\t\t\t";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['first_char'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 22
            echo "\t\t\t\t</select>&nbsp;<input type=\"submit\" name=\"char\" value=\"";
            echo $this->env->getExtension('phpbb')->lang("DISPLAY");
            echo "\" class=\"btnlite\" /></td>
\t";
            // line 23
            if (isset($context["U_FIND_MEMBER"])) { $_U_FIND_MEMBER_ = $context["U_FIND_MEMBER"]; } else { $_U_FIND_MEMBER_ = null; }
            if (isset($context["S_SEARCH_USER"])) { $_S_SEARCH_USER_ = $context["S_SEARCH_USER"]; } else { $_S_SEARCH_USER_ = null; }
            if (isset($context["U_HIDE_FIND_MEMBER"])) { $_U_HIDE_FIND_MEMBER_ = $context["U_HIDE_FIND_MEMBER"]; } else { $_U_HIDE_FIND_MEMBER_ = null; }
            if (isset($context["S_IN_SEARCH_POPUP"])) { $_S_IN_SEARCH_POPUP_ = $context["S_IN_SEARCH_POPUP"]; } else { $_S_IN_SEARCH_POPUP_ = null; }
            if (($_U_FIND_MEMBER_ &&  !$_S_SEARCH_USER_)) {
                // line 24
                echo "\t\t\t<td class=\"genmed\" align=\"";
                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 "\"><a href=\"";
                if (isset($context["U_FIND_MEMBER"])) { $_U_FIND_MEMBER_ = $context["U_FIND_MEMBER"]; } else { $_U_FIND_MEMBER_ = null; }
                echo $_U_FIND_MEMBER_;
                echo "\">";
                echo $this->env->getExtension('phpbb')->lang("FIND_USERNAME");
                echo "</a></td>
\t";
            } elseif ((($_S_SEARCH_USER_ && $_U_HIDE_FIND_MEMBER_) &&  !$_S_IN_SEARCH_POPUP_)) {
                // line 26
                echo "\t\t\t<td class=\"genmed\" align=\"";
                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 "\"><a href=\"";
                if (isset($context["U_HIDE_FIND_MEMBER"])) { $_U_HIDE_FIND_MEMBER_ = $context["U_HIDE_FIND_MEMBER"]; } else { $_U_HIDE_FIND_MEMBER_ = null; }
                echo $_U_HIDE_FIND_MEMBER_;
                echo "\">";
                echo $this->env->getExtension('phpbb')->lang("HIDE_MEMBER_SEARCH");
                echo "</a></td>
\t";
            }
            // line 28
            echo "\t\t</tr>
\t\t</table>
\t\t";
            // line 30
            if (isset($context["S_FORM_TOKEN"])) { $_S_FORM_TOKEN_ = $context["S_FORM_TOKEN"]; } else { $_S_FORM_TOKEN_ = null; }
            echo $_S_FORM_TOKEN_;
            echo "
\t</form>
";
        }
        // line 33
        echo "
";
        // line 34
        if (isset($context["S_IN_SEARCH_POPUP"])) { $_S_IN_SEARCH_POPUP_ = $context["S_IN_SEARCH_POPUP"]; } else { $_S_IN_SEARCH_POPUP_ = null; }
        if ($_S_IN_SEARCH_POPUP_) {
            // line 35
            echo "\t<form method=\"post\" name=\"results\" action=\"";
            if (isset($context["S_MODE_ACTION"])) { $_S_MODE_ACTION_ = $context["S_MODE_ACTION"]; } else { $_S_MODE_ACTION_ = null; }
            echo $_S_MODE_ACTION_;
            echo "\" onsubmit=\"insert_marked(this.user);return false\">
";
        } else {
            // line 37
            echo "\t<form method=\"post\" action=\"";
            if (isset($context["S_MODE_ACTION"])) { $_S_MODE_ACTION_ = $context["S_MODE_ACTION"]; } else { $_S_MODE_ACTION_ = null; }
            echo $_S_MODE_ACTION_;
            echo "\">
";
        }
        // line 39
        echo "<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
<tr>
\t<th nowrap=\"nowrap\">#</th>
\t<th nowrap=\"nowrap\" width=\"36%\" align=\"";
        // line 42
        if (isset($context["S_CONTENT_FLOW_BEGIN"])) { $_S_CONTENT_FLOW_BEGIN_ = $context["S_CONTENT_FLOW_BEGIN"]; } else { $_S_CONTENT_FLOW_BEGIN_ = null; }
        echo $_S_CONTENT_FLOW_BEGIN_;
        echo "\"><a href=\"";
        if (isset($context["U_SORT_USERNAME"])) { $_U_SORT_USERNAME_ = $context["U_SORT_USERNAME"]; } else { $_U_SORT_USERNAME_ = null; }
        echo $_U_SORT_USERNAME_;
        echo "\">";
        echo $this->env->getExtension('phpbb')->lang("USERNAME");
        echo "</a></th>
\t<th nowrap=\"nowrap\" width=\"15%\"><a href=\"";
        // line 43
        if (isset($context["U_SORT_JOINED"])) { $_U_SORT_JOINED_ = $context["U_SORT_JOINED"]; } else { $_U_SORT_JOINED_ = null; }
        echo $_U_SORT_JOINED_;
        echo "\">";
        echo $this->env->getExtension('phpbb')->lang("JOINED");
        echo "</a></th>
\t<th nowrap=\"nowrap\" width=\"10%\"><a href=\"";
        // line 44
        if (isset($context["U_SORT_POSTS"])) { $_U_SORT_POSTS_ = $context["U_SORT_POSTS"]; } else { $_U_SORT_POSTS_ = null; }
        echo $_U_SORT_POSTS_;
        echo "\">";
        echo $this->env->getExtension('phpbb')->lang("POSTS");
        echo "</a></th>
\t<th nowrap=\"nowrap\" width=\"15%\"><a href=\"";
        // line 45
        if (isset($context["U_SORT_RANK"])) { $_U_SORT_RANK_ = $context["U_SORT_RANK"]; } else { $_U_SORT_RANK_ = null; }
        echo $_U_SORT_RANK_;
        echo "\">";
        echo $this->env->getExtension('phpbb')->lang("RANK");
        echo "</a></th>
\t<th nowrap=\"nowrap\" width=\"11%\"><a href=\"";
        // line 46
        if (isset($context["U_SORT_EMAIL"])) { $_U_SORT_EMAIL_ = $context["U_SORT_EMAIL"]; } else { $_U_SORT_EMAIL_ = null; }
        echo $_U_SORT_EMAIL_;
        echo "\">";
        echo $this->env->getExtension('phpbb')->lang("EMAIL");
        echo "</a></th>
\t";
        // line 47
        if (isset($context["S_IN_SEARCH_POPUP"])) { $_S_IN_SEARCH_POPUP_ = $context["S_IN_SEARCH_POPUP"]; } else { $_S_IN_SEARCH_POPUP_ = null; }
        if (isset($context["S_SELECT_SINGLE"])) { $_S_SELECT_SINGLE_ = $context["S_SELECT_SINGLE"]; } else { $_S_SELECT_SINGLE_ = null; }
        if (($_S_IN_SEARCH_POPUP_ &&  !$_S_SELECT_SINGLE_)) {
            echo "<th width=\"2%\" nowrap=\"nowrap\">";
            echo $this->env->getExtension('phpbb')->lang("MARK");
            echo "</th>";
        }
        // line 48
        echo "</tr>
";
        // line 49
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "memberrow", array()));
        $context['_iterated'] = false;
        foreach ($context['_seq'] as $context["_key"] => $context["memberrow"]) {
            // line 50
            echo "
\t";
            // line 51
            if (isset($context["S_SHOW_GROUP"])) { $_S_SHOW_GROUP_ = $context["S_SHOW_GROUP"]; } else { $_S_SHOW_GROUP_ = null; }
            if ($_S_SHOW_GROUP_) {
                // line 52
                echo "\t\t";
                if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
                if (isset($context["definition"])) { $_definition_ = $context["definition"]; } else { $_definition_ = null; }
                if (($this->getAttribute($_memberrow_, "S_FIRST_ROW", array()) && $this->getAttribute($_memberrow_, "S_GROUP_LEADER", array()))) {
                    // line 53
                    echo "\t\t\t<tr class=\"row3\">
\t\t\t\t<td colspan=\"7\"><b class=\"gensmall\">";
                    // line 54
                    echo $this->env->getExtension('phpbb')->lang("GROUP_LEADER");
                    echo "</b></td>
\t\t\t</tr>
\t\t";
                } elseif (( !$this->getAttribute($_memberrow_, "S_GROUP_LEADER", array()) &&  !$this->getAttribute($_definition_, "S_MEMBER_HEADER", array()))) {
                    // line 57
                    echo "\t\t\t<tr class=\"row3\">
\t\t\t\t<td colspan=\"7\"><b class=\"gensmall\">";
                    // line 58
                    echo $this->env->getExtension('phpbb')->lang("GROUP_MEMBERS");
                    echo "</b></td>
\t\t\t</tr>
\t\t\t\t";
                    // line 60
                    if (isset($context["S_MEMBER_HEADER"])) { $_S_MEMBER_HEADER_ = $context["S_MEMBER_HEADER"]; } else { $_S_MEMBER_HEADER_ = null; }
                    $value = 1;
                    $context['definition']->set('S_MEMBER_HEADER', $value);
                    // line 61
                    echo "\t\t";
                }
                // line 62
                echo "\t";
            }
            // line 63
            echo "
\t";
            // line 64
            if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
            if (($this->getAttribute($_memberrow_, "S_ROW_COUNT", array()) % 2 == 0)) {
                echo "<tr class=\"row2\">";
            } else {
                echo "\t<tr class=\"row1\">";
            }
            // line 65
            echo "
\t\t<td class=\"gen\" align=\"center\">&nbsp;";
            // line 66
            if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
            echo $this->getAttribute($_memberrow_, "ROW_NUMBER", array());
            echo "&nbsp;</td>
\t\t<td class=\"genmed\" align=\"";
            // line 67
            if (isset($context["S_CONTENT_FLOW_BEGIN"])) { $_S_CONTENT_FLOW_BEGIN_ = $context["S_CONTENT_FLOW_BEGIN"]; } else { $_S_CONTENT_FLOW_BEGIN_ = null; }
            echo $_S_CONTENT_FLOW_BEGIN_;
            echo "\">";
            if (isset($context["memberlist_body_username_prepend"])) { $_memberlist_body_username_prepend_ = $context["memberlist_body_username_prepend"]; } else { $_memberlist_body_username_prepend_ = null; }
            if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
            echo $this->getAttribute($_memberrow_, "USERNAME_FULL", array());
            if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
            if ($this->getAttribute($_memberrow_, "S_INACTIVE", array())) {
                echo " <em>(";
                echo $this->env->getExtension('phpbb')->lang("INACTIVE");
                echo ")</em>";
            }
            if (isset($context["memberlist_body_username_append"])) { $_memberlist_body_username_append_ = $context["memberlist_body_username_append"]; } else { $_memberlist_body_username_append_ = null; }
            if (isset($context["S_SELECT_SINGLE"])) { $_S_SELECT_SINGLE_ = $context["S_SELECT_SINGLE"]; } else { $_S_SELECT_SINGLE_ = null; }
            if ($_S_SELECT_SINGLE_) {
                echo " [&nbsp;<a href=\"#\" onclick=\"insert_single('";
                if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
                echo $this->getAttribute($_memberrow_, "A_USERNAME", array());
                echo "'); return false;\">";
                echo $this->env->getExtension('phpbb')->lang("SELECT");
                echo "</a>&nbsp;]";
            }
            echo "</td>
\t\t<td class=\"genmed\" align=\"center\" nowrap=\"nowrap\">&nbsp;";
            // line 68
            if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
            echo $this->getAttribute($_memberrow_, "JOINED", array());
            echo "&nbsp;</td>
\t\t<td class=\"gen\" align=\"center\">";
            // line 69
            if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
            echo $this->getAttribute($_memberrow_, "POSTS", array());
            echo "</td>
\t\t<td class=\"gen\" align=\"center\">";
            // line 70
            if (isset($context["memberlist_body_rank_prepend"])) { $_memberlist_body_rank_prepend_ = $context["memberlist_body_rank_prepend"]; } else { $_memberlist_body_rank_prepend_ = null; }
            if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
            if ($this->getAttribute($_memberrow_, "RANK_IMG", array())) {
                if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
                echo $this->getAttribute($_memberrow_, "RANK_IMG", array());
            } else {
                if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
                echo $this->getAttribute($_memberrow_, "RANK_TITLE", array());
            }
            if (isset($context["memberlist_body_rank_append"])) { $_memberlist_body_rank_append_ = $context["memberlist_body_rank_append"]; } else { $_memberlist_body_rank_append_ = null; }
            echo "</td>
\t\t<td class=\"gen\" align=\"center\">&nbsp;";
            // line 71
            if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
            if ($this->getAttribute($_memberrow_, "U_EMAIL", array())) {
                echo "<a href=\"";
                if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
                echo $this->getAttribute($_memberrow_, "U_EMAIL", array());
                echo "\" class=\"imageset\">";
                if (isset($context["EMAIL_IMG"])) { $_EMAIL_IMG_ = $context["EMAIL_IMG"]; } else { $_EMAIL_IMG_ = null; }
                echo $_EMAIL_IMG_;
                echo "</a>";
            }
            echo "&nbsp;</td>
\t\t";
            // line 72
            if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
            if ($this->getAttribute($_memberrow_, "S_PROFILE_FIELD1", array())) {
                // line 73
                echo "\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<td class=\"gen\" align=\"center\">&nbsp;";
                // line 74
                if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
                echo $this->getAttribute($_memberrow_, "PROFILE_FIELD1_VALUE", array());
                echo "</td>
\t\t";
            }
            // line 76
            echo "\t\t";
            if (isset($context["S_IN_SEARCH_POPUP"])) { $_S_IN_SEARCH_POPUP_ = $context["S_IN_SEARCH_POPUP"]; } else { $_S_IN_SEARCH_POPUP_ = null; }
            if (isset($context["S_SELECT_SINGLE"])) { $_S_SELECT_SINGLE_ = $context["S_SELECT_SINGLE"]; } else { $_S_SELECT_SINGLE_ = null; }
            if (($_S_IN_SEARCH_POPUP_ &&  !$_S_SELECT_SINGLE_)) {
                echo "<td align=\"center\"><input type=\"checkbox\" class=\"radio\" name=\"user\" value=\"";
                if (isset($context["memberrow"])) { $_memberrow_ = $context["memberrow"]; } else { $_memberrow_ = null; }
                echo $this->getAttribute($_memberrow_, "USERNAME", array());
                echo "\" /></td>";
            }
            // line 77
            echo "\t</tr>

";
            $context['_iterated'] = true;
        }
        if (!$context['_iterated']) {
            // line 80
            echo "
\t<tr>
\t\t<td class=\"row1\" colspan=\"";
            // line 82
            if (isset($context["S_IN_SEARCH_POPUP"])) { $_S_IN_SEARCH_POPUP_ = $context["S_IN_SEARCH_POPUP"]; } else { $_S_IN_SEARCH_POPUP_ = null; }
            if ($_S_IN_SEARCH_POPUP_) {
                echo "8";
            } else {
                echo "7";
            }
            echo "\" align=\"center\">
\t\t\t<span class=\"gen\">";
            // line 83
            if (isset($context["S_SHOW_GROUP"])) { $_S_SHOW_GROUP_ = $context["S_SHOW_GROUP"]; } else { $_S_SHOW_GROUP_ = null; }
            if ($_S_SHOW_GROUP_) {
                echo $this->env->getExtension('phpbb')->lang("NO_GROUP_MEMBERS");
            } else {
                echo $this->env->getExtension('phpbb')->lang("NO_MEMBERS");
            }
            echo "</span>
\t\t</td>
\t</tr>

";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['memberrow'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 88
        echo "
<tr>
\t<td class=\"cat\" colspan=\"";
        // line 90
        if (isset($context["S_IN_SEARCH_POPUP"])) { $_S_IN_SEARCH_POPUP_ = $context["S_IN_SEARCH_POPUP"]; } else { $_S_IN_SEARCH_POPUP_ = null; }
        if ($_S_IN_SEARCH_POPUP_) {
            echo "8";
        } else {
            echo "7";
        }
        echo "\" align=\"center\">";
        if (isset($context["S_IN_SEARCH_POPUP"])) { $_S_IN_SEARCH_POPUP_ = $context["S_IN_SEARCH_POPUP"]; } else { $_S_IN_SEARCH_POPUP_ = null; }
        if (isset($context["S_SELECT_SINGLE"])) { $_S_SELECT_SINGLE_ = $context["S_SELECT_SINGLE"]; } else { $_S_SELECT_SINGLE_ = null; }
        if (($_S_IN_SEARCH_POPUP_ &&  !$_S_SELECT_SINGLE_)) {
            echo "<input class=\"btnlite\" type=\"submit\" value=\"";
            echo $this->env->getExtension('phpbb')->lang("SELECT_MARKED");
            echo "\" />";
        } else {
            echo "<span class=\"gensmall\">";
            echo $this->env->getExtension('phpbb')->lang("SELECT_SORT_METHOD");
            echo $this->env->getExtension('phpbb')->lang("COLON");
            echo "</span>&nbsp;<select name=\"sk\">";
            if (isset($context["S_MODE_SELECT"])) { $_S_MODE_SELECT_ = $context["S_MODE_SELECT"]; } else { $_S_MODE_SELECT_ = null; }
            echo $_S_MODE_SELECT_;
            echo "</select>&nbsp; <span class=\"gensmall\">";
            echo $this->env->getExtension('phpbb')->lang("ORDER");
            echo "</span>&nbsp;<select name=\"sd\">";
            if (isset($context["S_ORDER_SELECT"])) { $_S_ORDER_SELECT_ = $context["S_ORDER_SELECT"]; } else { $_S_ORDER_SELECT_ = null; }
            echo $_S_ORDER_SELECT_;
            echo "</select>&nbsp; <input type=\"submit\" name=\"submit\" value=\"";
            echo $this->env->getExtension('phpbb')->lang("SUBMIT");
            echo "\" class=\"btnlite\" />";
        }
        echo "</td>
</tr>
</table>
";
        // line 93
        if (isset($context["S_FORM_TOKEN"])) { $_S_FORM_TOKEN_ = $context["S_FORM_TOKEN"]; } else { $_S_FORM_TOKEN_ = null; }
        echo $_S_FORM_TOKEN_;
        echo "
\t
</form>

<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">
<tr>
\t<td class=\"pagination\">";
        // line 99
        if (isset($context["PAGE_NUMBER"])) { $_PAGE_NUMBER_ = $context["PAGE_NUMBER"]; } else { $_PAGE_NUMBER_ = null; }
        echo $_PAGE_NUMBER_;
        echo " [ ";
        if (isset($context["TOTAL_USERS"])) { $_TOTAL_USERS_ = $context["TOTAL_USERS"]; } else { $_TOTAL_USERS_ = null; }
        echo $_TOTAL_USERS_;
        echo " ]</td>
\t<td align=\"";
        // line 100
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo "\">";
        if (isset($context["S_IN_SEARCH_POPUP"])) { $_S_IN_SEARCH_POPUP_ = $context["S_IN_SEARCH_POPUP"]; } else { $_S_IN_SEARCH_POPUP_ = null; }
        if (isset($context["S_SELECT_SINGLE"])) { $_S_SELECT_SINGLE_ = $context["S_SELECT_SINGLE"]; } else { $_S_SELECT_SINGLE_ = null; }
        if (($_S_IN_SEARCH_POPUP_ &&  !$_S_SELECT_SINGLE_)) {
            echo "<b class=\"nav\"><a href=\"#\" onclick=\"marklist('results', 'user', true); return false;\">";
            echo $this->env->getExtension('phpbb')->lang("MARK_ALL");
            echo "</a> :: <a href=\"#\" onclick=\"marklist('results', 'user', false); return false;\">";
            echo $this->env->getExtension('phpbb')->lang("UNMARK_ALL");
            echo "</a></b><br />";
        }
        echo "<span class=\"pagination\">";
        $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", "memberlist_body.html", 100)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        echo "</span></td>
</tr>
</table>



";
        // line 106
        if (isset($context["S_IN_SEARCH_POPUP"])) { $_S_IN_SEARCH_POPUP_ = $context["S_IN_SEARCH_POPUP"]; } else { $_S_IN_SEARCH_POPUP_ = null; }
        if ($_S_IN_SEARCH_POPUP_) {
            // line 107
            echo "\t";
            $location = "simple_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("simple_footer.html", "memberlist_body.html", 107)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
            echo "\t
";
        } else {
            // line 109
            echo "\t<br clear=\"all\" />
\t
\t";
            // line 111
            $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_body.html", 111)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
            // line 112
            echo "\t
\t<br clear=\"all\" />
\t
\t<div align=\"";
            // line 115
            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_body.html", 115)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
            echo "</div>\t
\t";
            // line 116
            $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_body.html", 116)->display($context);
            if ($namespace) {
                $this->env->setNamespaceLookUpOrder($previous_look_up_order);
            }
        }
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  583 => 116,  566 => 115,  561 => 112,  549 => 111,  545 => 109,  529 => 107,  526 => 106,  494 => 100,  486 => 99,  476 => 93,  442 => 90,  438 => 88,  422 => 83,  413 => 82,  409 => 80,  402 => 77,  392 => 76,  386 => 74,  383 => 73,  380 => 72,  367 => 71,  354 => 70,  349 => 69,  344 => 68,  319 => 67,  314 => 66,  311 => 65,  304 => 64,  301 => 63,  298 => 62,  295 => 61,  291 => 60,  286 => 58,  283 => 57,  277 => 54,  274 => 53,  269 => 52,  266 => 51,  263 => 50,  257 => 49,  254 => 48,  246 => 47,  239 => 46,  232 => 45,  225 => 44,  218 => 43,  208 => 42,  203 => 39,  196 => 37,  189 => 35,  186 => 34,  183 => 33,  176 => 30,  172 => 28,  160 => 26,  148 => 24,  142 => 23,  137 => 22,  119 => 20,  114 => 19,  105 => 17,  97 => 14,  94 => 13,  91 => 12,  76 => 11,  73 => 10,  58 => 8,  53 => 7,  50 => 6,  36 => 4,  22 => 2,  19 => 1,);
    }
}
/* <!-- IF S_IN_SEARCH_POPUP -->*/
/* 	<!-- INCLUDE simple_header.html -->*/
/* <!-- ELSE -->*/
/* 	<!-- INCLUDE overall_header.html -->*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_SEARCH_USER -->	*/
/* 	<!-- INCLUDE memberlist_search.html -->	*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_SHOW_GROUP --><!-- INCLUDE memberlist_group.html --><!-- ENDIF -->*/
/* */
/* <!-- IF not S_SHOW_GROUP -->*/
/* 	<form method="post" name="charsearch" action="{S_MODE_ACTION}">*/
/* 		<table width="100%" cellspacing="1">*/
/* 		<tr>*/
/* 			<td align="{S_CONTENT_FLOW_BEGIN}"><span class="genmed">{L_USERNAME_BEGINS_WITH}{L_COLON} </span>*/
/* 				<select name="first_char" onchange="this.form.submit();">*/
/* 					<!-- BEGIN first_char -->*/
/* 						<option value="{first_char.VALUE}"<!-- IF first_char.S_SELECTED --> selected="selected"<!-- ENDIF -->>{first_char.DESC}</option>*/
/* 					<!-- END first_char -->*/
/* 				</select>&nbsp;<input type="submit" name="char" value="{L_DISPLAY}" class="btnlite" /></td>*/
/* 	<!-- IF U_FIND_MEMBER and not S_SEARCH_USER -->*/
/* 			<td class="genmed" align="{S_CONTENT_FLOW_END}"><a href="{U_FIND_MEMBER}">{L_FIND_USERNAME}</a></td>*/
/* 	<!-- ELSEIF S_SEARCH_USER and U_HIDE_FIND_MEMBER and not S_IN_SEARCH_POPUP -->*/
/* 			<td class="genmed" align="{S_CONTENT_FLOW_END}"><a href="{U_HIDE_FIND_MEMBER}">{L_HIDE_MEMBER_SEARCH}</a></td>*/
/* 	<!-- ENDIF -->*/
/* 		</tr>*/
/* 		</table>*/
/* 		{S_FORM_TOKEN}*/
/* 	</form>*/
/* <!-- ENDIF -->*/
/* */
/* <!-- IF S_IN_SEARCH_POPUP -->*/
/* 	<form method="post" name="results" action="{S_MODE_ACTION}" onsubmit="insert_marked(this.user);return false">*/
/* <!-- ELSE -->*/
/* 	<form method="post" action="{S_MODE_ACTION}">*/
/* <!-- ENDIF -->*/
/* <table class="tablebg" width="100%" cellspacing="1">*/
/* <tr>*/
/* 	<th nowrap="nowrap">#</th>*/
/* 	<th nowrap="nowrap" width="36%" align="{S_CONTENT_FLOW_BEGIN}"><a href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>*/
/* 	<th nowrap="nowrap" width="15%"><a href="{U_SORT_JOINED}">{L_JOINED}</a></th>*/
/* 	<th nowrap="nowrap" width="10%"><a href="{U_SORT_POSTS}">{L_POSTS}</a></th>*/
/* 	<th nowrap="nowrap" width="15%"><a href="{U_SORT_RANK}">{L_RANK}</a></th>*/
/* 	<th nowrap="nowrap" width="11%"><a href="{U_SORT_EMAIL}">{L_EMAIL}</a></th>*/
/* 	<!-- IF S_IN_SEARCH_POPUP and not S_SELECT_SINGLE --><th width="2%" nowrap="nowrap">{L_MARK}</th><!-- ENDIF -->*/
/* </tr>*/
/* <!-- BEGIN memberrow -->*/
/* */
/* 	<!-- IF S_SHOW_GROUP -->*/
/* 		<!-- IF memberrow.S_FIRST_ROW and memberrow.S_GROUP_LEADER -->*/
/* 			<tr class="row3">*/
/* 				<td colspan="7"><b class="gensmall">{L_GROUP_LEADER}</b></td>*/
/* 			</tr>*/
/* 		<!-- ELSEIF not memberrow.S_GROUP_LEADER and not $S_MEMBER_HEADER -->*/
/* 			<tr class="row3">*/
/* 				<td colspan="7"><b class="gensmall">{L_GROUP_MEMBERS}</b></td>*/
/* 			</tr>*/
/* 				<!-- DEFINE $S_MEMBER_HEADER = 1 -->*/
/* 		<!-- ENDIF -->*/
/* 	<!-- ENDIF -->*/
/* */
/* 	<!-- IF memberrow.S_ROW_COUNT is even --><tr class="row2"><!-- ELSE -->	<tr class="row1"><!-- ENDIF -->*/
/* */
/* 		<td class="gen" align="center">&nbsp;{memberrow.ROW_NUMBER}&nbsp;</td>*/
/* 		<td class="genmed" align="{S_CONTENT_FLOW_BEGIN}"><!-- EVENT memberlist_body_username_prepend -->{memberrow.USERNAME_FULL}<!-- IF memberrow.S_INACTIVE --> <em>({L_INACTIVE})</em><!-- ENDIF --><!-- EVENT memberlist_body_username_append --><!-- IF S_SELECT_SINGLE --> [&nbsp;<a href="#" onclick="insert_single('{memberrow.A_USERNAME}'); return false;">{L_SELECT}</a>&nbsp;]<!-- ENDIF --></td>*/
/* 		<td class="genmed" align="center" nowrap="nowrap">&nbsp;{memberrow.JOINED}&nbsp;</td>*/
/* 		<td class="gen" align="center">{memberrow.POSTS}</td>*/
/* 		<td class="gen" align="center"><!-- EVENT memberlist_body_rank_prepend --><!-- IF memberrow.RANK_IMG -->{memberrow.RANK_IMG}<!-- ELSE -->{memberrow.RANK_TITLE}<!-- ENDIF --><!-- EVENT memberlist_body_rank_append --></td>*/
/* 		<td class="gen" align="center">&nbsp;<!-- IF memberrow.U_EMAIL --><a href="{memberrow.U_EMAIL}" class="imageset">{EMAIL_IMG}</a><!-- ENDIF -->&nbsp;</td>*/
/* 		<!-- IF memberrow.S_PROFILE_FIELD1 -->*/
/* 			<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->*/
/* 			<td class="gen" align="center">&nbsp;{memberrow.PROFILE_FIELD1_VALUE}</td>*/
/* 		<!-- ENDIF -->*/
/* 		<!-- IF S_IN_SEARCH_POPUP and not S_SELECT_SINGLE --><td align="center"><input type="checkbox" class="radio" name="user" value="{memberrow.USERNAME}" /></td><!-- ENDIF -->*/
/* 	</tr>*/
/* */
/* <!-- BEGINELSE -->*/
/* */
/* 	<tr>*/
/* 		<td class="row1" colspan="<!-- IF S_IN_SEARCH_POPUP -->8<!-- ELSE -->7<!-- ENDIF -->" align="center">*/
/* 			<span class="gen"><!-- IF S_SHOW_GROUP -->{L_NO_GROUP_MEMBERS}<!-- ELSE -->{L_NO_MEMBERS}<!-- ENDIF --></span>*/
/* 		</td>*/
/* 	</tr>*/
/* */
/* <!-- END memberrow -->*/
/* */
/* <tr>*/
/* 	<td class="cat" colspan="<!-- IF S_IN_SEARCH_POPUP -->8<!-- ELSE -->7<!-- ENDIF -->" align="center"><!-- IF S_IN_SEARCH_POPUP and not S_SELECT_SINGLE --><input class="btnlite" type="submit" value="{L_SELECT_MARKED}" /><!-- ELSE --><span class="gensmall">{L_SELECT_SORT_METHOD}{L_COLON}</span>&nbsp;<select name="sk">{S_MODE_SELECT}</select>&nbsp; <span class="gensmall">{L_ORDER}</span>&nbsp;<select name="sd">{S_ORDER_SELECT}</select>&nbsp; <input type="submit" name="submit" value="{L_SUBMIT}" class="btnlite" /><!-- ENDIF --></td>*/
/* </tr>*/
/* </table>*/
/* {S_FORM_TOKEN}*/
/* 	*/
/* </form>*/
/* */
/* <table width="100%" cellspacing="0" cellpadding="0">*/
/* <tr>*/
/* 	<td class="pagination">{PAGE_NUMBER} [ {TOTAL_USERS} ]</td>*/
/* 	<td align="{S_CONTENT_FLOW_END}"><!-- IF S_IN_SEARCH_POPUP and not S_SELECT_SINGLE --><b class="nav"><a href="#" onclick="marklist('results', 'user', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('results', 'user', false); return false;">{L_UNMARK_ALL}</a></b><br /><!-- ENDIF --><span class="pagination"><!-- INCLUDE pagination.html --></span></td>*/
/* </tr>*/
/* </table>*/
/* */
/* */
/* */
/* <!-- IF S_IN_SEARCH_POPUP -->*/
/* 	<!-- INCLUDE simple_footer.html -->	*/
/* <!-- ELSE -->*/
/* 	<br clear="all" />*/
/* 	*/
/* 	<!-- INCLUDE breadcrumbs.html -->*/
/* 	*/
/* 	<br clear="all" />*/
/* 	*/
/* 	<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>	*/
/* 	<!-- INCLUDE overall_footer.html -->*/
/* <!-- ENDIF -->*/
/* */
