2021-06-29 16:03:10 +02:00
|
|
|
<div class="flexcol">
|
|
|
|
<span><label>Description : </label></span>
|
|
|
|
<div class="form-group editor">
|
2022-09-27 21:03:18 +02:00
|
|
|
{{editor description target="system.description" button=true owner=owner editable=editable}}
|
2021-06-29 16:03:10 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{#if isGM}}
|
|
|
|
<div class="flexcol">
|
|
|
|
<span><label>Description (MJ seulement): </label></span>
|
|
|
|
<div class="form-group editor">
|
2022-09-27 21:03:18 +02:00
|
|
|
{{editor descriptionmj target="system.descriptionmj" button=true owner=owner editable=editable}}
|
2021-06-29 16:03:10 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|