9 lines
		
	
	
		
			336 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			336 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
{{#if (and options.isOwned isComestible)}}
 | 
						|
<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}}
 |