All checks were successful
Release Creation / build (release) Successful in 59s
20 lines
661 B
Handlebars
20 lines
661 B
Handlebars
<div class="item-to-chat">
|
|
<div class="intro-chat">
|
|
<h2>{{name}}</h2>
|
|
|
|
<ul>
|
|
<li><strong>Domain : </strong>{{upperFirst system.domain}}</li>
|
|
<li><strong>Level : </strong>{{getRomanLevel system.level}}</li>
|
|
<li><strong>Time : </strong>{{system.time}}</li>
|
|
{{#if (eq system.choiceMaintainDuration "duration")}}
|
|
<li><strong>Duration : </strong>{{system.duration}}</li>
|
|
{{else}}
|
|
<li><strong>Maintain : </strong>{{system.maintain}}</li>
|
|
{{/if}}
|
|
<li><strong>Range : </strong>{{system.range}}</li>
|
|
<li><strong>Target : </strong>{{system.target}}</li>
|
|
<li>{{{system.description}}}</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div> |