From eae8ffde3747ecebdcb19982569aaf6a56309dc0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 26 Apr 2022 09:08:55 +0200 Subject: [PATCH] update dashboard --- templates/core/dashboard/index.html.twig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/core/dashboard/index.html.twig b/templates/core/dashboard/index.html.twig index 24c7adb..ae694d3 100644 --- a/templates/core/dashboard/index.html.twig +++ b/templates/core/dashboard/index.html.twig @@ -30,6 +30,8 @@ {{ entity.date|date('d/m/Y') }} + {% else %} +
Aucun élément
{% endfor %} @@ -47,6 +49,8 @@ {{ entity.label }} + {% else %} +
Aucun élément
{% endfor %} @@ -64,6 +68,8 @@ {{ entity.topic }} + {% else %} +
Aucun élément
{% endfor %}