{% INCLUDE 'overall_header.html' %}

{{ PAGE_TITLE }}


{{ PAGE_NUMBER }}
{% 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 %} {% endfor %}
{{ lang('REPUT') }} {{ lang('RECEIVED') }} {{ lang('AUTHOR') }} {{ lang('RATING_POST') }}
{{ lang('REPUT') }}{{ lang('COLON') }} {{ toppostrow.POST_REPUT }} {% if toppostrow.S_THANKS_REPUT_GRAPHIC %}   {% endif %} {{ toppostrow.POST_THANKS }} {{ toppostrow.POST_AUTHOR }} {{ toppostrow.MINI_POST_IMG }}{{ toppostrow.POST_DATE }} {{ toppostrow.POST_SUBJECT }}
{{ toppostrow.MESSAGE }}

{% endif %} {% if S_THANKS_TOPIC_REPUT_VIEW and not S_FULL_POST_RATING and not S_FULL_FORUM_RATING %}

{{ lang('RATING_TOP_TOPIC') }}


{% for toptopicrow in loops.toptopicrow %} {% endfor %}
{{ lang('REPUT') }} {{ lang('RECEIVED') }} {{ lang('AUTHOR') }} {{ lang('RATING_TOPIC') }}
{{ lang('REPUT') }}{{ lang('COLON') }} {{ toptopicrow.TOPIC_REPUT }} {% if toptopicrow.S_THANKS_REPUT_GRAPHIC %}   {% endif %} {{ toptopicrow.TOPIC_THANKS }} {{ toptopicrow.TOPIC_AUTHOR }} {{ toptopicrow.TOPIC_TITLE }}

{% endif %} {% if S_THANKS_FORUM_REPUT_VIEW and not S_FULL_TOPIC_RATING and not S_FULL_POST_RATING %}

{{ lang('RATING_TOP_FORUM') }}


{% for topforumrow in loops.topforumrow %} {% endfor %}
{{ lang('REPUT') }} {{ lang('RECEIVED') }} {{ lang('RATING_FORUM') }}
{{ lang('REPUT') }}{{ lang('COLON') }} {{ topforumrow.FORUM_REPUT }} {% if topforumrow.S_THANKS_REPUT_GRAPHIC %}   {% endif %} {{ topforumrow.FORUM_THANKS }} {{ topforumrow.FORUM_NAME }}
{% endif %}
{{ PAGE_NUMBER }} {% INCLUDE 'pagination.html' %}
{% INCLUDE 'jumpbox.html' %} {% INCLUDE 'overall_footer.html' %}