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

Created:

Killed:

Lost:

Cancelled:

{% for stuff,morestuff in playerstats.items %}
{{ morestuff.CREATED_STATS|linebreaksbr }}
{{ morestuff.DEATH_STATS|linebreaksbr }}
{{ morestuff.LOST_STATS|linebreaksbr }}
{{ morestuff.CANCELLED_STATS|linebreaksbr }}
{% endfor %} {% endblock content %}