diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index 39f69680..a441d9db 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -142,11 +142,11 @@
Exposed occupant(s) activity time:
Start time: {{ form.exposed_start | minutes_to_time }}    End time: {{ form.exposed_finish | minutes_to_time }}
Start time: {{ form.exposed_start | minutes_to_time }} UTC    End time: {{ form.exposed_finish | minutes_to_time }} UTC
Infected occupant(s) activity time:
Start time: {{ form.infected_start | minutes_to_time }}    End time: {{ form.infected_finish | minutes_to_time }}
Start time: {{ form.infected_start | minutes_to_time }} UTC    End time: {{ form.infected_finish | minutes_to_time }} UTC
Event for the month of {{ form.event_month }}
Start time: {{ form.exposed_lunch_start | minutes_to_time }}    End time: {{ form.exposed_lunch_finish | minutes_to_time }}
Start time: {{ form.exposed_lunch_start | minutes_to_time }} UTC    End time: {{ form.exposed_lunch_finish | minutes_to_time }} UTC
Coffee break {{ loop.index }}: Start: {{ start_time | minutes_to_time }}    End: {{ end_time | minutes_to_time }}
Coffee break {{ loop.index }}: Start: {{ start_time | minutes_to_time }} UTC    End: {{ end_time | minutes_to_time }} UTC
Start time: {{ form.infected_lunch_start | minutes_to_time }}    End time: {{ form.infected_lunch_finish | minutes_to_time }}
Start time: {{ form.infected_lunch_start | minutes_to_time }} UTC    End time: {{ form.infected_lunch_finish | minutes_to_time }} UTC
Coffee break {{ loop.index }}: Start: {{ start_time | minutes_to_time }}    End: {{ end_time | minutes_to_time }}
Coffee break {{ loop.index }}: Start: {{ start_time | minutes_to_time }} UTC    End: {{ end_time | minutes_to_time }} UTC