add assignee in task list + fix some translation

This commit is contained in:
2018-10-18 20:05:02 +02:00
parent c36778184d
commit 7c113e3478
3 changed files with 11 additions and 1 deletions

View File

@@ -26,6 +26,14 @@
{% for place in workflow_marked_places(task) %}
<span class="">{{ place|trans }}</span>
{% endfor %}
{% if task.assignee is not null %}
<dl>
<dt>{{ 'Assignee'|trans }}</dt>
<dd>{{ task.assignee.username }}</dd>
</dl>
{% endif %}
</td>
<td>
{% if task.startDate is null and task.warningDate is null and task.endDate is null %}