2023-01-28 16:34:09 +01:00
|
|
|
{{#if (and options.isOwned isComestible)}}
|
2022-12-03 22:32:32 +01:00
|
|
|
<div class="form-group">
|
|
|
|
{{#if (eq isComestible 'brut')}}
|
|
|
|
<span><a class="preparer-nourriture chat-card-button" data-actor-id="{{actorId}}">Cuisiner</a></span>
|
|
|
|
{{/if}}
|
|
|
|
<span><a class="manger-nourriture chat-card-button" data-actor-id="{{actorId}}">Manger cru</a></span>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|