{% load widget_tweaks i18n %}
{% trans "Child" %} | {{ absence.child.full_name }} |
---|---|
{% trans "Start date" %} | {{ absence.start_date|date:"SHORT_DATETIME_FORMAT" }} |
{% trans "End date" %} | {{ absence.end_date|date:"SHORT_DATETIME_FORMAT" }} |
{% trans "Absence type" %} | {{ absence.type }} ({{ absence.type.group.name }}) |