{% extends "base.html" %} {% block title %}Results - SCADA vs DWG Manifest Comparison Tool{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% if comparisons %}
Last updated: {{ data.timestamp }}
| Name | Control Panel |
|---|---|
| {{ item.name }} | {{ item.control_panel }} |
No items in SCADA are missing from DWG.
{% endif %}| Name | Control Panel |
|---|---|
| {{ item.name }} | {{ item.control_panel }} |
No items in DWG are missing from SCADA.
{% endif %}| Name | Control Panel |
|---|---|
| {{ item.name }} | {{ item.control_panel }} |
No common names found between SCADA and DWG.
{% endif %}| Name |
|---|
| {{ item.name }} |
No items in Manifest are missing from DWG.
{% endif %}| Name |
|---|
| {{ item.name }} |
No items in DWG are missing from Manifest.
{% endif %}| Name |
|---|
| {{ item.name }} |
No common names found between Manifest and DWG.
{% endif %}