{{ 'TIMESHEET.VIEW_TIME_LOGS' | translate }}
{{
(timeLog?.startedAt | utcToLocal | timeFormat : true) +
' ' +
(!timeLog?.isRunning
? (timeLog?.stoppedAt | utcToLocal | timeFormat : true)
: ('TIMESHEET.TILL_NOW' | translate)) +
' (' +
(timeLog?.duration | durationFormat) +
')'
}}