{% block body %}
| Id | StartDate | EndDate | Reason | Justified | actions |
|---|---|---|---|---|---|
| {{ abscence.id }} | {{ abscence.startDate ? abscence.startDate|date('Y-m-d') : '' }} | {{ abscence.endDate ? abscence.endDate|date('Y-m-d') : '' }} | {{ abscence.reason }} | {{ abscence.justified ? 'Yes' : 'No' }} | show edit |
| no records found | |||||