diff --git a/cara/apps/calculator/static/css/report.css b/cara/apps/calculator/static/css/report.css index ce2e3790..5c787d35 100644 --- a/cara/apps/calculator/static/css/report.css +++ b/cara/apps/calculator/static/css/report.css @@ -81,6 +81,18 @@ p.notes { margin-left: 5% } +.icon_button { + padding: 0; + border: none; + background: none; +} + +.icon_button:focus { outline:0 !important; } + .nav-tabs .nav-item .nav-link.active { - background-color: #F5F5F6; + font-weight: bold; +} + +.nav-tabs .nav-item .nav-link{ + color: black; } \ No newline at end of file diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index d48b85d2..94af75a7 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -35,7 +35,7 @@ -
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 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
- - -Alternative scenarios:
- -| Scenario | -P(I) | -Expected new cases | -
|---|---|---|
| {{ scenario_name }} | -{{ scenario_stats.probability_of_infection | non_zero_percentage }} | -{{ scenario_stats.expected_new_cases | float_format }} | -
Notes for alternative scenarios:
-
+ {% 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
+
+
+ {% block report_scenarios_summary_table %}
+
| Scenario | +P(I) | +Expected new cases | +
|---|---|---|
| {{ scenario_name }} | +{{ scenario_stats.probability_of_infection | non_zero_percentage }} | +{{ scenario_stats.expected_new_cases | float_format }} | +
Notes for alternative scenarios:
+
Applicable rules:
- Please ensure that this scenario conforms to current COVID-related Health & Safety requirements, under the applicable COVID Scale and measures in force at the time of the CARA assessment.
- The results of this simulation are colour coded according to the risk values authorized at CERN (approved in December 2020):
-
+ Please ensure that this scenario conforms to current COVID-related Health & Safety requirements, under the applicable COVID Scale and measures in force at the time of the CARA assessment.
+ The results of this simulation are colour coded according to the risk values authorized at CERN (approved in December 2020):
+
+