{% block body %}

Abscence index

{% for abscence in abscences %} {% else %} {% endfor %}
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
Create new {% endblock %}