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'] }} |