2022-11-26 03:13:45 +01:00
|
|
|
<div>
|
2023-12-04 01:21:05 +01:00
|
|
|
<img class="chat-icon" src="{{img}}" data-tooltip="{{typeName}}" />
|
2022-11-26 03:13:45 +01:00
|
|
|
<h4>Table aléatoire: {{typeName}}</h4>
|
2022-11-28 11:31:19 +01:00
|
|
|
{{#with (lookup table 0) as |row|}}
|
|
|
|
<div>
|
|
|
|
{{row.document.pack}}
|
|
|
|
</div>
|
|
|
|
{{/with}}
|
2022-11-26 03:13:45 +01:00
|
|
|
<br>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<ul class="flexcol item-list alterne-list">
|
|
|
|
{{#each table as |row|}}
|
2024-10-16 23:29:18 +02:00
|
|
|
<li class="item list-item ">
|
|
|
|
<span class="flex-group-left">
|
|
|
|
{{row.min}}{{#unless (eq row.min row.max)}}-{{row.max}}{{/unless}} : {{linkCompendium row.document.pack row.document.id row.document.name}}
|
|
|
|
</span>
|
2022-11-26 03:13:45 +01:00
|
|
|
</li>
|
|
|
|
{{/each}}
|
|
|
|
</ul>
|
|
|
|
</div>
|