{% INCLUDE 'overall_header.html' %}

{{ lang('TOPLIST') }}

{% if S_THANKS_POST_REPUT_VIEW and not S_FULL_TOPIC_RATING and not S_FULL_FORUM_RATING %}
{{ lang('RATING_TOP_POST') }}
{% for toppostrow in loops.toppostrow %}

{{ toppostrow.POST_AUTHOR }} » {{ toppostrow.POST_DATE }} {{ lang('RECEIVED') }}{{ lang('COLON') }} {{ toppostrow.POST_THANKS }}

{{ toppostrow.MESSAGE }}
{{ lang('REPUT') }}{{ lang('COLON') }} {{ toppostrow.POST_REPUT }} {% if toppostrow.S_THANKS_REPUT_GRAPHIC %}   {% endif %}
{% endfor %}
{% endif %} {% if S_THANKS_TOPIC_REPUT_VIEW and not S_FULL_POST_RATING and not S_FULL_FORUM_RATING %}
{% for toptopicrow in loops.toptopicrow %} {% endfor %}
{{ lang('RATING_TOP_TOPIC') }} {{ lang('RECEIVED') }}
{{ toptopicrow.TOPIC_TITLE }} » {{ toptopicrow.TOPIC_AUTHOR }} {{ toptopicrow.TOPIC_THANKS }} {{ lang('REPUT') }}{{ lang('COLON') }}{{ toptopicrow.TOPIC_REPUT }} {% if toptopicrow.S_THANKS_REPUT_GRAPHIC %}   {% endif %}
{% endif %} {% if S_THANKS_FORUM_REPUT_VIEW and not S_FULL_TOPIC_RATING and not S_FULL_POST_RATING %}
{% for topforumrow in loops.topforumrow %} {% endfor %}
{{ lang('RATING_TOP_FORUM') }} {{ lang('RECEIVED') }}
{{ topforumrow.FORUM_NAME }} {{ topforumrow.FORUM_THANKS }} {{ lang('REPUT') }}{{ lang('COLON') }}{{ topforumrow.FORUM_REPUT }} {% if topforumrow.S_THANKS_REPUT_GRAPHIC %}   {% endif %}
{% endif %} {% if loops.pagination|length %}
{% endif %} {% INCLUDE 'overall_footer.html' %}