{% extends "base.html" %} {% block title %}{{ unit_id }} - Sound Level Meter{% endblock %} {% block content %}
{% if from_project and project %} {% else %} Back to Sound Level Meters {% endif %}

{{ unit_id }}

{{ unit.slm_model or 'NL-43' }} Sound Level Meter

{% if unit.deployed %}Deployed{% else %}Benched{% endif %}

Loading command center...

{% endblock %}