{% if resultRecord is defined and resultRecord is not null and idUser is defined and idUser is not null and idUser!=0 %}

Cumul de pointage : {{ resultRecord }}

Veuillez noter que le pointage en cours n'est pas pris en charge pour le calcul de cumul.

{% endif %} {% if records is defined %} {% for record in records %} {% endfor %} {% endif %}
Id User Nom Prénom Date début Date fin Record IP Heure actualisation Motif de correction Type
{{ record.user.id }} {{ record.user.firstname }} {{ record.user.lastname }} {% if record.beginDate is not null %} {{ record.beginDate|localizeddate('long', 'short', 'fr') }} {% endif %} {% if record.endDate is not null %} {{ record.endDate|localizeddate('long', 'short', 'fr') }} {% endif %} {% if record.recordTime is defined and record.recordTime is not null %} {{ record.recordTime }} {% endif %} {% if record.ip is defined and record.ip is not null %} {{ record.ip }} {% endif %} {% if record.refreshTime is defined and record.refreshTime is not null %} {% set time = record.refreshTime|split('/') %}
    {% for i in time %}
  • {{i}}
  • {% endfor %}
{% endif %}
{% if record.motifCorrection is defined and record.motifCorrection is not null %} {{ record.motifCorrection }} {% endif %} {% if record.type is defined and record.type is not null %} {{ record.type }} {% endif %}