From d9801553a79f7e3f6cb9c95c19424a8df4aa1d97 Mon Sep 17 00:00:00 2001 From: gaazzopa Date: Wed, 9 Dec 2020 21:17:48 +0100 Subject: [PATCH] Updated venting display in report --- cara/apps/calculator/templates/report.html.j2 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cara/apps/calculator/templates/report.html.j2 b/cara/apps/calculator/templates/report.html.j2 index 2f29d914..fc969752 100644 --- a/cara/apps/calculator/templates/report.html.j2 +++ b/cara/apps/calculator/templates/report.html.j2 @@ -61,8 +61,14 @@ Sliding / Side-Hung

{% endif %}
  • Opening distance: {{ form.opening_distance }} m

  • -
  • Windows open: {{ form.windows_duration | readable_minutes}} - every {{ form.windows_frequency | readable_minutes}}

  • +
  • Windows open: + {% if form.windows_open == "interval" %} + Periodically for {{ form.windows_duration | readable_minutes}} + every {{ form.windows_frequency | readable_minutes}} + {% elif form.windows_open == "always" %} + Permanently + {% endif %} +

  • When using the natural ventilation option, air flows are calculated using averaged hourly temperatures for the Geneva region, based on historical data for the month selected.

    {% else %}