Merge pull request '# HOTFIX OEK report' (#570) from fix_oek_report_empty_deduction_list into master
Reviewed-on: #570
This commit was merged in pull request #570.
This commit is contained in:
@@ -57,7 +57,9 @@
|
|||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ deduction.surface|floatformat:2 }} m²</td>
|
<td>{{ deduction.surface|floatformat:2 }} m²</td>
|
||||||
|
</tr>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
{% translate 'None' %}
|
{% translate 'None' %}
|
||||||
</td>
|
</td>
|
||||||
@@ -66,7 +68,6 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user