{{if .Hackathons}}
ID
Name
Owner ID
Start Date
End Date
Provider
{{range .Hackathons}}
{{.Id}}
{{.HackathonName}}
{{.OwnerId}}
{{.StartDate}}
{{.EndDate}}
{{.Provider}}
{{end}}
{{else}}
No hackathons found for provider: {{.Provider}}
{{end}}