{{ lang('MOT_HANGMAN_TAB_FAME') }}

{{ lang('MOT_HANGMAN_CURRENT_MONTH') }}

{% for current_month in current_months %} {% else %} {% endfor %}
{{ lang('USERNAME') }} {{ lang('MOT_HANGMAN_TOTAL_POINTS') }}
{{ current_month.USERNAME }} {{ current_month.POINTS }}
{{ lang('MOT_HANGMAN_NO_ENTRIES') }}

 

{{ lang('MOT_HANGMAN_CURRENT_YEAR') }}

{% for current_year in current_years %} {% else %} {% endfor %}
{{ lang('USERNAME') }} {{ lang('MOT_HANGMAN_TOTAL_POINTS') }}
{{ current_year.USERNAME }} {{ current_year.POINTS }}
{{ lang('MOT_HANGMAN_NO_ENTRIES') }}

{{ lang('MOT_HANGMAN_LAST_MONTHS', MOT_HANGMAN_NUMBER_MONTHS) }}

{% for last_month in last_months %} {% else %} {% endfor %}
{{ lang('MONTH') }} {{ lang('USERNAME') }} {{ lang('MOT_HANGMAN_TOTAL_POINTS') }}
{{ last_month.MONTH }} {{ last_month.USERNAME }} {{ last_month.POINTS }}
{{ lang('MOT_HANGMAN_NO_ENTRIES') }}

 

{{ lang('MOT_HANGMAN_LAST_YEARS', MOT_HANGMAN_NUMBER_YEARS) }}

{% for last_year in last_years %} {% else %} {% endfor %}
{{ lang('YEAR') }} {{ lang('USERNAME') }} {{ lang('MOT_HANGMAN_TOTAL_POINTS') }}
{{ last_year.YEAR }} {{ last_year.USERNAME }} {{ last_year.POINTS }}
{{ lang('MOT_HANGMAN_NO_ENTRIES') }}