svg
This commit is contained in:
6
templates/Export/export_month_charged_days.csv.twig
Normal file
6
templates/Export/export_month_charged_days.csv.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
{% block body %}
|
||||
Mois;Jours_facturés;Jour_non_facturés
|
||||
{% for month, event in events %}
|
||||
{{month}};{{event.f}};{{event.nf}}
|
||||
{% endfor %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user