{{template "authenticated.html" .}} {{define "title"}}Dash{{end}} {{define "extraheader"}} {{template "map" .MapData}} {{end}} {{define "content"}}

Breeding Source Detail

Source ID: {{ .Source.GlobalID }}
Location: {{ .Source.LatLng|latLngDisplay }}
Access: {{ .Source.AccessDescription }}
Address: Not implemented
Comments: {{ .Source.Comments }}
Deactivate Reason: {{ .Source.DeactivateReason }}
Description: {{ .Source.Description }}
Habitat: {{ .Source.Habitat }}
Jurisdiction: {{ .Source.Jurisdiction }}
Location Number: {{ .Source.LocationNumber }}
Name: {{ .Source.Name }}
Status {{ if .Source.Active }}Active {{ else }}Inactive {{ end }}
Priority: {{ .Source.Priority }} ({{.Source.ScalarPriority}})
S Type: {{ .Source.SourceType }}
Source Status: {{ .Source.SourceStatus }}
Symbology: {{ .Source.Symbology }}
Use Type: {{ .Source.UseType }}
Water Origin: {{ .Source.WaterOrigin }}
Zone: {{ .Source.Zone }}.{{ .Source.Zone2 }}
Creation date {{ .Source.Created|timeSince }}
Edit date {{ .Source.EditedAt|timeSince }}
Larva Inspect Interval {{ .Source.LarvaeInspectInterval }}
Last Inspect Activity {{ .Source.LastInspectionActivity }}
Last Inspect Avg Larva {{ .Source.LastInspectionAverageLarvae }}
Last Inspect Avg Pupae {{ .Source.LastInspectionAveragePupae }}
Last Inspect Breeding {{ .Source.LastInspectionBreeding }}
Last Inspect Conditions {{ .Source.LastInspectionConditions }}
Last Inspect Date {{ .Source.LastInspectionDate|timeSince }}
Last Inspect Species {{ .Source.LastInspectionFieldSpecies }}
Last Inspect Life Stages {{ .Source.LastInspectionLifeStages }}
Last Treat Activity {{ .Source.LastTreatmentActivity }}
Last Treat Date {{ .Source.LastTreatmentDate|timeSince }}
Last Treat Product {{ .Source.LastTreatmentProduct }}
Last Treat Quantity {{ .Source.LastTreatmentQuantity }}
Last Treat Quantity Unit {{ .Source.LastTreatmentQuantityUnit }}
Next action date scheduled: {{ .Source.NextActionScheduledDate|timeSince }}
Updated: {{ .Source.Updated|timeSince }}
Treatment Cadence: Not implemented

Treatment History

{{ range .Treatments }} {{ end }}
Treatment Date Insecticide Used Cadence Delta Technician Notes
{{.Date|timeSince}} {{.Product}} On time {{.Notes}}

Inspection History

{{ range .Inspections }} {{ end }}
Inspection Date Action Notes
{{.Date|timeSince}} {{.Action}} {{.Notes}}

Nearby Mosquito Traps

{{ range .Traps }} {{ range .Counts }} {{ end }} {{ end }}
Trap ID Distance Collection Date Mosquito Count
{{ .ID }} {{ .Distance }}
{{ .Ended|timeSince }} {{ .Total }}
Source Analysis & Recommendations

Risk Level: High

Associated Species: Culex pipiens, Aedes albopictus

Trend Analysis: Mosquito counts in nearby traps show a gradual decrease following recent treatments, indicating positive impact of abatement efforts.

Recommendations:

  • Maintain 14-day treatment schedule through summer months
  • Consider physical modification to reduce standing water retention
  • Increase trap surveillance in May-June (peak breeding season)
{{end}}