{% extends "rookscore/base.html" %} {% block body %}
Season | Player | {{ award.value_description }} |
---|---|---|
{{ season }} {% if season == current_season %}(Current Leader){% endif %} | {{ winners.0.players.0 }} | {{ winners.0.display }} |
No awards are available yet
{% endif %} {% endblock %}