|
145 | 145 | {% if form.exposure_option == "p_probabilistic_exposure" %}
|
146 | 146 | <br>
|
147 | 147 | <div class="align-self-center alert alert-dark mb-0" role="alert">
|
148 |
| - The above {{ "result assumes" if form.short_range_option == "short_range_no" else "results assume" }} that <b>{{ form.infected_people }} |
149 |
| - {{ "occupant is infected" if form.infected_people == 1 else "occupants are infected" }} |
150 |
| - </b> in the room. |
151 |
| - By taking into account the estimate of cases currently circulating in <b>{{ form.location_name }}</b>, |
152 |
| - the probability of on-site transmission, having at least 1 new infection in an <b>event |
153 |
| - with {{ form.total_people }} occupants</b>, is |
154 |
| - {% if form.short_range_option == 'short_range_yes' %}: |
155 |
| - <ul> |
156 |
| - <li><b>{{ long_range_prob_probabilistic_exposure | non_zero_percentage }}</b>, assuming all occupants are exposed equally (i.e. without short-range interactions).</li> |
157 |
| - <li><b>{{ prob_probabilistic_exposure | non_zero_percentage }}</b>, assuming short-range interactions occur with the infector(s).</li> |
158 |
| - </ul> |
| 148 | + {% if form.occupancy_format == "static" %} |
| 149 | + The above {{ "result assumes" if form.short_range_option == "short_range_no" else "results assume" }} that <b>{{ form.infected_people }} |
| 150 | + {{ "occupant is infected" if form.infected_people == 1 else "occupants are infected" }} |
| 151 | + </b> in the room. |
| 152 | + By taking into account the estimate of cases currently circulating in <b>{{ form.location_name }}</b>, |
| 153 | + the probability of on-site transmission, having at least 1 new infection in an <b>event |
| 154 | + with {{ form.total_people }} occupants</b>, is |
| 155 | + {% if form.short_range_option == 'short_range_yes' %}: |
| 156 | + <ul> |
| 157 | + <li><b>{{ long_range_prob_probabilistic_exposure | non_zero_percentage }}</b>, assuming all occupants are exposed equally (i.e. without short-range interactions).</li> |
| 158 | + <li><b>{{ prob_probabilistic_exposure | non_zero_percentage }}</b>, assuming short-range interactions occur with the infector(s).</li> |
| 159 | + </ul> |
| 160 | + {% else %} |
| 161 | + <b>{{ prob_probabilistic_exposure | non_zero_percentage }}</b>. |
| 162 | + {% endif %} |
159 | 163 | {% else %}
|
160 |
| - <b>{{ prob_probabilistic_exposure | non_zero_percentage }}</b>. |
| 164 | + <p><strong>Warning: </strong>Since dynamic occupancy was defined, the results for probabilistic exposure with incidence rates have not been computed.</p> |
161 | 165 | {% endif %}
|
162 | 166 | </div>
|
163 | 167 | {% endif %}
|
|
0 commit comments