diff --git a/src/Views/home.twig b/src/Views/home.twig
index b65af07..1429363 100644
--- a/src/Views/home.twig
+++ b/src/Views/home.twig
@@ -5,9 +5,86 @@
+
+ {% if recentTeam != null %}
+ {% for team in recentTeam %}
+
+
+ {% if recentTactic != null %}
+ {% for tactic in recentTactic %}
+
+
{{tactic.id}} - {{tactic.name}} - {{tactic.creation_date}}
+
+