{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans "Ranking" %}
{% for participation, note in notes %} {% endfor %}
{% trans "Rank" %} {% trans "team"|capfirst %} {% trans "Note" %} {% trans "Including bonus / malus" %} {% trans "Add bonus / malus" %}
{{ forloop.counter }} {{ participation.team }} {{ note.note|floatformat }} {% if note.tweak >= 0 %}+{% endif %}{{ note.tweak }}
{% endblock %}