{% block body %}
AbscenceSheet
Id
{{ abscence_sheet.id }}
StartDate
{{ abscence_sheet.startDate ? abscence_sheet.startDate|date('Y-m-d') : '' }}
EndDate
{{ abscence_sheet.endDate ? abscence_sheet.endDate|date('Y-m-d') : '' }}
back to list
edit abscence
{{ include('abscence_sheet/_delete_form.html.twig') }} {% endblock %}