{% extends "base.html" %} {% block title %}Combined Report Preview - {{ project.name }}{% endblock %} {% block content %}

Combined Report Preview & Editor

{{ location_data|length }} location{{ 's' if location_data|length != 1 else '' }} {% if time_filter_desc %} | {{ time_filter_desc }}{% endif %} | {{ total_rows }} total row{{ 's' if total_rows != 1 else '' }}

← Back to Config
{% for loc in location_data %} {% endfor %}

{{ location_data[0].location_name if location_data else '' }}

Right-click for options | Double-click to edit
{% for loc in location_data %}
{% endfor %}

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 insert or delete rows
  • Press Enter to confirm edits, Escape to cancel
  • Switch between location tabs to edit each location's data independently
{% endblock %}