- {% block report_summary %}
- Taking into account the uncertainties tied to the model variables, in this scenario, the probability of one exposed occupant getting infected is {{ prob_inf | non_zero_percentage }}[*] and the expected number of new cases is {{ expected_new_cases | float_format }}.
- {% endblock report_summary %}
+
+
+ {% block report_summary %}
+ Taking into account the uncertainties tied to the model variables, in this scenario, the
probability of one exposed occupant getting infected is {{ prob_inf | non_zero_percentage }}[*] and the
expected number of new cases is {{ expected_new_cases | float_format }}.
+ {% endblock report_summary %}
+
+
+

+

+
+
[*] The results are based on the parameters and assumptions published in the CERN Open Report CERN-OPEN-2021-004

diff --git a/cara/apps/calculator/themes/cern/templates/calculator.report.html.j2 b/cara/apps/calculator/themes/cern/templates/calculator.report.html.j2
index 3cae7826..7ea0b231 100644
--- a/cara/apps/calculator/themes/cern/templates/calculator.report.html.j2
+++ b/cara/apps/calculator/themes/cern/templates/calculator.report.html.j2
@@ -57,19 +57,19 @@
{% if (prob_inf > 5) %}
{% if scale_warning.level == "green-1" %}
-
+
Note: the current CERN COVID Scale is Green - 1, which means the incidence rate in the local community is {{scale_warning.incidence_rate}}. Align your risk assessment with the guidance and instructions provided by the HSE Unit.
{% elif scale_warning.level == "yellow-2" %}
-
+
Note: the current CERN COVID Scale is Yellow - 2, which means the incidence rate in the local community is {{scale_warning.incidence_rate}}. There is a reduced chance that asymptomatic or pre-symptomatic infected individuals circulate within the CERN site which, during this stage, corresponds to an average daily on-site access {{scale_warning.onsite_access}}. See with your supervisor if this scenario is acceptable.
{% elif scale_warning.level == "orange-3" %}
-
+
Warning: the current CERN COVID Scale is Orange - 3, which means the incidence rate in the local community is {{scale_warning.incidence_rate}}. There is a slight chance that asymptomatic or pre-symptomatic infected individuals circulate within the CERN site which, during this stage, corresponds to an average daily on-site access {{scale_warning.onsite_access}}. See with your supervisor if any additional measures can be applied (ALARA).
{% elif scale_warning.level == "red-4" %}
-
+
Warning: the current CERN COVID Scale is Red - 4, which means the incidence rate in the local community is {{scale_warning.incidence_rate}}. There is a strong chance that asymptomatic or pre-symptomatic infected individuals circulate within the CERN site which, during this stage, corresponds to an average daily on-site access {{scale_warning.onsite_access}}. Please reduce the value below the threshold of {{scale_warning.threshold}}.
{% else %}