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

Awards Page

{% if awards %}
{% for award in awards %}

{% if award.icon_url %} {% endif %} {{ award }} (all)

{% for season, winners in award.sorted_season_winners %} {% if forloop.first %} {% else %} {% endif %} {% endfor %}
Season Player {{ award.value_description }}
{{ season }} {% if season == current_season %}(Current Leader){% endif %} {{ winners.0.players.0 }} {{ winners.0.display }}
{% endfor %}
{% else %}

No awards are available yet

{% endif %} {% endblock %}