diff --git a/cara/apps/calculator/templates/report.html.j2 b/cara/apps/calculator/templates/report.html.j2 index 2a5c92c4..9656d166 100644 --- a/cara/apps/calculator/templates/report.html.j2 +++ b/cara/apps/calculator/templates/report.html.j2 @@ -38,9 +38,9 @@
{% if form.mechanical_ventilation_type == "air_supply"%} - Air supply flow rate: {{ form.air_supply }} + Air supply flow rate: {{ form.air_supply }} m³ / hour {% elif form.mechanical_ventilation_type == "air_changes"%} - Air changes per hour: {{ form.air_changes }} + Air changes per hour: {{ form.air_changes }} h⁻¹ {% endif %}
Number of windows: {{ form.windows_number }}
Height of window: {{ form.window_height }}
Height of window: {{ form.window_height }} m
Window type: {% if form.window_type == "hinged" %} Top- or Bottom-Hung
Width of window: {{ form.window_width }}
Width of window: {{ form.window_width }} m
Opening distance: {{ form.opening_distance }}
Opening distance: {{ form.opening_distance }} m
Windows open: {{ form.windows_open }}
When using the natural ventilation option, air flows are calculated using averaged hourly temperatures for the Geneva region, based on historical data for the month selected.
@@ -70,7 +70,7 @@HEPA Filtration: {{ 'Yes' if form.hepa_option else 'No' }}
HEPA amount: {{ form.hepa_amount }}
HEPA amount: {{ form.hepa_amount }} m³ / hour