{% extends "base.html" %} {% block title %}Report Preview - {{ project.name if project else 'Sound Level Data' }}{% endblock %} {% block content %}

Report Preview & Editor

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

Back to Viewer

Data Table

Right-click for options | Double-click to edit

Editing Tips

  • Double-click any cell to edit its value
  • Use the Comments column to add notes about specific measurements
  • Right-click a row to delete it from the report
  • Right-click to add new rows if needed
  • Press Enter to confirm edits, Escape to cancel
{% endblock %}