Add workflow title to notification content

Updated the French template for workflow transition notifications to include the workflow title. This ensures users have more context in the notification email.
This commit is contained in:
Julien Fastré 2024-11-21 21:26:08 +01:00
parent 5acf9432d6
commit 9ef884349a
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -1,5 +1,5 @@
{%- if is_dest -%}
Un suivi {{ workflow.text }} demande votre attention: {{ title }}
{%- else -%}
Un suivi {{ workflow.text }} a atteint une nouvelle étape: {{ place.text }}
Un suivi {{ workflow.text }} a atteint une nouvelle étape: {{ place.text }}: {{ title }}
{%- endif -%}