<?php

/* memberlist_team.html */
class __TwigTemplate_633ef94c84b5bbb0c2f8959e683d6946a8bd741fda1e0cf4d19b7912b61f76c0 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_team.html", 1)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 2
        echo "
<form method=\"post\" action=\"";
        // line 3
        if (isset($context["S_MODE_ACTION"])) { $_S_MODE_ACTION_ = $context["S_MODE_ACTION"]; } else { $_S_MODE_ACTION_ = null; }
        echo $_S_MODE_ACTION_;
        echo "\">

<table class=\"tablebg\" width=\"100%\" cellspacing=\"1\">
<tr>
\t<th nowrap=\"nowrap\" width=\"20%\">";
        // line 7
        echo $this->env->getExtension('phpbb')->lang("USERNAME");
        echo "</th>
\t";
        // line 8
        if (isset($context["S_DISPLAY_MODERATOR_FORUMS"])) { $_S_DISPLAY_MODERATOR_FORUMS_ = $context["S_DISPLAY_MODERATOR_FORUMS"]; } else { $_S_DISPLAY_MODERATOR_FORUMS_ = null; }
        if ($_S_DISPLAY_MODERATOR_FORUMS_) {
            echo "<th nowrap=\"nowrap\" width=\"25%\">";
            echo $this->env->getExtension('phpbb')->lang("FORUMS");
            echo "</th>";
        }
        // line 9
        echo "\t<th nowrap=\"nowrap\" width=\"20%\">";
        echo $this->env->getExtension('phpbb')->lang("PRIMARY_GROUP");
        echo "</th>
\t<th nowrap=\"nowrap\" width=\"15%\">";
        // line 10
        echo $this->env->getExtension('phpbb')->lang("RANK");
        echo "</th>
\t<th nowrap=\"nowrap\" width=\"11%\">";
        // line 11
        echo $this->env->getExtension('phpbb')->lang("SEND_MESSAGE");
        echo "</th>
</tr>
";
        // line 13
        if (isset($context["loops"])) { $_loops_ = $context["loops"]; } else { $_loops_ = null; }
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable($this->getAttribute($_loops_, "group", array()));
        foreach ($context['_seq'] as $context["_key"] => $context["group"]) {
            // line 14
            echo "<tr class=\"row3\">
\t<td colspan=\"5\"><b class=\"gensmall\">";
            // line 15
            if (isset($context["group"])) { $_group_ = $context["group"]; } else { $_group_ = null; }
            if ($this->getAttribute($_group_, "U_GROUP", array())) {
                echo "<a href=\"";
                if (isset($context["group"])) { $_group_ = $context["group"]; } else { $_group_ = null; }
                echo $this->getAttribute($_group_, "U_GROUP", array());
                echo "\">";
                if (isset($context["group"])) { $_group_ = $context["group"]; } else { $_group_ = null; }
                echo $this->getAttribute($_group_, "GROUP_NAME", array());
                echo "</a>";
            } else {
                if (isset($context["group"])) { $_group_ = $context["group"]; } else { $_group_ = null; }
                echo $this->getAttribute($_group_, "GROUP_NAME", array());
            }
            echo "</b></td>
</tr>
";
            // line 17
            if (isset($context["group"])) { $_group_ = $context["group"]; } else { $_group_ = null; }
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable($this->getAttribute($_group_, "user", array()));
            $context['_iterated'] = false;
            foreach ($context['_seq'] as $context["_key"] => $context["user"]) {
                // line 18
                echo "\t";
                if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                if (($this->getAttribute($_user_, "S_ROW_COUNT", array()) % 2 == 0)) {
                    echo "<tr class=\"row2\">";
                } else {
                    echo "<tr class=\"row1\">";
                }
                // line 19
                echo "
\t<td class=\"gen\" align=\"center\"><strong>";
                // line 20
                if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                echo $this->getAttribute($_user_, "USERNAME_FULL", array());
                echo "</strong>";
                if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                if ($this->getAttribute($_user_, "S_INACTIVE", array())) {
                    echo " <em>(";
                    echo $this->env->getExtension('phpbb')->lang("INACTIVE");
                    echo ")</em>";
                }
                echo "</td>
\t";
                // line 21
                if (isset($context["S_DISPLAY_MODERATOR_FORUMS"])) { $_S_DISPLAY_MODERATOR_FORUMS_ = $context["S_DISPLAY_MODERATOR_FORUMS"]; } else { $_S_DISPLAY_MODERATOR_FORUMS_ = null; }
                if ($_S_DISPLAY_MODERATOR_FORUMS_) {
                    echo "<td class=\"gensmall\" align=\"center\">";
                    if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                    if ($this->getAttribute($_user_, "FORUM_OPTIONS", array())) {
                        echo "<select style=\"width: 100%;\">";
                        if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                        echo $this->getAttribute($_user_, "FORUMS", array());
                        echo "</select>";
                    } elseif ($this->getAttribute($_user_, "FORUMS", array())) {
                        if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                        echo $this->getAttribute($_user_, "FORUMS", array());
                    } else {
                        echo "-";
                    }
                    echo "</td>";
                }
                // line 22
                echo "\t<td class=\"gensmall\" align=\"center\" nowrap=\"nowrap\">&nbsp;
\t\t";
                // line 23
                if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                if ($this->getAttribute($_user_, "U_GROUP", array())) {
                    // line 24
                    echo "\t\t\t<a";
                    if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                    if ($this->getAttribute($_user_, "GROUP_COLOR", array())) {
                        echo " style=\"font-weight: bold; color:#";
                        if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                        echo $this->getAttribute($_user_, "GROUP_COLOR", array());
                        echo "\"";
                    }
                    echo " href=\"";
                    if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                    echo $this->getAttribute($_user_, "U_GROUP", array());
                    echo "\">";
                    if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                    echo $this->getAttribute($_user_, "GROUP_NAME", array());
                    echo "</a>
\t\t";
                } else {
                    // line 26
                    echo "\t\t\t";
                    if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                    echo $this->getAttribute($_user_, "GROUP_NAME", array());
                    echo "
\t\t";
                }
                // line 28
                echo "\t&nbsp;</td>
\t<td class=\"gen\" align=\"center\">";
                // line 29
                if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                if ($this->getAttribute($_user_, "RANK_IMG", array())) {
                    if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                    echo $this->getAttribute($_user_, "RANK_IMG", array());
                } else {
                    if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                    echo $this->getAttribute($_user_, "RANK_TITLE", array());
                }
                echo "</td>
\t<td class=\"gen\" align=\"center\">&nbsp;";
                // line 30
                if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                if ($this->getAttribute($_user_, "U_PM", array())) {
                    echo "<a href=\"";
                    if (isset($context["user"])) { $_user_ = $context["user"]; } else { $_user_ = null; }
                    echo $this->getAttribute($_user_, "U_PM", array());
                    echo "\" class=\"imageset\">";
                    if (isset($context["PM_IMG"])) { $_PM_IMG_ = $context["PM_IMG"]; } else { $_PM_IMG_ = null; }
                    echo $_PM_IMG_;
                    echo "</a>";
                }
                echo "&nbsp;</td>
</tr>
";
                $context['_iterated'] = true;
            }
            if (!$context['_iterated']) {
                // line 33
                echo "\t<tr>
\t\t<td class=\"row1\" colspan=\"5\" align=\"center\"><span class=\"gen\">";
                // line 34
                echo $this->env->getExtension('phpbb')->lang("NO_MEMBERS");
                echo "</span></td>
\t</tr>
";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['user'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['group'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 38
        echo "</table>

</form>

<br clear=\"all\" />

";
        // line 44
        $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_team.html", 44)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        // line 45
        echo "
<br clear=\"all\" />

<div style=\"float: ";
        // line 48
        if (isset($context["S_CONTENT_FLOW_END"])) { $_S_CONTENT_FLOW_END_ = $context["S_CONTENT_FLOW_END"]; } else { $_S_CONTENT_FLOW_END_ = null; }
        echo $_S_CONTENT_FLOW_END_;
        echo ";\">";
        $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_team.html", 48)->display($context);
        if ($namespace) {
            $this->env->setNamespaceLookUpOrder($previous_look_up_order);
        }
        echo "</div>

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

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  260 => 50,  242 => 48,  237 => 45,  225 => 44,  217 => 38,  204 => 34,  201 => 33,  184 => 30,  173 => 29,  170 => 28,  163 => 26,  145 => 24,  142 => 23,  139 => 22,  121 => 21,  109 => 20,  106 => 19,  98 => 18,  92 => 17,  75 => 15,  72 => 14,  67 => 13,  62 => 11,  58 => 10,  53 => 9,  46 => 8,  42 => 7,  34 => 3,  31 => 2,  19 => 1,);
    }
}
/* <!-- INCLUDE overall_header.html -->*/
/* */
/* <form method="post" action="{S_MODE_ACTION}">*/
/* */
/* <table class="tablebg" width="100%" cellspacing="1">*/
/* <tr>*/
/* 	<th nowrap="nowrap" width="20%">{L_USERNAME}</th>*/
/* 	<!-- IF S_DISPLAY_MODERATOR_FORUMS --><th nowrap="nowrap" width="25%">{L_FORUMS}</th><!-- ENDIF -->*/
/* 	<th nowrap="nowrap" width="20%">{L_PRIMARY_GROUP}</th>*/
/* 	<th nowrap="nowrap" width="15%">{L_RANK}</th>*/
/* 	<th nowrap="nowrap" width="11%">{L_SEND_MESSAGE}</th>*/
/* </tr>*/
/* <!-- BEGIN group -->*/
/* <tr class="row3">*/
/* 	<td colspan="5"><b class="gensmall"><!-- IF group.U_GROUP --><a href="{group.U_GROUP}">{group.GROUP_NAME}</a><!-- ELSE -->{group.GROUP_NAME}<!-- ENDIF --></b></td>*/
/* </tr>*/
/* <!-- BEGIN user -->*/
/* 	<!-- IF group.user.S_ROW_COUNT is even --><tr class="row2"><!-- ELSE --><tr class="row1"><!-- ENDIF -->*/
/* */
/* 	<td class="gen" align="center"><strong>{group.user.USERNAME_FULL}</strong><!-- IF group.user.S_INACTIVE --> <em>({L_INACTIVE})</em><!-- ENDIF --></td>*/
/* 	<!-- IF S_DISPLAY_MODERATOR_FORUMS --><td class="gensmall" align="center"><!-- IF group.user.FORUM_OPTIONS --><select style="width: 100%;">{group.user.FORUMS}</select><!-- ELSEIF group.user.FORUMS -->{group.user.FORUMS}<!-- ELSE -->-<!-- ENDIF --></td><!-- ENDIF -->*/
/* 	<td class="gensmall" align="center" nowrap="nowrap">&nbsp;*/
/* 		<!-- IF group.user.U_GROUP -->*/
/* 			<a<!-- IF group.user.GROUP_COLOR --> style="font-weight: bold; color:#{group.user.GROUP_COLOR}"<!-- ENDIF --> href="{group.user.U_GROUP}">{group.user.GROUP_NAME}</a>*/
/* 		<!-- ELSE -->*/
/* 			{group.user.GROUP_NAME}*/
/* 		<!-- ENDIF -->*/
/* 	&nbsp;</td>*/
/* 	<td class="gen" align="center"><!-- IF group.user.RANK_IMG -->{group.user.RANK_IMG}<!-- ELSE -->{group.user.RANK_TITLE}<!-- ENDIF --></td>*/
/* 	<td class="gen" align="center">&nbsp;<!-- IF group.user.U_PM --><a href="{group.user.U_PM}" class="imageset">{PM_IMG}</a><!-- ENDIF -->&nbsp;</td>*/
/* </tr>*/
/* <!-- BEGINELSE -->*/
/* 	<tr>*/
/* 		<td class="row1" colspan="5" align="center"><span class="gen">{L_NO_MEMBERS}</span></td>*/
/* 	</tr>*/
/* <!-- END user -->*/
/* <!-- END group -->*/
/* </table>*/
/* */
/* </form>*/
/* */
/* <br clear="all" />*/
/* */
/* <!-- INCLUDE breadcrumbs.html -->*/
/* */
/* <br clear="all" />*/
/* */
/* <div style="float: {S_CONTENT_FLOW_END};"><!-- INCLUDE jumpbox.html --></div>*/
/* */
/* <!-- INCLUDE overall_footer.html -->*/
/* */
