Brief {{ .Number }}
{{ range $p.TopNotes }}
{{ if .Annotation }}
{{ end }}
{{ .Annotation }}
{{ end }} {{ range .Lines }} {{ if eq .Type "empty" }} {{ else }}{{ .HTML }}
{{ end }}
{{ end }}
{{ if gt $i 0 }}
S. {{ $p.Number }}
{{ end }}
{{ range $p.Lines }}
{{ if eq .Type "empty" }}
{{ else }}
{{ .HTML }}
{{ end }}
{{ end }}
{{ range $p.BottomNotes }}
{{ if .Annotation }}
{{ end }}
{{ .Annotation }}
{{ end }} {{ range .Lines }} {{ if eq .Type "empty" }} {{ else }}{{ .HTML }}
{{ end }}
{{ end }}