{% extends "base.html" %} {% block title %}Report Preview - {{ project.name if project else 'Sound Level Data' }}{% endblock %} {% block content %}
{% if file %}{{ file.file_path.split('/')[-1] }}{% endif %} {% if location %} @ {{ location.name }}{% endif %} {% if start_time and end_time %} | Time: {{ start_time }} - {{ end_time }}{% endif %} | {{ filtered_count }} of {{ original_count }} rows