{% extends "base.html" %} {% block title %}{{ filename }} - Sound Level Data Viewer{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{{ filename }}

Sound Level Meter Measurement Data {% if unit %} - {{ unit.id }}{% endif %} {% if location %} @ {{ location.name }}{% endif %}

Loading measurement data...

{% endblock %}