# HOTFIX OEK report #570

Merged
mpeltriaux merged 1 commits from fix_oek_report_empty_deduction_list into master 2026-08-04 06:54:42 +02:00
@@ -57,7 +57,9 @@
</a>
</td>
<td>{{ deduction.surface|floatformat:2 }} m²</td>
</tr>
{% empty %}
<tr>
<td>
{% translate 'None' %}
</td>
@@ -66,7 +68,6 @@
</td>
</tr>
{% endfor %}
</table>
</td>
</tr>