Periods

@if (periods?.length === 0) {
Nenhum Periods encontrado
} @if (periods && periods.length > 0) {
@for (period of periods; track trackId) { }
Name
Description
Begin Date
End Date
State
{{ period.name }} {{ period.description }} {{ period.beginDate | formatMediumDate }} {{ period.endDate | formatMediumDate }} {{ { null: '', CREATED: 'CREATED',OPENED: 'OPENED', CLOSED: 'CLOSED', PROCESSING: 'PROCESSING', ENDED: 'ENDED' }[period.state ?? 'null'] }}
}