{{define "read_all_header"}}
{{if .options.buttonTitle}}

{{.options.title}} ({{.lengthData}})

{{if .modelPath}}
{{template "create_button" dict "buttonTitle" .options.buttonTitle "modelPath" .modelPath}}
{{end}} {{else}}

{{.options.title}}

{{end}}
{{end}}