{% extends 'game_base.html' %} {% load humanize %} {% block content %}

All Challenges

{% for challenge in challenges %} {% endfor %}
Name Average Rounds Plays
{{challenge.name}} {{challenge.average}} {{challenge.num_rounds}} {{challenge.num_plays}} Play
{% if is_paginated %} {% endif %}
{% endblock %}