This commit is contained in:
Serreau Jovann
2026-02-10 14:46:50 +01:00
parent 466219ffa4
commit 79443856ea
6 changed files with 313 additions and 123 deletions

View File

@@ -109,6 +109,12 @@
{{ (quote|totalQuotoHT)|number_format(2, ',', ' ') }}
</span>
{% endif %}
{% if quote.formule %}
<span class="text-[9px] text-blue-400 font-bold uppercase tracking-widest mt-1">
{{ quote.formule.name }}
</span>
{% endif %}
</div>
</td>