From 301b1bdfbeb46af688863a8a00d10f833022ac14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=CC=81o=20S=2E?= Date: Fri, 24 Jan 2025 18:24:10 +0100 Subject: [PATCH] dashboard: display alert for job seekers with no valid diagnosis nor accepted applications --- itou/templates/dashboard/dashboard.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/itou/templates/dashboard/dashboard.html b/itou/templates/dashboard/dashboard.html index 9a2188e5ee..c1c576cfea 100644 --- a/itou/templates/dashboard/dashboard.html +++ b/itou/templates/dashboard/dashboard.html @@ -138,6 +138,29 @@ {% endif %} + + {% if user.is_job_seeker and not user.has_valid_diagnosis and not user.job_applications.accepted.exists %} +
+ +
+
+ +
+
+

+ Prochaine session d’information le 4 février 2025 de 14h30 à 15h ! +

+

+ Pour en savoir plus sur ce qu’est l’insertion par l’activité économique et écouter les conseils de notre équipe pour augmenter vos chances de trouver un emploi, + inscrivez-vous à la prochaine session d’information en visio-conférence. +

+
+ +
+
+ {% endif %} {% endblock %} {% block title_content %}