{{ .Data.Email }}
{{index .Translation "profile created"}}: {{ .Data.TimeCreated }}
{{index .Translation "profile option notify me"}}
{{ if .Data.NotifyOnTodos }} {{ else }} {{ end }}
{{ template "base" . }}
{{ define "content" }}
{{index .Translation "profile created"}}: {{ .Data.TimeCreated }} {{index .Translation "profile option notify me"}}
{{ if .Data.NotifyOnTodos }}
{{ else }}
{{ end }}
{{ .Data.Email }}