{% 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.strftime('%Y-%m-%d %H:%M') }} {% else %} No recent check-in {% endif %} {% endfor %} {% else %}
{{ unit.address }}
{{ unit.location }}
No sound level meters found
Add units from the Fleet Roster