From 263330796aa899eeeffde8eea38d1bb39456e946 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 5 Jun 2021 19:34:30 +0000 Subject: [PATCH] update text format in report --- .../calculator/templates/base/calculator.report.html.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index 58a4096e..cb57d045 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -209,8 +209,8 @@

Results:

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

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

+ 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 }}. +

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

{% endblock report_summary %}

@@ -225,7 +225,7 @@ Scenario - P(i) + P(I) Expected new cases