{% endblock %}
{% endembed %}
{% if loops.pagination|length %}
{% include 'pagination.html' %}
{% endif %}
{% if S_THANKS_POST_REPUT_VIEW and not S_FULL_TOPIC_RATING and not S_FULL_FORUM_RATING %}
{% for toppostrow in loops.toppostrow %}
{% if toppostrow.S_FIRST_ROW %}
{% 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 %}
{% if toptopicrow.S_FIRST_ROW %}
{% endif %}
{% endfor %}
{% endif %}
{% if S_THANKS_FORUM_REPUT_VIEW and not S_FULL_TOPIC_RATING and not S_FULL_POST_RATING %}
{% for topforumrow in loops.topforumrow %}
{% if topforumrow.S_FIRST_ROW %}