{% extends 'base.html' %} {% load incidents_extras inventory_extras %} {% block content %}
| {% base_machine_type_icon machine_snapshot.type %} {% base_machine_platform_icon machine_snapshot.platform %} {{ serial_number }} {% if machine_snapshot.max_incident_severity.value %} {% incident_severity machine_snapshot.max_incident_severity.value %} {% endif %} {% for tag in machine_snapshot.tags %} {% base_inventory_tag tag.display_name tag.color %} {% endfor %} | {% endif %}{{ machine_snapshot.system_info.computer_name|default:"" }} | {{ machine_snapshot.principal_user.principal_name|default:"" }} | {{ machine_snapshot.system_info.hardware_model|default:"" }} | {{ machine_snapshot.os_version.display_name }} | {{ machine_snapshot.source.display_name }} | {{ machine_snapshot.last_seen }} |