15 lines
639 B
Handlebars
15 lines
639 B
Handlebars
<div class="tab biography {{tab.cssClass}}" data-group="sheet" data-tab="biography">
|
|
|
|
{{!-- Description / Biographie --}}
|
|
<div class="biography-section">
|
|
<div class="section-header">{{localize "CELESTOPOL.Actor.description"}}</div>
|
|
{{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}}
|
|
</div>
|
|
|
|
{{!-- Notes --}}
|
|
<div class="notes-section">
|
|
<div class="section-header">{{localize "CELESTOPOL.Actor.notes"}}</div>
|
|
{{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true}}
|
|
</div>
|
|
</div>
|