{% if S_TPOTM and S_TPOTM_HALL %} {% include 'overall_header.html' %}

{{ lang('TPOTM_HELLO') }}

{{ lang('TPOTM_CAT') }}

{{ TPOTM_AVATAR_HALL }}  {{ TPOTM_NAME }}
{{ TPOTM_POST }}
{% if not S_TPOTM_AVAILABLE %} 0% {% else %} {{ PERCENT }}% {% endif %}

{% if S_TPOTM_AVAILABLE %} {{ lang('TPOTM_POST') }}{{ lang('TOTAL_MONTH') }} {% endif %} {{ lang('TPOTM_CACHE') }} {% if S_IS_RHEA %}   {% else %}   {% endif %}
{# start Hall of fame #}

{{ lang('TPOTM_EVER_CAT') }} {% if S_IS_RHEA %}   {% else %}   {% endif %}

{% if loops.pagination or TOTAL_USERS %} {% endif %}
{% for tpotm_ever in loops.tpotm_ever %}
{{ tpotm_ever.USER_AVATAR }}
 {{ tpotm_ever.USERNAME }}
{{ lang('TPOTM_TOT_POST') }}{{ lang('COLON') }} {{ tpotm_ever.TOTAL_POSTS }}
{{ lang('TPOTM_LAST_POST_IN_MONTH') }}{{ lang('COLON') }} {{ tpotm_ever.POST_TIME }}
{% endfor %}
{% if loops.pagination or TOTAL_USERS %} {% endif %}
{# end Hall of fame #} {% include 'jumpbox.html' %} {% include 'overall_footer.html' %} {% endif %}