Primary details (#{{ incident.pk }})
Description
{{ incident.description }}
Start time
End time
—
Current duration
{{ incident.start_time|timesince }}
End time
Total duration
{{ incident.start_time|timesince:incident.end_time }}
Timestamp
Source
{{ incident.source.name }}
Incident id in {{ incident.source.name }}
{{ incident.source_incident_id|default:"—" }}
More details at
{% if incident.details_url %} {{ incident.pp_details_url }} {% else %} — {% endif %}