diff --git a/jm2l/templates/Staff/list.mako b/jm2l/templates/Staff/list.mako index cd5562b..a7abbf9 100644 --- a/jm2l/templates/Staff/list.mako +++ b/jm2l/templates/Staff/list.mako @@ -40,6 +40,13 @@ from slugify import slugify + % if len(tasks[Entity])==0: + + + Il n'y a pas de tâches dans ce pôle + + + % endif % for task in tasks[Entity]: @@ -70,10 +77,10 @@ from slugify import slugify % endfor - + % endfor - + <%def name="jsAddOn()">