{{ template "base" . }} {{ define "content" }}

{{.Data.CurrentGroupId}}

{{ range .Data.Todos }} {{ if not .IsDone }} {{ if not .Image }} {{ else }} {{ end }} {{ end }} {{ end }}
{{index .Translation "category image"}} {{index .Translation "category todo"}} {{index .Translation "category created"}} {{index .Translation "category due"}}
{{ .Text }} {{ .TimeCreated }} {{ .Due }}
{{ range .Data.Todos }} {{ if .IsDone }} {{ if not .Image }} {{ else }} {{ end }} {{ end }} {{ end }}
{{ end }}