diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index c2d96f86..5bc62589 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -54,9 +54,9 @@
  • Room Volume: {{ model.concentration_model.room.volume }} m³

  • Room Central Heating: {{ "On" if form.room_heating_option else "Off" }}

  • Geographic Location: {{ form.location_name }}

  • - {% if form.ventilation_type == "natural_ventilation" %} -
  • Nearest weather station: {{ form.nearest_weather_station()[1].strip().title() }}

  • - {% endif %} + {% if form.ventilation_type == "natural_ventilation" %} +
  • Nearest weather station: {{ form.nearest_weather_station()[1].strip().title() }}

  • + {% endif %}

    Ventilation data: