+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4Padel Toulouse
+Planning
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Poule A
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% for team in match.team_states %}
+
+
+
+
+ {% endfor %}
+
+
+ {% for name in team.names %}
+
+
+ {{ name }}
+
+ {% endfor %}
+
+ {% for score in team.scores %}
+ {{ score }}
+ {% endfor %}
+
+
+
+
+
+
+