{% if units %} {% for unit in units %}
{{ unit.id }} {% if unit.slm_model %} • {{ unit.slm_model }} {% endif %}
{% if unit.address %}

{{ unit.address }}

{% elif unit.location %}

{{ unit.location }}

{% endif %}
{% if unit.retired %} Retired {% elif not unit.deployed %} Benched {% elif unit.measurement_state == "Start" %} Measuring {% elif unit.is_recent %} Active {% else %} Idle {% endif %}
{% if unit.slm_last_check %} Last check: {{ unit.slm_last_check|local_datetime }} {% else %} No recent check-in {% endif %}
{% endfor %} {% else %}

No sound level meters found

Add units from the Fleet Roster

{% endif %}