{{ 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 %} |
{% endfor %}
{% endif %}