Location
{{ incident.locationName }}
{{ incident.latitude | number:6 }}, {{ incident.longitude | number:6 }}
Tags {{ tagsToString(incident.tags) }}
Creator {{ incident.creator.username }}
Assigned To {{ incident.assignedTo.username }}
Status {{ incident.closed ? 'Closed' : 'Open' | translate}}
Veracity {{ incident.veracity ? 'Confirmed True' : (incident.veracity === false ? 'Confirmed False' : 'Unconfirmed') | translate }}
Notes

Reports

There are no reports to display.