update text format in report

This commit is contained in:
Andre Henriques 2021-06-05 19:34:30 +00:00
parent 20a288a887
commit 263330796a

View file

@ -209,8 +209,8 @@
<p class="result_title">Results:</p>
<p class="data_text">
{% block report_summary %}
Taking into account the uncertainties tied to the model variables, in this scenario, the <b>probability of one exposed occupant getting infected P(i) is {{ prob_inf | non_zero_percentage }}</b><a href="#section1">[*]</a> and the <b>expected number of new cases is {{ expected_new_cases | float_format }}</b>.
<p id="section1">[*] The results are based on the parameters and assumptions published in the <a href="https://cds.cern.ch/record/2756083"> CERN Open Report CERN-OPEN-2021-004</a></p>
Taking into account the uncertainties tied to the model variables, in this scenario, the <b>probability of one exposed occupant getting infected is {{ prob_inf | non_zero_percentage }}</b><a href="#section1">[*]</a> and the <b>expected number of new cases is {{ expected_new_cases | float_format }}</b>.
<p id="section1">[*] The results are based on the parameters and assumptions published in the CERN Open Report <a href="https://cds.cern.ch/record/2756083"> CERN-OPEN-2021-004</a></p>
{% endblock report_summary %}
</p>
@ -225,7 +225,7 @@
<thead class="thead-light">
<tr>
<th>Scenario</th>
<th>P(i)</th>
<th>P(I)</th>
<th>Expected new cases</th>
</tr>
</thead>