diff --git a/src/Bundle/ChillTaskBundle/Resources/views/SingleTask/List/index_item.html.twig b/src/Bundle/ChillTaskBundle/Resources/views/SingleTask/List/index_item.html.twig index fedf62c8e..aea0269ea 100644 --- a/src/Bundle/ChillTaskBundle/Resources/views/SingleTask/List/index_item.html.twig +++ b/src/Bundle/ChillTaskBundle/Resources/views/SingleTask/List/index_item.html.twig @@ -27,11 +27,7 @@ } %} {% elseif task.course is not null %} - - - - +
{% for part in task.course.currentParticipations %} {% include '@ChillMain/OnTheFly/_insert_vue_onthefly.html.twig' with { targetEntity: { name: 'person', id: part.person.id }, @@ -41,7 +37,11 @@ isDead: part.person.deathdate is not null } %} {% endfor %} - +
+ + + {% endif %} {% endif %} @@ -80,6 +80,13 @@ {% endif %} + + {# {% if task.course is not null %} + + + + {% endif %} #}