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

{{ unit.note }}

{% endif %}
{% if unit.age != 'N/A' %} Last seen: {{ unit.age }} ago {% else %} No data {% endif %}
{% endfor %}
{% else %}

No benched units

{% endif %}