export astreintes actives et exports

This commit is contained in:
2020-07-28 16:11:53 +02:00
parent 2513eced52
commit 46805a2e3d
7 changed files with 79 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
{% block body %}
Astreintes Actives
Tâche;Active;Utilisateur;Début;Fin;Durée;Description;
{% for timer in timers %}
{{timer.taskname}};{{timer.activepenalty}};{{timer.user}};{{timer.start|date("d/m/Y H:i")}};{{timer.end|date("d/m/Y H:i")}};{{timer.duration|date("H:i")}};{{timer.description}};
{% endfor %}
{% endblock %}