{{if .Message}}
{{.Message}}
{{else}}
No description provided.
{{end}}
{{else if eq .Type "comment"}}
{{if .Message}}
{{.Message}}
{{else}}
No comment provided.
{{end}}
{{else if eq .Type "title"}}
{{.Author}} changed the title to {{.Title}}.
{{else if eq .Type "status"}}
{{.Author}} {{.Status}} the bug.
{{end}}
{{end}}