2025-01-04 21:19:12 +01:00
|
|
|
{{- with .date_started -}}
|
2025-02-23 01:27:07 +01:00
|
|
|
{{ if not $.date_finished }}Since{{ end }}
|
|
|
|
{{ time.Format "Jan 2, 2006" . -}}
|
2025-01-04 21:19:12 +01:00
|
|
|
{{- else -}}
|
2025-01-12 15:52:54 +01:00
|
|
|
Unknown
|
|
|
|
{{- end }}
|
2025-02-23 01:27:07 +01:00
|
|
|
{{- with .date_finished }}
|
|
|
|
to
|
|
|
|
{{ time.Format "Jan 2, 2006" . -}}
|
2025-01-04 21:19:12 +01:00
|
|
|
{{- end -}}
|