diff --git a/cara/apps/calculator/templates/report.html.j2 b/cara/apps/calculator/templates/report.html.j2 index 43187959..b5b07bbe 100644 --- a/cara/apps/calculator/templates/report.html.j2 +++ b/cara/apps/calculator/templates/report.html.j2 @@ -22,10 +22,8 @@
Simulation Name: {{ form.simulation_name }}
Room Number: {{ form.room_number }}
- {% if (form.total_people > 5) or (form.ventilation_type == "no-ventilation") or (form.mask_wearing == "removed")%} -Rules violation: This simulation doesn't conform to current CERN HSE rules. Please check your input assumptions and try again.
- {% endif %} - +Applicable rules: Please ensure that this scenario conforms to current CERN HSE rules (ventilation requirements, mask wearing and maximum number of people).
+Input data:
Room Volume: {{ model.concentration_model.room.volume }} m³