diff --git a/tournaments/templates/tournaments/group_stage_cell.html b/tournaments/templates/tournaments/group_stage_cell.html
index cf28319..7c74043 100644
--- a/tournaments/templates/tournaments/group_stage_cell.html
+++ b/tournaments/templates/tournaments/group_stage_cell.html
@@ -21,17 +21,17 @@
{% endfor %}
- {% if team.match_count == 0 %}
- {% if tournament.hide_weight %}
-
- {% else %}
-
{{ team.weight }}
- {% endif %}
- {% else %}
+ {% if group_stage.start %}
{{ team.wins_losses }}
{{ team.formatted_diff }}
+ {% else %}
+ {% if tournament.hide_weight %}
+
+ {% else %}
+
{{ team.weight }}
+ {% endif %}
{% endif %}