{{define "main"}} {{if .AppError}}

{{.AppError}}

{{end}} {{if .Notice}}

{{.Notice}}

{{end}} {{if .Running}}
00:00:00 Working on {{.Running.TaskDescription}}
{{end}}
Company {{if .CompanyID}}
Delete
Delete this company? You must remove its assignments first. This cannot be undone.
{{end}}
{{if .CompanyID}}
Assignment {{if .AssignmentID}}
Delete
Delete this assignment? You must remove its tasks first. This cannot be undone.
{{end}}
{{end}} {{if .Assignment}}
Tasks {{range .Tasks}} {{if eq .ID $.EditingTaskID}}
{{.Number}} -
{{else}}
{{if $.Running}} {{if eq .ID $.Running.TaskID}} ● running {{else}} {{end}} {{else}} {{end}} {{.Number}} - {{.Name}} ({{hours .TotalMinutes}} hrs)
Delete
Delete this task? You must remove its work sessions first. This cannot be undone.
{{end}} {{else}}

No tasks yet.

{{end}} {{if .AddingTask}}
{{else}} {{end}}
Recent sessions

Total: {{money .TotalHours}} hrs = {{money .TotalAmount}} DKK

{{range .Sessions}} {{else}} {{end}}
DateTimeHrsTask
{{datef .StartTime}} {{hm .StartTime}}–{{timef .EndTime}} {{if .EndTime}}{{hours .DurationMinutes}}{{else}}—{{end}} {{.TaskDescription}} {{if .EndTime}}
Del
Delete this work session? This cannot be undone.
{{end}}
No sessions yet.

{{end}} {{end}}