{% block body %}

Abscence

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' }}
back to list edit abscence {{ include('abscence/_delete_form.html.twig') }} {% endblock %}