{% 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 %}
{{ unit.age }}
{% endfor %}
{% else %}

No active units

{% endif %}