{# ranking_rows: list<{position, team_name, total, match_pts, prono1, prono2, is_viewer}> #}
{% for row in ranking_rows %} {% endfor %}
# Équipe Total Match Prono 1 Prono 2
#{{ row.position }} {{ row.team_name }} {{ row.total }} +{{ row.match_pts }} {{ row.prono1 }} {{ row.prono2 }}