diff --git a/templates/task/show.html.twig b/templates/task/show.html.twig index 14703f1..87ebaa8 100644 --- a/templates/task/show.html.twig +++ b/templates/task/show.html.twig @@ -79,6 +79,32 @@ {% endif %} +{% if workflow_metadata(task, 'locking', task.status) %} +
+
+ + + + + + + + + + + +
Commentaire + {{ project.name }} {{ task.name }} + {% for hashtag in project.hashtags|split(' ') %} + {{ '#' ~ hashtag }} + {% endfor %} +
Source + {{ project.source }} +
+
+
+{% endif %} +

Carte