Ecole de commerce

This commit is contained in:
Vincent Vandemeulebrouck
2021-05-07 17:27:02 +02:00
parent 65a4e1ec69
commit c4cb3bf60d
13 changed files with 539 additions and 83 deletions

View File

@@ -0,0 +1,8 @@
<img class="chat-icon" src="{{item.img}}" alt="{{item.name}}" />
<h4>{{#if isVente}}Achat{{else}}Don{{/if}}</h4>
<p>
{{#if acheteur}}{{acheteur.name}}{{else}}L'acheteur{{/if}} a
{{#if isVente}}acheté{{else}}pris{{/if}}
{{#if vendeur}}à {{vendeur.name}}{{/if}}
{{quantiteTotal}} {{item.name}} pour {{prixTotal}} sols.
</p>