{% extends "devicehistory/base_history.html" %} {% block devicehistory-content %}
Location | Room | Netbox | {#Module | #}Serial | Start time | End time | Event type | Alert type | Message |
---|---|---|---|---|---|---|---|---|---|
{{ group|length }} items. | |||||||||
{{ h.netbox.room.location.id }} | {{ h.netbox.room.id }} | {{ h.netbox.sysname }} | {#{{ h.module_name }} | #}{{ h.device.serial|default_if_none:"" }} | {{ h.start_time }} | {% if h.is_open %} Unresolved {% else %} {{ h.end_time }} {% endif %} | {{ h.event_type.id }} | {{ h.alert_type.name }} |
{% if h.extra_messages %}
|