{{{data.description}}}
    {{#each properties as |property p|}}
    {{{property}}}
    {{/each}}
    {{#if (or postQuantity postPrice)}}
    
      {{#if postQuantity}}
      Quantité:  {{postQuantity}}
      {{/if}}
      {{#if postPrice}}
      Prix:  {{postPrice}} Sols
      {{/if}}
    
    {{/if}}
    
      Prix Total:  {{finalPrice}} Sols