{% if units %}
{% for unit in units %} {% endfor %}
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 →
{% if search %}
Found {{ units|length }} seismograph(s) matching "{{ search }}"
{% endif %} {% else %}

No seismographs found

{% if search %}

No seismographs match "{{ search }}"

{% else %}

Get started by adding a seismograph unit from the roster page.

{% endif %}
{% endif %}