+ {{ emptyText }} +
+| + {{ $t('task.attributes.project') }} + | ++ {{ $t('timeTracking.form.task') }} + | +{{ $t('task.comment.comment') }} | ++ {{ $t('timeTracking.list.time') }} + | ++ {{ $t('timeTracking.list.duration') }} + | ++ |
|---|---|---|---|---|---|
|
+
+ |
+
+ |
+ + {{ row.entry.comment }} + | ++ {{ timeRange(row.entry) }} + | ++ {{ row.seconds === null ? '' : formatDuration(row.seconds) }} + | +
+
+ |
+
| + {{ $t('timeTracking.list.total') }} + | ++ {{ formatDuration(totalSeconds) }} + | ++ |