|
Status
|
Unit ID
|
Type
|
Details |
Last Seen
|
Age
|
Note
|
Actions |
|---|---|---|---|---|---|---|---|
|
{% if unit.status == 'OK' %}
{% elif unit.status == 'Pending' %}
{% else %}
{% endif %}
{% if unit.deployed %}
{% else %}
{% endif %}
|
{{ unit.id }} | {% if unit.device_type == 'modem' %} Modem {% else %} Seismograph {% endif %} |
{% if unit.device_type == 'modem' %}
{% if unit.ip_address %}
{{ unit.ip_address }}
{% endif %}
{% if unit.phone_number %}
{{ unit.phone_number }}
{% endif %}
{% if unit.hardware_model %}
{{ unit.hardware_model }}
{% endif %}
{% else %}
{% if unit.next_calibration_due %}
Cal Due:
{{ unit.next_calibration_due }}
{% endif %}
{% if unit.deployed_with_modem_id %}
{% endif %}
{% endif %}
|
{{ unit.last_seen }}
|
{{ unit.age }}
|
{{ unit.note if unit.note else '-' }}
|
{% if unit.deployed %}
{% else %}
{% endif %}
|