{% if units %}
{% for unit_id, unit in units.items() %}
{% if unit.status == 'OK' %} {% elif unit.status == 'Pending' %} {% else %} {% endif %}
{{ unit_id }} {% if unit.device_type == 'modem' %} Modem {% else %} Seismograph {% endif %}
{% if unit.note %}

{{ unit.note }}

{% endif %}
{% if unit.last_seen_source == 'sfm' %} SFM {% elif unit.last_seen_source == 'heartbeat' %} HB {% endif %} {{ unit.age }}
{% endfor %}
{% else %}

No active units

Get started by adding a new unit to the fleet.

{% endif %}