+
+ Taking into account the uncertainties tied to the model variables, in this scenario and assuming all occupants are exposed equally (i.e. without short-range interactions), the probability of one exposed occupant getting infected is {{ long_range_prob_inf | non_zero_percentage }} and the expected number of new cases is {{ expected_new_cases | float_format }}*.
+
+ {% if form.short_range_option == "short_range_yes" %}
- The above {{ "result assumes" if form.short_range_option == "short_range_no" else "results assume" }} that
{{ form.infected_people }}
- {{ "occupant is infected" if form.infected_people == 1 else "occupants are infected" }}
- in the room.
- By taking into account the estimate of cases currently circulating in
{{ form.location_name }},
- the probability of on-site transmission, having at least 1 new infection in an
event
- with {{ form.total_people }} occupants, is
- {% if form.short_range_option == 'short_range_yes' %}:
-
- - {{ long_range_prob_probabilistic_exposure | non_zero_percentage }}, assuming all occupants are exposed equally (i.e. without short-range interactions).
- - {{ prob_probabilistic_exposure | non_zero_percentage }}, assuming short-range interactions occur with the infector(s).
-
- {% else %}
-
{{ prob_probabilistic_exposure | non_zero_percentage }}.
- {% endif %}
+ In this scenario, assuming
short-range interactions occur, the
probability of one exposed occupant getting infected can go as high as {{ prob_inf | non_zero_percentage }}.
{% endif %}
- {% endblock probabilistic_exposure_probability %}
+ {% block probabilistic_exposure_probability %}
+ {% if form.exposure_option == "p_probabilistic_exposure" %}
+
+
+ The above {{ "result assumes" if form.short_range_option == "short_range_no" else "results assume" }} that
{{ form.infected_people }}
+ {{ "occupant is infected" if form.infected_people == 1 else "occupants are infected" }}
+ in the room.
+ By taking into account the estimate of cases currently circulating in
{{ form.location_name }},
+ the probability of on-site transmission, having at least 1 new infection in an
event
+ with {{ form.total_people }} occupants, is
+ {% if form.short_range_option == 'short_range_yes' %}:
+
+ - {{ long_range_prob_probabilistic_exposure | non_zero_percentage }}, assuming all occupants are exposed equally (i.e. without short-range interactions).
+ - {{ prob_probabilistic_exposure | non_zero_percentage }}, assuming short-range interactions occur with the infector(s).
+
+ {% else %}
+
{{ prob_probabilistic_exposure | non_zero_percentage }}.
+ {% endif %}
+
+ {% endif %}
+ {% endblock probabilistic_exposure_probability %}
+