{% if USE_POINTS and U_USE_POINTS %}
{{ lang('POINTS_CASH_ON_HAND') }}{{ lang('COLON') }} {% if postrow.POSTER_LOCK %}{{ lang('POINTS_LOCKED') }}{% else %}{{ postrow.POSTER_POINTS }} {% if USE_IMAGES_POINTS %}{% else %}{{ P_NAME }}{% endif %} {% if not postrow.S_IS_OWN_POST and S_USER_LOGGED_IN %}
{% if postrow.U_USE_TRANSFER %}{{ postrow.L_DONATE }}{% endif %}{% if postrow.U_USE_ROBBERY %}{{ postrow.L_ROBBERY }}{% endif %} {% else %}
{% endif %}{{ postrow.L_MOD_USER_POINTS }}{% endif %}
{% if USE_BANK and postrow.BANK_ACCOUNT %}
{{ BANK_BALANCE }}{{ lang('COLON') }}{% if postrow.POSTER_BANK_LOCK %} {{ lang('POINTS_LOCKED') }}{% else %} {{ postrow.BANK_GOLD }} {% if USE_IMAGES_POINTS %}{% else %}{{ P_NAME }}{% endif %}
{{ postrow.L_MOD_USER_POINTS }}{% endif %}
{% endif %} {% endif %}