Gestion de la périodicité/temporalité

This commit is contained in:
2023-01-07 23:28:30 +01:00
parent 739fcbdf09
commit c3076fdbfc
18 changed files with 269 additions and 315 deletions

View File

@@ -0,0 +1,3 @@
{{#each (timestamp-formulesPeriode) as |periode|}}
<option value="{{periode.code}}">{{periode.label}}</option>
{{/each}}