{% INCLUDE 'overall_header.html' %}

{{ PAGE_TITLE }}

{% for group in loops.group %}
{% if S_DISPLAY_MODERATOR_FORUMS %}{% endif %} {% for user in group.user %} {% if S_DISPLAY_MODERATOR_FORUMS %} {% endif %} {% else %} {% endfor %}
{{ lang('RANK') }} {% if group.U_GROUP %}{{ group.GROUP_NAME }}{% else %}{{ group.GROUP_NAME }}{% endif %} {{ lang('PRIMARY_GROUP') }}{{ lang('MODERATOR') }}
{% if user.RANK_IMG %}{{ user.RANK_IMG }}{% else %}{{ user.RANK_TITLE }}{% endif %}{% EVENT memberlist_team_username_prepend %}{{ user.USERNAME_FULL }}{% if user.S_INACTIVE %} ({{ lang('INACTIVE') }}){% endif %}{% EVENT memberlist_team_username_append %} {% if user.U_GROUP %} {{ user.GROUP_NAME }} {% else %} {{ user.GROUP_NAME }} {% endif %}{% if user.FORUM_OPTIONS %}{% elseif user.FORUMS %}{{ user.FORUMS }}{% else %}-{% endif %}
{{ lang('NO_MEMBERS') }}
{% endfor %}
{% INCLUDE 'jumpbox.html' %} {% INCLUDE 'overall_footer.html' %}