{{ 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 $rowIndex, $row := .Result.Rows}}
Record {{add $rowIndex 1}}
{{range $colIndex, $column := $.Result.Columns}}
{{formatColumnName $column}}: {{index $row $colIndex}}
{{end}}
{{end}}
{{if .SummaryStats}}

Summary Statistics

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

No Results Found

No results match your selected criteria. Try adjusting your filters or date range.

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

Generate Report

Select a category and report type above to generate comprehensive analytics and insights.

User Analytics

Track volunteer performance and participation rates

Location Insights

Analyze address coverage and geographic data

Schedule Reports

Review appointments and availability patterns

{{end}}
{{ end }}