{{ define "content" }}
{{if .Result}}
{{.Result.Count}} results
{{end}}
{{if .Result}} {{if .Result.Error}}

Report Error

{{.Result.Error}}

{{else}}

{{.ReportTitle}}

{{.ReportDescription}}

Generated: {{.GeneratedAt}}
{{if gt .Result.Count 0}}
{{range .Result.Columns}} {{end}} {{range .Result.Rows}} {{range .}} {{end}} {{end}}
{{formatColumnName .}}
{{.}}
{{if .SummaryStats}}

Summary Statistics

{{range .SummaryStats}}
{{.Label}}
{{.Value}}
{{end}}
{{end}} {{else}}

No Data Found

No results match your selected criteria

{{end}} {{end}} {{else}}

Campaign Reports

Generate detailed reports across all your campaign data

Users & Teams
Volunteer performance, team stats, role distribution
Address Reports
Coverage areas, visit status, geographical insights
Appointments
Schedule analysis, completion rates, time trends
Poll Analytics
Response rates, donation tracking, engagement metrics
Select a category above to see available reports
{{end}}
{{ end }}