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

Combined Report Wizard

{{ project.name }}

← Back to Project

Report Settings

Time Filter

Applied to all locations. Leave blank to include all data.

Locations to Include

{{ locations|length }} of {{ locations|length }} selected

{% if locations %}
{% for loc in locations %} {% endfor %}
{% else %}

No Leq measurement files found in this project.

Upload RND files with '_Leq_' in the filename to generate reports.

{% endif %}
Cancel
{% endblock %}