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