add templates

This commit is contained in:
Simon Vieille 2022-05-10 21:22:42 +02:00
parent 0617ff344c
commit ba309cd660
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -83,7 +83,9 @@
<table class="table mb-0">
<tr>
<td>
Facture(s)
{% if entity.bills|length %}
Facture(s)
{% endif %}
</td>
<td class="text-right"><span class="font-weight-bold mr-3">Total</span> {{ entity.totalAmount|number_format(2, ',') }}€</td>
</tr>