| pl | sc | pt | f | m | p | s | rp | 1 | 2 | 3 | 4 | date | # | R bef. | R aft. |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ score.pid }} | {{ score.score }} | {{ score.total_point }} | {% for pc in score.point_count %} {% if forloop.last %}{% else %} | {% endif %}{{ pc }} | {% endfor %}{{ score.total_rp }} | {% for rc in score.rank_count %} {% if forloop.last %}{% else %} | {% endif %}{{ rc }} | {% endfor %}{{ score.finish_date|date:"Y/m/d" }} | {{ score.games }} | {{ score.rating_change.before|floatformat:2 }} | {{ score.rating_change.after|floatformat:2 }} |