forked from public/foundryvtt-reve-de-dragon
Ecole de commerce
This commit is contained in:
8
templates/chat-achat-item.html
Normal file
8
templates/chat-achat-item.html
Normal 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>
|
||||
Reference in New Issue
Block a user