Skip to content

Commit

Permalink
adjusted report page
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdossan committed Aug 26, 2024
1 parent eb9e1dc commit 37c5dea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions caimira/apps/templates/base/calculator.report.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,11 @@
<li><p class="data_text">HEPA amount: {{ form.hepa_amount }} m³ / hour</p></li>
</ul>
{% endif %}
<li><p class="data_text">From Fitting:
<li><p class="data_text">From fitting:
{% if form.ventilation_type == "from_fitting" %}
Yes</p></li>
<table class="w-25 mt-3 ml-4" border="1">
Yes</p>
<ul><li><p class="data_text">Room capacity: {{ form.CO2_fitting_result['room_capacity'] | int_format }}</p></li></ul></li>
<table class="w-50 mt-3 ml-4" border="1">
<tr>
<th> Time (HH:MM)</th>
<th>ACH value (h⁻¹)</th>
Expand Down

0 comments on commit 37c5dea

Please sign in to comment.