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