{{typeValue}}
{{/if}} {{/if}} {{#if equals scopeVar 'events'}} {{#if typeValue}}{{typeValue}}
{{/if}} {{/if}} {{#if startDate}}
{{#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}}
{{typeValue}}
{{/if}} {{#if startDate}}
{{#if isStart}}
{{__ "start"}} : {{formatStartDate}}
({{livestamp startDate}})
{{#if endDate}}
{{__ "end"}} : {{formatEndDate}} ({{livestamp endDate}})
{{__ "duration"}} : {{diffInText startDate endDate}}
{{/if}}
{{else}}
{{__ "start"}} : {{formatStartDate}} ({{livestamp startDate}})
{{#if endDate}}
{{__ "duration"}} : {{diffInText startDate endDate}}
{{/if}}
{{/if}}
{{description}}
{{/if}} {{#if startDate}}
{{#if isStart}}
{{__ "start"}} : {{formatStartDate}}
({{livestamp startDate}})
{{#if endDate}}
{{__ "end"}} : {{formatEndDate}}
({{livestamp formatEndDateIso}})
{{__ "duration"}} : {{duration}}
{{/if}}
{{else}}
{{__ "start"}} : {{formatStartDate}}
({{livestamp formatStartDateIso}})
{{#if endDate}}
{{__ "duration"}} : {{duration}}
{{/if}}
{{/if}}