{% extends "portal/base.html" %} {% block title %}{{ location.name }}{% endblock %} {% block head %} {% endblock %} {% block content %} All locations

{{ location.name }}

{% if not has_device %}
No device is currently assigned to this location.
{% else %}
Leq · average
-- dB
Lp · instant
--dB
Lmax · peak
--dB
L1
--dB
L10
--dB
Live trace · last 2h
Alert history
{% endif %} {% endblock %} {% block scripts %} {% if has_device %} {% endif %} {% endblock %}