{% extends "rookscore/base.html" %} {% block body %}

{{ player }}

{% for r in finishes %} {% for c in r %} {% endfor %} {% endfor %}
1 2 3 4 5 6
{{ c }}
{% for award in player_awards %} {% if award.winner.trophy_url %}
{% include "rookscore/award_badge.html" %}
{% endif %} {% endfor %}

Players

{% endblock %}