{% load i18n %} {% if document_model == 'full' and lines_for_details %}
{{ line.user_name }} | |
{% trans "Services" %} | {% trans "Details" %} |
---|---|
{{ line.activity_label|default:" " }} | |
{{ line.label }} | {% if not line.details.partial_bookings %} {% if line.details.check_type_label %} {{ line.details.check_type_label }} {% elif line.details.status == 'absence' %} {% trans "Absence" %} {% endif %} {% endif %} {{ line.description }} |