#262 Public report missing entry placeholder

* adds empty value rendering on public intervention report
This commit is contained in:
mpeltriaux 2022-12-06 07:22:11 +01:00
parent 590e0c6288
commit f25e85493d

View File

@ -62,6 +62,8 @@
{{deduction.account.identifier}} - {{deduction.account.title}}
</a>
<br>
{% empty %}
{% trans 'None' %}
{% endfor %}
</td>
</tr>