{% if USE_POINTS and U_USE_POINTS %}
{{ lang('POINTS_CASH_ON_HAND') }}{{ lang('COLON') }}
{% if U_LOCKED %}{{ lang('POINTS_LOCKED') }}{% else %}{{ USER_PROF_POINTS }} {% if USE_IMAGES_POINTS %}{% else %}{{ P_NAME }}{% endif %} {% if not S_IS_OWN_PROF and U_USE_TRANSFER %}{{ lang('DONATE') }}{% endif %} {% if not S_IS_OWN_PROF and U_USE_ROBBERY %}{{ lang('ROBBERY') }}{% endif %}{{ lang('MOD_USER_POINTS') }}{% endif %}
{% if USE_BANK %}
{{ BANK_BALANCE }}{{ lang('COLON') }}
{% if USE_BANK and USER_BANK_ACC %}
{% if USER_BANK_LOCK %}{{ lang('POINTS_LOCKED') }}{% else %} {{ USER_BANK_POINTS }} {% if USE_IMAGES_POINTS %}{% else %}{{ P_NAME }}{% endif %} {{ lang('MOD_USER_BANK') }}{% endif %}
{% else %}
{{ lang('USER_NO_BANK_ACC') }}
{% endif %} {% endif %} {% endif %}