diff --git a/cara/apps/calculator/templates/report.html.j2 b/cara/apps/calculator/templates/report.html.j2 index b716814f..205bbdd9 100644 --- a/cara/apps/calculator/templates/report.html.j2 +++ b/cara/apps/calculator/templates/report.html.j2 @@ -24,7 +24,7 @@
Ventilation data:
Mechanical ventilation: - {% if ventilation_type == "mechanical_ventilation"%} + {% if ventilation_type == "mechanical"%} Yes
Air supply flow rate: {{ air_supply }}
Natural ventilation: - {% if ventilation_type == "natural_ventilation"%} + {% if ventilation_type == "natural"%} Yes
Number of windows: {{ windows_number }}
Activity type: - {% if activity_type == "office work" %} + {% if activity_type == "office" %} Office work – typical scenario with all persons seated, talking. {% elif activity_type == "workshop" %} Workshop = assembly workshop environment, all persons doing light exercise, talking.