{% extends "dawdle/base.html" %} {% load static %} {% load duration %} {% load alignment %} {% load split %} {% load lvlsum %} {% block content %}

Players

{% for p in object_list %} {% endfor %}
RankNameTime to next levelIRC UserItem TotalTotal Idled
#{{forloop.counter}} {% if p.online %}
                                                  On
                                                  {% else %}
                                                  Off
                                                  {% endif %} {{p.name}} the {{p.alignment|alignment}} level {{p.level}} {{p.cclass}} {{p.nextlvl|duration}} {{ p.userhost|split:"!"|first}} {{p.item_set | lvlsum}} {{p.idled |duration}}
Player Map
{% for p in object_list %} {{p.name}} {% endfor %}
{% endblock %}