{% extends "leaderboard/base.html" %} {% block title %}Leaderboard{% endblock title %} {% block content %}
{% for category, qs in leaderboard.iteritems %} {% with qs|slice:slice_str as qs %} {% if qs|length == num_top_users %}

{% if enable_category_pages %}{% endif %}{{ category }}{% if enable_category_pages %}{% endif %}

{% endif %} {% endwith %} {% endfor %}
{% endblock content %}