{% include "head.html" %} {% include "upload-button.html" %} {% include "home-button.html" %} {% for rank, values in rank_dict.items() %}

Rank {{ rank }} Count

{% for login, count in values.items() %}

{{ count }}{{ login }}

{% endfor %}
{% endfor %}