{% extends "base.html" %} {% load i18n %} {% block content %}
{% 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 }} |