{{#if task.description }}
{{t "templates.taskInstance.description" }}
{{task.description}}
{{/if}} {{#if task.category }}
{{t "templates.taskInstance.category" }}
{{task.category}}
{{/if}}
{{t "templates.taskInstance.priority" }}
{{task.priority}}
{{t "templates.taskInstance.relatedProcess" }}
{{#if task.owner }}
{{t "templates.taskInstance.owner" }}
{{task.owner}}
{{/if}}
{{t "templates.taskInstance.assignee" }}
{{#if task.assignee }}
{{assignee.givenName}} {{assignee.sn}} ({{assignee.userName}})
{{else}} {{t "templates.taskInstance.none" }} {{/if}}
{{#if task.parentTaskId }}
{{t "templates.taskInstance.parentTask" }}
{{/if}} {{#if task.subtasks }}
{{t "templates.taskInstance.subtasks" }}
{{task.subtasks}}
{{/if}}
{{#if showForm}}

{{t "templates.taskInstance.taskDetailInfo" }}

{{{taskForm}}}
{{/if}}