{% embed "overall_header.html" %} {% block header_content %}

{{ lang('TOPLIST') }}

{% endblock %} {% endembed %} {% if loops.pagination|length %}
{% 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 %} {% endif %} {% endfor %} {% endif %} {% if loops.pagination|length %}
{% endif %} {% INCLUDE 'jumpbox.html' %} {% INCLUDE 'overall_footer.html' %}