diff --git a/templates/chat-vente-item.html b/templates/chat-vente-item.html index 4341b07a..ce9f87f1 100644 --- a/templates/chat-vente-item.html +++ b/templates/chat-vente-item.html @@ -22,15 +22,16 @@ {{prixLot}} Sols
{{/if}}

- + {{#if (or (gt quantiteNbLots 0) quantiteIllimite)}} - - {{#if (eq prixLot 0)}}Prendre{{else}}Acheter{{/if}} + + {{#if (eq prixLot 0)}}Prendre{{else}}Acheter{{/if}} + {{/if}}