{{ match_type }} {% for player in team1_players %}
{{ player.name }} +{{ player.rating_change | round(1) }}
{% endfor %} {{ team1_score }}-{{ team2_score }} {% for player in team2_players %}
{{ player.name }} {{ player.rating_change | round(1) }}
{% endfor %} {{ match_date }}