{{typeValue}}
{{__ "Project"}} : {{#each organizerItem in organizerEvent}} {{#each organizerItemValue in organizerItem.values}} {{htmlToText organizerItemValue.name}} {{/each}} {{/each}}
{{#if isStart}} {{__ "start"}} : {{livestamp startDate}} {{#if endDate}} {{__ "end"}} : {{livestamp endDate}} {{__ "duration"}} : {{diffInText startDate endDate}} {{/if}} {{else}} {{__ "start"}} : {{livestamp startDate}} {{#if endDate}} {{__ "duration"}} : {{diffInText startDate endDate}} {{/if}} {{/if}}
{{#each tags}} {{this}} {{/each}}
{{milestone.name}}
{{totalChecked}}/{{totalTask}}
{{> actionDate action=action}} {{#if equals action.parentType 'events'}} {{#if action.min}} | {{action.countContributorsArray}}/{{#if action.max}}{{action.max}}{{else}}{{action.min}}{{/if}} {{/if}} {{/if}}
{{htmlToText action.parentScope.name}}