Creation
{{ $format.date(siteUpdate.creation, 'lll') }}
Creator
{{ siteUpdate.owner }}
Duration
{{
siteUpdate.update_duration
? this.format_seconds(siteUpdate.update_duration)
: '-'
}}
Start
{{ $format.date(siteUpdate.update_start, 'lll') }}
End
{{
siteUpdate.update_end
? $format.date(siteUpdate.update_end, 'lll')
: '-'
}}