diff --git a/src/Views/home.twig b/src/Views/home.twig index b65af07..600ed1d 100644 --- a/src/Views/home.twig +++ b/src/Views/home.twig @@ -9,5 +9,31 @@

Page Home à faire

+ +

Mes équipes

+ +{% for team in recentTeam %} +
+

{{team.name}}

+
+{% endfor %} + +

Mes strategies

+ + + +{% for tactic in recentTactic %} +
+

{{tactic.id}} - {{tactic.name}} - {{tactic.creation_date}}

+
+{% endfor %} + +

+ + + + + + \ No newline at end of file