{% extends 'frontend/remotepowerdevices/remotepowerdevice.html' %} {% load filters %} {% block tabcontent %}
Most recent Remote Power Device update: {{ remotepowerdevice.netbox_last_fetch_attempt }}
Data fetched at: {{ remotepowerdevice_run.compare_timestamp }}
| Property Name | Orthos | NetBox | Is data equal? | {% for result in remotepowerdevice_run.results.all %}|
|---|---|---|---|---|
| {{ result.property_name }} | {{ result.orthos_result|format_empty_str }} | {{ result.netbox_result|format_empty_str }} | {% if result.orthos_result == result.netbox_result %}✅ | {% else %}✕ | {% endif %}