This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
foundryvtt-reve-de-dragon/templates/enum-periode.html

3 lines
120 B
HTML

{{#each (timestamp-formulesPeriode) as |periode|}}
<option value="{{periode.code}}">{{periode.label}}</option>
{{/each}}