{% if units %} {% for unit in units %}
{{ unit.id }} {% if unit.slm_last_check %} {% else %} {% endif %}
{% if unit.slm_model %}
{{ unit.slm_model }}
{% endif %} {% if unit.address %}
{{ unit.address }}
{% endif %} {% if unit.deployed_with_modem_id %}
{{ unit.deployed_with_modem_id }}
{% elif unit.slm_host %}
{{ unit.slm_host }}{% if unit.slm_tcp_port %}:{{ unit.slm_tcp_port }}{% endif %}
{% endif %}
{% endfor %} {% else %}

No sound level meters found

Add units from the Fleet Roster

{% endif %}