{% INCLUDE 'overall_header.html' %}

{{ lang('POINTS_OVERVIEW') }}

{{ lang('MAIN_HELLO_USERNAME') }}

{% if not U_USE_POINTS %}
{{ lang('MAIN_USERNAME_LOCKED') }}{% endif %} {% if S_USER_LOGGED_IN %}

{{ lang('MAIN_ON_HAND') }}

{% for has_bank_account in loops.has_bank_account %}{{ has_bank_account.L_MAIN_BANK_HAVE }}{% endfor %}

{{ lang('MAIN_LOTTERY_TICKETS') }}

{% endif %}
{% if S_LOTTERY_INFO and U_USE_LOTTERY %}

{{ lang('MAIN_LOTTERIES_WON') }}

{% for lotteries_won in loops.lotteries_won %} {{ lotteries_won.USER }} {{ lotteries_won.TOTAL_WON }}{{ lang('COLON') }} {{ lotteries_won.TOTAL_PRIZE }}
{% else %} {{ lang('MAIN_LOTTERIES_NONE') }} {% endfor %}
{% endif %}

{{ lang('MAIN_MOST_DONATED') }}

{% for most_donated in loops.most_donated %} {{ most_donated.USER }} {{ most_donated.DONATED }}
{% else %} {{ lang('MAIN_MOST_DONATED_NONE') }} {% endfor %}
{% if S_BANK_ENABLE and U_USE_BANK %}

{{ lang('MAIN_RICH_BANK') }}

{% for richest_banker in loops.richest_banker %} {{ richest_banker.USER }} {{ richest_banker.HOLDING }}
{% else %} {{ lang('MAIN_RICH_BANK_NONE') }} {% endfor %}
{% endif %}

{{ POINTS_MOST_RICH_USERS }}

{% if S_DISPLAY_INDEX %} {% for points in loops.points %} {{ points.USERNAME }} {{ points.POINT }}
{% endfor %} {% else %} {{ lang('POINTS_MOST_RICH_USERS_DISABLED') }} {% endif %}
{% INCLUDE 'overall_footer.html' %}