|
Status
|
Unit ID
|
Type
|
Details |
Last Seen
|
Age
|
Note
|
Actions |
|---|---|---|---|---|---|---|---|
|
{% if unit.out_for_calibration %}
{% elif unit.allocated %}
{% elif not unit.deployed %}
{% elif unit.status == 'OK' %}
{% elif unit.status == 'Pending' %}
{% else %}
{% endif %}
{% if unit.deployed %}
{% elif unit.out_for_calibration %}
{% elif unit.allocated %}
{% else %}
{% endif %}
|
{{ unit.id }} | {% if unit.device_type == 'modem' %} Modem {% elif unit.device_type == 'slm' %} SLM {% 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.deployed_with_unit_id %}
Linked:
{{ unit.deployed_with_unit_id }}
{% endif %}
{% else %}
{% if unit.last_calibrated %}
Last Cal:
{{ unit.last_calibrated }}
{% 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 %}
|