{{template "authenticated.html" .}} {{define "title"}}Dash{{end}} {{define "extraheader"}} {{template "map" .MapData}} {{end}} {{define "content"}}
| 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 |
| Year | Start | End | Interval |
|---|---|---|---|
| {{.Year}} | {{.SeasonStart|timeAsRelativeDate}} | {{.SeasonEnd|timeAsRelativeDate}} | {{.Interval|timeInterval}} |
| Treatment Date | Insecticide Used | Cadence Delta | Technician Notes |
|---|---|---|---|
| {{.Date|timeSince}} | {{.Product}} | {{.CadenceDelta|timeDelta}} | {{.Notes}} |
| Inspection Date | Action | Notes |
|---|---|---|
| {{.Date|timeSince}} | {{.Action}} | {{.Notes}} |
| Trap ID: | {{ .ID }} |
| Distance | {{ .Distance }} |
| Collection Date | Female Count | Male Count | Total Count |
|---|---|---|---|
| {{ .Ended|timeSince }} | {{ .Females }} | {{ .Males }} | {{ .Total }} |