{{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

Estimated Treatment Cadence: {{.TreatmentCadence|timeInterval}}

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

Inspection History

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

Nearby Mosquito Traps

{{ range .Traps }}
Trap ID: {{ .ID }}
Distance {{ .Distance }}
{{ range .Counts }} {{ end }} {{ end }}
Collection Date Female Count Male Count Total Count
{{ .Ended|timeSince }} {{ .Females }} {{ .Males }} {{ .Total }}
{{end}}