fixed reporting for call centre type
This commit is contained in:
parent
041f03c06e
commit
dee2c0d0ab
1 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue