Updated window types in report
This commit is contained in:
parent
f0033030e6
commit
1b0b56a873
1 changed files with 4 additions and 1 deletions
|
|
@ -53,9 +53,12 @@
|
|||
<ul>
|
||||
<li><p class="data_subtext">Number of windows: {{ form.windows_number }}</p></li>
|
||||
<li><p class="data_subtext">Height of window: {{ form.window_height }}</p></li>
|
||||
<li><p class="data_subtext">Window type: {{ form.window_type }}</p></li>
|
||||
<li><p class="data_subtext">Window type:
|
||||
{% if form.window_type == "hinged" %}
|
||||
Top- or Bottom-Hung</p></li>
|
||||
<li><p class="data_subtext">Width of window: {{ form.window_width }}</p></li>
|
||||
{% elif form.window_type == "sliding" %}
|
||||
Sliding / Side-Hung</p></li>
|
||||
{% endif %}
|
||||
<li><p class="data_subtext">Opening distance: {{ form.opening_distance }}</p></li>
|
||||
<li><p class="data_subtext">Windows open: {{ form.windows_open }}</p></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue