fixed reporting for call centre type

This commit is contained in:
jdevine 2020-11-12 15:05:46 +01:00 committed by Phil Elson
parent 041f03c06e
commit dee2c0d0ab

View file

@ -69,8 +69,10 @@
infected.</p></li>
<li><p class="data_text">Activity type:
{% if form.activity_type == "office" %}
Office/Meeting typical scenario with all persons seated, talking.
{% elif form.activity_type == "workshop" %}
Office/Meeting typical scenario with all persons seated, talking occasionally.
{% elif form.activity_type == "callcentre" %}
Call Centre = typical office scenario with all persons seated, all talking continuously.
{% elif form.activity_type == "workshop" %}
Workshop = assembly workshop environment, all persons doing light exercise, talking.
{% elif form.activity_type == "training" %}
Training one person (the trainer) standing, talking, all others seated, talking quietly (whispering). It is assumed the trainer is the infected person, for the worst case scenario.