{% extends 'base.html' %} {% load base_extras incidents_extras inventory_extras ui_extras %} {% block content %}
| Severity | {% incident_severity incident.severity %} |
| Status | {{ incident.get_status_display }} |
| {{ section }} |
|
| Serial number | Status | Created at | Updated at | {% if perms.incidents.change_machineincident %}{% endif %} {% for machine_incident in machine_incidents %} |
|---|---|---|---|---|
| {% if perms.inventory.view_machinesnapshot %} {{ machine_incident.serial_number|privacywrapper }} {% else %} {{ machine_incident.serial_number|privacywrapper }} {% endif %} | {{ machine_incident.get_status_display }} | {{ machine_incident.created_at }} | {{ machine_incident.updated_at }} | {% if perms.incidents.change_machineincident %}{% url 'incidents:update_machine_incident' object.pk machine_incident.pk as url %} {% button 'UPDATE' url "Edit Status" %} | {% endif %}