{% INCLUDE 'overall_header.html' %}

{{ PAGE_TITLE }}

{% if loops.pagination|length or TOTAL_USERS %} {% endif %}
{% if loops.list|length %} {% for list in loops.list %} {% endfor %} {% else %} {% endif %}
# {{ lang('SORT_USERNAME') }} {{ lang('EMAIL_ADDRESS') }} {{ lang('SORT_JOINED') }} {{ lang('LAST_VISIT') }}
{{ list.ID }} {{ list.USERNAME_FULL }} {{ list.EMAIL }} {{ list.REGDATE }} {{ list.LASTVISIT }}
{{ lang('NO_USERS_IN_GROUP') }}
{% if loops.pagination|length or TOTAL_USERS %} {% endif %}
{% INCLUDE 'overall_footer.html' %}