diff --git a/cara/apps/templates/cern/calculator.report.html.j2 b/cara/apps/templates/cern/calculator.report.html.j2 index 78e73b8f..07c03361 100644 --- a/cara/apps/templates/cern/calculator.report.html.j2 +++ b/cara/apps/templates/cern/calculator.report.html.j2 @@ -7,9 +7,9 @@ {% endblock report_preamble_navtab %} {% block warning_animation %} - {% if ((prob_inf > 15) or (expected_new_cases >= 1)) %} {% set warning_color= 'bg-danger' %} - {% elif (5 <= prob_inf <= 15) %} {% set warning_color = 'bg-warning' %} - {% elif (prob_inf < 5) %} {% set warning_color = 'bg-success' %} + {% if ((prob_inf > 10) or (expected_new_cases >= 1)) %} {% set warning_color= 'bg-danger' %} + {% elif (2 <= prob_inf <= 10) %} {% set warning_color = 'bg-warning' %} + {% elif (prob_inf < 2) %} {% set warning_color = 'bg-success' %} {% endif %}
@@ -23,25 +23,25 @@ {% block report_summary %}
- {% if ((prob_inf > 15) or (expected_new_cases >= 1)) %} + {% if ((prob_inf > 10) or (expected_new_cases >= 1)) %} - {% elif 5 <= prob_inf <= 15 %} + {% elif 2 <= prob_inf <= 10 %} - {% elif prob_inf < 5 %} + {% elif prob_inf < 2 %} {% endif %} - {% if (prob_inf > 5) %} + {% if (prob_inf > 2) %}
{% if scale_warning.level == "green-1" %}