{% if units %}
| Unit ID | Status | Modem | Location | Notes | Actions |
|---|---|---|---|---|---|
| {{ unit.id }} | {% if unit.deployed %} Deployed {% else %} Benched {% endif %} | {% if unit.deployed_with_modem_id %} {{ unit.deployed_with_modem_id }} {% else %} None {% endif %} | {% if unit.address %} {{ unit.address }} {% elif unit.coordinates %} {{ unit.coordinates }} {% else %} — {% endif %} | {% if unit.note %} {{ unit.note }} {% else %} — {% endif %} | View Details → |
No seismographs match "{{ search }}"
{% else %}Get started by adding a seismograph unit from the roster page.
{% endif %}