{% 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 %}

{# Only show Report button for Leq files (15-min averaged data with LN percentiles) #} {% if file and '_Leq_' in file.file_path %} {% endif %} Download RND Back to Project

Loading measurement data...

{% endblock %}