From f829dccbdde2bbe3d4f8f12fe0d850ea0db7b601 Mon Sep 17 00:00:00 2001 From: nobohan Date: Mon, 21 May 2018 11:16:32 +0200 Subject: [PATCH] add status in task view (issue #57) --- Resources/views/SingleTask/show.html.twig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/views/SingleTask/show.html.twig b/Resources/views/SingleTask/show.html.twig index 4daced061..11667a4e9 100644 --- a/Resources/views/SingleTask/show.html.twig +++ b/Resources/views/SingleTask/show.html.twig @@ -29,6 +29,13 @@
+
{{ 'Task status'|trans }}
+
+ {% for place in workflow_marked_places(task) %} + {{ place|trans }} + {% endfor %} +
+
{{ 'Description'|trans }}
{% if task.description is empty %}