From 89f1e6e62c90a8979538e3e28ee6a6a77c78c141 Mon Sep 17 00:00:00 2001
From: Phil Elson Created {{ creation_date }} using model version {{ model_version }} Simulation Name: {{ simulation_name }} Room Number: {{ room_number }} Simulation Name: {{ form.simulation_name }} Room Number: {{ form.room_number }} Input data:
{% if form.mechanical_ventilation_type == "air_supply"%}
- Air supply flow rate: {{ air_supply }}
+ Air supply flow rate: {{ form.air_supply }}
{% elif form.mechanical_ventilation_type == "air_changes"%}
- Air changes per hour: {{ air_changes }}
+ Air changes per hour: {{ form.air_changes }}
{% endif %}
Event data: Number of attendees and infected people: {{ total_people }} in attendance, of whom {{ infected_people }}
- {{ "is" if infected_people == 1 else "are" }}
+ Number of attendees and infected people: {{ form.total_people }} in attendance, of whom {{ form.infected_people }}
+ {{ "is" if form.infected_people == 1 else "are" }}
infected. Activity type:
- {% if activity_type == "office" %}
+ {% if form.activity_type == "office" %}
Office work – typical scenario with all persons seated, talking.
- {% elif activity_type == "workshop" %}
+ {% elif form.activity_type == "workshop" %}
Workshop = assembly workshop environment, all persons doing light exercise, talking.
- {% elif activity_type == "training" %}
+ {% elif form.activity_type == "training" %}
Training – one person (the trainer) standing, talking, all others seated, talking quietly (whispering). It is assumed the trainer is the infected person, for the worst case scenario.
{% endif %}
Start time: {{ activity_start }}    End time: {{ activity_finish }} Start time: {{ form.activity_start | minutes_to_time }}    End time: {{ form.activity_finish | minutes_to_time }} Exposure time (presence of infected person): Start time: {{ infected_start }}    End time: {{ infected_finish }} Start time: {{ form.infected_start | minutes_to_time }}    End time: {{ form.infected_finish | minutes_to_time }} Single event on {{ single_event_date }} Single event on {{ form.single_event_date }} Recurrent event for the month of {{ recurrent_event_month }} Recurrent event for the month of {{ form.recurrent_event_month }} Break data: Lunch break:
- {% if lunch_option%}
+ {% if form.lunch_option%}
Yes
-
@@ -29,9 +29,9 @@
@@ -58,51 +58,51 @@
-
-
-
- {% if event_type == "single_event"%}
-
-
Coffee breaks: {{ coffee_breaks }} - {% if coffee_breaks > 0 %} - each of {{ coffee_duration }} minutes duration +
Coffee breaks: {{ form.coffee_breaks }} + {% if form.coffee_breaks > 0 %} + each of {{ form.coffee_duration }} minutes duration
Coffee break {{ loop.index }}: Start: {{ coffee[0] }}    End: {{ coffee[1] }}
Coffee break {{ loop.index }}: Start: {{ start_time | minutes_to_time }}    End: {{ end_time | minutes_to_time }}
Mask wearing:
Masks worn at workstations? - {{ "No" if mask_wearing == "removed" else "Yes" }} + {{ "No" if form.mask_wearing == "removed" else "Yes" }}
Mask type: Type 1