{% if S_THANKS_LIST %}

{{ lang('TOP_THANKS_LIST') }}

{% set thankslist = [] %} {% for user in toplist %} {% set thankslist = thankslist|merge([user.USERNAME ~ ' (' ~ user.THANKS_COUNT ~ ')']) %} {% endfor %} {{ thankslist|join(', ') }}

{% endif %}