{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

Leaderboard

See who is the most 1337 guild member!

{% for username, join_time in all_members %} {% endfor %}
Character name Time in guild Ranking
{{ username | e}} {{ human_time_since(join_time) | e }} {{ loop.index }}
{% endblock %}