{% if units is defined %}
| Unit ID {% if sort == 'id' %} {% endif %} | {% set next_order = 'desc' if (sort == 'status' and order == 'asc') else 'asc' %}Status {% if sort == 'status' %} {% endif %} | {% set next_order = 'desc' if (sort == 'modem' and order == 'asc') else 'asc' %}Modem {% if sort == 'modem' %} {% endif %} | {% set next_order = 'desc' if (sort == 'location' and order == 'asc') else 'asc' %}Location {% if sort == 'location' %} {% endif %} | {% set next_order = 'desc' if (sort == 'last_calibrated' and order == 'asc') else 'asc' %}Last Calibrated {% if sort == 'last_calibrated' %} {% endif %} | {% set next_order = 'desc' if (sort == 'notes' and order == 'asc') else 'asc' %}Notes {% if sort == 'notes' %} {% endif %} | Actions |
|---|
No seismographs match "{{ search }}"
{% else %}Get started by adding a seismograph unit from the roster page.
{% endif %}