svg
This commit is contained in:
8
templates/Export/export_full_worked_days.csv.twig
Normal file
8
templates/Export/export_full_worked_days.csv.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
{% block body %}
|
||||
Utilisateur;Jour;Journée entière;Astreinte;AM;AP;Taches;AM;Tache AM;AP;Tache AP;Astreinte;Description Astreintes
|
||||
{% for user in users %}
|
||||
{% for day, event in user.events %}
|
||||
{{ user.user.displayname }};{{day}};{{event.allday}};{{event.astreinte}};{{event.am}};{{event.ap}};{{event.descriptionday|trim}} {{event.descriptionam|trim}} {{event.descriptionap|trim}} {{event.descriptionastreinte|trim}}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user