diff --git a/device/templates/device_web.html b/device/templates/device_web.html index 1a26753..76a31e3 100644 --- a/device/templates/device_web.html +++ b/device/templates/device_web.html @@ -139,23 +139,6 @@

Components

- {% comment %}Iterates over legacy snapshot components{% endcomment %} - {% for component in object.last_evidence.doc.components %} -
-
-
-
{{ component.type }}
-

- Manufacturer: {{ component.manufacturer }}
- Model: {{ component.model }}
- Serial Number: {{ component.serialNumber }} -

- {{ component.created }} -
-
-
- {% endfor %} - {% comment %}Iterates over new snapshot components{% endcomment %} {% for component in object.components %}