{% if S_DISPLAY_POINTS_STATS and S_POINTS_ENABLE and U_USE_POINTS and loops.rich_user|length %}

{{ lang('POINTS_STATISTICS') }}

{{ TOTAL_POINTS_USER }}{% if S_BANK_ENABLE and USE_BANK %} • {{ TOTAL_BANK_USER }} • {{ TOTAL_BANK_POINTS }} {% endif %}
{% if S_DISPLAY_LOTTERY and S_LOTTERY_ENABLE and USE_LOTTERY %}{{ LOTTERY_TIME }} • {{ lang('PREVIOUS_WINNER') }}{% endif %}

{% if S_DISPLAY_INDEX %}

{{ POINTS_MOST_RICH_USERS }}

{% for rich_user in loops.rich_user %} {% if not rich_user.S_FIRST_ROW %} • {% endif %}
{% if rich_user.AVATAR %}{{ rich_user.AVATAR }}{% else %}{% endif %}
{{ rich_user.USERNAME }} ({{ rich_user.SUM_POINTS }} {{ rich_user.SUM_POINTS_NAME }}) {% endfor %}
{% endif %} {% endif %}