{{template "base" .}} {{define "title"}}{{.Issue.Title}}{{end}} {{define "body"}}
← Zurück
{{.Issue.Title}}
{{.Issue.Description}}
{{.Issue.StartTime.Format "02.01.2006"}} – {{.Issue.EndTime.Format "02.01.2006"}}
{{if .CanWriteIssues}}
Bearbeiten
{{template "time-input" (dict "name" "start_clock" "value" (.Issue.StartTime.Format "15:04"))}}
{{template "time-input" (dict "name" "end_clock" "value" (.Issue.EndTime.Format "15:04"))}}
{{end}}

Optionen

{{if .Issue.CanVote}}

Ihre Stimme abgeben

{{range .Issue.Options}} {{end}}
{{end}}
{{range .Issue.Options}}
{{.Label}}
{{.VoteCount}}
Stimmen
{{end}}
{{end}}