{{template "head.html" .}}
{{template "top.html" .}}
{{.info.Name | escapeString}}
{{.info.Description | escapeString}}
Last Notes
{{range .lastNotes}}
{{.CreatedAt | escapeString}}
{{if not (eq .ParentNevent "")}}
- reply
{{end}}
{{.Content | escapeString}}
{{end}}
{{template "column_clients.html" .}}
{{template "footer.html"}}