Performance Dashboard

The Hope Pub Quiz

Trying to convince ourselves we're not stupid

At a Glance

{% for h in highlights %}
{{ h.value }} {{ h.label }} {{ h.detail }}
{% endfor %}

More Stats

{% for key, value in stats.items() %}
{{ key }}
{{ value }}
{% endfor %}

Squad

{% for heading in player_table[0] %} {% endfor %} {% for row in player_table[1:-1] %} {% for data in row %} {% endfor %} {% endfor %} {% for data in player_table[-1] %} {% endfor %}
{{ heading }}
{{ data }}
{{ data }}

Charts

{% for key, plot in plots.items() %}
{% endfor %}