From ca0e8632e0fc2acdf95d6acf613bdeaa84e87fc9 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Mon, 14 Jun 2021 13:07:14 +0000 Subject: [PATCH] typo correction --- cara/apps/calculator/templates/base/calculator.report.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index 2e9fb66e..238999a8 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -210,7 +210,7 @@

{% block report_summary %} Taking into account the uncertainties tied to the model variables, in this scenario with {{ form.infected_people }} infected, the probability of one exposed occupant getting infected is {{ prob_inf | non_zero_percentage }}[*]. Assuming every occupant is exposed to the same risk, the expected number of new cases is {{ expected_new_cases | float_format }}. - By including the current epidemological situation in the region, the chances of on-site transmission reduces to {{ prob_trans | float_format }} % . + By including the current epidemiological situation in the region, the chances of on-site transmission reduces to {{ prob_trans | float_format }} % .

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

{% endblock report_summary %}