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

Breeding Source Detail

Source ID: {{ .Source.GlobalID }}
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|timeSincePtr }}
Edit date {{ .Source.EditedAt|timeSincePtr }}
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|timeSincePtr }}
Last Inspect Species {{ .Source.LastInspectionFieldSpecies }}
Last Inspect Life Stages {{ .Source.LastInspectionLifeStages }}
Last Treat Activity {{ .Source.LastTreatmentActivity }}
Last Treat Date {{ .Source.LastTreatmentDate|timeSincePtr }}
Last Treat Product {{ .Source.LastTreatmentProduct }}
Last Treat Quantity {{ .Source.LastTreatmentQuantity }}
Last Treat Quantity Unit {{ .Source.LastTreatmentQuantityUnit }}
Next action date scheduled: {{ .Source.NextActionScheduledDate|timeSincePtr }}
Treatment Cadence: Not implemented

Treatment History

{{ range .TreatmentModels }} {{ end }}
Year Start End Interval
{{ .Year }} {{ .SeasonStart|timeAsRelativeDate }} {{ .SeasonEnd|timeAsRelativeDate }} {{ .Interval|timeInterval }}
{{ range .Treatments }} {{ end }}
Treatment Date Insecticide Used Cadence Delta Technician Notes
{{ .Date|timeSincePtr }} {{ .Product }} {{ .CadenceDelta|timeDelta }} {{ .Notes }}

Inspection History

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

Nearby Mosquito Traps

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