#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 52ee8690eb
commit cdda43615a

View File

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